# HG changeset patch # User František Kučera <franta-hg@frantovo.cz> # Date 1326577944 -3600 # Node ID e856711b66e9f591f976b64e114673f6cd5f8f91 # Parent 25dec6931f186ea218b79145a79e54474368744b ROT13 – šifrování #18: lepší titulek. diff -r 25dec6931f18 -r e856711b66e9 šablona/makra/šifra.xsl --- a/šablona/makra/šifra.xsl Sat Jan 14 19:10:26 2012 +0100 +++ b/šablona/makra/šifra.xsl Sat Jan 14 22:52:24 2012 +0100 @@ -35,7 +35,7 @@ --> <xsl:template match="m:šifra"> <xsl:variable name="šifra-id">šifra-<xsl:number level="any"/></xsl:variable> - <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…"> + <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 ↹."> <span id="{$šifra-id}"><xsl:value-of select="m:rot13(text())"/></span> <a onclick="javascipt:xwg.rot13('{$šifra-id}'); return false;" href="#{encode-for-uri(' >> zobrazí „zašifrovaný“ text <<')}">↹</a> </span>