creative commons, yeah !
git-svn-id: http://yolanda.mister-muffin.de/svn@92 7eef14d0-6ed0-489d-bf55-20463b2d70db
This commit is contained in:
parent
38515f9c63
commit
c145448617
2 changed files with 11 additions and 1 deletions
|
@ -145,7 +145,6 @@ div
|
|||
div.videometadata
|
||||
{
|
||||
text-align: center;
|
||||
margin: 4em;
|
||||
}
|
||||
|
||||
div.toplists
|
||||
|
|
|
@ -293,7 +293,9 @@
|
|||
</xsl:template>
|
||||
|
||||
<xsl:template match="video">
|
||||
|
||||
<xsl:call-template name="searchbar"/>
|
||||
|
||||
<div class="video">
|
||||
<applet
|
||||
code="com.fluendo.player.Cortado.class"
|
||||
|
@ -326,7 +328,15 @@
|
|||
<xsl:value-of select="rdf:RDF/cc:Work/dc:title" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="videoccdata">
|
||||
<a>
|
||||
<xsl:attribute name="href">
|
||||
<xsl:value-of select="rdf:RDF/cc:License/@rdf:about" />
|
||||
</xsl:attribute>
|
||||
Lizenzbedingungen:
|
||||
</a>
|
||||
<br />
|
||||
<!--
|
||||
unfinished bizness
|
||||
<xsl:value-of select="@rdf:about" />
|
||||
|
@ -370,6 +380,7 @@
|
|||
</xsl:if>
|
||||
</xsl:for-each>
|
||||
</div>
|
||||
|
||||
<div class="videometadata">
|
||||
<xsl:value-of select="$locale_strings/str[@id='DC.title']" />:<br />
|
||||
<xsl:value-of select="rdf:RDF/cc:Work/dc:title" /><br /><br />
|
||||
|
|
Loading…
Reference in a new issue