Outdated notice styles for well, outdated pages
svn path=/trunk/; revision=19906
This commit is contained in:
@@ -511,20 +511,20 @@
|
||||
<!-- Outdated note -->
|
||||
<xsl:if test="/buildinfo/@outdated='yes'">
|
||||
<xsl:element name="p">
|
||||
<xsl:call-template name="fsfe-gettext"><xsl:with-param name="id" select="'outdated'" /></xsl:call-template>
|
||||
<xsl:attribute name="id">outdated-notice</xsl:attribute>
|
||||
<xsl:call-template name="fsfe-gettext"><xsl:with-param name="id" select="'outdated'" /></xsl:call-template>
|
||||
</xsl:element>
|
||||
</xsl:if>
|
||||
|
||||
<!-- Missing translation note -->
|
||||
<xsl:if test="/buildinfo/@language!=/buildinfo/document/@language">
|
||||
<xsl:element name="p">
|
||||
<xsl:attribute name="id">outdated-notice</xsl:attribute>
|
||||
<xsl:call-template name="fsfe-gettext"><xsl:with-param name="id" select="'notranslation'" /></xsl:call-template>
|
||||
<xsl:attribute name="id">outdated-notice</xsl:attribute>
|
||||
<xsl:call-template name="fsfe-gettext"><xsl:with-param name="id" select="'notranslation'" /></xsl:call-template>
|
||||
</xsl:element>
|
||||
</xsl:if>
|
||||
<!-- Missing translation note -->
|
||||
|
||||
<!-- Start info box -->
|
||||
<!-- Info box -->
|
||||
<xsl:element name="div">
|
||||
<xsl:attribute name="id">infobox</xsl:attribute>
|
||||
<xsl:if test = "/buildinfo/document/head/meta[@name='under-construction' and @content='true']">
|
||||
@@ -533,7 +533,6 @@
|
||||
</xsl:element>
|
||||
</xsl:if>
|
||||
</xsl:element>
|
||||
<!-- End info box -->
|
||||
|
||||
<!-- Fundraising box
|
||||
<xsl:element name="div">
|
||||
|
||||
Reference in New Issue
Block a user