Mercurial > treepkg
comparison contrib/sawmill/web/templates/footer.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 <!-- end main body row --> | |
2 <td width="10" bgcolor="#ffffff"> | |
3 <img src="img/clear.png" width="2" height="1" alt="" /> | |
4 </td> | |
5 </tr> | |
6 <tr> | |
7 <td align="left" bgcolor="#E0E0E0" width="9"> | |
8 <img src="img/bottomleft-inner.png" height="11" width="11" alt="" /> | |
9 </td> | |
10 <td bgcolor="#ffffff"> | |
11 <img src="img/clear.png" width="1" height="1" alt="" /> | |
12 </td> | |
13 <td align="right" bgcolor="#E0E0E0" width="9"> | |
14 <img src="img/bottomright-inner.png" height="11" width="11" alt="" /> | |
15 </td> | |
16 </tr> | |
17 </table> | |
18 <!-- end inner body row --> | |
19 </td> | |
20 <td width="10" bgcolor="#E0E0E0"> | |
21 <img src="img/clear.png" width="2" height="1" alt="" /> | |
22 </td> | |
23 </tr> | |
24 <tr> | |
25 <td align="left" bgcolor="#E0E0E0" width="9"> | |
26 <img src="img/bottomleft.png" height="9" width="9" alt="" /> | |
27 </td> | |
28 <td bgcolor="#E0E0E0" colspan="3"> | |
29 <img src="img/clear.png" width="1" height="1" alt="" /> | |
30 </td> | |
31 <td align="right" bgcolor="#E0E0E0" width="9"> | |
32 <img src="img/bottomright.png" height="9" width="9" alt="" /> | |
33 </td> | |
34 </tr> | |
35 </table> | |
36 <br> | |
37 <center> | |
38 <b style="color:white; font-size:13px;"> | |
39 This site is hosted by the <a href="http://www.intevation.de">Intevation GmbH</a> | |
40 </b> | |
41 </center> | |
42 </body> |