minor fixes

git-svn-id: http://yolanda.mister-muffin.de/svn@188 7eef14d0-6ed0-489d-bf55-20463b2d70db
main
erlehmann 17 years ago
parent 99f60517b9
commit f0ad4c88a2

@ -3,7 +3,7 @@
<strings>
<str id="separator">|</str>
<str id="separator">&#160;|&#160;</str>
<!-- header -->
<str id="login_to_upload">to upload videos, log in first.</str>

@ -6,8 +6,6 @@
a
{
color: #3f3fff;
padding-left: 0.25em;
padding-right: 0.25em;
text-decoration: none;
white-space: nowrap;
}
@ -141,7 +139,7 @@ input
img
{
border: 0;
border-width: 0;
}
img.openid-icon

@ -171,8 +171,7 @@
<div>
<xsl:value-of select="//results/@resultcount" /> results on <xsl:value-of select="//results/@lastpage" /> pages
</div>
<xsl:call-template name="pagination-numbers"/>
<xsl:call-template name="pagination-arrows"/>
<xsl:call-template name="innerresults"/>
<xsl:call-template name="pagination-arrows"/>
@ -346,6 +345,10 @@
</xsl:template>
<xsl:template name="pagination-numbers">
<!--
this template is currently unused,
it will probably be removed soon.
-->
<xsl:variable name="query_string" select="concat('/', //results/@scriptname, '?', //results/@argument, '=', //results/@value, '&amp;orderby=', //results/@orderby, '&amp;sort=', //results/@sort, '&amp;pagesize=', //results/@pagesize)" />
<xsl:if test="//results/@currentpage > 2">
<a>

@ -179,7 +179,7 @@
Permalink: <xsl:value-of select="//rdf:RDF/cc:Work/dc:identifier" />
<br />
<textarea>&lt;iframe src="<xsl:value-of select="concat(//rdf:RDF/cc:Work/dc:identifier, '/embed=true')" />"&gt;&lt;/iframe&gt;</textarea>
<pre>&lt;iframe src="<xsl:value-of select="concat(//rdf:RDF/cc:Work/dc:identifier, '/embed=true')" />" /&gt;</pre>
<div class="videoccdata">
<a>
<xsl:attribute name="href">

Loading…
Cancel
Save