Changeset 1244


Ignore:
Timestamp:
02/25/08 18:48:54 (4 years ago)
Author:
anp
Message:

debug récupération du titre des QCM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/model/sources/opale/migrFromOpale2.doss/core/global.xsl

    r1115 r1244  
    141141                                                        </xsl:call-template> 
    142142                                                        <op:uM> 
    143                                                                 <sp:title><xsl:value-of select="../op:dublinCore/sp:title"/><xsl:if test="(count(preceding-sibling::sp:question) + count(following-sibling::sp:question)) &gt;0"/> - <xsl:value-of select="count(preceding-sibling::sp:question) + 1"/></sp:title> 
     143                                                                <sp:title><xsl:value-of select="../op:dublinCore/sp:title"/><xsl:if test="count(../sp:question) &gt; 1">  (<xsl:value-of select="count(preceding-sibling::sp:question) + 1"/>)</xsl:if></sp:title> 
    144144                                                        </op:uM> 
    145145                                                        <sp:quiz> 
     
    167167                                                                <xsl:with-param name="pType" select="'error'"/> 
    168168                                                        </xsl:call-template> 
    169                                                         <op:uM><!-- Remarque : titre obligatoire mais absent d'opale2 --> 
    170                                                                 <!-- <sp:title></sp:title>  --> 
     169                                                        <op:uM> 
     170                                                                <sp:title><xsl:value-of select="../op:dublinCore/sp:title"/><xsl:if test="count(../sp:question) &gt; 1"> (<xsl:value-of select="count(preceding-sibling::sp:question) + 1"/>)</xsl:if></sp:title> 
    171171                                                        </op:uM> 
    172172                                                        <sp:quiz> 
Note: See TracChangeset for help on using the changeset viewer.