Mercurial > treepkg
comparison contrib/sawmill/web/templates/header.inc @ 483:28aa6ac933fb
sawmill: moved wald's table layout into common header and footer
template include files.
author | Sascha Teichmann <teichmann@intevation.de> |
---|---|
date | Sat, 18 Sep 2010 09:46:22 +0000 |
parents | |
children | 2e947f508553 |
comparison
equal
deleted
inserted
replaced
482:a89f73f7c965 | 483:28aa6ac933fb |
---|---|
1 <% | |
2 from cgi import escape | |
3 from xml.sax.saxutils import quoteattr | |
4 %> | |
5 <head> | |
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
7 <link rel="icon" href="img/favicon.ico" type="image/x-icon" /> | |
8 <link rel="stylesheet" href="styles/style.css" type="text/css" media="screen" /> | |
9 <title>Sägewerk - <%= escape(page_title) %></title> | |
10 </head> | |
11 <body> | |
12 <table border="0" width="100%" cellspacing="0" cellpadding="0"> | |
13 <tr> | |
14 <td> | |
15 <a href=<%= quoteattr(back_link) %>><img src="img/logo.jpg" | |
16 border="0" alt="" width="533" height="94" /></a> | |
17 </td> | |
18 </tr> | |
19 </table> | |
20 <table border="0" width="100%" cellspacing="0" cellpadding="0"> | |
21 <tr> | |
22 <td align="left" bgcolor="#E0E0E0" width="9"> | |
23 <img src="img/topleft.png" height="9" width="9" alt="" /> | |
24 </td> | |
25 <td bgcolor="#E0E0E0" width="30"> | |
26 <img src="img/clear.png" width="30" height="1" alt="" /> | |
27 </td> | |
28 <td bgcolor="#E0E0E0"> | |
29 <img src="img/clear.png" width="1" height="1" alt="" /> | |
30 </td> | |
31 <td bgcolor="#E0E0E0" width="30"> | |
32 <img src="img/clear.png" width="30" height="1" alt="" /> | |
33 </td> | |
34 <td align="right" bgcolor="#E0E0E0" width="9"> | |
35 <img src="img/topright.png" height="9" width="9" alt="" /> | |
36 </td> | |
37 </tr> | |
38 <tr> | |
39 <!-- Outer body row --> | |
40 <td bgcolor="#E0E0E0"> | |
41 <img src="img/clear.png" width="10" height="1" alt="" /> | |
42 </td> | |
43 <td valign="top" width="99%" bgcolor="#E0E0E0" colspan="3"> | |
44 <!-- Inner Tabs / Shell --> | |
45 <table border="0" width="100%" cellspacing="0" cellpadding="0"> | |
46 <tr> | |
47 <td align="left" bgcolor="#ffffff" width="9"> | |
48 <img src="img/topleft-inner.png" height="9" width="9" alt="" /> | |
49 </td> | |
50 <td bgcolor="#ffffff"> | |
51 <img src="img/clear.png" width="1" height="1" alt="" /> | |
52 </td> | |
53 <td align="right" bgcolor="#ffffff" width="9"> | |
54 <img src="img/topright-inner.png" height="9" width="9" alt="" /> | |
55 </td> | |
56 </tr> | |
57 <tr> | |
58 <td bgcolor="#ffffff"> | |
59 <img src="img/clear.png" width="10" height="1" alt="" /> | |
60 </td> | |
61 <!-- begin main body row --> |