source: branches/htmlform/templates/footer.tmpl@ 450

Last change on this file since 450 was 450, checked in by Kris Deugau, 14 years ago

/branches/htmlform

Added missing index and footer templates
Update default CSS with definitions for footer, alternate-row colours
Have main.cgi look for a template matching $webvar{action}
Convert main summary page content to template
See #3.

File size: 499 bytes
Line 
1<br>
2<!-- Done with the main div opened in the header template -->
3<TMPL_IF NAME=adminlink><div id=adminlink><a href="/ip/cgi-bin/admin.cgi">Admin tools</a></div></TMPL_IF>
4</div>
5
6<div id=footer>
7<div id=contact>DeepNet <a href="http://projects.deepnet.cx/trac/ipdb" target="_blank">IP Database</a> |
8 Copyright 2004-2010 <a href="mailto:kdeugau@deepnet.cx">Kris Deugau</a><br />
9Written for standards-based browsers (eg <a href="http://www.mozilla.org">Mozilla</a>)
10</div>
11</div>
12
13</body>
14</html>
Note: See TracBrowser for help on using the repository browser.