60 lines
1.2 KiB
HTML
60 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_label {
|
|
float: left;
|
|
width: 11em;
|
|
font:icon;
|
|
padding: .3em 0 .5em 1em;
|
|
}
|
|
#config_path {
|
|
float: left;
|
|
width: 50em;
|
|
font: icon;
|
|
padding: .3em 0 .5em 0;
|
|
}
|
|
.addItemHref {
|
|
float: left;
|
|
margin-left: 11em;
|
|
font: icon;
|
|
padding-left: 1.5em;
|
|
margin-bottom: .5em;
|
|
}
|
|
.message_div {
|
|
background-color: yellow;
|
|
padding: 1em;
|
|
border: 1px solid #8CACBB;
|
|
}
|
|
#messages {
|
|
background-color: yellow;
|
|
padding: .5em;
|
|
border: 1px solid #8CACBB;
|
|
width: 40em;
|
|
float: left;
|
|
margin-left: 1em;
|
|
}
|
|
#buttons {
|
|
float: left;
|
|
}
|
|
</style>
|
|
<h1>Configuration</span></h1><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>
|
|
<form id="theform" method="get" action="#">
|
|
</form>
|
|
<div id="buttons"></div>
|
|
<div id="messages" class="message_div" style="display: none;"></div>
|
|
<div style="clear: both;"><br /><br /><br /></div>
|
|
@include ftr.html@
|