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

33 lines
765 B
PHP
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
/*************************************************************************
* 文件说明:
* 功能说明:系统状态显示页面包含Applet
*
* 调用关系:调用:applet_router.php
* 被调用:left_menu.php
*
*
* 作者:
*
*修改注释:
*NO.1
*姓名:
*时间:
*修改说明:
*************************************************************************/
require("../../inc/header.inc");
?>
<frameset rows="*,0%" framespacing="0" border="0" frameborder="0">
<frame name="main_up" src="led_list_up.php">
<frame name="footnotes" target="main_up" src="led_list_down.php">
<noframes>
<body>
<p>此网页使用了框架,但您的浏览器不支持框架。</p>
</body>
</noframes>
</frameset>
</html>