comparison web/views/top.tpl @ 581:b4d6f1ae0b9e

make overshoot_factor floating point add a proper error message for noparamsyet
author Matt Johnston <matt@ucc.asn.au>
date Sun, 29 Nov 2015 09:30:36 +0800
parents 0baa57b6d9ca
children 61269311ed3d
comparison
equal deleted inserted replaced
574:329e65ea1edc 581:b4d6f1ae0b9e
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 <meta name="viewport" content="width=device-width">
6 <style type="text/css"><!-- 6 <style type="text/css">
7 span.no_selection { 7 span.no_selection {
8 -webkit-user-select: none; // webkit (safari, chrome) browsers 8 -webkit-user-select: none; // webkit (safari, chrome) browsers
9 -moz-user-select: none; // mozilla browsers 9 -moz-user-select: none; // mozilla browsers
10 -khtml-user-select: none; // webkit (konqueror) browsers 10 -khtml-user-select: none; // webkit (konqueror) browsers
11 } 11 }
17 17
18 #mainimage { 18 #mainimage {
19 width: 100%; 19 width: 100%;
20 max-width: {{graphwidth}}px; 20 max-width: {{graphwidth}}px;
21 } 21 }
22 //-->
23 </style> 22 </style>
24 <title></title> 23 <title></title>
25 </head> 24 </head>
26 <script type="text/javascript"> 25 <script type="text/javascript">
27 function updatewidth() { 26 function updatewidth() {