Mercurial > templog
diff web/views/top.tpl @ 543:77dba104dcda
merge
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 21 May 2015 00:00:54 +0800 |
parents | 30628aa50a10 |
children | a19496c95be5 |
line wrap: on
line diff
--- a/web/views/top.tpl Wed May 20 23:10:37 2015 +0800 +++ b/web/views/top.tpl Thu May 21 00:00:54 2015 +0800 @@ -2,6 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title>Wort Temperature Log</title> +<meta name="viewport" content="width=device-width"> <style type="text/css"><!-- span.no_selection { -webkit-user-select: none; // webkit (safari, chrome) browsers @@ -19,7 +20,7 @@ </head> <body> <form action="" method="get"> -<span class="no_selection"><input type="image" style="width: 1200px" src="graph.png?{{urlparams}}"/></span> +<span class="no_selection"><input type="image" style="width: {{graphwidth}}" src="{{graphdata}}"/></span> <input type="hidden" name="length" value="{{length}}"/> <input type="hidden" name="end" value="{{end}}"/> <input type="hidden" name="zoom" value="yeah"/>