Last change
on this file since 9175 was 9175, checked in by dennisw, 14 years ago |
Website layout updated. Little AJAX test thing, ignore that.
|
File size:
1.2 KB
|
Line | |
---|
1 | <html>
|
---|
2 | <head>
|
---|
3 | <link href="{{ STATIC_URL }}style.css" rel="stylesheet" type="text/css" media="screen" />
|
---|
4 | <script type="text/javascript" language="Javascript" src="{{ STATIC_URL }}OpenLayers.js"></script>
|
---|
5 | <script type="text/javascript" language="Javascript" src="{{ STATIC_URL }}heatmap.js"></script>
|
---|
6 | <script type="text/javascript" language="Javascript" src="{{ STATIC_URL }}OpenStreetMap.js"></script>
|
---|
7 | </head>
|
---|
8 | <body onload="init()">
|
---|
9 | <div id="wrapper">
|
---|
10 | <div id="contentcontainer">
|
---|
11 | <div id="header">
|
---|
12 | <a href="index.html"><img src="/static/img/logo.jpg" border="0" style="float: left;"/></a>
|
---|
13 | <font style="font-size:24px; color:white;">Stichting Wireless Leiden</font><br />
|
---|
14 | <font style="font-size:46px; color:white;">Heatmap</font>
|
---|
15 | </div>
|
---|
16 | <div id="content">
|
---|
17 | <h1>Info</h1><br />
|
---|
18 | Info
|
---|
19 | <div id="nodelist"><h2>Let AJAX change this text</h2></div>
|
---|
20 | <button type="button" onclick="loadXMLDoc()">Change Content</button>
|
---|
21 | </div>
|
---|
22 | <div id="footer"> <a href="http://www.wirelessleiden.nl/">wirelessleiden.nl</a> </div>
|
---|
23 | </div>
|
---|
24 | <div id="heatmapwrapper">
|
---|
25 | <div id="heatmap"></div>
|
---|
26 | </div>
|
---|
27 | </div>
|
---|
28 | </body>
|
---|
29 | </html>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.