zaostalé prohlížeče: textarea
authorFrantišek Kučera <franta-hg@frantovo.cz>
Tue, 13 Aug 2013 13:01:21 +0200
changeset 132 1b16c8828fc0
parent 131 d47607999a8c
child 133 8628ef19f353
zaostalé prohlížeče: textarea
šablona/stránka-společné.xsl
šablona/stránka.xsl
--- a/šablona/stránka-společné.xsl	Tue Aug 13 12:39:12 2013 +0200
+++ b/šablona/stránka-společné.xsl	Tue Aug 13 13:01:21 2013 +0200
@@ -55,13 +55,27 @@
 	-->
 	<xsl:template name="varováníRetardace">
 		<xsl:if test="$podporaZaostalýchProhlížečů">
+			<xsl:comment>PZP</xsl:comment>
+		</xsl:if>
+	</xsl:template>
+	
+	<xsl:template name="varováníRetardaceDlouhé">
+		<xsl:if test="$podporaZaostalýchProhlížečů">
 			<xsl:comment>
-				Generátor byl spuštěn v režimu podpory zaostalých prohlížečů.
+				Generátor byl spuštěn v režimu podpory zaostalých prohlížečů (PZP).
 				Uživatelům doporučujeme upgrade na skutečný WWW prohlížeč,
 				jako je např. GNU IceCat, Firefox nebo rekonq.
 			</xsl:comment>
 		</xsl:if>
 	</xsl:template>
+	
+	<xsl:template match="h:textarea">
+		<xsl:element name="{name()}">
+			<xsl:copy-of select="@*"/>
+			<xsl:call-template name="varováníRetardace"/>
+			<xsl:apply-templates/>
+		</xsl:element>
+	</xsl:template>
 
 	<!--
 		Odkazy na JavaScript a kaskádové styly
--- a/šablona/stránka.xsl	Tue Aug 13 12:39:12 2013 +0200
+++ b/šablona/stránka.xsl	Tue Aug 13 13:01:21 2013 +0200
@@ -45,6 +45,7 @@
 			<head>
 				<xsl:if test="$podporaZaostalýchProhlížečů">
 					<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
+					<xsl:call-template name="varováníRetardaceDlouhé"/>
 				</xsl:if>
 				<title>
 					<xsl:choose>