Files
web.ems/wxc2_omc/sysDefine/sysParamDef/paramInitConfirm.php
agtuser 16a3fd1e1b init
2024-11-11 17:56:00 +08:00

31 lines
1.2 KiB
PHP
Executable File

<?php
require("../../inc/header.inc");
?>
<html>
<?php
echo "<table border=\"0\" width=\"100%\">";
echo "<tr>";
echo "<td width=\"50%\">";
echo "Advance > Network > Init Parameters";
echo "</td>";
echo "<td width=\"50%\" align=\"right\" title=\"Help\">";
//showHelp($helpId);
echo "</td>";
echo "</tr>";
echo "</table>";
?>
<form method="POST" name=init action="<?php echo"./paramInit.php";?>">
<table border="1" width="100%" cellpadding="2" cellspacing="0" bordercolor="#666666" bordercolordark="#FFFFFF" bgcolor="#ffffff" >
<tr><td >
<b><font color="#FF0000" size="2"><?php echo "WARNING: all of the devices' parameters which saved in database will be replaced with default values "; ?></font></b>
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input type="hidden" name=sysTypeNo value="<?php echo "$sysTypeNo";?>">
<input type="hidden" name=initAll value="1">
<input type="hidden" name=confirm value="1">
<input type="submit" value="<?php echo "Click here to init all parameters"; ?>" name="initParameter">
</td></tr>
</table>
</form>
</html>