Files
LazyLibrarian/data/interfaces/default/dbupdate.html
2016-10-13 21:30:37 +02:00

18 lines
349 B
HTML

<%inherit file="base.html"/>
<%!
import lazylibrarian
%>
<%def name="headIncludes()">
<meta http-equiv="refresh" content="${timer};url=index">
</%def>
<%def name="body()">
<div class="table_wrapper">
<div id="shutdown">
<h1>${message}</h1>
<h2>${lazylibrarian.UPDATE_MSG}</h2>
</div>
</div>
</%def>