45 lines
919 B
HTML
45 lines
919 B
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;
|
|
}
|
|
</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 work in progress. no changes saved, some fields not updated, some not even in mt-daapd.conf</p>
|
|
|
|
<form id="theform" method="get" action="#">
|
|
</form>
|
|
|
|
@include ftr.html@
|