# HG changeset patch # User Sascha Teichmann # Date 1285230567 0 # Node ID a55a521b7a31b36efb909f606fb26be4fa42c68c # Parent 2e947f508553d91f43f2871e468ff9299aaa2cdf Moved the saegewerk table layout completely into header and footer include templates. diff -r 2e947f508553 -r a55a521b7a31 contrib/sawmill/web/templates/details.html --- 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 @@ <%@include file="header.inc" %> - +

<%= escape(description) %>

<%= header %> - - - - - - - + + + + + + + <% for track_item in track_items: @@ -129,7 +129,7 @@
report generated at <%= pretty_time(datetime.now(), "%Y-%m-%d %H:%M:%S") %>, powered by Tree Packager - + <%@include file="footer.inc" %> diff -r 2e947f508553 -r a55a521b7a31 contrib/sawmill/web/templates/footer.inc --- 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 @@ + diff -r 2e947f508553 -r a55a521b7a31 contrib/sawmill/web/templates/header.inc --- 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 @@ + <%@include file="footer.inc" %>
StatusPackageRevisionStartStopDurationNotesStatusPackageRevisionStartStopDurationNotes
diff -r 2e947f508553 -r a55a521b7a31 contrib/sawmill/web/templates/overview.html --- 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 @@ <%@include file="header.inc" %> - @@ -22,7 +21,6 @@ <% # for all descriptions %> -