annotate web/views/noparamsyet.tpl @ 620:8fda564cc46f rust

fridge work
author Matt Johnston <matt@ucc.asn.au>
date Thu, 23 Mar 2017 00:20:22 +0800
parents 6c14e0573f50
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
280
6c14e0573f50 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">
6c14e0573f50 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">
6c14e0573f50 make overshoot_factor floating point
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
3 <head>
6c14e0573f50 make overshoot_factor floating point
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
4 <title>Try again soon</title>
6c14e0573f50 make overshoot_factor floating point
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
5 <meta name="viewport" content="width=device-width">
6c14e0573f50 make overshoot_factor floating point
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
6 <style type="text/css">
6c14e0573f50 make overshoot_factor floating point
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
7 body {
6c14e0573f50 make overshoot_factor floating point
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
8 font-family: monospace;
6c14e0573f50 make overshoot_factor floating point
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
9 text-align: center;
6c14e0573f50 make overshoot_factor floating point
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
10 }
6c14e0573f50 make overshoot_factor floating point
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
11 </style>
6c14e0573f50 make overshoot_factor floating point
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
12 </head>
6c14e0573f50 make overshoot_factor floating point
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
13 <body>
6c14e0573f50 make overshoot_factor floating point
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
14 <p>
6c14e0573f50 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.
6c14e0573f50 make overshoot_factor floating point
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
16 </p>
6c14e0573f50 make overshoot_factor floating point
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
17 <p>
6c14e0573f50 make overshoot_factor floating point
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
18 Try again in a minute or two.
6c14e0573f50 make overshoot_factor floating point
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
19 </p>
6c14e0573f50 make overshoot_factor floating point
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
20 </body>
6c14e0573f50 make overshoot_factor floating point
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
21 </html>