minor fixes
git-svn-id: http://yolanda.mister-muffin.de/svn@188 7eef14d0-6ed0-489d-bf55-20463b2d70db
This commit is contained in:
parent
99f60517b9
commit
f0ad4c88a2
4 changed files with 8 additions and 7 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
<strings>
|
||||
|
||||
<str id="separator">|</str>
|
||||
<str id="separator"> | </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, '&orderby=', //results/@orderby, '&sort=', //results/@sort, '&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><iframe src="<xsl:value-of select="concat(//rdf:RDF/cc:Work/dc:identifier, '/embed=true')" />"></iframe></textarea>
|
||||
<pre><iframe src="<xsl:value-of select="concat(//rdf:RDF/cc:Work/dc:identifier, '/embed=true')" />" /></pre>
|
||||
<div class="videoccdata">
|
||||
<a>
|
||||
<xsl:attribute name="href">
|
||||
|
|
Loading…
Reference in a new issue