userlist.jsp
6.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<%@ 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>