mirror of
https://github.com/lazylibrarian/LazyLibrarian.git
synced 2026-01-26 06:38:20 -05:00
18 lines
349 B
HTML
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>
|