Files
web.ems/wxc2_omc/performance/improveCsta/erlang_customize.php
agtuser 16a3fd1e1b init
2024-11-11 17:56:00 +08:00

29 lines
697 B
PHP
Executable File

<!-- JS -->
<!-- Erlang customize -->
<table border="1" width="100%" cellpadding="1" cellspacing="0" bordercolor="#666666" bordercolordark="#FFFFFF" bgcolor="#ffffff">
<tr bgcolor="#E6E6E6">
<td align="center">
Type
<select name="type">
<option value="0" selected>Service</option>
<option value="1">Trunk Group</option>
</select>
</td>
<td align="center">
Interval
<select name="interval">
<option value="0" selected>Daily</option>
<option value="1">Hourly</option>
</select>
</td>
<td align="center">
<select name="start_time">
<?php
$configuration=parse_ini_file($conf,true);
for($i=0;$i<
?>
</select>
</td>
</tr>
</table>