-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshow_log.htm
More file actions
21 lines (14 loc) · 787 Bytes
/
show_log.htm
File metadata and controls
21 lines (14 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<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">
<div class="col-sm-12"><select name="refreshinterval" id="refreshinterval" class="form-control" onChange="ISPConfig.loadContentRefresh('monitor/show_log.php?log={tmpl_var name="log_id"}')">
{tmpl_var name='refresh'}
</select></div>
</div>
<div class="pnl_formarea">
<p class="fieldset-legend"><tmpl_var name="monTransDate"><tmpl_var name="time"></p>
<div class="codeview"><pre><tmpl_var name="log_data"></pre></div>
</div>