<%@ page language="java" contentType="text/html; charset=utf-8" %> <%@ page import="java.io.*" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib uri="http://www.springframework.org/tags" prefix="spring" %> <%@ include file="/jsp/common/include/localemessage.jsp" %> <% response.setHeader("Pragma", "No-cache"); response.setHeader("Cache-Control", "no-cache"); response.setHeader("Expires", "0"); %> <%! public String getRequiredLabel(String label) { return label + " *"; } %>
<%----%>       
<%= localeMessage.getString("portalUserDetail.title") %>
<%-- roleCode 로 제어 --%>
<%= getRequiredLabel(localeMessage.getString("portalUser.userId")) %>
@
<%= getRequiredLabel(localeMessage.getString("portalUser.roleName")) %>
<%= localeMessage.getString("portalUser.orgName") %>
<%= getRequiredLabel(localeMessage.getString("portalUser.name")) %> <%= getRequiredLabel(localeMessage.getString("portalUser.userStatus")) %>
<%= getRequiredLabel(localeMessage.getString("portalUser.mobileNumber")) %>
- -
<%= getRequiredLabel(localeMessage.getString("portalUser.approvalStatus")) %>
<%= getRequiredLabel(localeMessage.getString("portalUser.accountLockYn")) %>