Whamcloud - gitweb
LUDOC-11 misc: remove pre-2.5 conditional text
[doc/manual.git] / style / customstyle_common.xsl
index e26cd07..624f1ee 100644 (file)
 <xsl:template name="condition-decorator">
        <xsl:param name='content'/>
        <xsl:choose>
-               <xsl:when test="@condition = 'l23'">
-                       <xsl:call-template name='textdecoration-1'>
-                               <xsl:with-param name='version' select="'Introduced in Lustre 2.3'"/>
-                               <xsl:with-param name='content' select="$content"/>
-                       </xsl:call-template>
-               </xsl:when>
-               <xsl:when test="@condition = 'l24'">
-                       <xsl:call-template name='textdecoration-1'>
-                               <xsl:with-param name='version' select="'Introduced in Lustre 2.4'"/>
-                               <xsl:with-param name='content' select="$content"/>
-                       </xsl:call-template>
-               </xsl:when>
                <xsl:when test="@condition = 'l25'">
                        <xsl:call-template name='textdecoration-1'>
                                <xsl:with-param name='version' select="'Introduced in Lustre 2.5'"/>
        <xsl:param name='condition'/>
        <!-- add another span to hold the lustre version annotation -->
        <xsl:choose>
-               <xsl:when test="$condition = 'l23'">
-                       <span class='floatright'>L 2.3 </span>
-               </xsl:when>
-               <xsl:when test="$condition = 'l24'">
-                       <span class='floatright'>L 2.4 </span>
-               </xsl:when>
                <xsl:when test="$condition = 'l25'">
                        <span class='floatright'>L 2.5 </span>
                </xsl:when>