Files
headphones/data/interfaces/brink/shutdown.html
2012-03-22 11:35:13 +01:00

23 lines
389 B
HTML

<%inherit file="base.html"/>
<%def name="headIncludes()">
<meta http-equiv="refresh" content="${timer};url=index">
</%def>
<%def name="body()">
<div class="table_wrapper">
<div id="shutdown">
<div>
<div>
<span>
<h1>Headphones is ${message}</h1>
</span>
<br />
<span>
Estimate ${timer} seconds
</span>
</div>
</div>
</div>
</div>
</%def>