This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
nms-nmsweb/WebRoot/main.html

73 lines
2.3 KiB
HTML
Raw Permalink Normal View History

2018-09-27 16:21:05 +08:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title><EFBFBD>ޱ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ĵ<EFBFBD></title>
<link href="css/nms.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
function choseNode(v){
for(var i=1;i<=5;i++){
if(v==i){
document.getElementById("node"+i).className="nodeSelStyle";
document.getElementById("rightNodes"+i).style.display="block";
}
else{
document.getElementById("node"+i).className="nodeStyle";
document.getElementById("rightNodes"+i).style.display="none";
}
}
}
function switchLeft(){
var switchimage=document.getElementById("switchlefts").src.split("/");
var every=switchimage[switchimage.length-1];
if(every=="an1.jpg"){
document.getElementById("middleRight").className="middle_rightswitch";
document.getElementById("switchlefts").src="images/an2.jpg";
document.getElementById("leftNodes").style.display="none";
}
else{
document.getElementById("middleRight").className="middle_right";
document.getElementById("switchlefts").src="images/an1.jpg";
document.getElementById("leftNodes").style.display="block";
}
}
</script>
</head>
<body style="overflow:scroll;overflow-x:hidden;overflow-y:hidden;">
<!--<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʼ-->
<div class="top">
<table width="100%" border="0" cellpadding="0" cellspacing="0" >
<tr>
<td class="top_img"><img src="images/top.jpg" / ></td>
</tr>
<tr>
<td height="5" class="top_color1"></td>
</tr>
<tr>
<td height="20" class="top_color2" ><div id="nav">
<ul>
<li><a href="#">ϵͳ<EFBFBD><EFBFBD>ҳ&nbsp;|</a></li>
<li><a href="#">ϵͳ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>&nbsp;|</a></li>
<li><a href="#">ϵͳָ<EFBFBD><EFBFBD>&nbsp;|</a></li>
<li><a href="#"><EFBFBD>˳<EFBFBD>ϵͳ&nbsp;|</a></li>
</ul>
</div>
</td>
</tr>
</table>
</div>
<!--<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>-->
<!--<EFBFBD>м䲿<EFBFBD>ֿ<EFBFBD>ʼ-->
<div class="middle">
<div class="middle_mid" align="cneter" >
<iframe src="middle.html" scrolling="auto" height="100%" width="100%" frameBorder="0" ></iframe>
</div>
</div>
<!--<EFBFBD>м䲿<EFBFBD>ֽ<EFBFBD><EFBFBD><EFBFBD>-->
<div style="clear:both;"></div>
</body>
</html>