mylar/data/interfaces/default/shutdown.html

14 lines
310 B
HTML
Executable File

<%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">
<h1><img src="interfaces/default/images/loader_black.gif"/> Mylar is ${message}</h1>
</div>
</div>
</%def>