From eb8305abac9a5a5e366be767642e4930e9b4bf34 Mon Sep 17 00:00:00 2001 From: erlehmann Date: Sun, 25 Nov 2007 04:44:14 +0000 Subject: [PATCH] SPAWN MOAR OVERLORDS git-svn-id: http://yolanda.mister-muffin.de/svn@185 7eef14d0-6ed0-489d-bf55-20463b2d70db --- trunk/functions.pl | 9 ++++++++- trunk/style/default.css | 26 +++++++++++++++++++++++++- trunk/xsl/xhtml/results.xsl | 15 +++++---------- 3 files changed, 38 insertions(+), 12 deletions(-) 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 @@ -

+ + -

+ +
+ - - - -