owntone-server/admin-root/config.html

45 lines
999 B
HTML
Raw Normal View History

@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>
2005-11-14 00:41:18 -05:00
<p class="description">
<!-- Note that the following fields will only be editable if the
2004-01-26 23:54:43 -05: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
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>
<button id="button_save">Save</button><button id="button_cancel">Cancel</button>
<form id="theform" method="get" action="#">
2005-11-14 00:41:18 -05:00
</form>
@include ftr.html@