comparison web/views/top.tpl @ 384:abe8c530812e

ui tweaks
author Matt Johnston <matt@ucc.asn.au>
date Sat, 07 Jul 2012 23:32:02 +0800
parents fed6738be1ab
children 6dd157a12035
comparison
equal deleted inserted replaced
383:a032051475fe 384:abe8c530812e
14 14
15 <!-- Click on the graph to zoom in, click on the Y axis labels to zoom out --> 15 <!-- Click on the graph to zoom in, click on the Y axis labels to zoom out -->
16 16
17 <body> 17 <body>
18 <form action="" method="get"> 18 <form action="" method="get">
19 <span class="no_selection"><input type="image" src="graph.png?{{urlparams}}"/></span> 19 <span class="no_selection"><input type="image" style="width: 1200px" src="graph.png?{{urlparams}}"/></span>
20 <input type="hidden" name="length" value="{{length}}"/> 20 <input type="hidden" name="length" value="{{length}}"/>
21 <input type="hidden" name="end" value="{{end}}"/> 21 <input type="hidden" name="end" value="{{end}}"/>
22 <input type="hidden" name="zoom" value="yeah"/> 22 <input type="hidden" name="zoom" value="yeah"/>
23 </form> 23 </form>
24 </body> 24 </body>