[Treepkg-commits] r435 - trunk/contrib/sawmill/web/templates
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Sep 10 22:06:15 CEST 2010
Author: teichmann
Date: 2010-09-10 22:06:15 +0200 (Fri, 10 Sep 2010)
New Revision: 435
Modified:
trunk/contrib/sawmill/web/templates/details.html
Log:
sawmill: Added 'powered by Tree Packager' line in details view.
Modified: trunk/contrib/sawmill/web/templates/details.html
===================================================================
--- trunk/contrib/sawmill/web/templates/details.html 2010-09-10 14:18:07 UTC (rev 434)
+++ trunk/contrib/sawmill/web/templates/details.html 2010-09-10 20:06:15 UTC (rev 435)
@@ -4,7 +4,7 @@
from cgi import escape
from xml.sax.saxutils import quoteattr
-from datetime import date
+from datetime import date, datetime
%>
<html>
<head>
@@ -175,8 +175,10 @@
%>
</table>
+<hr>
+report generated at <%= pretty_time(datetime.now()) %>, powered
+by <a href="http://treepkg.wald.intevation.org">Tree Packager</a>
-
<!-- end main body row -->
</td>
<td width="10" bgcolor="#ffffff">
More information about the Treepkg-commits
mailing list