# HG changeset patch # User František Kučera # Date 1303942587 -7200 # Node ID cfb2fc0ca24279809dd02e7dc1c106e031a7ec51 # Parent ab73332ab407f4ef5eb3232700819a8c954bf5fc Volitelná podpora zaostalých prohlížečů (MSIE). diff -r ab73332ab407 -r cfb2fc0ca242 build.xml --- a/build.xml Thu Apr 28 00:16:00 2011 +0200 +++ b/build.xml Thu Apr 28 00:16:27 2011 +0200 @@ -7,12 +7,18 @@ + + + - - + + + + + @@ -26,6 +32,8 @@ + + @@ -42,7 +50,7 @@ - + diff -r ab73332ab407 -r cfb2fc0ca242 vstup/css/styl.css --- a/vstup/css/styl.css Thu Apr 28 00:16:00 2011 +0200 +++ b/vstup/css/styl.css Thu Apr 28 00:16:27 2011 +0200 @@ -20,7 +20,7 @@ } #nabídka { - width: 160px; + width: 10.3em; position: relative; left: -20px; top: -12px; diff -r ab73332ab407 -r cfb2fc0ca242 vstup/záhlaví.inc --- a/vstup/záhlaví.inc Thu Apr 28 00:16:00 2011 +0200 +++ b/vstup/záhlaví.inc Thu Apr 28 00:16:27 2011 +0200 @@ -1,7 +1,7 @@ diff -r ab73332ab407 -r cfb2fc0ca242 šablona/atom.xsl --- a/šablona/atom.xsl Thu Apr 28 00:16:00 2011 +0200 +++ b/šablona/atom.xsl Thu Apr 28 00:16:27 2011 +0200 @@ -8,6 +8,9 @@ exclude-result-prefixes="fn g j"> + + + @@ -23,11 +26,11 @@ - + <xsl:value-of select="g:stránka/g:nadpis"/> - - + + diff -r ab73332ab407 -r cfb2fc0ca242 šablona/stránka.xsl --- a/šablona/stránka.xsl Thu Apr 28 00:16:00 2011 +0200 +++ b/šablona/stránka.xsl Thu Apr 28 00:16:27 2011 +0200 @@ -6,7 +6,8 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:svg="http://www.w3.org/2000/svg" - exclude-result-prefixes="fn h g"> + xmlns:xs="http://www.w3.org/2001/XMLSchema" + exclude-result-prefixes="fn h g xs"> + + + + @@ -31,17 +36,17 @@
- +

    - +
  • - +
  • @@ -51,7 +56,7 @@
- +
@@ -67,8 +72,19 @@
- -