2003-11-13 23:53:02 -05:00
@include hdr.html@
2006-04-12 17:01:38 -04: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-06-25 13:55:03 -04:00
#config_path_label {
2006-05-10 13:37:29 -04:00
float: left;
width: 11em;
font:icon;
2006-06-25 13:55:03 -04:00
padding: .3em 0 .5em 1em;
}
#config_path {
float: left;
width: 50em;
font: icon;
padding: .3em 0 .5em 0;
2006-05-10 13:37:29 -04:00
}
2006-05-12 07:01:54 -04:00
.addItemHref {
float: left;
margin-left: 11em;
font: icon;
padding-left: 1.5em;
margin-bottom: .5em;
}
2006-06-29 17:53:53 -04:00
.message_div {
2006-05-18 14:48:53 -04:00
background-color: yellow;
padding: 1em;
border: 1px solid #8CACBB;
}
2006-06-29 17:53:53 -04:00
#messages {
2006-06-04 16:16:53 -04:00
background-color: yellow;
2006-06-29 17:53:53 -04:00
padding: 1em;
border: 1px solid #8CACBB;
width: 40em;
2006-06-04 16:16:53 -04:00
}
2006-04-12 17:01:38 -04:00
< / style >
2006-06-14 16:27:16 -04:00
< h1 > Configuration< / span > < / h1 > < span id = "toggle_basic_advanced" > < / span >
2006-06-29 17:53:53 -04:00
< 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 >
2006-06-14 16:27:16 -04:00
2006-05-10 13:37:29 -04:00
< form id = "theform" method = "get" action = "#" >
2005-11-14 00:41:18 -05:00
< / form >
2006-05-18 14:48:53 -04:00
< div id = "buttons" > < / div >
2006-06-29 17:53:53 -04:00
< br / >
< div id = "messages" class = "message_div" style = "display: none;" > < / div >
2003-11-13 23:53:02 -05:00
@include ftr.html@