Last change
on this file was 8983, checked in by dennisw, 14 years ago |
index.html - linkt nu naar goede script
Heatmap.php - renamed
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Date Revision
-
Property svn:mime-type
set to
text/html
|
File size:
1.1 KB
|
Rev | Line | |
---|
[8972] | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
---|
| 2 | <html xmlns="http://www.w3.org/1999/xhtml">
|
---|
| 3 | <head>
|
---|
| 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
---|
| 5 | <title>Heatmap</title>
|
---|
| 6 | <link href="css/style.css" rel="stylesheet" type="text/css" media="screen" />
|
---|
| 7 | <script src="OpenLayers/OpenLayers.js"></script>
|
---|
| 8 | <script src="js/OpenStreetMap.js"></script>
|
---|
[8983] | 9 | <script src="js/Heatmap.php"></script>
|
---|
[8982] | 10 | <script src="js/Concurrent.Thread-full-20090713.js"></script>
|
---|
[8972] | 11 | </head>
|
---|
[8971] | 12 |
|
---|
[8972] | 13 | <body onload="init()">
|
---|
| 14 | <div id="wrapper">
|
---|
| 15 | <div id="header">
|
---|
| 16 | <a href="index.html"><img src="img/logo.jpg" border="0" style="float: left;"/></a>
|
---|
| 17 | <font style="font-size:24px; color:white;">Stichting Wireless Leiden</font><br />
|
---|
| 18 | <font style="font-size:46px; color:white;">Heatmap</font>
|
---|
| 19 | </div>
|
---|
| 20 | <div id="content">
|
---|
| 21 | <h1>Info</h1><br />
|
---|
| 22 | <input type="button" value="Generate Heatmap!" OnClick="generateHeatmap();" />
|
---|
| 23 | </div>
|
---|
| 24 | <div id="heatmap"></div>
|
---|
| 25 | <div id="footer"> <a href="http://www.wirelessleiden.nl/">wirelessleiden.nl</a> </div>
|
---|
[8971] | 26 |
|
---|
[8972] | 27 |
|
---|
| 28 | </body>
|
---|
[8971] | 29 | </html>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.