comparison web/views/top.tpl @ 202:6dd157a12035

Add url link, improve atomicfile
author Matt Johnston <matt@ucc.asn.au>
date Sun, 30 Mar 2014 20:20:30 +0800
parents c7b6da1adb47
children ff1b772da5d0
comparison
equal deleted inserted replaced
201:159b0e77ab21 202:6dd157a12035
4 <style type="text/css"><!-- 4 <style type="text/css"><!--
5 span.no_selection { 5 span.no_selection {
6 -webkit-user-select: none; // webkit (safari, chrome) browsers 6 -webkit-user-select: none; // webkit (safari, chrome) browsers
7 -moz-user-select: none; // mozilla browsers 7 -moz-user-select: none; // mozilla browsers
8 -khtml-user-select: none; // webkit (konqueror) browsers 8 -khtml-user-select: none; // webkit (konqueror) browsers
9 }
10
11 span.codelink {
12 font-size: 70%;
13 text-align: right;
9 } 14 }
10 //--> 15 //-->
11 </style> 16 </style>
12 <title></title> 17 <title></title>
13 </head> 18 </head>
19 <span class="no_selection"><input type="image" style="width: 1200px" src="graph.png?{{urlparams}}"/></span> 24 <span class="no_selection"><input type="image" style="width: 1200px" src="graph.png?{{urlparams}}"/></span>
20 <input type="hidden" name="length" value="{{length}}"/> 25 <input type="hidden" name="length" value="{{length}}"/>
21 <input type="hidden" name="end" value="{{end}}"/> 26 <input type="hidden" name="end" value="{{end}}"/>
22 <input type="hidden" name="zoom" value="yeah"/> 27 <input type="hidden" name="zoom" value="yeah"/>
23 </form> 28 </form>
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>
24 </body> 30 </body>
25 </html> 31 </html>