comparison web/views/noparamsyet.tpl @ 280:6c14e0573f50

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
children
comparison
equal deleted inserted replaced
276:2630995fb973 280:6c14e0573f50
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">
3 <head>
4 <title>Try again soon</title>
5 <meta name="viewport" content="width=device-width">
6 <style type="text/css">
7 body {
8 font-family: monospace;
9 text-align: center;
10 }
11 </style>
12 </head>
13 <body>
14 <p>
15 The templog fridge client hasn't sent its current settings to the server yet.
16 </p>
17 <p>
18 Try again in a minute or two.
19 </p>
20 </body>
21 </html>