[Debconf-video-commits] r407 - in package/branches/pycon09/src: media pyconvideo pyconvideo/pyconvideo

xf-guest at alioth.debian.org xf-guest at alioth.debian.org
Fri Mar 27 02:01:11 UTC 2009


Author: xf-guest
Date: 2009-03-27 02:01:11 +0000 (Fri, 27 Mar 2009)
New Revision: 407

Modified:
   package/branches/pycon09/src/media/style.css
   package/branches/pycon09/src/pyconvideo/pyconvideo/event_list.html
   package/branches/pycon09/src/pyconvideo/pyconvideo/review_event_recording.html
   package/branches/pycon09/src/pyconvideo/pyconvideo/review_list_events.html
   package/branches/pycon09/src/pyconvideo/pyconvideo/review_locked.html
   package/branches/pycon09/src/pyconvideo/pyconvideo/review_target.html
   package/branches/pycon09/src/pyconvideo/pyconvideo/videorecording_list.html
   package/branches/pycon09/src/pyconvideo/pyconvideo/videotargetfile_list.html
   package/branches/pycon09/src/pyconvideo/urls.py
Log:
CSS/HTML updates

Modified: package/branches/pycon09/src/media/style.css
===================================================================
--- package/branches/pycon09/src/media/style.css	2009-03-26 22:00:47 UTC (rev 406)
+++ package/branches/pycon09/src/media/style.css	2009-03-27 02:01:11 UTC (rev 407)
@@ -70,7 +70,6 @@
 }
 
 tr.status-X {
-	background-color: #336699;
 	color: white;
 }
 

Modified: package/branches/pycon09/src/pyconvideo/pyconvideo/event_list.html
===================================================================
--- package/branches/pycon09/src/pyconvideo/pyconvideo/event_list.html	2009-03-26 22:00:47 UTC (rev 406)
+++ package/branches/pycon09/src/pyconvideo/pyconvideo/event_list.html	2009-03-27 02:01:11 UTC (rev 407)
@@ -14,6 +14,7 @@
    <body>
     <p id="masthead">
     <b><big>Events</big></b>
+    <small><a href="/">[main page]</a></small>
     </p>
 
     <table id="emphasis">

Modified: package/branches/pycon09/src/pyconvideo/pyconvideo/review_event_recording.html
===================================================================
--- package/branches/pycon09/src/pyconvideo/pyconvideo/review_event_recording.html	2009-03-26 22:00:47 UTC (rev 406)
+++ package/branches/pycon09/src/pyconvideo/pyconvideo/review_event_recording.html	2009-03-27 02:01:11 UTC (rev 407)
@@ -14,8 +14,8 @@
    <body>
     <p id="masthead">
     <b><big>Review recording</big></b>
+    <small><a href="/">[main page]</a></small>
     </p>
-
     <p>
       Recording:
       <a href="file://{{ recording.recording_filename|urlencode }}">

Modified: package/branches/pycon09/src/pyconvideo/pyconvideo/review_list_events.html
===================================================================
--- package/branches/pycon09/src/pyconvideo/pyconvideo/review_list_events.html	2009-03-26 22:00:47 UTC (rev 406)
+++ package/branches/pycon09/src/pyconvideo/pyconvideo/review_list_events.html	2009-03-27 02:01:11 UTC (rev 407)
@@ -14,7 +14,8 @@
    <body>
     <p id="masthead">
     <b><big>Link recording with event</big></b>
-    <p>
+    <small><a href="/">[main page]</a></small>
+    </p>
 
     <p>
       Recording:

Modified: package/branches/pycon09/src/pyconvideo/pyconvideo/review_locked.html
===================================================================
--- package/branches/pycon09/src/pyconvideo/pyconvideo/review_locked.html	2009-03-26 22:00:47 UTC (rev 406)
+++ package/branches/pycon09/src/pyconvideo/pyconvideo/review_locked.html	2009-03-27 02:01:11 UTC (rev 407)
@@ -14,6 +14,7 @@
    <body>
     <p id="masthead">
     <b><big>File is locked</big></b>
+    <small><a href="/">[main page]</a></small>
     <br>
 
     File: {{ filename }}

Modified: package/branches/pycon09/src/pyconvideo/pyconvideo/review_target.html
===================================================================
--- package/branches/pycon09/src/pyconvideo/pyconvideo/review_target.html	2009-03-26 22:00:47 UTC (rev 406)
+++ package/branches/pycon09/src/pyconvideo/pyconvideo/review_target.html	2009-03-27 02:01:11 UTC (rev 407)
@@ -14,6 +14,7 @@
    <body>
     <p id="masthead">
     <b><big>Review Target</big></b>
+    <small><a href="/">[main page]</a></small>
     </p>
 
     <p>

Modified: package/branches/pycon09/src/pyconvideo/pyconvideo/videorecording_list.html
===================================================================
--- package/branches/pycon09/src/pyconvideo/pyconvideo/videorecording_list.html	2009-03-26 22:00:47 UTC (rev 406)
+++ package/branches/pycon09/src/pyconvideo/pyconvideo/videorecording_list.html	2009-03-27 02:01:11 UTC (rev 407)
@@ -14,6 +14,7 @@
    <body>
     <p id="masthead">
     <b><big>Video recordings</big></b>
+    <small><a href="/">[main page]</a></small>
     <br>
     {% if completed %}
     <p>Thankyou for reviewing! Please select another unclaimed file.</p>

Modified: package/branches/pycon09/src/pyconvideo/pyconvideo/videotargetfile_list.html
===================================================================
--- package/branches/pycon09/src/pyconvideo/pyconvideo/videotargetfile_list.html	2009-03-26 22:00:47 UTC (rev 406)
+++ package/branches/pycon09/src/pyconvideo/pyconvideo/videotargetfile_list.html	2009-03-27 02:01:11 UTC (rev 407)
@@ -14,6 +14,7 @@
    <body>
     <p id="masthead">
     <b><big>Target files</big></b>
+    <small><a href="/">[main page]</a></small>
     <br>
     {% if completed %}
     <p>Thankyou for reviewing! Please select another unclaimed file.</p>

Modified: package/branches/pycon09/src/pyconvideo/urls.py
===================================================================
--- package/branches/pycon09/src/pyconvideo/urls.py	2009-03-26 22:00:47 UTC (rev 406)
+++ package/branches/pycon09/src/pyconvideo/urls.py	2009-03-27 02:01:11 UTC (rev 407)
@@ -32,7 +32,6 @@
     <p id="masthead"><a href="recordingnew/">Recordings (unchecked)</a> - new recorded files</p>
     <p id="masthead"><a href="target/">Target files</a> - completed files for publication or archival</p>
 
-    &nbsp;<a href="/admin">Django Admin</a> - may be needed to authenticate to this system. Please don't manipulate data in here directly!
   </body>
 </html>
 ''')




More information about the Debconf-video-commits mailing list