<%-- - FileName : AuthBatchList.jsp - Author(s) : gyeongmo an - Date : 2014.06.22 - Description: 일괄 권한 등록 --%> <%@ page contentType="text/html; charset=utf-8" %> <%@ page import="com.udapsoft.waf.system.HandlerStorage" %> <%@ page import="com.udapsoft.waf.common.ui.*" %> <%@ page import="kr.co.hsnc.common.util.*"%> <%@ page import="kr.co.hsnc.common.sql.*" %> <%@ page import="kr.co.udapsoft.common.code.*" %> <%@ include file="/jsp/work/taglib.jsp" %> <% ctx.init(request, response); HandlerStorage storage = ctx.getHandlerStorage(); ValueObject params = storage.getParams(); ValueObject user = storage.getUser(); String event = storage.getEvent(); RowSet acctTypeRowSet = storage.getRowSet("AcctTypeRowSet"); //계정 타입 //권한 RowSet userRight_rs = storage.getRowSet("userRight_rs"); //전체목록 %>
  • 권한 일괄 관리
부서 <%= InputText.get("dept_cd", params.get("dept_cd"), 12, 10, "ID,ReadOnly,PerSize") %> <%= InputText.get("dept_nm", DeptCodeManager.getDeptName(params.get("dept_cd")), 50, 30, "ID,ReadOnly,PerSize") %> 부서찾기 계정타입 <%= HTMLMaker.getSelectTag(acctTypeRowSet, "ACCT_TYPE_ID", "ACCT_TYPE_NAME", "acct_type_id", "width:40%;height=18;", "", "") %> 검색 초기화 저장
사원번호 <%= InputText.get("user_sabun", "", 65, 50, "hangule, desc=사번, PerSize") %> 이름 " maxlength="50" class="input" style="IME-MODE : active;width:39%;" desc='성명' onKeyPress="doKeyPress();">
현재 권한
권한 종류
선택한 권한을 부여합니다. 부여된 권한중 선택한 권한을 철회합니다.
적용할 권한