-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshow_sys_state.htm
More file actions
25 lines (21 loc) · 910 Bytes
/
show_sys_state.htm
File metadata and controls
25 lines (21 loc) · 910 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<h2><tmpl_var name="list_head_txt"></h2>
<p><tmpl_var name="list_desc_txt"></p>
<div class="panel panel_sys_state">
<div class="pnl_toolsarea">
<fieldset class="inlineLabels"><legend><tmpl_var name="monTransRefreshsq"></legend>
<div class="buttons">
<div class="ctrlHolder">
<label for="refreshinterval"> </label>
<select name="refreshinterval" id="refreshinterval" class="selectInput withicons" onChange="loadContentRefresh('monitor/show_sys_state.php?state={tmpl_var name="state_type"}')">
{tmpl_var name='refresh'}
</select>
</div>
</div>
</fieldset>
</div>
<div class="pnl_formarea">
<fieldset><legend></legend>
<div class="stateview"><tmpl_var name="state_data"></div>
</fieldset>
</div>
</div>