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>
|
<strings>
|
||||||
|
|
||||||
<str id="separator">|</str>
|
<str id="separator"> | </str>
|
||||||
|
|
||||||
<!-- header -->
|
<!-- header -->
|
||||||
<str id="login_to_upload">to upload videos, log in first.</str>
|
<str id="login_to_upload">to upload videos, log in first.</str>
|
||||||
|
|
|
@ -6,8 +6,6 @@
|
||||||
a
|
a
|
||||||
{
|
{
|
||||||
color: #3f3fff;
|
color: #3f3fff;
|
||||||
padding-left: 0.25em;
|
|
||||||
padding-right: 0.25em;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
@ -141,7 +139,7 @@ input
|
||||||
|
|
||||||
img
|
img
|
||||||
{
|
{
|
||||||
border: 0;
|
border-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
img.openid-icon
|
img.openid-icon
|
||||||
|
|
|
@ -172,7 +172,6 @@
|
||||||
<xsl:value-of select="//results/@resultcount" /> results on <xsl:value-of select="//results/@lastpage" /> pages
|
<xsl:value-of select="//results/@resultcount" /> results on <xsl:value-of select="//results/@lastpage" /> pages
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<xsl:call-template name="pagination-numbers"/>
|
|
||||||
<xsl:call-template name="pagination-arrows"/>
|
<xsl:call-template name="pagination-arrows"/>
|
||||||
<xsl:call-template name="innerresults"/>
|
<xsl:call-template name="innerresults"/>
|
||||||
<xsl:call-template name="pagination-arrows"/>
|
<xsl:call-template name="pagination-arrows"/>
|
||||||
|
@ -346,6 +345,10 @@
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template name="pagination-numbers">
|
<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: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">
|
<xsl:if test="//results/@currentpage > 2">
|
||||||
<a>
|
<a>
|
||||||
|
|
|
@ -179,7 +179,7 @@
|
||||||
|
|
||||||
Permalink: <xsl:value-of select="//rdf:RDF/cc:Work/dc:identifier" />
|
Permalink: <xsl:value-of select="//rdf:RDF/cc:Work/dc:identifier" />
|
||||||
<br />
|
<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">
|
<div class="videoccdata">
|
||||||
<a>
|
<a>
|
||||||
<xsl:attribute name="href">
|
<xsl:attribute name="href">
|
||||||
|
|
Loading…
Reference in a new issue