diff web/views/top.tpl @ 73:0a8639039453

Get rid of axes labels, tidy html
author Matt Johnston <matt@ucc.asn.au>
date Sun, 01 Jul 2012 00:09:50 +0800
parents a8ff20f15734
children c7b6da1adb47
line wrap: on
line diff
--- a/web/views/top.tpl	Fri Jun 29 22:46:59 2012 +0800
+++ b/web/views/top.tpl	Sun Jul 01 00:09:50 2012 +0800
@@ -1,8 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
-
 <head>
-
 <style type="text/css"><!--
 span.no_selection {
     -webkit-user-select: none; // webkit (safari, chrome) browsers
@@ -11,12 +9,13 @@
 }
 //-->
 </style>
-
-
+<title></title>
 </head>
 
+<!-- Click on the graph to zoom in, click on the Y axis labels to zoom out -->
+
 <body>
-<form action="" method=GET>
+<form action="" method="get">
 <span class="no_selection"><input type="image" src="graph.png?{{urlparams}}"/></span>
 <input type="hidden" name="length" value="{{length}}"/>
 <input type="hidden" name="end" value="{{end}}"/>