userlist.jsp 6.1 KB
<%@ page language="java" contentType="text/html; charset=utf-8"
	pageEncoding="utf-8"%>
<%
	String contextPath = request.getContextPath();
	String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+contextPath+"/";

%>
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width	, initial-scale=1.0" />
<title>用户列表</title>
<jsp:include page="../../view/officedocument/documentinclude.jsp"></jsp:include>

<link href="<%=basePath%>/common/css/iframe-content.css" rel="stylesheet" /> 
 <link id="listCss" href="<%=basePath%>/css/officedocument/department-list.css" rel="stylesheet" />

<!--     <script src="userlist.js"></script> -->
	<style>
	input:focus {
   		outline:none;
	}
	.label_message{
	float: right;
    margin-top: 3px;
	}
	.div_message{
	position: absolute;
    margin-left: 63%;
    margin-top: -40px;
	}
	</style>
</head>
<body style="padding-bottom: 0;">
    <div class="div-department">
<!--    			<div class="ui-widget div-department-search"> 			 -->
<!--  		 	<input id="tags"> -->
<!-- 			</div> -->
<!--    		 <div class="div-department-search"> -->
<!--            <input id="divSearch1" name="divSearch" type="text" placeholder="搜索添加部门、成员" style="width:85%"/> -->
<!--            <button id="search" class="btn btn-info " type="button"><span class="glyphicon glyphicon-floppy-check"></span>搜索</button> -->
<!--         </div> -->
<!--         <div class="div-department-search div-document-input-float ui-widget"> -->
      	  
<!--             <div id="divDepartmentSelected" class="div-department-selectedreault" ></div> -->
<!--             <input id="tags" style="width:60;overflow-x:visible;overflow-y:visible;"> -->
<!--         </div> -->
        <div class=" ui-widget ">
      	  
            <div id="divDepartmentSelected" class="div-department-selectedreault"  style="display:block">
<!--             <div id="seleteduser" style="float:left;display:none;"></div> -->
            <input id="tags" class="datainp text-border" placeholder="搜索成员" style="height:31px;width:100%;"></div>
            </div>
          
        </div>
        <div class="div-department-tab" id="divDepartmentTab">
            <div class="selected" id="divDepartmentTab1"> 按组织机构</div>
            <div id="divDepartmentTab2">按角色</div>
<!--             <div id="divDepartmentTab3">搜索</div> -->
            
        </div>
<!--        	<div id="dwWxDiv" class ="div_message"> -->
<!--        	<div id="sendMessage"style="float:right;margin-left: 14px;"> -->
<!--         		<input id="message" type="checkbox" > -->
<!--         		<label>发送短信</label> -->
<!--         	</div> -->
<!--         	<div id="sendWechat"style="float:right;"> -->
        	
<!--         		<input id="wechat" type="checkbox"> -->
<!--         		<label>发送微信</label> -->
<!--        	 	</div> -->
<!--        	</div> -->

         <div class="div-department-tab" id="divactivtiTab" style="display: none;"> 
            <div class="selected" id="divactivtiTab1">环节</div>   
        </div>
        
        
        <div id="unitDiv"class="divDepartmentTab1">
            <div class="div-department-address">
<!--                 <label>全部</label> -->
<!--                 <label>西安市规划管理局</label> -->
            </div>
            <div id="fatherdepartment"class="div-department-list ">
                <ul>

                </ul>
            </div>
            <div id="divDepartmentList" class="div-department-list" style="float: left;">
            	
                <ul>
                    
                </ul>
            </div>
            <div id= "departmentusers"class="div-department-list" style="float: left;">
                <ul>
                
                </ul>
            </div>
        </div>
        <div id="roleDiv"class="divDepartmentTab2" style="display:none;">
            <div class="div-department-address">
<!--                 <label>全部</label> -->
<!--                 <label>西安城规</label> -->
            </div>
            <div id="rolelist" class="div-department-list" style="float: left;">
               <ul>
               </ul>
            </div>
            <div id="roleuserlist" class="div-department-list" style="float: left;">
                <ul>
                </ul>
            </div>
<!--             <div class="div-department-list"> -->
<!--                 <ul> -->
<!--                 </ul> -->
<!--             </div> -->
        </div>
        
        <div id="spDiv"class="divDepartmentTab4" style="display:none;">
            <div class="div-department-address">
                <label>流程</label>
                <!--<label>西安城规</label>-->
            </div>
            <div id="spflowObjectName" class="div-department-list" style="float: left;">
               <ul>
               </ul>
            </div>
            <div id="spRealname" class="div-department-list" style="float: left;">
                <ul>
                </ul>
            </div>
        </div>
        
        <div id="dWxWcontont">
        	<div class="div-title">短信微信提醒内容</div>
        		<div class ="div_message" >
		       		<div style="float:right;margin-left: 14px;">
		        		<input id="message" type="checkbox">
		        		<div class="label_message">
		        		<label>发送短信</label>
		        		</div>
		        	</div>
		        	<div style="float:right;">
		        		<input id="wechat" type="checkbox">
		        		<div class="label_message">
		        		<label>发送微信</label>
		        		</div>
		       	 	</div>
		       	</div>
        	<textarea id="dWxWContent" class="textarea-border" style="width:100%;height:100px;"></textarea>
        </div>
        
		<div id="searchDiv"class="divDepartmentTab3" style="display:none;">
            <div class="div-department-address">
                <label>查询结果</label>
            </div>
            <div id="namelist" class="div-department-list">
               <ul>
               </ul>
            </div>           
        </div>
    </div>
</body>
</html>