69
|
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"> |
|
3 |
|
4 <head> |
|
5 |
|
6 <style type="text/css"><!-- |
|
7 span.no_selection { |
|
8 -webkit-user-select: none; // webkit (safari, chrome) browsers |
|
9 -moz-user-select: none; // mozilla browsers |
|
10 -khtml-user-select: none; // webkit (konqueror) browsers |
|
11 } |
|
12 //--> |
|
13 </style> |
|
14 |
|
15 |
|
16 </head> |
|
17 |
27
|
18 <body> |
69
|
19 <form action="" method=GET> |
|
20 <span class="no_selection"><input type="image" src="graph.png?{{urlparams}}"/></span> |
|
21 <input type="hidden" name="length" value="{{length}}"/> |
|
22 <input type="hidden" name="end" value="{{end}}"/> |
|
23 <input type="hidden" name="zoom" value="yeah"/> |
|
24 </form> |
27
|
25 </body> |
|
26 </html> |