Changeset 2242
- Timestamp:
- 10/05/11 19:23:25 (8 months ago)
- Location:
- trunk/modelStarter
- Files:
-
- 2 added
- 2 edited
-
deriver/conf.xml (modified) (1 diff)
-
deriver/res/res.xsl (modified) (1 diff)
-
tests/Opale (added)
-
tests/Opale/sources (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modelStarter/deriver/conf.xml
r2225 r2242 16 16 <xsl path="res/mathtex.xsl" dir="." includes="**/*.model"/> 17 17 18 <!-- # Suppression des meta d'insertion des ressources et liens de téléchargement (options)-->19 <xsl path="res/res.xsl" dir="." includes="**/ *.model"/>18 <!-- # Suppression des consignes et index des ressources--> 19 <xsl path="res/res.xsl" dir="." includes="**/resInfoM.model **/indexM.model **/instructionM.model"/> 20 20 21 21 <!-- # Simplifications du texte --> -
trunk/modelStarter/deriver/res/res.xsl
r2225 r2242 4 4 xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" 5 5 xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" 6 xmlns:se="http://www.utc.fr/ics/scenari/v3/editing" 6 7 xmlns:op="utc.fr:ics/opale3" 7 8 > 8 9 <xsl:output encoding="UTF-8" method="xml"/> 9 10 10 11 <!-- 11 # Suppression d es options avancées sur les ressources12 # Suppression du XED, des consignes et index des ressources dans resInfoM.model,instructionM.model et indexM.model 12 13 --> 13 <xsl:template match="sm: meta[@sc:refUri='/academic/model/metaData/resInfoM.model']">14 <xsl:comment>[opaleLight] options des ressources supprimées</xsl:comment>14 <xsl:template match="sm:field[@code='index']"> 15 <xsl:comment>[opaleLight] 'Type d'index (papier)' supprimé</xsl:comment> 15 16 </xsl:template> 16 17 17 <!-- 18 # Suppression des options avancées sur les fichiers en téléchargement 19 --> 20 <xsl:template match="sm:meta[@sc:refUri='/academic/model/metaData/instructionM.model']"> 21 <xsl:comment>[opaleLight] option des liens de téléchargement supprimées</xsl:comment> 18 <xsl:template match="sm:formEditor"> 19 <xsl:comment>[opaleLight] 'xed' supprimé</xsl:comment> 22 20 </xsl:template> 21 22 <xsl:template match="sm:subData[@code='instruct']"> 23 <xsl:comment>[opaleLight] 'Consignes' supprimé</xsl:comment> 24 </xsl:template> 25 26 <xsl:template match="sm:field[@code='webInstruct']"> 27 <xsl:comment>[opaleLight] 'Consigne (pour le web et diaporama)' supprimé</xsl:comment> 28 </xsl:template> 29 30 <xsl:template match="sm:field[@code='odInstruct']"> 31 <xsl:comment>[opaleLight] 'Consigne (pour le papier)' supprimé</xsl:comment> 32 </xsl:template> 33 23 34 24 35 <!-- ### -->
Note: See TracChangeset
for help on using the changeset viewer.