205 lines
7.2 KiB
HTML
Executable File
205 lines
7.2 KiB
HTML
Executable File
<!Doctype html>
|
|
<html xmlns=http://www.w3.org/1999/xhtml>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title><I18N#用户管理></title>
|
|
|
|
<link rel="stylesheet" type="text/css" href="../<I18N#COEPATH>/css/public.css">
|
|
<link rel="stylesheet" href="../commons/css/awsui.css">
|
|
<link type='text/css' rel='stylesheet' href='../<I18N#COEPATH>/css/coe.ws.main.css'/>
|
|
<link type='text/css' rel='stylesheet' href='../<I18N#COEPATH>/css/coe.ws.list.css'/>
|
|
<!--coe css -->
|
|
<link rel="stylesheet" type="text/css" href="../commons/js/jquery/themes/default/public.css">
|
|
<link rel="stylesheet" type='text/css' href="../apps/com.actionsoft.apps.coe.pal/css/pal.ws.portal.css"/>
|
|
|
|
<script type="text/javascript" src="../commons/js/jquery/scripts/jquery.js"></script>
|
|
<script type="text/javascript" src="../commons/js/awsui.js"></script>
|
|
<script type="text/javascript" src="../commons/js/jquery/scripts/ui/aws.util.js"></script>
|
|
<script type="text/javascript" src="../<I18N#COEPATH>/js/coe.plugs.js"></script>
|
|
<script type='text/javascript' src='../apps/com.actionsoft.apps.coe.pal/js/coe.commons.js'></script>
|
|
<script type="text/javascript" src="../apps/com.actionsoft.apps.coe.pal/js/coe.team.user.main.js"></script>
|
|
|
|
<script>
|
|
var 此项必须填写 = "<I18N#此项必须填写>";
|
|
var 没有选择删除记录 = "<I18N#没有选择删除记录>";
|
|
var 高级用户管理 = "<I18N#高级用户管理>";
|
|
var 提示 = "<I18N#提示>";
|
|
var 保存成功 = "<I18N#保存成功>";
|
|
var 确认要删除该记录 = "<I18N#确定要删除该记录>";
|
|
var 高级用户修改 = "<I18N#高级用户修改>";
|
|
var 账户名称过长已经超出个字符请重新输入 = "<I18N#账户名称过长已经超出个字符请重新输入>";
|
|
var 新建小组权限 = "<I18N#新建小组权限>";
|
|
var 保存 = "<I18N#保存>";
|
|
var 控制台管理权限 = "<I18N#控制台管理权限>";
|
|
var 删除 = "<I18N#删除>";
|
|
var 编辑 = "<I18N#编辑>";
|
|
var 添加用户 = "<I18N#添加用户>";
|
|
var 保存失败 = "<I18N#保存失败>";
|
|
var 流程规划权限 = "<I18N#流程规划权限>";
|
|
var 账户 = "<I18N#账户>";
|
|
var 删除成功 = "<I18N#删除成功>";
|
|
var 删除失败 = "<I18N#删除失败>";
|
|
var 增加 = "<I18N#增加>";
|
|
var 取消 = "<I18N#关闭>";
|
|
var 是 = "<I18N#是>";
|
|
var 否 = "<I18N#否>";
|
|
var 编辑状态下只能选择一个_请重新选择 = "<I18N#编辑状态下只能选择一个,请重新选择>";
|
|
var 没有选择编辑对象 = "<I18N#没有选择编辑对象>";
|
|
/*
|
|
* 定义是否创建下拉列表数据 0代表否 1代表是
|
|
*/
|
|
var iscreateoptions = [{
|
|
iscr : '0',
|
|
gridname : "<I18N#否>"
|
|
}, {
|
|
iscr : '1',
|
|
gridname : "<I18N#是>"
|
|
}];
|
|
/*
|
|
* 定义是否是管理员下拉列表数据 0代表否 1代表是
|
|
*/
|
|
|
|
var ismanageroptions = [{
|
|
ism : '0',
|
|
name : "<I18N#否>"
|
|
}, {
|
|
ism : '1',
|
|
name : "<I18N#是>"
|
|
}];
|
|
|
|
|
|
var isprocessplanning = [{
|
|
ispl : '0',
|
|
gridpl : "<I18N#否>"
|
|
}, {
|
|
ispl : '1',
|
|
gridpl : "<I18N#是>"
|
|
}];
|
|
</script>
|
|
|
|
<style>
|
|
html body {
|
|
background:#F8F8F8;
|
|
background-position: center;
|
|
background-attachment: fixed;
|
|
margin:0px;
|
|
}
|
|
div.qtip-content {
|
|
color: white;
|
|
}
|
|
.social_stream_font {
|
|
color: #3366FF;
|
|
cursor: pointer;
|
|
text-decoration: underline;
|
|
}
|
|
.content-tbl {
|
|
background: none repeat scroll 0 0 #E2E2E2;
|
|
border-bottom: 1px solid #B5B5B5;
|
|
border-left-width: 1px;
|
|
border-top: 1px solid #B5B5B5;
|
|
height: 30px;
|
|
line-height: 28px;
|
|
width: 100%;
|
|
}
|
|
.btn_status {
|
|
cursor: pointer;
|
|
}
|
|
.social_main{
|
|
padding: 0px;
|
|
}
|
|
.coe_main_content {
|
|
width: auto;
|
|
}
|
|
.isIe10{
|
|
font-size:10px;
|
|
}
|
|
|
|
.table img {
|
|
cursor: default;
|
|
}
|
|
.searchChecked {
|
|
/*background:#EEEEEE;*/
|
|
/* border:1px dashed #; */
|
|
box-shadow:0px 0px 10px 5px #1AA47D;
|
|
}
|
|
.listSearchChecked {
|
|
background:#f2f7fa;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body style="padding: 0 20px;">
|
|
<div style="position: absolute; right: 10px; top: 20px;">
|
|
<input id="buttoneditLiveSearch" type="text" style="margin-right: 13px; width: 235px; outline: none; display: none; right: 100px;" class="txt awsui-buttonedit" placeholder="搜索人员"></input>
|
|
<span class="awsui-buttonedit-search" style="right: 157px;" onClick="searchBar()">
|
|
<span class="span_icon current" style="background: none; border: inherit; box-shadow: none;" icontype="tile" awsui-qtip="快速搜索"></span>
|
|
</span>
|
|
<span id="show_style_icon" style="float: right; font-size:0;">
|
|
<span class="span_icon current" icontype="tile"awsui-qtip="平铺">
|
|
<img src="../apps/com.actionsoft.apps.coe.pal/img/icon/tile.png" style="height: 10px;">
|
|
</span>
|
|
<span class="span_icon" style="border-left: none;" icontype="list" awsui-qtip="流式">
|
|
<img src="../apps/com.actionsoft.apps.coe.pal/img/icon/list.png" style="width: 10px; height: 10px;">
|
|
</span>
|
|
</span>
|
|
<button id="createButton" onClick="openCreateDialog('<#sid>');" class="button blue" style="float:right;border: 2px solid #3383da;">新建</button >
|
|
|
|
<div id='liveOrgSearchGrid' style="cursor: pointer;z-index: 9999" >
|
|
<div class="dlg-close" style="display: block;"></div>
|
|
</div>
|
|
</div>
|
|
<!-- <div style="position: absolute; right: 10px; top: 20px;">
|
|
<button id="createButton" onClick="openCreateDialog('<#sid>');" class="button blue">新建</button >
|
|
<span id="show_style_icon" style="float: right; font-size:0;">
|
|
<span class="span_icon current" icontype="tile"awsui-qtip="平铺">
|
|
<img src="../apps/com.actionsoft.apps.coe.pal/img/icon/tile.png" style="height: 10px;">
|
|
</span>
|
|
<span class="span_icon" style="border-left: none;" icontype="list" awsui-qtip="流式">
|
|
<img src="../apps/com.actionsoft.apps.coe.pal/img/icon/list.png" style="width: 10px; height: 10px;">
|
|
</span>
|
|
</span>
|
|
</div> -->
|
|
|
|
<div class="layout_title" style="margin-top: 0px;padding-top: 30px;">管理员 (<span id="manager_count">0</span>)</div>
|
|
<div class="layout_tile" id="manager_tile" style="min-height: 100px; display: none;"></div>
|
|
<div class="layout_list" id="manager_list" style="display: none;">
|
|
<table class="awsui-ux">
|
|
<tr>
|
|
<td>
|
|
<table id="manager_table" class="table table-thin table-hover layout_table" style="box-shadow: 0 0 15px rgb(221, 221, 221);">
|
|
<thead>
|
|
<tr style="background-color: #F5F5F5;">
|
|
<th style='width:45%;'>用户名</th>
|
|
<th style='width:35%;'>控制台管理权限</th>
|
|
<th style='width:20%;'>更多</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody></tbody>
|
|
</table></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
|
|
<div class="layout_title">普通用户 (<span id="ordinary_count">0</span>)</div>
|
|
<div class="layout_tile" id="ordinary_tile" style="display: none;"></div>
|
|
<div class="layout_list" id="ordinary_list" style="display: none;">
|
|
<table class="awsui-ux">
|
|
<tr>
|
|
<td>
|
|
<table id="ordinary_table" class="table table-thin table-hover layout_table" style="box-shadow: 0 0 15px rgb(221, 221, 221);">
|
|
<thead>
|
|
<tr style="background-color: #F5F5F5;">
|
|
<th style='width:45%;'>用户名</th>
|
|
<th style='width:35%;'>控制台管理权限</th>
|
|
<th style='width:20%;'>更多</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody style="color: #9B9B9B"></tbody>
|
|
</table></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
|
|
<input type="hidden" id="sid" name="sid" value="<#sid>">
|
|
</body>
|
|
|
|
</html> |