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:
erlehmann 2007-10-19 20:05:27 +00:00
parent 8f69d20210
commit 82a98c225a
6 changed files with 33 additions and 9 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 958 B

View 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/

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View file

@ -49,8 +49,8 @@
<str id="button_upload">upload</str> <str id="button_upload">upload</str>
<!-- video page --> <!-- video page -->
<str id="download">download</str> <str id="download_video">download video</str>
<str id="video_license">License</str> <str id="license_conditions">license conditions</str>
<!-- dublin core entities --> <!-- dublin core entities -->
<str id="DC.title">title</str> <str id="DC.title">title</str>

View file

@ -131,10 +131,22 @@ div
text-align: center; text-align: center;
} }
div.videodownload
{
margin: 0.5em;
text-align: center;
}
div.videodownload img
{
border-width: 0px;
margin: 0.5em;
}
div.videoccdata div.videoccdata
{ {
margin: 2em;
text-align: center; text-align: center;
margin: 4em;
} }
div.videoccdata img div.videoccdata img

View file

@ -318,14 +318,21 @@
<param name="showStatus" value="show"/> <param name="showStatus" value="show"/>
<param name="bufferSize" value="200"/> <param name="bufferSize" value="200"/>
</applet> </applet>
<br /> </div>
<div class="videodownload">
<a> <a>
<xsl:attribute name="href"> <xsl:attribute name="href">
<xsl:value-of select="rdf:RDF/cc:Work/@rdf:about" /> <xsl:value-of select="rdf:RDF/cc:Work/@rdf:about" />
</xsl:attribute> </xsl:attribute>
<xsl:value-of select="$locale_strings/str[@id='download']" /> <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 /> <br />
<xsl:value-of select="rdf:RDF/cc:Work/dc:title" /> <xsl:value-of select="$locale_strings/str[@id='download_video']" />
</a> </a>
</div> </div>
@ -334,7 +341,7 @@
<xsl:attribute name="href"> <xsl:attribute name="href">
<xsl:value-of select="rdf:RDF/cc:License/@rdf:about" /> <xsl:value-of select="rdf:RDF/cc:License/@rdf:about" />
</xsl:attribute> </xsl:attribute>
Lizenzbedingungen: <xsl:value-of select="$locale_strings/str[@id='license_conditions']" />:
</a> </a>
<br /> <br />
<!-- <!--