Updated Config with "new" options.

This commit is contained in:
Brinken
2012-03-22 11:35:13 +01:00
parent c400908ab2
commit 6f2c1ea997
4 changed files with 61 additions and 19 deletions

View File

@@ -7,7 +7,17 @@
<%def name="body()">
<div class="table_wrapper">
<div id="shutdown">
<h1>Headphones is ${message}</h1>
<div>
<div>
<span>
<h1>Headphones is ${message}</h1>
</span>
<br />
<span>
Estimate ${timer} seconds
</span>
</div>
</div>
</div>
</div>
</%def>