Finishing touches - adjusted css for config, fixed bug when no track duration, helpers now converts milliseconds to H:M:S if its more than an hour

This commit is contained in:
Remy
2011-08-08 00:06:31 -07:00
parent e42cacbe80
commit 4726c3c91f
6 changed files with 39 additions and 13 deletions
+11 -1
View File
@@ -1,6 +1,16 @@
<%inherit file="base.html"/>
<%def name="headerIncludes()">
<div id="subhead_container">
<ul id="subhead_menu">
<li><a href="shutdown">Shut Down</a></li>
<li><a href="restart">Restart</a></li>
</ul>
</div>
</%def>
<%def name="body()">
<div id="paddingheader">
<h1><h1>
</div>
<div class="table_wrapper">
<form action="configUpdate" method="post">
<a name="web_interface"><h1><u>Web Interface</u></h1></a>