comparison web/views/top.tpl @ 582:cebec9b40ad2

merge
author Matt Johnston <matt@ucc.asn.au>
date Mon, 30 Nov 2015 21:45:17 +0800
parents b4d6f1ae0b9e
children 61269311ed3d
comparison
equal deleted inserted replaced
580:2ab866ee4f8c 582:cebec9b40ad2
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() {