Mercurial > treepkg
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/contrib/sawmill/web/templates/footer.inc Sat Sep 18 09:46:22 2010 +0000 @@ -0,0 +1,42 @@ + <!-- end main body row --> + <td width="10" bgcolor="#ffffff"> + <img src="img/clear.png" width="2" height="1" alt="" /> + </td> + </tr> + <tr> + <td align="left" bgcolor="#E0E0E0" width="9"> + <img src="img/bottomleft-inner.png" height="11" width="11" alt="" /> + </td> + <td bgcolor="#ffffff"> + <img src="img/clear.png" width="1" height="1" alt="" /> + </td> + <td align="right" bgcolor="#E0E0E0" width="9"> + <img src="img/bottomright-inner.png" height="11" width="11" alt="" /> + </td> + </tr> + </table> + <!-- end inner body row --> + </td> + <td width="10" bgcolor="#E0E0E0"> + <img src="img/clear.png" width="2" height="1" alt="" /> + </td> + </tr> + <tr> + <td align="left" bgcolor="#E0E0E0" width="9"> + <img src="img/bottomleft.png" height="9" width="9" alt="" /> + </td> + <td bgcolor="#E0E0E0" colspan="3"> + <img src="img/clear.png" width="1" height="1" alt="" /> + </td> + <td align="right" bgcolor="#E0E0E0" width="9"> + <img src="img/bottomright.png" height="9" width="9" alt="" /> + </td> + </tr> + </table> + <br> + <center> + <b style="color:white; font-size:13px;"> + This site is hosted by the <a href="http://www.intevation.de">Intevation GmbH</a> + </b> + </center> +</body>