diff --git a/trunk/functions.pl b/trunk/functions.pl index b5fdbf9..d805926 100644 --- a/trunk/functions.pl +++ b/trunk/functions.pl @@ -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' => { diff --git a/trunk/style/default.css b/trunk/style/default.css index 8da3706..3630784 100755 --- a/trunk/style/default.css +++ b/trunk/style/default.css @@ -175,7 +175,31 @@ 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; -} +} \ No newline at end of file diff --git a/trunk/xsl/xhtml/results.xsl b/trunk/xsl/xhtml/results.xsl index 9e8aba1..12ecb81 100644 --- a/trunk/xsl/xhtml/results.xsl +++ b/trunk/xsl/xhtml/results.xsl @@ -26,14 +26,17 @@ -

+ + -

+ +
+ - - - -
@@ -46,14 +49,6 @@
- : - - -