--- a/šablona/stránka.xsl Thu Apr 28 00:16:27 2011 +0200
+++ b/šablona/stránka.xsl Sat Apr 30 12:48:19 2011 +0200
@@ -27,6 +27,9 @@
<xsl:variable name="konfigurace" select="document(concat($vstup, 'web.conf'))"/>
<html>
<head>
+ <xsl:if test="$podporaZaostalýchProhlížečů">
+ <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
+ </xsl:if>
<title><xsl:value-of select="g:stránka/g:nadpis"/></title>
<link title="Novinky (Atom)" href="atom.xml" type="application/atom+xml" rel="alternate"/>
<link title="Novinky (RSS)" href="rss.xml" type="application/rss+xml" rel="alternate"/>
@@ -97,7 +100,7 @@
<xsl:choose>
<xsl:when test="$hodnota >= 0 and $hodnota <= 100">
<div style="border: 1px solid black; width: {$šířkaGrafu}px; height: 16px; padding: 0px; text-align: center; background-color: #cfc;">
- <div style="margin: 0px; background-color: #A4E666; width: {@hodnota*$šířkaGrafu div 100}px; height: 16px;"/>
+ <div style="margin: 0px; background-color: #A4E666; width: {@hodnota*$šířkaGrafu div 100}px; height: 16px;"><xsl:call-template name="varováníRetardace"/></div>
<p style="margin: 0px; font-size: 12px; position: relative; top: -15px;">
<xsl:value-of select="@hodnota"/>/100
</p>