Mercurial > templog
view web/views/top.tpl @ 502:95fe8c725f90
mention adjustment ui
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 30 Mar 2014 20:32:19 +0800 |
parents | 236e5d131b3e |
children | 01bbb8b93f77 |
line wrap: on
line source
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <style type="text/css"><!-- span.no_selection { -webkit-user-select: none; // webkit (safari, chrome) browsers -moz-user-select: none; // mozilla browsers -khtml-user-select: none; // webkit (konqueror) browsers } span.codelink { font-size: 70%; text-align: right; } //--> </style> <title></title> </head> <!-- Click on the graph to zoom in, click on the Y axis labels to zoom out --> <body> <form action="" method="get"> <span class="no_selection"><input type="image" style="width: 1200px" src="graph.png?{{urlparams}}"/></span> <input type="hidden" name="length" value="{{length}}"/> <input type="hidden" name="end" value="{{end}}"/> <input type="hidden" name="zoom" value="yeah"/> </form> <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> </body> </html>