mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-10 11:04:02 +01:00
New Stunning Colors
This commit is contained in:
@@ -54,13 +54,13 @@
|
||||
<div class="clear" />
|
||||
</header>
|
||||
<ul id="nav">
|
||||
<li><a href="home">home</a></li>
|
||||
<li><a href="upcoming">upcoming</a></li>
|
||||
<li><a href="extras">extras</a></li>
|
||||
<li><a href="manage">manage</a></li>
|
||||
<li><a href="history">history</a></li>
|
||||
<li><a href="logs">logs</a></li>
|
||||
<li><a href="config">settings</a></li>
|
||||
<li><a href="home">Home</a></li>
|
||||
<li><a href="upcoming">Upcoming</a></li>
|
||||
<li><a href="extras">Extras</a></li>
|
||||
<li><a href="manage">Manage</a></li>
|
||||
<li><a href="history">History</a></li>
|
||||
<li><a href="logs">Logs</a></li>
|
||||
<li><a href="config">Settings</a></li>
|
||||
</ul>
|
||||
<div id="subhead">
|
||||
${next.headerIncludes()}
|
||||
|
||||
@@ -12,9 +12,6 @@
|
||||
</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>
|
||||
|
||||
@@ -77,8 +77,11 @@
|
||||
{ "sType": "title-string"},
|
||||
{ "sType": "title-numeric"}
|
||||
],
|
||||
"bPaginate": false
|
||||
"bPaginate": false,
|
||||
"sScrollX": "100%",
|
||||
"bScrollCollapse": true
|
||||
});
|
||||
|
||||
});
|
||||
</script>
|
||||
</%def>
|
||||
Reference in New Issue
Block a user