2018-06-03 22:26:41 +08:00

81 lines
4.1 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>
<body>
<!--首页内容-->
<%@include file="/Tenwa/HomePage/DefaultHome/DefaultHeader.jspf" %>
<script type="text/javascript" src="<%=sWebRootPath%>/Tenwa/HomePage/js/mainmenu.js"></script>
<link rel="stylesheet" type="text/css" href="<%=sWebRootPath%>/Tenwa/HomePage/Skip/Default/css/main_page.css"/>
<div id="main_body" class="main_body">
<!--首页左边-->
<div id="main_body_left" class="main_body_left">
<!--工作提示-->
<div id="main_worktip" class="main_worktip">
<span id="main_worktiptitle" class="main_item_title"><img src="./Tenwa/HomePage/Skip/Default/image/work@3x.png">&nbsp;<%=LanguageManager.getLanguage("工作提示", CurPage)%></span>
<div id="main_worktip_title_body" class="main_item_body">
<iframe id="iframe_worktip" name="iframe_worktip"></iframe>
</div>
</div>
<div class="main_body_bottom">
<!--公告信息-->
<div id="main_notice" class="main_notice">
<span id="main_noticetitle" class="main_item_title"><img src="./Tenwa/HomePage/Skip/Default/image/notice@3x.png">&nbsp;<%=LanguageManager.getLanguage("公告信息", CurPage)%></span>
<div id="main_noticetitle_body" class="main_item_body">
<iframe id="iframe_notice" name="iframe_notice"></iframe>
</div>
</div>
<!--日历-->
<div id="main_calendar" class="main_calendar">
<span id="main_calendartitle" class="main_item_title"><img src="./Tenwa/HomePage/Skip/Default/image/Calendar@3x.png">&nbsp;<%=LanguageManager.getLanguage("日历", CurPage)%></span>
<div id="main_calendartitle_body" class="main_item_body">
<iframe id="iframe_calendar" name="iframe_calendar"></iframe>
</div>
</div>
</div>
</div>
<!--首页右边-->
<div id="main_body_right" class="main_body_right">
<span id="main_reporttitle" class="main_item_title"><img src="./Tenwa/HomePage/Skip/Default/image/chart@3x.png">&nbsp;<%=LanguageManager.getLanguage("报表中心", CurPage)%></span>
<div class="main_report">
<div id="report01" class="main_report_body">
<span id="main_launchscale" class="main_item_title">&nbsp;<%=LanguageManager.getLanguage("本年度投放和起租规模", CurPage)%></span>
<div id="main_launchscale_body" >
<iframe id="iframe_launchscale" name="iframe_launchscale"></iframe>
</div>
</div>
<div id="report02" class="main_report_body" >
<span id="main_remainingcorpus" class="main_item_title">&nbsp;<%=LanguageManager.getLanguage("剩余本金占比", CurPage)%></span>
<div id="main_remainingcorpus_body" >
<iframe id="iframe_remainingcorpus" name="iframe_remainingcorpus"></iframe>
</div>
</div>
<div id="report03" class="main_report_body">
<span id="main_projectstage" class="main_item_title">&nbsp;<%=LanguageManager.getLanguage("项目阶段总览", CurPage)%></span>
<div id="main_projectstage_body" >
<iframe id="iframe_projectstage" name="iframe_projectstage"></iframe>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
<script>
var curmainBodyResize=null;
$(function(){
curmainBodyResize=new mainBodyResize();
AsControl.OpenView("/Tenwa/HomePage/DefaultHome/HomeWorkTip.jsp","","iframe_worktip");
AsControl.OpenView("/Tenwa/HomePage/DefaultHome/HomeNotice.jsp","","iframe_notice");
AsControl.OpenView("/Tenwa/HomePage/DefaultHome/HomeCalendar.jsp","","iframe_calendar");
AsControl.OpenView("/Tenwa/HomePage/ReportHome/LaunchScale.jsp","","iframe_launchscale");
AsControl.OpenView("/Tenwa/HomePage/ReportHome/RemainingCorpus.jsp","","iframe_remainingcorpus");
AsControl.OpenView("/Tenwa/HomePage/ReportHome/ProjectStage.jsp","","iframe_projectstage");
});
</script>
<%@ include file="/Frame/resources/include/include_end_ajax.jspf"%>