Mercurial > templog
annotate web/views/top.tpl @ 501:236e5d131b3e
Add url link, improve atomicfile
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 30 Mar 2014 20:20:30 +0800 |
parents | abe8c530812e |
children | ff1b772da5d0 |
rev | line source |
---|---|
375 | 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 <head> | |
4 <style type="text/css"><!-- | |
5 span.no_selection { | |
6 -webkit-user-select: none; // webkit (safari, chrome) browsers | |
7 -moz-user-select: none; // mozilla browsers | |
8 -khtml-user-select: none; // webkit (konqueror) browsers | |
9 } | |
501
236e5d131b3e
Add url link, improve atomicfile
Matt Johnston <matt@ucc.asn.au>
parents:
384
diff
changeset
|
10 |
236e5d131b3e
Add url link, improve atomicfile
Matt Johnston <matt@ucc.asn.au>
parents:
384
diff
changeset
|
11 span.codelink { |
236e5d131b3e
Add url link, improve atomicfile
Matt Johnston <matt@ucc.asn.au>
parents:
384
diff
changeset
|
12 font-size: 70%; |
236e5d131b3e
Add url link, improve atomicfile
Matt Johnston <matt@ucc.asn.au>
parents:
384
diff
changeset
|
13 text-align: right; |
236e5d131b3e
Add url link, improve atomicfile
Matt Johnston <matt@ucc.asn.au>
parents:
384
diff
changeset
|
14 } |
375 | 15 //--> |
16 </style> | |
379
fed6738be1ab
Get rid of axes labels, tidy html
Matt Johnston <matt@ucc.asn.au>
parents:
375
diff
changeset
|
17 <title></title> |
375 | 18 </head> |
19 | |
379
fed6738be1ab
Get rid of axes labels, tidy html
Matt Johnston <matt@ucc.asn.au>
parents:
375
diff
changeset
|
20 <!-- Click on the graph to zoom in, click on the Y axis labels to zoom out --> |
fed6738be1ab
Get rid of axes labels, tidy html
Matt Johnston <matt@ucc.asn.au>
parents:
375
diff
changeset
|
21 |
333 | 22 <body> |
379
fed6738be1ab
Get rid of axes labels, tidy html
Matt Johnston <matt@ucc.asn.au>
parents:
375
diff
changeset
|
23 <form action="" method="get"> |
384 | 24 <span class="no_selection"><input type="image" style="width: 1200px" src="graph.png?{{urlparams}}"/></span> |
375 | 25 <input type="hidden" name="length" value="{{length}}"/> |
26 <input type="hidden" name="end" value="{{end}}"/> | |
27 <input type="hidden" name="zoom" value="yeah"/> | |
28 </form> | |
501
236e5d131b3e
Add url link, improve atomicfile
Matt Johnston <matt@ucc.asn.au>
parents:
384
diff
changeset
|
29 <span class="codelink">Click to zoom in, click the left axis to zoom out. <a href="https://secure.ucc.asn.au/hg/templog/file/tip">Source code</a> for the Raspberry Pi controller and this web interface</a></span> |
333 | 30 </body> |
31 </html> |