Changeset 132:1b16c8828fc0
- Timestamp:
- 08/13/13 13:01:21 (11 years ago)
- Author:
- František Kučera <franta-hg@…>
- Branch:
- default
- Message:
-
zaostalé prohlížeče: textarea
- Location:
- šablona
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
r131
|
r132
|
|
56 | 56 | <xsl:template name="varováníRetardace"> |
57 | 57 | <xsl:if test="$podporaZaostalýchProhlížečů"> |
| 58 | <xsl:comment>PZP</xsl:comment> |
| 59 | </xsl:if> |
| 60 | </xsl:template> |
| 61 | |
| 62 | <xsl:template name="varováníRetardaceDlouhé"> |
| 63 | <xsl:if test="$podporaZaostalýchProhlížečů"> |
58 | 64 | <xsl:comment> |
59 | | Generátor byl spuštěn v režimu podpory zaostalých prohlížečů. |
| 65 | Generátor byl spuštěn v režimu podpory zaostalých prohlížečů (PZP). |
60 | 66 | Uživatelům doporučujeme upgrade na skutečný WWW prohlížeč, |
61 | 67 | jako je např. GNU IceCat, Firefox nebo rekonq. |
62 | 68 | </xsl:comment> |
63 | 69 | </xsl:if> |
| 70 | </xsl:template> |
| 71 | |
| 72 | <xsl:template match="h:textarea"> |
| 73 | <xsl:element name="{name()}"> |
| 74 | <xsl:copy-of select="@*"/> |
| 75 | <xsl:call-template name="varováníRetardace"/> |
| 76 | <xsl:apply-templates/> |
| 77 | </xsl:element> |
64 | 78 | </xsl:template> |
65 | 79 | |
-
r127
|
r132
|
|
46 | 46 | <xsl:if test="$podporaZaostalýchProhlížečů"> |
47 | 47 | <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" /> |
| 48 | <xsl:call-template name="varováníRetardaceDlouhé"/> |
48 | 49 | </xsl:if> |
49 | 50 | <title> |