apps/com.actionsoft.apps.coe.pal/template/page/pal.pl.level.portal.empower.htm
2022-06-27 23:38:56 +08:00

98 lines
4.1 KiB
HTML
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Project_Create</title>
<script type="text/javascript" src="../commons/js/jquery/scripts/jquery.js"></script>
<!--coe css -->
<link rel="stylesheet" type="text/css" href="../<I18N#COEPATH>/css/<#coePortal>/coe.team.create.css">
<link href="../commons/css/awsui.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="../<I18N#COEPATH>/css/public.css">
<!--process Level js-->
<script type="text/javascript" src="../<I18N#COEPATH>/js/coe.pal.processlevel.empower.js"></script>
<style>
.icon-tree-nodes-root {
background: url("../aws_img/left_blue/img/base.gif") repeat scroll 0 0 transparent !important;
width:16px;
height:16px;
}
.icon-tree-nodes-group {
background: url("../aws_img/profile2.gif") repeat scroll 0 0 transparent !important;
width:16px;
height:16px;
}
.icon-tree-nodes-group2 {
background: url("../<I18N#COEPATH>/img/tree_nodes_group.gif") no-repeat scroll 50% 50% transparent !important;
width:16px;
height:16px;
}
.icon-tree-nodes-dimension {
background: url("../aws_img/process.group.gif") repeat scroll 0 0 transparent !important;
width:16px;
height:16px;
}
.icon-tree-nodes-dimension2 {
background: url("../<I18N#COEPATH>/img/tree_nodes_dimension.gif") no-repeat scroll 50% 50% transparent !important;
width:16px;
height:16px;
}
.icon-tree-nodes-process {
background: url("../aws_img/process.def.gif") repeat scroll 0 0 transparent !important;
width:16px;
height:16px;
}
.icon-tree-nodes-process2 {
background: url("../../<I18N#COEPATH>/img/tree_nodes_process.gif") no-repeat scroll 50% 50% transparent !important;
width:16px;
height:16px;
}
</style>
<script>
var plSecurityR="<#plSecurityR>";
var plSecurityW="<#plSecurityW>";
</script>
</head>
<body >
<body>
<form id='frmMain' name='frmMain' action="./w" method='post'>
<div class="team_create_content">
<table>
<tr>
<td style="text-align:left;">
<div id="processPanel1" name="processPanel1" style="width:220px;height:420px;padding:0px;overflow:auto;">
<I18N#管理权限>:
<ul id="teamIds" name="teamIds" style="width:180px;height:380px;">
</ul>
<I18N#是否应用到下级>:
<input type='radio' name="isLowerLevelW" value="0" checked="checked"/><I18N#>
<input type='radio' name="isLowerLevelW" value="1" /><I18N#>
</div></td>
<td style="text-align:left;"><div id="processPanel2" name="processPanel2" style="width:220px;height:420px;padding:0px;overflow:auto;">
<I18N#访问权限>:
<ul id="teamIds1" name="teamIds1" style="width:180px;height:380px;">
</ul>
<I18N#是否应用到下级>:
<input type='radio' name="isLowerLevelR" value="0" checked="checked"/><I18N#>
<input type='radio' name="isLowerLevelR" value="1" /><I18N#>
</div></td>
</tr>
</table>
<div class="team_create_tbl_bottom ">
<font color="red"> <I18N#提示:管理权限和访问权限选择重复时以管理权限为主></font><div class="team_careat_button"> <a href='#' class='button blue' onClick="saveProcessLevel(); return false;"><I18N#保存></a> <a href='#' class="button" onClick="parent.jQuery.close('showOpenProcessLevel');var id=jQuery('#id').val();parent.$('#coeContent').get(0).contentWindow.document.getElementById('coeContentiframe').contentWindow.$('#name_'+id).trigger('click'); return false;"><I18N#关闭></a> </div>
</div>
</div>
<input type=hidden name=cmd>
<input type=hidden name=sid value=''>
<input type=hidden name=groupstyle value=0>
<input type="hidden" name="plOrderIndex" id="plOrderIndex" value="<#plOrderIndex>">
<input type="hidden" name="id" id="id" value="<#id>">
<input type="hidden" name="wsid" id="wsid" value="<#wsID>">
<input type="hidden" name="sid" id="sid" value="<#sid>">
<input type="hidden" name="plSecurityW" id="plSecurityW" value="<#plSecurityW>" />
<input type="hidden" name="plSecurityR" id="plSecurityR" value="<#plSecurityR>" />
</form>
</body>
</body>
</html>