diff contrib/sawmill/web/templates/details.html @ 485:a55a521b7a31

Moved the saegewerk table layout completely into header and footer include templates.
author Sascha Teichmann <teichmann@intevation.de>
date Thu, 23 Sep 2010 08:29:27 +0000
parents 2e947f508553
children 283154e189d9
line wrap: on
line diff
--- a/contrib/sawmill/web/templates/details.html	Sat Sep 18 10:15:45 2010 +0000
+++ b/contrib/sawmill/web/templates/details.html	Thu Sep 23 08:29:27 2010 +0000
@@ -69,18 +69,18 @@
 <html>
 <%@include file="header.inc" %>
 
-<td valign="top" width="99%" bgcolor="white" class="css_prison">
+<div class="css_prison">
 <h1><%= escape(description) %></h1>
 <%= header %>
 <table class="statustable">
 <tr>
-    <th class="statustablehead">Status</th>
-    <th class="statustablehead">Package</th>
-    <th class="statustablehead">Revision</th>
-    <th class="statustablehead">Start</th>
-    <th class="statustablehead">Stop</th>
-    <th class="statustablehead">Duration</th>
-    <th class="statustablehead">Notes</th>
+  <th class="statustablehead">Status</th>
+  <th class="statustablehead">Package</th>
+  <th class="statustablehead">Revision</th>
+  <th class="statustablehead">Start</th>
+  <th class="statustablehead">Stop</th>
+  <th class="statustablehead">Duration</th>
+  <th class="statustablehead">Notes</th>
 </tr>
 <%
 for track_item in track_items:
@@ -129,7 +129,7 @@
 <hr>
 report generated at <%= pretty_time(datetime.now(), "%Y-%m-%d %H:%M:%S") %>, powered
 by <a href="http://treepkg.wald.intevation.org">Tree Packager</a>
-</td>
+</div>
 
 <%@include file="footer.inc" %>
 </html>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)