<%@page contentType="text/html; charset=UTF-8"%>
<%@ include file="/gaowj/header-simple-1.0.jsp"%>
<style>
.peopleTab_table{
	font-size:0px;		
}
.peopleTab_table>div{
	display: inline-block;
	font-size:12px;
	height:350px;
}
.peopleTab_table>div:first-child{
	width:45%;
}
.peopleTab_table>div:first-child+div{
	width:10%;
	vertical-align: top;
	padding-top:30px;
}
.peopleTab_table>div:first-child+div>div{
	cursor: pointer;
	text-align: center;
}
.peopleTab_table>div:first-child+div>div:hover{
	color:red;
}
.peopleTab_table>div:first-child+div+div{
	width:45%;
}
</style>
<div id="PeopleTab">
   <link rel="stylesheet" type="text/css" href="${ctx}/jwapp/common/css/content_body.css" charset="utf-8"></link>
   <link rel="stylesheet" type="text/css" href="${ctx}/jwapp/common/css/content_table.css" charset="utf-8"></link>
   <link rel="stylesheet" type="text/css" href="${ctx}/jwapp/common/css/content_input.css" charset="utf-8"></link>
</div>

<div class="peopleTab_table">
	<div>
		 <table id="list1" style="width: 100%; height: 100%;"></table> 
	</div>
	<div>
		<div onclick="choosePeople()">--></div>
		<div onclick="cancelChoosePeople()"><--</div>
	</div>
	<div>
		<table id="list2" style="width: 100%; height: 100%;"></table> 
	</div>
</div>
<div id="tb1">
</div>
<div id="tb2">
</div>
<script type="text/javascript" src="${ctx}/process/pages/procdefinition/js/peopleTab.js" charset="utf-8"></script>