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,21 @@
<?php
require("../../inc/header.inc");
if(!isset($sysTypeNo))
$sysTypeNo=320;
?>
<frameset framespacing="0" border="0" rows="75,*" frameborder="0">
<frame name="param_show_up" src="param_show_up.php?sysTypeNo=<?php echo $sysTypeNo;?>" scrolling="no" noresize target="param_show_down">
<frame name="param_show_table" src="param_show_table.php?sysTypeNo=<?php echo $sysTypeNo;?>" scrolling="auto" target="_self">
<noframes>
<body>
<p>Your browser can not support frame</p>
</body>
</noframes>
</frameset>
</html>