SPAWN MOAR OVERLORDS
git-svn-id: http://yolanda.mister-muffin.de/svn@185 7eef14d0-6ed0-489d-bf55-20463b2d70db
This commit is contained in:
parent
85e5e37351
commit
eb8305abac
3 changed files with 38 additions and 12 deletions
|
@ -127,9 +127,16 @@ sub fill_results
|
|||
'rdf:about' => "$domain/download/$id",
|
||||
'dc:title' => [$title],
|
||||
'dc:creator' => [$creator],
|
||||
'dc:subject' => [$subject],
|
||||
'dc:description' => [$description],
|
||||
'dc:publisher' => [$publisher],
|
||||
'dc:contributor' => [$contributor],
|
||||
'dc:date' => [$timestamp],
|
||||
'dc:identifier' => ["$domain/video/$title/$id" . ($duration == 0 ? "/edit=true" : "")],
|
||||
'dc:publisher' => [$publisher]
|
||||
'dc:source' => [$source],
|
||||
'dc:language' => [$language],
|
||||
'dc:coverage' => [$coverage],
|
||||
'dc:rights' => [$rights]
|
||||
},
|
||||
'cc:License' =>
|
||||
{
|
||||
|
|
|
@ -175,6 +175,30 @@ span.protip:before
|
|||
content: "( ";
|
||||
}
|
||||
|
||||
span.videotitle
|
||||
{
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
table.videometadata
|
||||
{
|
||||
border-width: 0px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table.videometadata tr td.leftcell
|
||||
{
|
||||
color: #606060;
|
||||
text-align: right;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
table.videometadata tr td.rightcell
|
||||
{
|
||||
text-align: left;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
td
|
||||
{
|
||||
vertical-align: top;
|
||||
|
|
|
@ -26,14 +26,17 @@
|
|||
</img>
|
||||
</a>
|
||||
</td>
|
||||
<td><h2>
|
||||
<td>
|
||||
<span class="videotitle">
|
||||
<a>
|
||||
<xsl:attribute name="href">
|
||||
<xsl:value-of select="rdf:RDF/cc:Work/dc:identifier" />
|
||||
</xsl:attribute>
|
||||
<xsl:value-of select="rdf:RDF/cc:Work/dc:title" />
|
||||
</a>
|
||||
</h2>
|
||||
</span>
|
||||
<br />
|
||||
<xsl:value-of select="rdf:RDF/cc:Work/dc:description" />
|
||||
<table class="videometadata">
|
||||
<tr>
|
||||
<td class="leftcell">
|
||||
|
@ -46,14 +49,6 @@
|
|||
<xsl:value-of select="concat($hours, ':', format-number($minutes, '00'), ':', format-number($seconds, '00'))" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="leftcell">
|
||||
<xsl:value-of select="$locale_strings[@id='viewcount']" />:
|
||||
</td>
|
||||
<td class="rightcell">
|
||||
<xsl:value-of select="@viewcount" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<xsl:if test="@edit='true'">
|
||||
<a>
|
||||
|
|
Loading…
Reference in a new issue