init web ems all

This commit is contained in:
agtuser
2024-09-27 17:13:36 +08:00
parent 81c97acbe9
commit 5cc56f8078
4263 changed files with 798779 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
<!-- 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>