git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98288
13f79535-47bb-0310-9956-
ffa450edef68
font-style: italic;
}
+span.transnote {
+ background-color: inherit;
+ color: #888;
+ font-size: 90%;
+}
+
/* fixup IE & Opera
* otherwise they forget to inherit
* the computed font-size value
font-style: italic;
}
+span.transnote {
+ background-color: inherit;
+ color: #888;
+ font-size:90%;
+}
+
/* fixup IE & Opera
* otherwise they forget to inherit
* the computed font-size value
<!-- Used in summaries -->
<message name="summary">Zusammenfassung</message>
+ <!-- Used for translation notes -->
+ <message name="transnote">Anm.d.Ü.:</message>
+
<!-- Used in headers and footers -->
<message name="apachetitle">- Apache HTTP Server</message>
<message name="apachehttpserver">Apache HTTP Server Version 2.1</message>
<!-- /toplink -->
+ <!-- -->
+ <!-- <transnote> -->
+ <!-- -->
+ <xsl:template match="transnote">
+ <span class="transnote">
+ <xsl:text>(</xsl:text><em>
+ <xsl:value-of select="$messages/message[@name='transnote']"/>
+ </em><xsl:text> </xsl:text>
+ <xsl:apply-templates/>
+ <xsl:text>)</xsl:text>
+ </span>
+ </xsl:template>
+ <!-- /note/title -->
+
+
<!-- -->
<!-- Process everything else by just passing it through -->
<!-- -->