comparison contrib/sawmill/web/templates/details.html @ 475:7be221f41f58

sawmill: Added 'powered by Tree Packager' line in details view.
author Sascha Teichmann <teichmann@intevation.de>
date Fri, 10 Sep 2010 20:06:15 +0000
parents a8f77807d710
children f3438708a2be
comparison
equal deleted inserted replaced
474:a8f77807d710 475:7be221f41f58
2 "http://www.w3.org/TR/html4/loose.dtd"> 2 "http://www.w3.org/TR/html4/loose.dtd">
3 <% 3 <%
4 from cgi import escape 4 from cgi import escape
5 from xml.sax.saxutils import quoteattr 5 from xml.sax.saxutils import quoteattr
6 6
7 from datetime import date 7 from datetime import date, datetime
8 %> 8 %>
9 <html> 9 <html>
10 <head> 10 <head>
11 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 11 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
12 <link rel="stylesheet" href="styles/style.css" type="text/css" media="screen" /> 12 <link rel="stylesheet" href="styles/style.css" type="text/css" media="screen" />
173 <% 173 <%
174 # for all track itemes 174 # for all track itemes
175 %> 175 %>
176 176
177 </table> 177 </table>
178 178 <hr>
179 report generated at <%= pretty_time(datetime.now()) %>, powered
180 by <a href="http://treepkg.wald.intevation.org">Tree Packager</a>
179 181
180 <!-- end main body row --> 182 <!-- end main body row -->
181 </td> 183 </td>
182 <td width="10" bgcolor="#ffffff"> 184 <td width="10" bgcolor="#ffffff">
183 <img src="img/clear.png" width="2" height="1" alt="" /> 185 <img src="img/clear.png" width="2" height="1" alt="" />
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)