Mercurial > templog
comparison web/views/top.tpl @ 523:21ce2b15128f
title
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 29 Jan 2015 22:52:26 +0800 |
parents | 95fe8c725f90 |
children | 2071d939e4ff |
comparison
equal
deleted
inserted
replaced
522:8a5860c6fddd | 523:21ce2b15128f |
---|---|
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 <style type="text/css"><!-- | 5 <style type="text/css"><!-- |
5 span.no_selection { | 6 span.no_selection { |
6 -webkit-user-select: none; // webkit (safari, chrome) browsers | 7 -webkit-user-select: none; // webkit (safari, chrome) browsers |
7 -moz-user-select: none; // mozilla browsers | 8 -moz-user-select: none; // mozilla browsers |
8 -khtml-user-select: none; // webkit (konqueror) browsers | 9 -khtml-user-select: none; // webkit (konqueror) browsers |
14 } | 15 } |
15 //--> | 16 //--> |
16 </style> | 17 </style> |
17 <title></title> | 18 <title></title> |
18 </head> | 19 </head> |
19 | |
20 <!-- Click on the graph to zoom in, click on the Y axis labels to zoom out --> | |
21 | |
22 <body> | 20 <body> |
23 <form action="" method="get"> | 21 <form action="" method="get"> |
24 <span class="no_selection"><input type="image" style="width: 1200px" src="graph.png?{{urlparams}}"/></span> | 22 <span class="no_selection"><input type="image" style="width: 1200px" src="graph.png?{{urlparams}}"/></span> |
25 <input type="hidden" name="length" value="{{length}}"/> | 23 <input type="hidden" name="length" value="{{length}}"/> |
26 <input type="hidden" name="end" value="{{end}}"/> | 24 <input type="hidden" name="end" value="{{end}}"/> |