diff templates/index.html @ 13:a0213f0e707b

- Update for v12.10 - Plot raw data to show more up to date data - Average/peak winds so they don't spam the display. - Display the time of the most recent data.
author Daniel O'Connor <darius@dons.net.au>
date Thu, 10 Jan 2013 16:38:36 +1030
parents 2d9ee2b3ae82
children
line wrap: on
line diff
--- a/templates/index.html	Wed Jun 20 12:57:30 2012 +0930
+++ b/templates/index.html	Thu Jan 10 16:38:36 2013 +1030
@@ -12,6 +12,7 @@
     <script type="text/javascript" src="static/jquery.log.js"></script> 
     <script type="text/javascript" src="static/jquery.flot.js"></script> 
     <script type="text/javascript" src="static/jquery.flot.direction.js"></script> 
+    <script type="text/javascript" src="static/sprintf.js"></script> 
     <script src="static/iwws.js" type="application/x-javascript" charset="utf-8"></script>
   </head>
   <body>
@@ -22,6 +23,7 @@
 	  <a href="#home" onclick="update_data()" class="button leftButton slideleft submit">Update</a>
 	</div>
 	<div id="container">
+	  <div id="stamp">&nbsp</div>
 	  <div id="graph1"></div> 
 	  <div id="graph2"></div> 
 	</div>