[Treepkg-commits] r445 - trunk/contrib/sawmill/web/templates

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Sep 23 10:29:29 CEST 2010


Author: teichmann
Date: 2010-09-23 10:29:27 +0200 (Thu, 23 Sep 2010)
New Revision: 445

Modified:
   trunk/contrib/sawmill/web/templates/details.html
   trunk/contrib/sawmill/web/templates/footer.inc
   trunk/contrib/sawmill/web/templates/header.inc
   trunk/contrib/sawmill/web/templates/overview.html
Log:
Moved the saegewerk table layout completely into header and footer
include templates.


Modified: trunk/contrib/sawmill/web/templates/details.html
===================================================================
--- trunk/contrib/sawmill/web/templates/details.html	2010-09-18 10:15:45 UTC (rev 444)
+++ trunk/contrib/sawmill/web/templates/details.html	2010-09-23 08:29:27 UTC (rev 445)
@@ -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>

Modified: trunk/contrib/sawmill/web/templates/footer.inc
===================================================================
--- trunk/contrib/sawmill/web/templates/footer.inc	2010-09-18 10:15:45 UTC (rev 444)
+++ trunk/contrib/sawmill/web/templates/footer.inc	2010-09-23 08:29:27 UTC (rev 445)
@@ -1,4 +1,5 @@
             <!-- end main body row -->
+            </td>
             <td width="10" bgcolor="#ffffff">
               <img src="img/clear.png" width="2" height="1" alt="">
             </td>

Modified: trunk/contrib/sawmill/web/templates/header.inc
===================================================================
--- trunk/contrib/sawmill/web/templates/header.inc	2010-09-18 10:15:45 UTC (rev 444)
+++ trunk/contrib/sawmill/web/templates/header.inc	2010-09-23 08:29:27 UTC (rev 445)
@@ -58,4 +58,5 @@
             <td bgcolor="#ffffff">
               <img src="img/clear.png" width="10" height="1" alt="">
             </td>
+            <td valign="top" width="99%" bgcolor="white">
             <!-- begin main body row -->

Modified: trunk/contrib/sawmill/web/templates/overview.html
===================================================================
--- trunk/contrib/sawmill/web/templates/overview.html	2010-09-18 10:15:45 UTC (rev 444)
+++ trunk/contrib/sawmill/web/templates/overview.html	2010-09-23 08:29:27 UTC (rev 445)
@@ -7,7 +7,6 @@
 <html>
 <%@include file="header.inc" %>
 
-<td valign="top" width="99%" bgcolor="white">
 <div style="text-align: right">
   <a href="http://wald.intevation.de/">...to WALD source code repository</a>
 </div>
@@ -22,7 +21,6 @@
 <%
 # for all descriptions
 %>
-</td>
 
 <%@include file="footer.inc" %>
 </html>



More information about the Treepkg-commits mailing list