source: templates/exodus_template.html@ 6179

Last change on this file since 6179 was 6179, checked in by RIck van der Zwet, 16 years ago

Configuration and code are glued into each other. First attempt to 'unglue' stuff a bit

File size: 2.0 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<HTML>
3<TITLE>
4WirelessLeiden Exodus
5</TITLE>
6<link rel="stylesheet" href="/exodus/static/exodus.css" title="Default" type="text/css" />
7
8<BODY>
9<TABLE border="0" cellspacing="0" cellpadding="0">
10 <TR>
11 <td class="menu" valign="top">
12 <A name="top"><img width="130" height="82" alt="logo" src="/static/logo.png" border=0/></A></br>
13 <img width="130" height="97" alt="foto" src="/exodus/static/foto.jpg"/><br/>
14 &nbsp;&nbsp;<A class="menu" href="/exodus">Exodus</a></br/>
15 &nbsp;&nbsp;<A class="menu" href="/exodus/nodelist">Node List</a><br/>
16 &nbsp;&nbsp;<A class="menu" href="/exodus/addlocation">Add Location</a></br>
17 &nbsp;&nbsp;<A class="menu" href="/exodus/addnode">Add Node</a></br>
18 &nbsp;&nbsp;<A class="menu" href="/exodus/addnic">Add NIC</a></br>
19 &nbsp;&nbsp;<A class="menu" href="/exodus/addinterlink">Add Interlink</a></br>
20 &nbsp;&nbsp;<A class="menu" href="/exodus/addomni">Add Omni</a></br>
21 </td>
22 <td valign="top" class="right">
23
24 <table border=0 cellspacing="0" cellpadding="0">
25 <tr>
26 <td class="titlel">&nbsp;</td>
27 <td class="title">
28 <a class="title" href="http://www.wirelessleiden.nl">WirelessLeiden.NL</a>
29 </td>
30 <td class="titler">&nbsp;</td>
31 </tr>
32 <tr>
33 <td class="menu2l">&nbsp;</td>
34 <td class="menu2">
35 <table border="0">
36 <tr>
37 <td class="menu2table">Exodus</td>
38 </tr>
39 </table>
40 </td>
41 <td class="menu2r">&nbsp;</td>
42 </tr>
43 <tr>
44 <td class="mainl">&nbsp;</td>
45 <td class="main">
46 <br/>
47 {% block content %} {% endblock %}
48 </td>
49 <td class="mainr">&nbsp;</td>
50 </tr>
51 <tr><td class="bottom" colspan="3"></td></tr>
52 </table>
53 </td>
54 </TR>
55 <tr>
56 <td class="disclaimer" colspan="2">
57 <a class="disclaimer" href="http://www.wirelessleiden.nl/stichting/disclaimer.shtml">disclaimer &copy; 2006 </a>
58 &nbsp;|&nbsp;<a class="disclaimer" href="#top">top</a>
59 </td>
60 </tr>
61</TABLE>
62</BODY>
63
64</HTML>
Note: See TracBrowser for help on using the repository browser.