Mercurial > templog
comparison 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 |
comparison
equal
deleted
inserted
replaced
71:7d243ba2dd39 | 73:0a8639039453 |
---|---|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> | 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> |
3 | |
4 <head> | 3 <head> |
5 | |
6 <style type="text/css"><!-- | 4 <style type="text/css"><!-- |
7 span.no_selection { | 5 span.no_selection { |
8 -webkit-user-select: none; // webkit (safari, chrome) browsers | 6 -webkit-user-select: none; // webkit (safari, chrome) browsers |
9 -moz-user-select: none; // mozilla browsers | 7 -moz-user-select: none; // mozilla browsers |
10 -khtml-user-select: none; // webkit (konqueror) browsers | 8 -khtml-user-select: none; // webkit (konqueror) browsers |
11 } | 9 } |
12 //--> | 10 //--> |
13 </style> | 11 </style> |
14 | 12 <title></title> |
15 | |
16 </head> | 13 </head> |
17 | 14 |
15 <!-- Click on the graph to zoom in, click on the Y axis labels to zoom out --> | |
16 | |
18 <body> | 17 <body> |
19 <form action="" method=GET> | 18 <form action="" method="get"> |
20 <span class="no_selection"><input type="image" src="graph.png?{{urlparams}}"/></span> | 19 <span class="no_selection"><input type="image" src="graph.png?{{urlparams}}"/></span> |
21 <input type="hidden" name="length" value="{{length}}"/> | 20 <input type="hidden" name="length" value="{{length}}"/> |
22 <input type="hidden" name="end" value="{{end}}"/> | 21 <input type="hidden" name="end" value="{{end}}"/> |
23 <input type="hidden" name="zoom" value="yeah"/> | 22 <input type="hidden" name="zoom" value="yeah"/> |
24 </form> | 23 </form> |