Ignore:
Timestamp:
May 10, 2011, 4:52:19 PM (14 years ago)
Author:
dennisw
Message:

Website layout updated. Little AJAX test thing, ignore that.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/django_gheat/website/templates/home.html

    r9139 r9175  
    11<html>
    22<head>
     3  <link href="{{ STATIC_URL }}style.css" rel="stylesheet" type="text/css" media="screen" />
    34  <script type="text/javascript" language="Javascript" src="{{ STATIC_URL }}OpenLayers.js"></script>
    45  <script type="text/javascript" language="Javascript" src="{{ STATIC_URL }}heatmap.js"></script>
    56  <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>
    127</head>
    138<body onload="init()">
    14   <div id="heatmap"></div>
     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        &nbsp; <font style="font-size:24px; color:white;">Stichting Wireless Leiden</font><br />
     14        &nbsp; <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>
    1528</body>
    1629</html>
    17 
Note: See TracChangeset for help on using the changeset viewer.