1.1 --- a/šablona/stránka-společné.xsl Tue Aug 13 12:39:12 2013 +0200
1.2 +++ b/šablona/stránka-společné.xsl Tue Aug 13 13:01:21 2013 +0200
1.3 @@ -55,13 +55,27 @@
1.4 -->
1.5 <xsl:template name="varováníRetardace">
1.6 <xsl:if test="$podporaZaostalýchProhlížečů">
1.7 + <xsl:comment>PZP</xsl:comment>
1.8 + </xsl:if>
1.9 + </xsl:template>
1.10 +
1.11 + <xsl:template name="varováníRetardaceDlouhé">
1.12 + <xsl:if test="$podporaZaostalýchProhlížečů">
1.13 <xsl:comment>
1.14 - Generátor byl spuštěn v režimu podpory zaostalých prohlížečů.
1.15 + Generátor byl spuštěn v režimu podpory zaostalých prohlížečů (PZP).
1.16 Uživatelům doporučujeme upgrade na skutečný WWW prohlížeč,
1.17 jako je např. GNU IceCat, Firefox nebo rekonq.
1.18 </xsl:comment>
1.19 </xsl:if>
1.20 </xsl:template>
1.21 +
1.22 + <xsl:template match="h:textarea">
1.23 + <xsl:element name="{name()}">
1.24 + <xsl:copy-of select="@*"/>
1.25 + <xsl:call-template name="varováníRetardace"/>
1.26 + <xsl:apply-templates/>
1.27 + </xsl:element>
1.28 + </xsl:template>
1.29
1.30 <!--
1.31 Odkazy na JavaScript a kaskádové styly
2.1 --- a/šablona/stránka.xsl Tue Aug 13 12:39:12 2013 +0200
2.2 +++ b/šablona/stránka.xsl Tue Aug 13 13:01:21 2013 +0200
2.3 @@ -45,6 +45,7 @@
2.4 <head>
2.5 <xsl:if test="$podporaZaostalýchProhlížečů">
2.6 <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
2.7 + <xsl:call-template name="varováníRetardaceDlouhé"/>
2.8 </xsl:if>
2.9 <title>
2.10 <xsl:choose>