Files
ocs/mss/main/conf/ewsHtml/index.html
2025-03-03 11:01:26 +08:00

21 lines
677 B
HTML

<html>
<head>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html">
<title><DATA serverName></title>
</head>
<frameset rows="50,*" framespacing="0" border="0" frameborder="0">
<frameset cols="550,*" framespacing="0" border="0" frameborder="0">
<frame name="header" scrolling="no" noresize target="downMain" src="topMenu.html" style="border-bottom: 0 solid #000000" marginwidth="0" marginheight="0">
<frame name="alarmNumList" scrolling="no" src="alarmNumList.html">
</frameset>
<frame name="downMain" src="statusIndex.html">
<noframes>
<body>
<p>此网页使用了框架,但您的浏览器不支持框架。</p>
</body>
</noframes>
</frameset>
</html>