comparison web/views/top.tpl @ 244:2071d939e4ff

use base64 data, faster
author Matt Johnston <matt@ucc.asn.au>
date Thu, 21 May 2015 00:00:10 +0800
parents 01bbb8b93f77
children a19496c95be5
comparison
equal deleted inserted replaced
240:c90190a380c6 244:2071d939e4ff
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 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"> 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
3 <head> 3 <head>
4 <title>Wort Temperature Log</title> 4 <title>Wort Temperature Log</title>
5 <meta name="viewport" content="width=device-width">
5 <style type="text/css"><!-- 6 <style type="text/css"><!--
6 span.no_selection { 7 span.no_selection {
7 -webkit-user-select: none; // webkit (safari, chrome) browsers 8 -webkit-user-select: none; // webkit (safari, chrome) browsers
8 -moz-user-select: none; // mozilla browsers 9 -moz-user-select: none; // mozilla browsers
9 -khtml-user-select: none; // webkit (konqueror) browsers 10 -khtml-user-select: none; // webkit (konqueror) browsers
17 </style> 18 </style>
18 <title></title> 19 <title></title>
19 </head> 20 </head>
20 <body> 21 <body>
21 <form action="" method="get"> 22 <form action="" method="get">
22 <span class="no_selection"><input type="image" style="width: 1200px" src="graph.png?{{urlparams}}"/></span> 23 <span class="no_selection"><input type="image" style="width: {{graphwidth}}" src="{{graphdata}}"/></span>
23 <input type="hidden" name="length" value="{{length}}"/> 24 <input type="hidden" name="length" value="{{length}}"/>
24 <input type="hidden" name="end" value="{{end}}"/> 25 <input type="hidden" name="end" value="{{end}}"/>
25 <input type="hidden" name="zoom" value="yeah"/> 26 <input type="hidden" name="zoom" value="yeah"/>
26 </form> 27 </form>
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> 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>