comparison 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
comparison
equal deleted inserted replaced
484:2e947f508553 485:a55a521b7a31
67 } 67 }
68 %> 68 %>
69 <html> 69 <html>
70 <%@include file="header.inc" %> 70 <%@include file="header.inc" %>
71 71
72 <td valign="top" width="99%" bgcolor="white" class="css_prison"> 72 <div class="css_prison">
73 <h1><%= escape(description) %></h1> 73 <h1><%= escape(description) %></h1>
74 <%= header %> 74 <%= header %>
75 <table class="statustable"> 75 <table class="statustable">
76 <tr> 76 <tr>
77 <th class="statustablehead">Status</th> 77 <th class="statustablehead">Status</th>
78 <th class="statustablehead">Package</th> 78 <th class="statustablehead">Package</th>
79 <th class="statustablehead">Revision</th> 79 <th class="statustablehead">Revision</th>
80 <th class="statustablehead">Start</th> 80 <th class="statustablehead">Start</th>
81 <th class="statustablehead">Stop</th> 81 <th class="statustablehead">Stop</th>
82 <th class="statustablehead">Duration</th> 82 <th class="statustablehead">Duration</th>
83 <th class="statustablehead">Notes</th> 83 <th class="statustablehead">Notes</th>
84 </tr> 84 </tr>
85 <% 85 <%
86 for track_item in track_items: 86 for track_item in track_items:
87 # for all track items 87 # for all track items
88 curr_date = date_from_datetime(track_item.build_start) 88 curr_date = date_from_datetime(track_item.build_start)
127 127
128 </table> 128 </table>
129 <hr> 129 <hr>
130 report generated at <%= pretty_time(datetime.now(), "%Y-%m-%d %H:%M:%S") %>, powered 130 report generated at <%= pretty_time(datetime.now(), "%Y-%m-%d %H:%M:%S") %>, powered
131 by <a href="http://treepkg.wald.intevation.org">Tree Packager</a> 131 by <a href="http://treepkg.wald.intevation.org">Tree Packager</a>
132 </td> 132 </div>
133 133
134 <%@include file="footer.inc" %> 134 <%@include file="footer.inc" %>
135 </html> 135 </html>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)