Mercurial > ~darius > hgwebdir.cgi > iwws
comparison templates/index.html @ 0:2d9ee2b3ae82
Initial commit of iWWS.
author | Daniel O'Connor <darius@dons.net.au> |
---|---|
date | Mon, 15 Aug 2011 17:44:56 +0930 |
parents | |
children | a0213f0e707b |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:2d9ee2b3ae82 |
---|---|
1 <!doctype html> | |
2 <html> | |
3 <head> | |
4 <meta charset="UTF-8" /> | |
5 <title>iWWS</title> | |
6 <link rel="apple-touch-icon" href="static/icon.png"> | |
7 <style type="text/css" media="screen">@import "static/jqtouch.css";</style> | |
8 <style type="text/css" media="screen">@import "static/themes/apple/theme.css";</style> | |
9 <style type="text/css" media="screen">@import "static/iwws.css";</style> | |
10 <script src="static/jquery-1.6.2.js" type="application/x-javascript" charset="utf-8"></script> | |
11 <script src="static/jqtouch.js" type="application/x-javascript" charset="utf-8"></script> | |
12 <script type="text/javascript" src="static/jquery.log.js"></script> | |
13 <script type="text/javascript" src="static/jquery.flot.js"></script> | |
14 <script type="text/javascript" src="static/jquery.flot.direction.js"></script> | |
15 <script src="static/iwws.js" type="application/x-javascript" charset="utf-8"></script> | |
16 </head> | |
17 <body> | |
18 <div id="jqt"> | |
19 <div id="home"> | |
20 <div class="toolbar"> | |
21 <h1>iWWS</h1> | |
22 <a href="#home" onclick="update_data()" class="button leftButton slideleft submit">Update</a> | |
23 </div> | |
24 <div id="container"> | |
25 <div id="graph1"></div> | |
26 <div id="graph2"></div> | |
27 </div> | |
28 </div> | |
29 </div> | |
30 </body> | |
31 </html> |