mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-20 18:54:05 -04:00
Took heading size down a bit (h1 -> h2)
Fixed the "config below sidebar" picture 5 of ticket #181
This commit is contained in:
parent
32817b0826
commit
5b993dfcfa
@ -1,6 +1,6 @@
|
|||||||
@include hdr.html@
|
@include hdr.html@
|
||||||
<div style="width: 50em;">
|
<div style="width: 50em;">
|
||||||
<h1>About Firefly</h1>
|
<h2>About Firefly</h2>
|
||||||
<p>
|
<p>
|
||||||
This is the administrative web interface for the Firefly Media Server,
|
This is the administrative web interface for the Firefly Media Server,
|
||||||
version @version@.
|
version @version@.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
@include hdr.html@
|
@include hdr.html@
|
||||||
|
|
||||||
<h1>ASPL License</h1>
|
<h2>ASPL License</h2>
|
||||||
<p class="license"><pre>
|
<p class="license"><pre>
|
||||||
@include aspl-license.txt@
|
@include aspl-license.txt@
|
||||||
</pre></p>
|
</pre></p>
|
||||||
|
@ -52,7 +52,7 @@ select {
|
|||||||
width: 7em;
|
width: 7em;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<h1>Configuration</span></h1><span id="toggle_basic_advanced"></span>
|
<h2>Configuration</span></h2><span id="toggle_basic_advanced"></span>
|
||||||
<div id="config_not_writable_warning" class="message_div" style="display: none;">Your config file is not writable, you can not change anything using this webpage</div>
|
<div id="config_not_writable_warning" class="message_div" style="display: none;">Your config file is not writable, you can not change anything using this webpage</div>
|
||||||
<form id="theform" method="get" action="#">
|
<form id="theform" method="get" action="#">
|
||||||
</form>
|
</form>
|
||||||
|
@ -7,9 +7,11 @@ body
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
#main_table {
|
||||||
img
|
border-width: 0;
|
||||||
{ border: 0px;
|
}
|
||||||
|
img {
|
||||||
|
border: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*div.ministatus
|
/*div.ministatus
|
||||||
@ -121,10 +123,6 @@ td {
|
|||||||
padding-top: 1em;
|
padding-top: 1em;
|
||||||
padding-left: .5em;
|
padding-left: .5em;
|
||||||
}
|
}
|
||||||
#content {
|
|
||||||
float: left;
|
|
||||||
margin-left: 3em;
|
|
||||||
}
|
|
||||||
#tagline {
|
#tagline {
|
||||||
padding: 0.25em 0 0.25em 0.5em;
|
padding: 0.25em 0 0.25em 0.5em;
|
||||||
border-color: #F47D24;
|
border-color: #F47D24;
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
</div> <!-- end of id="content" -->
|
</td></tr></table>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
@ -1,6 +1,6 @@
|
|||||||
@include hdr.html@
|
@include hdr.html@
|
||||||
|
|
||||||
<h1>GPL License</h1>
|
<h2>GPL License</h2>
|
||||||
|
|
||||||
<p class="license"><pre>
|
<p class="license"><pre>
|
||||||
@include gpl-license.txt@
|
@include gpl-license.txt@
|
||||||
|
@ -36,6 +36,9 @@
|
|||||||
<div id="tagline">
|
<div id="tagline">
|
||||||
The best open-source media server for the <a href="http://www.rokulabs.com">Roku SoundBridge</a> and iTunes
|
The best open-source media server for the <a href="http://www.rokulabs.com">Roku SoundBridge</a> and iTunes
|
||||||
</div>
|
</div>
|
||||||
|
<table id="main_table" cellpadding="0" border="0" cellspacing="0">
|
||||||
|
<tr>
|
||||||
|
<td valign="top" style="padding:0;">
|
||||||
<div id="navigation">
|
<div id="navigation">
|
||||||
<img id="spinner" src="spinner_stopped.gif" alt="spinner" />
|
<img id="spinner" src="spinner_stopped.gif" alt="spinner" />
|
||||||
<br /><br />
|
<br /><br />
|
||||||
@ -70,5 +73,5 @@ The best open-source media server for the <a href="http://www.rokulabs.com">Roku
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- <div id="session_count" class="ministatus">@session-count@ Connected Users</div>-->
|
<!-- <div id="session_count" class="ministatus">@session-count@ Connected Users</div>-->
|
||||||
|
</td>
|
||||||
<div id="content">
|
<td valign="top" style="padding-left: 2em; padding-top: 1em;">
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<h1>Server Status</h1>
|
<h2>Server Status</h2>
|
||||||
|
|
||||||
<div id="server_stopped_message" style="display: none;">The Firefly server is not running, this page will be inaccessible until you start the server again.</div>
|
<div id="server_stopped_message" style="display: none;">The Firefly server is not running, this page will be inaccessible until you start the server again.</div>
|
||||||
<table id="service" cellspacing="0">
|
<table id="service" cellspacing="0">
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
@include hdr.html@
|
@include hdr.html@
|
||||||
|
|
||||||
<h1>Smart Playlists</h1>
|
<h2>Smart Playlists</h2>
|
||||||
<table cellspacing="0" >
|
<table cellspacing="0" >
|
||||||
<thead><tr><th>ID</th><th>Playlist Name</th><th>Type</th><th>Action</th></tr></thead>
|
<thead><tr><th>ID</th><th>Playlist Name</th><th>Type</th><th>Action</th></tr></thead>
|
||||||
<tbody id="playlists">
|
<tbody id="playlists">
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
@include hdr.html@
|
@include hdr.html@
|
||||||
|
|
||||||
<h1>Thanks</h1>
|
<h2>Thanks</h2>
|
||||||
|
|
||||||
<p class="description">
|
<p class="description">
|
||||||
Special thanks to the following people:
|
Special thanks to the following people:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user