forgot cc no-derivs icon
hell, why should one use /that/ ? git-svn-id: http://yolanda.mister-muffin.de/svn@95 7eef14d0-6ed0-489d-bf55-20463b2d70db
This commit is contained in:
parent
82a98c225a
commit
0088db58fd
4 changed files with 49 additions and 38 deletions
BIN
trunk/images/cc/cc-noderivatives.png
Normal file
BIN
trunk/images/cc/cc-noderivatives.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
|
@ -151,6 +151,7 @@ div
|
|||
|
||||
div.videoccdata img
|
||||
{
|
||||
border-width: 0px;
|
||||
margin: 0.5em;
|
||||
}
|
||||
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
<dc:rights>VIVA 2</dc:rights>
|
||||
</cc:Work>
|
||||
<cc:License rdf:about="http://creativecommons.org/licenses/by-nc-sa/3.0/">
|
||||
<!-- this is entirely inconsistent, i just try out everything that's available -->
|
||||
<cc:permits rdf:resource="http://web.resource.org/cc/Reproduction" />
|
||||
<cc:permits rdf:resource="http://web.resource.org/cc/Distribution" />
|
||||
<cc:requires rdf:resource="http://web.resource.org/cc/Notice" />
|
||||
|
@ -37,6 +38,7 @@
|
|||
<cc:requires rdf:resource="http://web.resource.org/cc/ShareAlike" />
|
||||
<cc:requires rdf:resource="http://web.resource.org/cc/SourceCode" />
|
||||
<cc:prohibits rdf:resource="http://web.resource.org/cc/CommercialUse" />
|
||||
<cc:prohibits rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
|
||||
</cc:License>
|
||||
</rdf:RDF>
|
||||
</video>
|
||||
|
|
|
@ -344,6 +344,10 @@
|
|||
<xsl:value-of select="$locale_strings/str[@id='license_conditions']" />:
|
||||
</a>
|
||||
<br />
|
||||
<a>
|
||||
<xsl:attribute name="href">
|
||||
<xsl:value-of select="rdf:RDF/cc:License/@rdf:about" />
|
||||
</xsl:attribute>
|
||||
<!--
|
||||
unfinished bizness
|
||||
<xsl:value-of select="@rdf:about" />
|
||||
|
@ -385,7 +389,11 @@
|
|||
<xsl:if test="@rdf:resource = 'http://web.resource.org/cc/CommercialUse'">
|
||||
<img src="./images/cc/cc-noncommercial.png" />
|
||||
</xsl:if>
|
||||
<xsl:if test="@rdf:resource = 'http://web.resource.org/cc/DerivativeWorks'">
|
||||
<img src="./images/cc/cc-noderivatives.png" />
|
||||
</xsl:if>
|
||||
</xsl:for-each>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="videometadata">
|
||||
|
|
Loading…
Reference in a new issue