mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-05 03:09:43 +01:00
Added new template 'lossless'
This commit is contained in:
13
data/interfaces/lossless/shutdown.html
Normal file
13
data/interfaces/lossless/shutdown.html
Normal file
@@ -0,0 +1,13 @@
|
||||
lossless<%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/lossless/images/loader_black.gif"/> Headphones is ${message}</h1>
|
||||
</div>
|
||||
</div>
|
||||
</%def>
|
||||
Reference in New Issue
Block a user