From eff95e520ddc4ca6f596a7ea8ac3becd294df9b9 Mon Sep 17 00:00:00 2001 From: erlehmann Date: Thu, 18 Oct 2007 04:50:49 +0000 Subject: [PATCH] creative commons xml stuff works kinda crappy at least i have figured it out now could sleep this night (damn you, party) so rest follows tomorrow or in the next few days git-svn-id: http://yolanda.mister-muffin.de/svn@83 7eef14d0-6ed0-489d-bf55-20463b2d70db --- .../cc/{64px-Cc-by_new.svg.png => cc-by.png} | Bin .../cc/{64px-Cc-nc.svg.png => cc-nc.png} | Bin .../cc/{64px-Cc-nd.svg.png => cc-nd.png} | Bin .../cc/{64px-Cc-sa.svg.png => cc-sa.png} | Bin trunk/style/gnutube.css | 6 ++++ trunk/xsl/xhtml.xsl | 31 ++++++++++++++++-- 6 files changed, 34 insertions(+), 3 deletions(-) rename trunk/images/cc/{64px-Cc-by_new.svg.png => cc-by.png} (100%) rename trunk/images/cc/{64px-Cc-nc.svg.png => cc-nc.png} (100%) rename trunk/images/cc/{64px-Cc-nd.svg.png => cc-nd.png} (100%) rename trunk/images/cc/{64px-Cc-sa.svg.png => cc-sa.png} (100%) diff --git a/trunk/images/cc/64px-Cc-by_new.svg.png b/trunk/images/cc/cc-by.png similarity index 100% rename from trunk/images/cc/64px-Cc-by_new.svg.png rename to trunk/images/cc/cc-by.png diff --git a/trunk/images/cc/64px-Cc-nc.svg.png b/trunk/images/cc/cc-nc.png similarity index 100% rename from trunk/images/cc/64px-Cc-nc.svg.png rename to trunk/images/cc/cc-nc.png diff --git a/trunk/images/cc/64px-Cc-nd.svg.png b/trunk/images/cc/cc-nd.png similarity index 100% rename from trunk/images/cc/64px-Cc-nd.svg.png rename to trunk/images/cc/cc-nd.png diff --git a/trunk/images/cc/64px-Cc-sa.svg.png b/trunk/images/cc/cc-sa.png similarity index 100% rename from trunk/images/cc/64px-Cc-sa.svg.png rename to trunk/images/cc/cc-sa.png diff --git a/trunk/style/gnutube.css b/trunk/style/gnutube.css index 621d77d..797f0d5 100755 --- a/trunk/style/gnutube.css +++ b/trunk/style/gnutube.css @@ -131,6 +131,12 @@ div text-align: center; } + div.videoccdata + { + text-align: center; + margin: 4em; + } + div.videometadata { text-align: center; diff --git a/trunk/xsl/xhtml.xsl b/trunk/xsl/xhtml.xsl index 6257373..dcf7290 100755 --- a/trunk/xsl/xhtml.xsl +++ b/trunk/xsl/xhtml.xsl @@ -326,6 +326,34 @@ +
+ + Permits:
+ + + REPRODUCTION + + + DISTRIBUTION + + + DERIVATES + + +
+ Requires:
+ + + + + + + + + SOURCE + + +
-
- -