comparison contrib/sawmill/web/templates/overview.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 28aa6ac933fb
children 283154e189d9
comparison
equal deleted inserted replaced
484:2e947f508553 485:a55a521b7a31
5 from xml.sax.saxutils import quoteattr 5 from xml.sax.saxutils import quoteattr
6 %> 6 %>
7 <html> 7 <html>
8 <%@include file="header.inc" %> 8 <%@include file="header.inc" %>
9 9
10 <td valign="top" width="99%" bgcolor="white">
11 <div style="text-align: right"> 10 <div style="text-align: right">
12 <a href="http://wald.intevation.de/">...to WALD source code repository</a> 11 <a href="http://wald.intevation.de/">...to WALD source code repository</a>
13 </div> 12 </div>
14 13
15 <% 14 <%
20 <a href=<%= quoteattr("details.py?treepkg=%s" % treepkg) %>><%= escape(description) %></a> 19 <a href=<%= quoteattr("details.py?treepkg=%s" % treepkg) %>><%= escape(description) %></a>
21 </div> 20 </div>
22 <% 21 <%
23 # for all descriptions 22 # for all descriptions
24 %> 23 %>
25 </td>
26 24
27 <%@include file="footer.inc" %> 25 <%@include file="footer.inc" %>
28 </html> 26 </html>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)