Mercurial > templog
annotate web/views/top.tpl @ 527:dd8895652485
porting to asyncio
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 20 Mar 2015 20:12:25 +0800 |
parents | 21ce2b15128f |
children | 2071d939e4ff |
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> | |
523 | 4 <title>Wort Temperature Log</title> |
375 | 5 <style type="text/css"><!-- |
6 span.no_selection { | |
7 -webkit-user-select: none; // webkit (safari, chrome) browsers | |
8 -moz-user-select: none; // mozilla browsers | |
9 -khtml-user-select: none; // webkit (konqueror) browsers | |
10 } | |
501
236e5d131b3e
Add url link, improve atomicfile
Matt Johnston <matt@ucc.asn.au>
parents:
384
diff
changeset
|
11 |
236e5d131b3e
Add url link, improve atomicfile
Matt Johnston <matt@ucc.asn.au>
parents:
384
diff
changeset
|
12 span.codelink { |
236e5d131b3e
Add url link, improve atomicfile
Matt Johnston <matt@ucc.asn.au>
parents:
384
diff
changeset
|
13 font-size: 70%; |
236e5d131b3e
Add url link, improve atomicfile
Matt Johnston <matt@ucc.asn.au>
parents:
384
diff
changeset
|
14 text-align: right; |
236e5d131b3e
Add url link, improve atomicfile
Matt Johnston <matt@ucc.asn.au>
parents:
384
diff
changeset
|
15 } |
375 | 16 //--> |
17 </style> | |
379
fed6738be1ab
Get rid of axes labels, tidy html
Matt Johnston <matt@ucc.asn.au>
parents:
375
diff
changeset
|
18 <title></title> |
375 | 19 </head> |
333 | 20 <body> |
379
fed6738be1ab
Get rid of axes labels, tidy html
Matt Johnston <matt@ucc.asn.au>
parents:
375
diff
changeset
|
21 <form action="" method="get"> |
384 | 22 <span class="no_selection"><input type="image" style="width: 1200px" src="graph.png?{{urlparams}}"/></span> |
375 | 23 <input type="hidden" name="length" value="{{length}}"/> |
24 <input type="hidden" name="end" value="{{end}}"/> | |
25 <input type="hidden" name="zoom" value="yeah"/> | |
26 </form> | |
502 | 27 <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>. <a href="set">Adjustments</a> by phone.</span> |
333 | 28 </body> |
29 </html> |