annotate web/views/noparamsyet.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
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
581
b4d6f1ae0b9e make overshoot_factor floating point
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
b4d6f1ae0b9e make overshoot_factor floating point
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
b4d6f1ae0b9e make overshoot_factor floating point
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
3 <head>
b4d6f1ae0b9e make overshoot_factor floating point
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
4 <title>Try again soon</title>
b4d6f1ae0b9e make overshoot_factor floating point
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
5 <meta name="viewport" content="width=device-width">
b4d6f1ae0b9e make overshoot_factor floating point
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
6 <style type="text/css">
b4d6f1ae0b9e make overshoot_factor floating point
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
7 body {
b4d6f1ae0b9e make overshoot_factor floating point
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
8 font-family: monospace;
b4d6f1ae0b9e make overshoot_factor floating point
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
9 text-align: center;
b4d6f1ae0b9e make overshoot_factor floating point
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
10 }
b4d6f1ae0b9e make overshoot_factor floating point
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
11 </style>
b4d6f1ae0b9e make overshoot_factor floating point
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
12 </head>
b4d6f1ae0b9e make overshoot_factor floating point
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
13 <body>
b4d6f1ae0b9e make overshoot_factor floating point
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
14 <p>
b4d6f1ae0b9e make overshoot_factor floating point
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
15 The templog fridge client hasn't sent its current settings to the server yet.
b4d6f1ae0b9e make overshoot_factor floating point
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
16 </p>
b4d6f1ae0b9e make overshoot_factor floating point
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
17 <p>
b4d6f1ae0b9e make overshoot_factor floating point
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
18 Try again in a minute or two.
b4d6f1ae0b9e make overshoot_factor floating point
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
19 </p>
b4d6f1ae0b9e make overshoot_factor floating point
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
20 </body>
b4d6f1ae0b9e make overshoot_factor floating point
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
21 </html>