Mercurial > treepkg
changeset 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 |
files | contrib/sawmill/web/templates/details.html contrib/sawmill/web/templates/footer.inc contrib/sawmill/web/templates/header.inc contrib/sawmill/web/templates/overview.html |
diffstat | 4 files changed, 11 insertions(+), 11 deletions(-) [+] |
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>
--- a/contrib/sawmill/web/templates/footer.inc Sat Sep 18 10:15:45 2010 +0000 +++ b/contrib/sawmill/web/templates/footer.inc Thu Sep 23 08:29:27 2010 +0000 @@ -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>
--- a/contrib/sawmill/web/templates/header.inc Sat Sep 18 10:15:45 2010 +0000 +++ b/contrib/sawmill/web/templates/header.inc Thu Sep 23 08:29:27 2010 +0000 @@ -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 -->
--- a/contrib/sawmill/web/templates/overview.html Sat Sep 18 10:15:45 2010 +0000 +++ b/contrib/sawmill/web/templates/overview.html Thu Sep 23 08:29:27 2010 +0000 @@ -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>