Mercurial > ~darius > hgwebdir.cgi > iwws
view templates/index.html @ 4:faacb77ce8f4
Sort out how to set percentage graph height thanks to
http://callmejack.wordpress.com/2006/10/14/100-height-with-css/
author | Daniel O'Connor <darius@dons.net.au> |
---|---|
date | Mon, 15 Aug 2011 22:14:08 +0930 |
parents | 2d9ee2b3ae82 |
children | a0213f0e707b |
line wrap: on
line source
<!doctype html> <html> <head> <meta charset="UTF-8" /> <title>iWWS</title> <link rel="apple-touch-icon" href="static/icon.png"> <style type="text/css" media="screen">@import "static/jqtouch.css";</style> <style type="text/css" media="screen">@import "static/themes/apple/theme.css";</style> <style type="text/css" media="screen">@import "static/iwws.css";</style> <script src="static/jquery-1.6.2.js" type="application/x-javascript" charset="utf-8"></script> <script src="static/jqtouch.js" type="application/x-javascript" charset="utf-8"></script> <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 src="static/iwws.js" type="application/x-javascript" charset="utf-8"></script> </head> <body> <div id="jqt"> <div id="home"> <div class="toolbar"> <h1>iWWS</h1> <a href="#home" onclick="update_data()" class="button leftButton slideleft submit">Update</a> </div> <div id="container"> <div id="graph1"></div> <div id="graph2"></div> </div> </div> </div> </body> </html>