source: trunk/webif/status/status.html@ 9124

Last change on this file since 9124 was 9124, checked in by skyndas, 10 years ago

WebIf:

  • Remove <BR> from status.html and add "margin:20px 0;" into css.css for DIV.log
File size: 1.3 KB
Line 
1##TPLHEADER##
2##TPLMENU##
3<DIV CLASS="filterform">
4 <form action="status.html" method="get">
5 <select name="hideidle">
6 <option value="0" ##HIDEIDLECLIENTSSELECTED0##>Show idle clients</option>
7 <option value="1" ##HIDEIDLECLIENTSSELECTED1##>Hide idle clients</option>
8 <option value="2">Show hidden clients</option>
9 </select>
10 <input type="submit" value="Update">
11 </form>
12</DIV>
13 <TABLE WIDTH="100%" CLASS="status">
14 <TR>
15 <TH CLASS="statuscol0">hide</TH>
16 <TH CLASS="statuscol1">Thread ID</TH>
17 <TH CLASS="statuscol2">Type</TH>
18 <TH CLASS="statuscol3">ID</TH>
19 <TH CLASS="statuscol4">Label</TH>
20 <TH CLASS="statuscol5">AU</TH>
21 <TH CLASS="statuscol6">Crypted</TH>
22 <TH CLASS="statuscol7">Address</TH>
23 <TH CLASS="statuscol8">Port</TH>
24 <TH CLASS="statuscol9">Protocol</TH>
25 <TH CLASS="statuscol10">Login</TH>
26 <TH CLASS="statuscol11">Online</TH>
27 <TH CLASS="statuscol12">CAID:SRVID</TH>
28 <TH CLASS="statuscol13">Current Channel</TH>
29 <TH CLASS="statuscol14">LB Value/ Reader</TH>
30 <TH CLASS="statuscol15">Idle</TH>
31 <TH CLASS="statuscol16">Status</TH>
32 </TR>
33##SERVERSTATUS##
34##READERHEADLINE##
35##READERSTATUS##
36##PROXYHEADLINE##
37##PROXYSTATUS##
38##CLIENTHEADLINE##
39##CLIENTSTATUS##
40 </TABLE>
41 <DIV CLASS="log">
42##LOGHISTORY##
43 </DIV>
44##SDEBUG##
45##TPLFOOTER##
Note: See TracBrowser for help on using the repository browser.