<%-- - FileName : dlgSearchUserPop.jsp - Author(s) : gyeongmo an - Date : 2014-06-30 - Copyright : Copyright (c) 2014 www.udapsoft.co.kr, Inc. - - 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.udapsoft.common.code.*" %> <%@ page import="kr.co.hsnc.common.util.*"%> <%@ page import="kr.co.hsnc.common.sql.*" %> <%@ page import="kr.co.hsnc.common.sql.RowSet" %> <%@ page import="kr.co.hsnc.common.util.ValueObject" %> <%@ page import="com.udapsoft.waf.system.*" %> <%@ page import="com.udapsoft.waf.common.*" %> <%@ page import="kr.co.udapsoft.common.*" %> <%@ page import="com.udapsoft.waf.common.ui.HTMLMaker" %> <%@ include file="/jsp/work/taglib.jsp" %> <% ctx.init(request, response); ValueObject user = null; user = ctx.getUser(); ValueObject params = ctx.getParams(); HandlerStorage storage = ctx.getHandlerStorage(); String GB = (String) storage.get("GB"); String CODE = (String) storage.get("CODE"); String NAME = (String) storage.get("NAME"); String deptNameYn = (String) storage.get("deptNameYn"); if("purchase".equals(deptNameYn)){ deptNameYn = "구매팀"; }else if("outside".equals(deptNameYn)){ deptNameYn = "외주팀"; }else{ deptNameYn = ""; } request.setCharacterEncoding("utf-8"); %>
부서명 <%if(deptNameYn =="") { %> <%=InputText.get("S_DEPT_NAME", "", 30, 20, "hangule, required")%> <%} else { %> <%=InputText.get("S_DEPT_NAME", deptNameYn, 30, 20, "hangule, required, readOnly")%> <%} %> 사용자명 <%=InputText.get("S_NAME", "", 30, 20, "hangule, required")%> 검색