comparison xslt/body.xslt @ 601:eea23daa6e57

Regenerated.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 20 Jul 2012 09:28:18 +0000
parents 992a542565b1
children bfdc7833085a
comparison
equal deleted inserted replaced
600:89a4e934d207 601:eea23daa6e57
67 67
68 </tr> 68 </tr>
69 69
70 <tr> 70 <tr>
71 <td valign="top"> 71 <td valign="top">
72
73 <xsl:if test="$ORIGIN and document($ORIGIN)/*/@rev and (not(@rev) or @rev != document($ORIGIN)/*/@rev)">
74
75 <span>
76
77 <xsl:if test="@lang = 'he'">
78 <xsl:attribute name="class">
79 <xsl:text>ltr</xsl:text>
80 </xsl:attribute>
81 </xsl:if>
82
83 <blockquote class="note">
84 <xsl:choose>
85
86 <xsl:when test="document(concat($XML, '/i18n.xml')) /i18n/text[@lang = $lang]/item[@id='outdated']">
87
88 <xsl:apply-templates select="document(concat($XML, '/i18n.xml')) /i18n/text[@lang = $lang]/item[@id='outdated']"/>
89 </xsl:when>
90
91 <xsl:otherwise>
92
93 <xsl:apply-templates select="document(concat($XML, '/i18n.xml')) /i18n/text[@lang = 'en']/item[@id='outdated']"/>
94 </xsl:otherwise>
95 </xsl:choose>
96
97 </blockquote>
98
99 </span>
100 </xsl:if>
72 101
73 <xsl:if test="@toc = 'yes' and section[@id and @name]"> 102 <xsl:if test="@toc = 'yes' and section[@id and @name]">
74 103
75 <table width="100%"> 104 <table width="100%">
76 <tr> 105 <tr>