Last change
on this file since 9237 was 8988, checked in by dennisw, 14 years ago |
gheat - heatmap toegevoegd als layer
|
-
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
|
Line | |
---|
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 type="text/javascript" language="Javascript" src="script/OpenLayers.js"></script>
|
---|
8 | <script type="text/javascript" language="Javascript" src="script/heatmap.js"></script>
|
---|
9 | <script type="text/javascript" language="Javascript" src="script/OpenStreetMap.js"></script>
|
---|
10 | </head>
|
---|
11 |
|
---|
12 | <body onload="init()">
|
---|
13 | <div id="wrapper">
|
---|
14 | <div id="header">
|
---|
15 | <a href="index.html"><img src="img/logo.jpg" border="0" style="float: left;"/></a>
|
---|
16 | <font style="font-size:24px; color:white;">Stichting Wireless Leiden</font><br />
|
---|
17 | <font style="font-size:46px; color:white;">Heatmap</font>
|
---|
18 | </div>
|
---|
19 | <div id="content">
|
---|
20 | <h1>Info</h1><br />
|
---|
21 | Info
|
---|
22 | </div>
|
---|
23 | <div id="heatmap"></div>
|
---|
24 | <div id="footer"> <a href="http://www.wirelessleiden.nl/">wirelessleiden.nl</a> </div>
|
---|
25 |
|
---|
26 |
|
---|
27 | </body>
|
---|
28 | </html>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.