1.1 --- a/šablona/stránka.xsl Sat Jun 22 19:35:55 2013 +0200
1.2 +++ b/šablona/stránka.xsl Sun Jun 23 14:05:20 2013 +0200
1.3 @@ -31,7 +31,7 @@
1.4 <xsl:output
1.5 method="xml"
1.6 indent="yes"
1.7 - encoding="UTF-8"
1.8 + encoding="UTF-8"
1.9 doctype-public="-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
1.10 doctype-system="http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd"/>
1.11 <xsl:include href="stránka-společné.xsl"/>
1.12 @@ -46,7 +46,12 @@
1.13 <xsl:if test="$podporaZaostalýchProhlížečů">
1.14 <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
1.15 </xsl:if>
1.16 - <title><xsl:value-of select="s:stránka/s:nadpis"/></title>
1.17 + <title>
1.18 + <xsl:choose>
1.19 + <xsl:when test="s:stránka/s:nadpis/text() = $konfigurace/k:web/k:název/text()"><xsl:value-of select="s:stránka/s:nadpis"/></xsl:when>
1.20 + <xsl:otherwise><xsl:value-of select="s:stránka/s:nadpis"/> – <xsl:value-of select="$konfigurace/k:web/k:název"/></xsl:otherwise>
1.21 + </xsl:choose>
1.22 + </title>
1.23 <link title="Novinky (Atom)" href="atom.xml" type="application/atom+xml" rel="alternate"/>
1.24 <link title="Novinky (RSS)" href="rss.xml" type="application/rss+xml" rel="alternate"/>
1.25 <xsl:apply-templates select="$konfigurace/k:web/k:js"/>