Last change
on this file since 9142 was 9139, checked in by dennisw, 14 years ago |
Structure overhaul part 2; added website folder with the template, changes to urls.py and settings.py.
|
File size:
482 bytes
|
Line | |
---|
1 | <html>
|
---|
2 | <head>
|
---|
3 | <script type="text/javascript" language="Javascript" src="{{ STATIC_URL }}OpenLayers.js"></script>
|
---|
4 | <script type="text/javascript" language="Javascript" src="{{ STATIC_URL }}heatmap.js"></script>
|
---|
5 | <script type="text/javascript" language="Javascript" src="{{ STATIC_URL }}OpenStreetMap.js"></script>
|
---|
6 | <style>
|
---|
7 | #heatmap{
|
---|
8 | width:100%;
|
---|
9 | height:100%;
|
---|
10 | }
|
---|
11 | </style>
|
---|
12 | </head>
|
---|
13 | <body onload="init()">
|
---|
14 | <div id="heatmap"></div>
|
---|
15 | </body>
|
---|
16 | </html>
|
---|
17 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.