[Debconf-video-commits] r404 - package/branches/pycon09/src/pyconvideo/pyconvideo

xf-guest at alioth.debian.org xf-guest at alioth.debian.org
Thu Mar 26 21:55:30 UTC 2009


Author: xf-guest
Date: 2009-03-26 21:55:30 +0000 (Thu, 26 Mar 2009)
New Revision: 404

Modified:
   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
Log:
Update HTML for CSS, general aesthetics

Modified: package/branches/pycon09/src/pyconvideo/pyconvideo/event_list.html
===================================================================
--- package/branches/pycon09/src/pyconvideo/pyconvideo/event_list.html	2009-03-26 21:54:18 UTC (rev 403)
+++ package/branches/pycon09/src/pyconvideo/pyconvideo/event_list.html	2009-03-26 21:55:30 UTC (rev 404)
@@ -1,11 +1,23 @@
-<html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
 
-  <head><title>Events</title></head>
+  <head>
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+  <title>PyCon AV - Video recordings</title>
+  <style type="text/css">
+  <!--
+  @import url("/media/style.css");
+  -->
+  </style>
+  </head>
 
-  <body>
-    <h1>Events</h1>
+   <body>
+    <p id="masthead">
+    <b><big>Events</big></b>
+    </p>
 
-    <table>
+    <table id="emphasis">
+     <thead>
       <tr>
 	<th>Title</th>
 	<th>Start time</th>
@@ -13,6 +25,8 @@
 	<th>Room</th>
 	<th>Recorded as</th>
       </tr>
+     </thead>
+     <tbody>
       {% for event in object_list %}
       <tr>
 	<td>{{ event.title }}</td>
@@ -29,6 +43,7 @@
 	</td>
       </tr>
       {% endfor %}
+     </tbody>
     </table>
 
   </body>

Modified: package/branches/pycon09/src/pyconvideo/pyconvideo/review_event_recording.html
===================================================================
--- package/branches/pycon09/src/pyconvideo/pyconvideo/review_event_recording.html	2009-03-26 21:54:18 UTC (rev 403)
+++ package/branches/pycon09/src/pyconvideo/pyconvideo/review_event_recording.html	2009-03-26 21:55:30 UTC (rev 404)
@@ -1,9 +1,20 @@
-<html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
 
-  <head><title>Review recording</title></head>
+  <head>
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+  <title>PyCon AV - Review Recording</title>
+  <style type="text/css">
+  <!--
+  @import url("/media/style.css");
+  -->
+  </style>
+  </head>
 
-  <body>
-    <h1>Review recording</h1>
+   <body>
+    <p id="masthead">
+    <b><big>Review recording</big></b>
+    </p>
 
     <p>
       Recording:

Modified: package/branches/pycon09/src/pyconvideo/pyconvideo/review_list_events.html
===================================================================
--- package/branches/pycon09/src/pyconvideo/pyconvideo/review_list_events.html	2009-03-26 21:54:18 UTC (rev 403)
+++ package/branches/pycon09/src/pyconvideo/pyconvideo/review_list_events.html	2009-03-26 21:55:30 UTC (rev 404)
@@ -1,9 +1,20 @@
-<html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
 
-  <head><title>Link recording with event</title></head>
+  <head>
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+  <title>PyCon AV - Link recording with event</title>
+  <style type="text/css">
+  <!--
+  @import url("/media/style.css");
+  -->
+  </style>
+  </head>
 
-  <body>
-    <h1>Link recording with event</h1>
+   <body>
+    <p id="masthead">
+    <b><big>Link recording with event</big></b>
+    <p>
 
     <p>
       Recording:
@@ -26,7 +37,9 @@
       <input type="submit" name="delete" value="Delete" />
     </form>
 
-    <table>
+    <br>
+
+    <table id="emphasis">
       <tr>
 	<th>Title</th>
 	<th>Start time</th>

Modified: package/branches/pycon09/src/pyconvideo/pyconvideo/review_locked.html
===================================================================
--- package/branches/pycon09/src/pyconvideo/pyconvideo/review_locked.html	2009-03-26 21:54:18 UTC (rev 403)
+++ package/branches/pycon09/src/pyconvideo/pyconvideo/review_locked.html	2009-03-26 21:55:30 UTC (rev 404)
@@ -1,12 +1,25 @@
-<html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
 
-  <head><title>File is locked</title></head>
+  <head>
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+  <title>PyCon AV - File is locked</title>
+  <style type="text/css">
+  <!--
+  @import url("/media/style.css");
+  -->
+  </style>
+  </head>
 
-  <body>
-    <h1>File is locked</h1>
+   <body>
+    <p id="masthead">
+    <b><big>File is locked</big></b>
+    <br>
 
-    <p>File: {{ filename }}</p>
+    File: {{ filename }}
 
+    </p>
+
     <p>This file is being reviewed by {{ user.get_full_name }}.</p>
   </body>
 

Modified: package/branches/pycon09/src/pyconvideo/pyconvideo/review_target.html
===================================================================
--- package/branches/pycon09/src/pyconvideo/pyconvideo/review_target.html	2009-03-26 21:54:18 UTC (rev 403)
+++ package/branches/pycon09/src/pyconvideo/pyconvideo/review_target.html	2009-03-26 21:55:30 UTC (rev 404)
@@ -1,9 +1,20 @@
-<html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
 
-  <head><title>Review target</title></head>
+  <head>
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+  <title>PyCon AV - Review Target</title>
+  <style type="text/css">
+  <!--
+  @import url("/media/style.css");
+  -->
+  </style>
+  </head>
 
-  <body>
-    <h1>Review target</h1>
+   <body>
+    <p id="masthead">
+    <b><big>Review Target</big></b>
+    </p>
 
     <p>
       Target:

Modified: package/branches/pycon09/src/pyconvideo/pyconvideo/videorecording_list.html
===================================================================
--- package/branches/pycon09/src/pyconvideo/pyconvideo/videorecording_list.html	2009-03-26 21:54:18 UTC (rev 403)
+++ package/branches/pycon09/src/pyconvideo/pyconvideo/videorecording_list.html	2009-03-26 21:55:30 UTC (rev 404)
@@ -1,35 +1,49 @@
-<html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
 
-  <head><title>Video recordings</title></head>
+  <head>
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+  <title>PyCon AV - Video recordings</title>
+  <style type="text/css">
+  <!--
+  @import url("/media/style.css");
+  -->
+  </style>
+  </head>
 
-  <body>
-    <h1>Video recordings</h1>
-
+   <body>
+    <p id="masthead">
+    <b><big>Video recordings</big></b>
+    <br>
     {% if completed %}
     <p>Thankyou for reviewing! Please select another unclaimed file.</p>
     {% endif %}
+    </p>
 
-    <table>
+    <table id="emphasis">
+     <thead>
       <tr>
-	<th>Start time</th>
-	<th>Duration</th>
-	<th>Room</th>
-	<th>Filename</th>
-	<th>Quality/status</th>
-	<th>Events covered</th>
-	<th>Comments</th>
+	<th scope="col">Start time</th>
+	<th scope="col">Duration</th>
+	<th scope="col">Room</th>
+	<th scope="col">Filename</th>
+	<th scope="col">Status</th>
+	<th scope="col">Events covered</th>
+	<th scope="col">Comments</th>
       </tr>
+     </thead>
+     <tbody>
       {% for recording in object_list %}
       <tr class="status-{{ recording.file_status.file_status_code }}">
-	<td>{{ recording.recording_time }}</td>
-	<td>{{ recording.recording_duration }}</td>
+	<td align="center">{{ recording.recording_time }}</td>
+	<td align="center">{{ recording.recording_duration }}</td>
 	<td>{{ recording.conference_room }}</td>
 	<td>
 	  <a href="file://{{ recording.recording_filename|urlencode }}">
 	    {{ recording.recording_filename }}
 	  </a>
 	</td>
-	<td>{{ recording.file_status.file_status_code }}</td>
+	<td align="center"><B><BIG>{{ recording.file_status.file_status_code }}</BIG></B></td>
 	<td>
 	  {% for event in recording.event_set.all %}
 	  {{ event.title }}<br />
@@ -49,6 +63,7 @@
 	<td>{{ recording.comments }}</td>
       </tr>
       {% endfor %}
+     </tbody>
     </table>
 
   </body>

Modified: package/branches/pycon09/src/pyconvideo/pyconvideo/videotargetfile_list.html
===================================================================
--- package/branches/pycon09/src/pyconvideo/pyconvideo/videotargetfile_list.html	2009-03-26 21:54:18 UTC (rev 403)
+++ package/branches/pycon09/src/pyconvideo/pyconvideo/videotargetfile_list.html	2009-03-26 21:55:30 UTC (rev 404)
@@ -1,15 +1,27 @@
-<html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
 
-  <head><title>Target files</title></head>
+  <head>
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+  <title>PyCon AV - Video recordings</title>
+  <style type="text/css">
+  <!--
+  @import url("/media/style.css");
+  -->
+  </style>
+  </head>
 
-  <body>
-    <h1>Target files</h1>
-
+   <body>
+    <p id="masthead">
+    <b><big>Target files</big></b>
+    <br>
     {% if completed %}
     <p>Thankyou for reviewing! Please select another unclaimed file.</p>
     {% endif %}
+    </p>
 
-    <table>
+    <table id="emphasis">
+     <thead>
       <tr>
 	<th>Event</th>
 	<th>Recording</th>
@@ -17,6 +29,8 @@
 	<th>Target '{{ format.target_format_abbr }}'</th>
 	{% endfor %}
       </tr>
+     </thead>
+     </tbody>
       {% for file_set in files %}
       <tr>
 	<td>{{ file_set.source.event.title }}</td>
@@ -42,6 +56,7 @@
 	{% endfor %}
       </tr>
       {% endfor %}
+    </tbody>
     </table>
 
   </body>




More information about the Debconf-video-commits mailing list