diff options
author | Christian Franke <nobody@nowhere.ws> | 2012-09-12 23:45:55 +0200 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2012-09-12 23:58:27 +0200 |
commit | 4fbea0104e01f3659af1fb7a90dd82b6bc6b7f13 (patch) | |
tree | 51a3978c4708a54e8a0b22a1430cdcc00ebef4e6 /template | |
parent | f7bf1d4e04a8d66ac019c3d68128cca2a2ad9488 (diff) |
use canbus door info for status
Diffstat (limited to 'template')
-rw-r--r-- | template/template/template.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/template/template/template.html b/template/template/template.html index 165e578..fe931e9 100644 --- a/template/template/template.html +++ b/template/template/template.html @@ -19,6 +19,7 @@ <link rel="stylesheet" href="css/taifun.status.css" type="text/css"> <link rel="stylesheet" href="css/trieste.status.css" type="text/css"> <link rel="stylesheet" href="css/nautilus.status.css" type="text/css"> + <link rel="stylesheet" href="css/sublab.status.css" type="text/css"> <link rel="shortcut icon" href="img/favicon.png"> </head> @@ -89,6 +90,17 @@ <table> <tr> <td class="status"> + sublab: + </td> + <td class="statusinfo"> + <span class="sublabopen">Open</span> <span class="sublabclosed">Closed</span> + </td> + </tr> + </table> + <hr> + <table> + <tr> + <td class="status"> Taifun: </td> <td class="statusinfo"> |