62 lines
3.0 KiB
HTML
62 lines
3.0 KiB
HTML
<!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" lang="UTF-8">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta content="{PE.Label id="取得meta信息" siteConfig="true" metatype="keywords" /}" name="Keywords" />
|
|
<meta content="{PE.Label id="取得meta信息" siteConfig="true" metatype="description" /}" name="Description"/>
|
|
<title>网站首页-{PE.SiteConfig.SiteTitle/}</title>
|
|
<link href="{PE.SiteConfig.SkinPath/}default.css" rel="stylesheet" type="text/css" />
|
|
<script language="javascript" type="text/javascript" src="{PE.SiteConfig.ApplicationPath/}JS/Common.js"></script>
|
|
<script language="javascript" type="text/javascript" src="{PE.SiteConfig.ApplicationPath/}JS/slider.js"></script>
|
|
<script language="javascript" type="text/javascript" src="{PE.SiteConfig.applicationpath /}JS/jquery.pack.js"></script>
|
|
<script language="JavaScript" type="text/javascript">
|
|
//<![CDATA[
|
|
function startmarquee(lh, speed, delay) {
|
|
var p = false;
|
|
var t;
|
|
var o = document.getElementById("marqueebox");
|
|
o.innerHTML += o.innerHTML;
|
|
o.style.marginTop = 0;
|
|
o.onmouseover = function () { p = true; }
|
|
o.onmouseout = function () { p = false; }
|
|
function start() {
|
|
t = setInterval(scrolling, speed);
|
|
if (!p) o.style.marginTop = parseInt(o.style.marginTop) - 1 + "px";
|
|
}
|
|
function scrolling() {
|
|
if (parseInt(o.style.marginTop) % lh != 0) {
|
|
o.style.marginTop = parseInt(o.style.marginTop) - 1 + "px";
|
|
if (Math.abs(parseInt(o.style.marginTop)) >= o.scrollHeight / 2) o.style.marginTop = 0;
|
|
} else {
|
|
clearInterval(t);
|
|
setTimeout(start, delay);
|
|
}
|
|
}
|
|
setTimeout(start, delay);
|
|
}
|
|
function Show_Menu(id_num, num) {
|
|
for (var i = 0; i < 5; i++) { document.getElementById("ConList_" + id_num + i).style.display = "none"; }
|
|
for (var i = 0; i < 5; i++) { document.getElementById("Con_" + id_num + i).className = ""; }
|
|
document.getElementById("Con_" + id_num + num).className = "seleon_work";
|
|
document.getElementById("ConList_" + id_num + num).style.display = "block";
|
|
}
|
|
function Show_Menu1(id_num, num) {
|
|
for (var i = 0; i < 3; i++) { document.getElementById("ConList_" + id_num + i).style.display = "none"; }
|
|
for (var i = 0; i < 3; i++) { document.getElementById("Con_" + id_num + i).className = ""; }
|
|
document.getElementById("Con_" + id_num + num).className = "Class_on_news";
|
|
document.getElementById("ConList_" + id_num + num).style.display = "block";
|
|
}
|
|
//]]>
|
|
</script>
|
|
<body>
|
|
{PE.Label id="GOV_网站顶部" /}
|
|
<div id="Div1">
|
|
<div id="Div2" class="main_bgpic">
|
|
<div id="Div3" style="text-align:center">
|
|
<h3>{PE.Label id="GOV_当前部门位置导航" departmentId="@RequestInt_DepartmentId" /}</h3>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{PE.Label id="GOV_网站底部" /}
|
|
</body>
|
|
</html>
|