Mercurial > templog
comparison web/views/top.tpl @ 78:c7b6da1adb47
ui tweaks
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 07 Jul 2012 23:32:02 +0800 |
parents | 0a8639039453 |
children | 6dd157a12035 |
comparison
equal
deleted
inserted
replaced
77:959e88c0bdfa | 78:c7b6da1adb47 |
---|---|
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> |