Mercurial > templog
comparison web/views/top.tpl @ 247:a19496c95be5
fix zoom/tap
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 23 May 2015 10:08:42 +0800 |
parents | 2071d939e4ff |
children | c490de0cf17e |
comparison
equal
deleted
inserted
replaced
244:2071d939e4ff | 247:a19496c95be5 |
---|---|
18 </style> | 18 </style> |
19 <title></title> | 19 <title></title> |
20 </head> | 20 </head> |
21 <body> | 21 <body> |
22 <form action="" method="get"> | 22 <form action="" method="get"> |
23 <span class="no_selection"><input type="image" style="width: {{graphwidth}}" src="{{graphdata}}"/></span> | 23 <span class="no_selection"><input type="image" style="width: 100%; max-width: {{graphwidth}}px" src="{{graphdata}}"/></span> |
24 <input type="hidden" name="length" value="{{length}}"/> | 24 <input type="hidden" name="length" value="{{length}}"/> |
25 <input type="hidden" name="end" value="{{end}}"/> | 25 <input type="hidden" name="end" value="{{end}}"/> |
26 <input type="hidden" name="zoom" value="yeah"/> | 26 <input type="hidden" name="zoom" value="yeah"/> |
27 </form> | 27 </form> |
28 <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> | 28 <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> |