29 lines
697 B
PHP
Executable File
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>
|