Whamcloud - gitweb
LUDOC-11 misc: Update custom styles with 'l2D' for 2.13 96/34096/2
authorJoseph Gmitter <jgmitter@whamcloud.com>
Wed, 23 Jan 2019 17:42:04 +0000 (12:42 -0500)
committerJoseph Gmitter <jgmitter@whamcloud.com>
Wed, 23 Jan 2019 17:47:25 +0000 (17:47 +0000)
This patch updates the custom style sheets with 'l2D' to
be used for content added in the Lustre 2.13 release.

Signed-off-by: Joseph Gmitter <jgmitter@whamcloud.com>
Change-Id: I288519c5231e9732b99f7b3d5f20c93979225e7c
Reviewed-on: https://review.whamcloud.com/34096
Tested-by: Jenkins
style/customstyle_common.xsl
style/customstyle_fo.xsl

index f62c74f..e26cd07 100644 (file)
                                <xsl:with-param name='content' select="$content"/>
                        </xsl:call-template>
                </xsl:when>
+               <xsl:when test="@condition = 'l2D'">
+                       <xsl:call-template name='textdecoration-1'>
+                               <xsl:with-param name='version' select="'Introduced in Lustre 2.13'"/>
+                               <xsl:with-param name='content' select="$content"/>
+                       </xsl:call-template>
+               </xsl:when>
                <xsl:when test="@condition != ''">
                        <xsl:call-template name='textdecoration-1'>
                                <xsl:with-param name='version' select="'Introduced before Lustre 2.3'"/>
                <xsl:when test="$condition = 'l2C'">
                        <span class='floatright'>L 2.12 </span>
                </xsl:when>
+               <xsl:when test="$condition = 'l2D'">
+                       <span class='floatright'>L 2.13 </span>
+               </xsl:when>
                <xsl:when test="$condition != ''">
                        <span class='floatright'>L ?.? </span>
                </xsl:when>
index ad27b6d..abee7a8 100644 (file)
                        <xsl:when test="@condition = 'l2A'">Introduced in Lustre 2.10</xsl:when>
                        <xsl:when test="@condition = 'l2B'">Introduced in Lustre 2.11</xsl:when>
                        <xsl:when test="@condition = 'l2C'">Introduced in Lustre 2.12</xsl:when>
+                       <xsl:when test="@condition = 'l2D'">Introduced in Lustre 2.13</xsl:when>
                        <xsl:otherwise>Documentation Error: unrecognised condition attribute</xsl:otherwise>
                </xsl:choose>
        </xsl:variable>
                        <xsl:when test="@condition='l2A'">L 2.10</xsl:when>
                        <xsl:when test="@condition='l2B'">L 2.11</xsl:when>
                        <xsl:when test="@condition='l2C'">L 2.12</xsl:when>
+                       <xsl:when test="@condition='l2D'">L 2.13</xsl:when>
                        <xsl:otherwise></xsl:otherwise>
                </xsl:choose>
        </xsl:variable>