2003-11-14 04:53:02 +00:00
|
|
|
@include hdr.html@
|
2006-04-12 21:01:38 +00:00
|
|
|
<style type="text/css">
|
|
|
|
label {
|
|
|
|
float: left;
|
|
|
|
width: 11em;
|
|
|
|
font: icon;
|
|
|
|
padding-top: .3em;
|
|
|
|
padding-left: 1em;
|
|
|
|
}
|
|
|
|
input {
|
|
|
|
font: icon;
|
|
|
|
}
|
|
|
|
select {
|
|
|
|
font: icon;
|
|
|
|
}
|
2006-05-10 17:37:29 +00:00
|
|
|
#config_path {
|
|
|
|
float: left;
|
|
|
|
width: 11em;
|
|
|
|
font:icon;
|
|
|
|
padding-top: .3em;
|
|
|
|
padding-left: 1em;
|
|
|
|
}
|
2006-05-12 11:01:54 +00:00
|
|
|
.addItemHref {
|
|
|
|
float: left;
|
|
|
|
margin-left: 11em;
|
|
|
|
font: icon;
|
|
|
|
padding-left: 1.5em;
|
|
|
|
margin-bottom: .5em;
|
|
|
|
}
|
2006-04-12 21:01:38 +00:00
|
|
|
</style>
|
2003-11-14 04:53:02 +00:00
|
|
|
<h1>Configuration</h1>
|
|
|
|
|
2005-11-14 05:41:18 +00:00
|
|
|
<p class="description">
|
2006-04-12 21:01:38 +00:00
|
|
|
<!-- Note that the following fields will only be editable if the
|
2004-01-27 04:54:43 +00:00
|
|
|
configuration file itself is writable by the mt-daapd server. If you
|
|
|
|
make changes to these settings, they will not be reflected in the
|
2006-04-12 21:01:38 +00:00
|
|
|
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>
|
|
|
|
|
2006-05-10 17:37:29 +00:00
|
|
|
<form id="theform" method="get" action="#">
|
2005-11-14 05:41:18 +00:00
|
|
|
</form>
|
2003-11-14 04:53:02 +00:00
|
|
|
|
|
|
|
@include ftr.html@
|