download link on video site
git-svn-id: http://yolanda.mister-muffin.de/svn@94 7eef14d0-6ed0-489d-bf55-20463b2d70db
This commit is contained in:
parent
8f69d20210
commit
82a98c225a
6 changed files with 33 additions and 9 deletions
Binary file not shown.
Before Width: | Height: | Size: 958 B |
5
trunk/images/tango/README
Normal file
5
trunk/images/tango/README
Normal file
|
@ -0,0 +1,5 @@
|
|||
Tango icons taken from
|
||||
http://tango.freedesktop.org/Tango_Icon_Gallery
|
||||
|
||||
they are licensed under CC BY-SA 2.5
|
||||
http://creativecommons.org/licenses/by-sa/2.5/
|
BIN
trunk/images/tango/document-save.png
Normal file
BIN
trunk/images/tango/document-save.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
|
@ -49,8 +49,8 @@
|
|||
<str id="button_upload">upload</str>
|
||||
|
||||
<!-- video page -->
|
||||
<str id="download">download</str>
|
||||
<str id="video_license">License</str>
|
||||
<str id="download_video">download video</str>
|
||||
<str id="license_conditions">license conditions</str>
|
||||
|
||||
<!-- dublin core entities -->
|
||||
<str id="DC.title">title</str>
|
||||
|
|
|
@ -131,10 +131,22 @@ div
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
div.videodownload
|
||||
{
|
||||
margin: 0.5em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
div.videodownload img
|
||||
{
|
||||
border-width: 0px;
|
||||
margin: 0.5em;
|
||||
}
|
||||
|
||||
div.videoccdata
|
||||
{
|
||||
margin: 2em;
|
||||
text-align: center;
|
||||
margin: 4em;
|
||||
}
|
||||
|
||||
div.videoccdata img
|
||||
|
|
|
@ -318,14 +318,21 @@
|
|||
<param name="showStatus" value="show"/>
|
||||
<param name="bufferSize" value="200"/>
|
||||
</applet>
|
||||
<br />
|
||||
</div>
|
||||
|
||||
<div class="videodownload">
|
||||
<a>
|
||||
<xsl:attribute name="href">
|
||||
<xsl:value-of select="rdf:RDF/cc:Work/@rdf:about" />
|
||||
</xsl:attribute>
|
||||
<xsl:value-of select="$locale_strings/str[@id='download']" />
|
||||
<xsl:value-of select="rdf:RDF/cc:Work/@rdf:about" />
|
||||
</xsl:attribute>
|
||||
<img src="./images/tango/document-save.png" />
|
||||
</a>
|
||||
<a>
|
||||
<xsl:attribute name="href">
|
||||
<xsl:value-of select="rdf:RDF/cc:Work/@rdf:about" />
|
||||
</xsl:attribute>
|
||||
<br />
|
||||
<xsl:value-of select="rdf:RDF/cc:Work/dc:title" />
|
||||
<xsl:value-of select="$locale_strings/str[@id='download_video']" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
@ -334,7 +341,7 @@
|
|||
<xsl:attribute name="href">
|
||||
<xsl:value-of select="rdf:RDF/cc:License/@rdf:about" />
|
||||
</xsl:attribute>
|
||||
Lizenzbedingungen:
|
||||
<xsl:value-of select="$locale_strings/str[@id='license_conditions']" />:
|
||||
</a>
|
||||
<br />
|
||||
<!--
|
||||
|
|
Loading…
Reference in a new issue