36 lines
1.2 KiB
Plaintext
36 lines
1.2 KiB
Plaintext
<%@ page contentType="text/html; charset=GBK"%>
|
|
<%@include file="/Frame/resources/include/include_begin_ajax.jspf"%>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
|
|
<title></title>
|
|
</head>
|
|
<style>
|
|
body{overflow:hidden;}
|
|
</style>
|
|
<body>
|
|
<!--Ê×Ò³ÄÚÈÝ-->
|
|
<%@include file="/Tenwa/HomePage/DefaultHome/DefaultHeader.jspf" %>
|
|
<script type="text/javascript" src="<%=sWebRootPath%>/Tenwa/HomePage/js/mainnotice.js"></script>
|
|
<link rel="stylesheet" type="text/css" href="<%=sWebRootPath%>/Tenwa/HomePage/Skip/Default/css/main_notice.css"/>
|
|
<div>
|
|
<div id="main_notice_body" class="main_notice_body">
|
|
<!--¹«¸æµÄÄÚÈÝ-->
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript">
|
|
var curCompanyNotice=null;
|
|
$(function(){
|
|
curCompanyNotice=new CompanyNotice($(window).height());
|
|
});
|
|
|
|
function openFile(boardno,title){
|
|
parent.AsDialog.PopView("/AppMain/Welcome/ShowBankNotice.jsp", "BoardNo="+boardno, "dialogWidth=730px;dialogHeight=500px;resizable=no;scrollbars=no;status:yes;maximize:no;help:no;",null,title);
|
|
}
|
|
|
|
|
|
</script
|
|
</body>
|
|
</html>
|
|
<%@ include file="/Frame/resources/include/include_end_ajax.jspf"%> |