2003-11-13 23:53:02 -05:00
@include hdr.html@
2006-03-31 15:08:40 -05:00
< style type = "text/css" >
#service, #stat {
2006-06-27 18:08:26 -04:00
width: 70ex;
2006-03-31 15:08:40 -05:00
}
#thread {
width: 80ex;
}
2006-06-27 18:08:26 -04:00
#server_stopped_message {
2006-06-27 20:01:39 -04:00
position: absolute;
2006-06-27 18:08:26 -04:00
background-color: yellow;
padding: 1em;
2006-06-27 20:01:39 -04:00
/* border: 1px solid #8CACBB;*/
2006-06-27 18:08:26 -04:00
font-size: 120%;
margin-bottom: 1em;
z-index: 100;
2006-06-27 20:01:39 -04:00
2006-06-27 18:08:26 -04:00
}
#grey_screen {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 1000px;
background-color: #000;
filter:alpha(opacity=60);
opacity: 0.6;
z-index: 10;
}
2006-03-31 15:08:40 -05:00
< / style >
2006-06-27 20:01:39 -04:00
2006-06-25 16:33:47 -04:00
< h1 > Server Status< / h1 >
2006-06-27 20:01:39 -04:00
2006-06-27 18:08:26 -04:00
< div id = "server_stopped_message" style = "display: none;" > The Firefly server is not running, this page will be inaccessible until you start the server again.< / div >
2006-06-25 14:28:31 -04:00
< table id = "service" cellspacing = "0" >
2006-03-31 15:08:40 -05:00
< thead >
< tr >
< th > Service< / th >
< th > Status< / th >
< th > Control< / th >
< / tr >
< / thead >
< tbody >
< tr >
2006-06-11 17:52:37 -04:00
< td > Bonjour< / td >
2006-03-31 15:08:40 -05:00
< td id = "rendezvous" > Running< / td >
< td > <!-- <a href="config - update.html?action=stopmdns">Stop MDNS Server</a> --> < / td >
< / tr >
< tr >
2006-06-11 17:52:37 -04:00
< td > Firefly Media Server< / td >
2006-03-31 15:08:40 -05:00
< td id = "daap_server" > Running< / td >
2006-06-27 18:08:26 -04:00
< td > < button id = "button_stop_server" type = "button" > Stop Server< / button > < / td >
2006-03-31 15:08:40 -05:00
< / tr >
< tr >
< td > File scanner< / td >
< td id = "file_scanner" > Idle< / td >
2006-06-27 18:08:26 -04:00
< td > < button id = "button_start_scan" type = "button" > Start Scan< / button > < / td >
2006-03-31 15:08:40 -05:00
< / tr >
2006-06-27 18:08:26 -04:00
< tr >
< td > < / td >
< td > < / td >
< td > < button id = "button_start_full_scan" type = "button" > Start Full Scan< / button > < / td >
< / tr >
2006-03-31 15:08:40 -05:00
< / tbody >
< / table >
2006-06-25 16:33:47 -04:00
< br / >
2006-06-25 14:28:31 -04:00
< table id = "stat" cellspacing = "0" >
2006-03-31 15:08:40 -05:00
< col style = "width: 20ex;" / >
< col / >
< tr >
< th > Uptime< / th >
2006-03-31 15:32:32 -05:00
< td id = "uptime" >   < / td >
2006-03-31 15:08:40 -05:00
< / tr >
< tr >
< th > Songs< / th >
2006-03-31 15:32:32 -05:00
< td id = "songs" >   < / td >
2006-03-31 15:08:40 -05:00
< / tr >
< tr >
< th > Songs Served< / th >
2006-03-31 15:32:32 -05:00
< td id = "songs_served" >   < / td >
2006-03-31 15:08:40 -05:00
< / tr >
< tr >
< th > DB Version< / th >
< td > 2< / td >
< / tr >
< / table >
2006-06-25 16:33:47 -04:00
< br / >
2006-06-25 14:28:31 -04:00
< table id = "thread" cellspacing = "0" >
2006-03-31 15:08:40 -05:00
< col style = "width: 20ex;" / >
< col / >
< thead >
< tr >
2006-06-25 16:33:47 -04:00
< th > Client IP< / th >
2006-03-31 15:08:40 -05:00
< th > Action< / th >
< / tr >
< / thead >
< tbody >
< tr > < td > < / td > < td > < / td > < / tr >
< / tbody >
< / table >
2003-11-13 23:53:02 -05:00
@include ftr.html@