šablona/makra/šifra.xsl
changeset 88 e856711b66e9
parent 84 f866267d7b3c
child 136 d5feb9d8ebc3
     1.1 --- a/šablona/makra/šifra.xsl	Wed Jan 11 17:01:59 2012 +0100
     1.2 +++ b/šablona/makra/šifra.xsl	Sat Jan 14 22:52:24 2012 +0100
     1.3 @@ -35,7 +35,7 @@
     1.4  	-->
     1.5  	<xsl:template match="m:šifra">
     1.6  		<xsl:variable name="šifra-id">šifra-<xsl:number level="any"/></xsl:variable>
     1.7 -		<span class="rot13" title="Tento text je „zašifrován“ algoritmem Rot13, abyste si ho omylem nepřečetli. Pokud číst chcete, klikněte na tlačítko…">
     1.8 +		<span class="rot13" title="Tento text je „zašifrován“ algoritmem Rot13, abyste si ho omylem nepřečetli. Pokud číst chcete, klikněte na tlačítko ↹.">
     1.9  			<span id="{$šifra-id}"><xsl:value-of select="m:rot13(text())"/></span>
    1.10  			<a onclick="javascipt:xwg.rot13('{$šifra-id}'); return false;" href="#{encode-for-uri(' &gt;&gt; zobrazí „zašifrovaný“ text &lt;&lt;')}">↹</a>
    1.11  		</span>