change tag in xsl

develop
jgenero 2 years ago
parent 0aee196a91
commit ec4e7994b1

@ -420,44 +420,43 @@
<xsl:choose> <xsl:choose>
<!-- indication sur le positionnement de la mht --> <!-- indication sur le positionnement de la mht -->
<xsl:when test="@subtype='gauche'"> <xsl:when test="@subtype='gauche'">
<xsl:text> <i style="font-size: small;">(À gauche :)</i> <xsl:apply-templates/>
\textit{(À gauche :)} </xsl:text><xsl:apply-templates/>
</xsl:when> </xsl:when>
<xsl:when test="@subtype='droite'"> <xsl:when test="@subtype='droite'">
<xsl:text> <xsl:text>
\textit{(À droite :)} </xsl:text><xsl:apply-templates/> <i style="font-size: small;">(À droite :)</i> </xsl:text><xsl:apply-templates/>
</xsl:when> </xsl:when>
<xsl:when test="@subtype='replidroit'"> <xsl:when test="@subtype='replidroit'">
<xsl:text> <xsl:text>
\textit{(Sur le repli, à droite :)} </xsl:text><xsl:apply-templates/> <i style="font-size: small;">(Sur le repli, à droite :)</i> </xsl:text><xsl:apply-templates/>
</xsl:when> </xsl:when>
<xsl:when test="@subtype='repligauche'"> <xsl:when test="@subtype='repligauche'">
<xsl:text> <xsl:text>
\textit{(Sur le repli, à gauche :)} </xsl:text><xsl:apply-templates/> <i style="font-size: small;">(Sur le repli, à gauche :)</i> </xsl:text><xsl:apply-templates/>
</xsl:when> </xsl:when>
<xsl:when test="@subtype='replicentre'"> <xsl:when test="@subtype='replicentre'">
<xsl:text> <xsl:text>
\textit{(Sur le repli, au centre :)} </xsl:text><xsl:apply-templates/> <i style="font-size: small;">(Sur le repli, au centre :)</i> </xsl:text><xsl:apply-templates/>
</xsl:when> </xsl:when>
<xsl:when test="@subtype='sousrepligauche'"> <xsl:when test="@subtype='sousrepligauche'">
<xsl:text> <xsl:text>
\textit{(Sous le repli, à gauche :)} </xsl:text><xsl:apply-templates/> <i style="font-size: small;">(Sous le repli, à gauche :)</i> </xsl:text><xsl:apply-templates/>
</xsl:when> </xsl:when>
<xsl:when test="@subtype='sousreplidroit'"> <xsl:when test="@subtype='sousreplidroit'">
<xsl:text> <xsl:text>
\textit{(Sous le repli, à droite :)} </xsl:text><xsl:apply-templates/> <i style="font-size: small;">(Sous le repli, à droite :)</i> </xsl:text><xsl:apply-templates/>
</xsl:when> </xsl:when>
<xsl:when test="@subtype='sousreplicentre'"> <xsl:when test="@subtype='sousreplicentre'">
<xsl:text> <xsl:text>
\textit{(Sous le repli, au centre :)} </xsl:text><xsl:apply-templates/> <i style="font-size: small;">(Sous le repli, au centre :)</i> </xsl:text><xsl:apply-templates/>
</xsl:when> </xsl:when>
<xsl:when test="@subtype='sousrepligauche'"> <xsl:when test="@subtype='sousrepligauche'">
<xsl:text> <xsl:text>
\textit{(Sous le repli, à gauche :)} </xsl:text><xsl:apply-templates/> <i style="font-size: small;">(Sous le repli, à gauche :)</i> </xsl:text><xsl:apply-templates/>
</xsl:when> </xsl:when>
<xsl:when test="@subtype='sousreplicentre'"> <xsl:when test="@subtype='sousreplicentre'">
<xsl:text> <xsl:text>
\textit{(Sous le repli, au centre :)} </xsl:text><xsl:apply-templates/> <i style="font-size: small;">(Sous le repli, au centre :)</i> </xsl:text><xsl:apply-templates/>
</xsl:when> </xsl:when>
<xsl:otherwise> <xsl:otherwise>
<xsl:apply-templates/> <xsl:apply-templates/>

Loading…
Cancel
Save