-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshow_sys_state.htm
More file actions
22 lines (15 loc) · 833 Bytes
/
show_sys_state.htm
File metadata and controls
22 lines (15 loc) · 833 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<div class='page-header'>
<h1><tmpl_var name="list_head_txt"></h1>
</div>
<p><tmpl_var name="list_desc_txt"></p>
<legend><tmpl_var name="monTransRefreshsq"></legend>
<div class="form-group">
<label for="refreshinterval" class="col-sm-3 control-label"> </label>
<div class="col-sm-9"><select name="refreshinterval" id="refreshinterval" class="form-control" onChange="ISPConfig.loadContentRefresh('monitor/show_sys_state.php?state={tmpl_var name="state_type"}')">
{tmpl_var name='refresh'}
</select></div>
</div>
<div class="pnl_formarea">
<p class="fieldset-legend"></p>
<div class="stateview"><tmpl_var name="state_data"></div>
</div>