Mercurial > treepkg
comparison contrib/sawmill/web/templates/overview.html @ 473:d8012571f9e1
sawmill: removed trailing whitespace
author | Sascha Teichmann <teichmann@intevation.de> |
---|---|
date | Fri, 10 Sep 2010 10:46:50 +0000 |
parents | a4bf8280ed0b |
children | f3438708a2be |
comparison
equal
deleted
inserted
replaced
472:d760c6cd2abf | 473:d8012571f9e1 |
---|---|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" |
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 %> |
67 </td> | 67 </td> |
68 <td valign="top" width="99%" bgcolor="white"> | 68 <td valign="top" width="99%" bgcolor="white"> |
69 <!-- end main body row --> | 69 <!-- end main body row --> |
70 <div style="text-align: right"><a href="http://wald.intevation.de/">...to WALD source code repository</a></div> | 70 <div style="text-align: right"><a href="http://wald.intevation.de/">...to WALD source code repository</a></div> |
71 | 71 |
72 <% | 72 <% |
73 for treepkg, description in sorted(descriptions, key=lambda x: x[1]): | 73 for treepkg, description in sorted(descriptions, key=lambda x: x[1]): |
74 # for all descriptions | 74 # for all descriptions |
75 %> | 75 %> |
76 <div style="magin:5px;border-bottom:1px solid #DDDDDD;padding:5px;font-weight:bold; font-size: 16pt"> | 76 <div style="magin:5px;border-bottom:1px solid #DDDDDD;padding:5px;font-weight:bold; font-size: 16pt"> |
77 <a href=<%= quoteattr("details.py?treepkg=%s" % treepkg) %>><%= escape(description) %></a> | 77 <a href=<%= quoteattr("details.py?treepkg=%s" % treepkg) %>><%= escape(description) %></a> |
121 </td> | 121 </td> |
122 </tr> | 122 </tr> |
123 </table> | 123 </table> |
124 <br /> | 124 <br /> |
125 <center> | 125 <center> |
126 <b style="color:white; font-size:13px;"> | 126 <b style="color:white; font-size:13px;"> |
127 This site is hosted by the <a href="http://www.intevation.de">Intevation GmbH</a> | 127 This site is hosted by the <a href="http://www.intevation.de">Intevation GmbH</a> |
128 | 128 |
129 </b> | 129 </b> |
130 </center> | 130 </center> |
131 | 131 |