页面分区域展示

frontPage.jsp
<link rel="stylesheet" type="text/css" href="${ctx}/webResources/frontPage/easyui.css">
<link rel="stylesheet" type="text/css" href="${ctx}/webResources/frontPage/icon.css">
<link rel="stylesheet" type="text/css" href="${ctx}/webResources/frontPage/portal.css">
<script type="text/javascript" src="${ctx}/webResources/frontPage/jquery-1.6.min.js"></script>
<script type="text/javascript" src="${ctx}/webResources/frontPage/jquery.easyui.min.js"></script>
<script type="text/javascript" src="${ctx}/webResources/frontPage/jquery.portal.js"></script>
<style type="text/css">
		.title{
			font-size:16px;
			font-weight:bold;
			padding:20px 10px;
			background:#eee;
			overflow:hidden;
			border-bottom:1px solid #ccc;
		}
		.t-list{
			padding:5px;
		}
	</style>
	
	<script>
		$(function(){
			$('#pp').portal({
				border:false,
				fit:true
			});
		});
		function remove(){
			$('#pp').portal('remove',$('#pgrid'));
			$('#pp').portal('resize');
		}
		function appOrd(){
			window.open("${ctx}/jsp/order/jshxOrdGoodsList.action?model.status=0&auth=2&isapp=1");
		}
	</script>


<%@include file="/common/frontPage.jsp"%>


<body>
	<div region="center" border="false">
		<div id="pp">
			<div class="submitdata">
				<div title="呼叫中心" collapsible="true" closable="true" style="text-align:center;height:20%;width:150px;">
					<%@include file="/WEB-INF/pages/clientWeb/callClient.jsp"%>
				</div>
			    <div title="公司公告" collapsible="true" closable="true" style="text-align:center;height:320px;width:150px;">
			    	<h5>
			    	<a href="#" onclick="view()"><font>查看所有</font></a><br>
					<%@include file="/WEB-INF/pages/clientWeb/messagePage.jsp"%>
			    </div>
			</div>	
		</div>
	</div>
</body>

猜你喜欢

转载自duanfei.iteye.com/blog/1848348
今日推荐