You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
1.1 KiB
HTML
1 line
1.1 KiB
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<title>抽水蓄能电站智能化状态监测系统</title>
|
|
|
|
<link rel="stylesheet" type="text/css" href="__IMG__/cssjs/css/topmenu.css">
|
|
|
|
<script src="__IMG__/cssjs/js/jquery-1.7.1.js"></script>
|
|
|
|
<script type="text/javascript">
|
|
|
|
$(document).ready(function(){
|
|
|
|
$('.nav').find("a:first").addClass("first");
|
|
|
|
|
|
|
|
$('.nav>li').each(function(){
|
|
|
|
if($(this).index()==($('.nav>li').length-1))
|
|
|
|
{
|
|
|
|
$(this).find("a:first").addClass("last");
|
|
|
|
}
|
|
|
|
});
|
|
|
|
$(".nav li").hover(function(){
|
|
|
|
$(this).children("ul").show(); //mouseover
|
|
|
|
},function(){
|
|
|
|
$(this).children("ul").hide(); //mouseout
|
|
|
|
});
|
|
|
|
});
|
|
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="mainnav">
|
|
|
|
{$topmenus}
|
|
|
|
</div>
|
|
|
|
<!--<div id="right">-->
|
|
|
|
<!--<iframe id="iframe1" scrolling="no" frameborder=”no” border=”0″ marginwidth=”0″ marginheight=”0″ height="100%"-->
|
|
|
|
<!--width="100%" src="{:Url('Bdmap/bdamp')}"></iframe>-->
|
|
|
|
<!--</div>-->
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|