different titles nao

git-svn-id: http://yolanda.mister-muffin.de/svn@275 7eef14d0-6ed0-489d-bf55-20463b2d70db
This commit is contained in:
erlehmann 2008-04-06 23:56:34 +00:00
parent a928c9f4ce
commit 23a16e7484
5 changed files with 134 additions and 133 deletions

View file

@ -289,7 +289,7 @@ ul
ul#footer, ul#footer,
ul#header ul#header
{ {
clear: both; clear: right;
display: block; display: block;
height: 3em; height: 3em;
} }

View file

@ -9,7 +9,15 @@
<xsl:template name="header"> <xsl:template name="header">
<ul id="header" role="navigation"> <!--
<img>
<xsl:attribute name="src">
<xsl:value-of select="$site_strings[@id='path_root']" />/images/logo-small.png
</xsl:attribute>
</img>
-->
<ul id="header" role="navigation" style="clear:right;">
<xsl:choose> <xsl:choose>
<xsl:when test="string-length(//@username)=0"> <xsl:when test="string-length(//@username)=0">
@ -80,6 +88,35 @@
</a> </a>
</li> </li>
<li id="upload">
<a>
<xsl:attribute name="href">
<xsl:value-of select="$site_strings[@id='path_upload']" />
</xsl:attribute>
<xsl:value-of select="$locale_strings[@id='header_upload-video']" />
</a>
</li>
<!--
<li id="">
<a>
<xsl:attribute name="href">
<xsl:value-of select="$site_strings[@id='path_settings']" />
</xsl:attribute>
<xsl:value-of select="$locale_strings[@id='settings_details']" />
</a>
</li>
-->
<li id="logout">
<a>
<xsl:attribute name="href">
<xsl:value-of select="$site_strings[@id='path_logout']" />
</xsl:attribute>
<xsl:value-of select="$locale_strings[@id='logout']" />
</a>
</li>
</xsl:otherwise> </xsl:otherwise>
</xsl:choose> </xsl:choose>

View file

@ -53,38 +53,6 @@
</a> </a>
--> -->
<ul id="account-actions" role="navigation">
<li id="upload">
<a>
<xsl:attribute name="href">
<xsl:value-of select="$site_strings[@id='path_upload']" />
</xsl:attribute>
<xsl:value-of select="$locale_strings[@id='header_upload-video']" />
</a>
</li>
<!--
<li id="">
<a>
<xsl:attribute name="href">
<xsl:value-of select="$site_strings[@id='path_settings']" />
</xsl:attribute>
<xsl:value-of select="$locale_strings[@id='settings_details']" />
</a>
</li>
-->
<li id="logout">
<a>
<xsl:attribute name="href">
<xsl:value-of select="$site_strings[@id='path_logout']" />
</xsl:attribute>
<xsl:value-of select="$locale_strings[@id='logout']" />
</a>
</li>
</ul>
</xsl:otherwise> </xsl:otherwise>
</xsl:choose> </xsl:choose>

View file

@ -32,8 +32,11 @@
<xsl:call-template name="splashbox" /> <xsl:call-template name="splashbox" />
</xsl:when> </xsl:when>
<xsl:when test="//video"> <xsl:when test="//page/video">
<xsl:call-template name="searchbar" /> <xsl:call-template name="searchbar" />
<!--
<xsl:call-template name="tagbar" />
-->
<xsl:if test="//message"> <xsl:if test="//message">
<xsl:call-template name="message"/> <xsl:call-template name="message"/>
@ -42,7 +45,7 @@
<xsl:call-template name="video"/> <xsl:call-template name="video"/>
</xsl:when> </xsl:when>
<xsl:when test="//search"> <xsl:when test="//page//results">
<xsl:call-template name="searchbar" /> <xsl:call-template name="searchbar" />
<xsl:call-template name="results"/> <xsl:call-template name="results"/>
</xsl:when> </xsl:when>

View file

@ -15,33 +15,53 @@
content="application/xhtml+xml;charset=utf-8" content="application/xhtml+xml;charset=utf-8"
/> />
<xsl:choose>
<xsl:when test="not(//@embed)">
<link <link
rel="shortcut icon" rel="shortcut icon"
type="image/x-icon" type="image/x-icon"
href="/images/favicon.ico" href="/images/favicon.ico"
/> />
<link <link
rel="stylesheet" rel="stylesheet"
type="text/css" type="text/css"
media="screen" media="screen"
href="/style/default.css" href="/style/default.css"
/> />
</xsl:when>
<xsl:when test="//@embed='video'">
<link <link
rel="stylesheet" rel="search"
type="text/css" type="application/opensearchdescription+xml"
href="/style/embedded.css" >
/> <xsl:attribute name="href">
<xsl:value-of select="$site_strings[@id='path_root']" />?xslt=opensearch
</xsl:attribute>
<xsl:attribute name="title">
<xsl:value-of select="$site_strings[@id='site_name']" />
</xsl:attribute>
</link>
<xsl:choose>
<xsl:when test="//frontpage">
<title>
<xsl:value-of select="$site_strings[@id='site_name']" />
-
<xsl:value-of select="$site_strings[@id='site_motto']" />
</title>
</xsl:when> </xsl:when>
</xsl:choose> <xsl:when test="//page/video">
<xsl:if test="boolean(//results)"> <title>
<xsl:value-of select="$site_strings[@id='site_name']" />
-
<xsl:value-of select="//page/video/rdf:RDF/cc:Work/dc:title" />
</title>
</xsl:when>
<xsl:when test="//page//results">
<link <link
rel="alternate" rel="alternate"
@ -77,44 +97,17 @@
</xsl:attribute> </xsl:attribute>
</link> </link>
</xsl:if>
<link
rel="search"
type="application/opensearchdescription+xml"
>
<xsl:attribute name="href">
<xsl:value-of select="$site_strings[@id='path_root']" />?xslt=opensearch
</xsl:attribute>
<xsl:attribute name="title">
<xsl:value-of select="$site_strings[@id='site_name']" />
</xsl:attribute>
</link>
<title> <title>
<xsl:choose>
<xsl:when test="boolean(//frontpage)">
<xsl:value-of select="$site_strings[@id='site_name']" />
-
<xsl:value-of select="$site_strings[@id='site_motto']" />
</xsl:when>
<xsl:when test="boolean(//resultspage)">
<xsl:value-of select="$site_strings[@id='site_name']" /> <xsl:value-of select="$site_strings[@id='site_name']" />
- -
<xsl:value-of select="$locale_strings[@id='results_for_query']" /> <xsl:value-of select="$locale_strings[@id='results_for_query']" />
"<xsl:value-of select="//resultspage/@query" />" "<xsl:value-of select="//page/results/@query" />"
</xsl:when>
<xsl:otherwise>
<!--
this seems to be fail
should be fixed somehow
-->
<xsl:value-of select="$site_strings[@id='site_name']" />
-
<xsl:value-of select="$site_strings[@id='site_motto']" />
</xsl:otherwise>
</xsl:choose>
</title> </title>
</xsl:when>
</xsl:choose>
</head> </head>
</xsl:template> </xsl:template>