Ejemplo n.º 1
0
				</div>
			</div>
			<div class="panel">
				<h1>选择学员</h1>
				<div>
					<div>
						<input type="text" id="search_key" style="width:120px" placeholder="用户编号或名称"><a class="button" href="javascript:;" id="search_btn">
							<span>检索</span>
							</a>
					</div>
					<div style="clear:both;width:100%"></div>
					<div style="float:left; display:block; overflow:auto; width:400px;height:403px; border:solid 1px #CCC; line-height:21px; background:#fff">
						
						<ul class="tree treeFolder collapse">
							<?php 
echo MY_Controller::createUO($m);
?>
						</ul>

					</div>
					<div style="float:left;padding-left:10px;display:block;width:300px;">
						<div><a class="button" href="javascript:;" id="add_students_button">
							<span>添加选择</span>
							</a></div>
						<div id="jbsxBox" style="height:378px; overflow:auto;width:300px; border:solid 1px #CCC; line-height:21px; background:#fff">
							请先选择部门或检索
						</div>
					</div>
					<div style="float:left;padding-left:10px;display:block;width:300px;">
						<div><a class="button" href="javascript:;" id="remove_students_button">
							<span>移除选择</span>