You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.3 KiB
38 lines
1.3 KiB
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<%@ page language="java" pageEncoding="UTF-8"%>
|
|
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<%@ include file="/common/ctx.jsp"%>
|
|
|
|
<%
|
|
SysUser homesyuser = (SysUser) request.getSession().getAttribute("admin");
|
|
String homesyuserregion = homesyuser.getDid()+"";
|
|
request.setAttribute("homesyuserregion", homesyuserregion);
|
|
%>
|
|
<head>
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
|
|
<div style=" margin:0; padding:0;width:720px; height:260px;position:absolute; left:50%; top:50%; margin-left:-360px; margin-top:-130px; z-index:2" id="hypageid">
|
|
|
|
</div>
|
|
|
|
|
|
<%-- <div style="width: 100%;height: 100%;background-image: url('http://sjzx.hebeitour.gov.cn/upload/f646bdd333e34f7785644d1bf6ec3031.png') ">--%>
|
|
<%-- </div>--%>
|
|
|
|
<script type="text/javascript">
|
|
var homesyuserregion = '${homesyuserregion}';
|
|
if(homesyuserregion!=null&&homesyuserregion!=""&&homesyuserregion!="null"&&homesyuserregion!=undefined&&homesyuserregion!='undefined'){
|
|
if(homesyuserregion == '130000'){
|
|
parent.loadContent('/dcstatisindex/datapage.do','2','248');
|
|
}else{
|
|
$("#hypageid").html("<img src=\"${ctx}/img/welcome.jpg\" style=\" margin:0; padding:0; border:none; \">");
|
|
}
|
|
}
|
|
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|
|
|