51 lines
1.2 KiB
HTML
51 lines
1.2 KiB
HTML
@include hdr.html@
|
|
<style type="text/css">
|
|
label {
|
|
float: left;
|
|
width: 11em;
|
|
font: icon;
|
|
padding-top: .3em;
|
|
padding-left: 1em;
|
|
}
|
|
input {
|
|
font: icon;
|
|
}
|
|
select {
|
|
font: icon;
|
|
}
|
|
#config_path {
|
|
float: left;
|
|
width: 11em;
|
|
font:icon;
|
|
padding-top: .3em;
|
|
padding-left: 1em;
|
|
}
|
|
.addItemHref {
|
|
float: left;
|
|
margin-left: 11em;
|
|
font: icon;
|
|
padding-left: 1.5em;
|
|
margin-bottom: .5em;
|
|
}
|
|
#config_not_writable_warning {
|
|
background-color: yellow;
|
|
padding: 1em;
|
|
border: 1px solid #8CACBB;
|
|
}
|
|
</style>
|
|
<h1>Configuration</h1>
|
|
|
|
<p class="description">
|
|
<!-- Note that the following fields will only be editable if the
|
|
configuration file itself is writable by the mt-daapd server. If you
|
|
make changes to these settings, they will not be reflected in the
|
|
running server. The server must be restarted for these values to
|
|
take effect.-->
|
|
This is still in beta, but it seems to work. Go ahead and give it a spin.</p>
|
|
<div id="config_not_writable_warning" style="display: none;">Your config file is not writable, you can not change anything using this webpage</div>
|
|
<div id="toggle_basic_advanced"></div>
|
|
<form id="theform" method="get" action="#">
|
|
</form>
|
|
<div id="buttons"></div>
|
|
@include ftr.html@
|