fix: 필수값 css 적용 - required_text -> required

main
minuk926 2 years ago
parent a7c308a918
commit 7f322a4ac9

@ -130,7 +130,7 @@
<!-- ============================================================================= --> <!-- ============================================================================= -->
<!-- 기본 출력되는 SQL문 제거 --> <!-- 기본 출력되는 SQL문 제거 -->
<filter class="ch.qos.logback.core.filter.EvaluatorFilter"> <filter class="ch.qos.logback.core.filter.EvaluatorFilter" additivity="false">
<evaluator> <evaluator>
<expression> <expression>
return message.contains("Preparing"); return message.contains("Preparing");
@ -140,7 +140,7 @@
<OnMatch>DENY</OnMatch> <OnMatch>DENY</OnMatch>
</filter> </filter>
<logger name="org.mybatis.spring.SqlSessionUtils" level="OFF"/> <logger name="org.mybatis.spring.SqlSessionUtils" level="OFF" />
<logger name="jdbc" level="OFF"/> <logger name="jdbc" level="OFF"/>
<!-- SQL문과 소요된 시간 --> <!-- SQL문과 소요된 시간 -->
<logger name="jdbc.sqltiming" level="DEBUG" additivity="false"> <logger name="jdbc.sqltiming" level="DEBUG" additivity="false">
@ -158,6 +158,8 @@
<!-- resultset을 제외한 JDBC 호출 정보 --> <!-- resultset을 제외한 JDBC 호출 정보 -->
<logger name="jdbc.audit" level="OFF"/> <logger name="jdbc.audit" level="OFF"/>
<logger name="org.apache.commons" level="OFF"/>
<root level="${ROOT_LOG_LEVEL}"> <root level="${ROOT_LOG_LEVEL}">
<appender-ref ref="CONSOLE"/> <appender-ref ref="CONSOLE"/>
<!-- <appender-ref ref="ASYNC_ROLLING"/>--> <!-- <appender-ref ref="ASYNC_ROLLING"/>-->

@ -34,10 +34,12 @@
</bean> </bean>
<!-- Default Location 설정 --> <!-- Default Location 설정 -->
<bean id="localeResolver" class="org.springframework.web.servlet.i18n.SessionLocaleResolver"> <bean id="localeResolver" class="org.springframework.web.servlet.i18n.SessionLocaleResolver">
<property name="defaultLocale" value="ko"></property> <property name="defaultLocale" value="ko_KR"></property>
</bean> </bean>
<!-- 다국어 처리 Resolver 설정(미설정 시 AcceptHeaderLocaleResolver 기본 적용) --> <!-- 다국어 처리 Resolver 설정(미설정 시 AcceptHeaderLocaleResolver 기본 적용) -->
<!-- <beans:bean id="localeResolver" class="org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver"> --> <!-- <beans:bean id="localeResolver" class="org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver"> -->
<!-- <beans:property name="defaultLocale" value="ko"/> --> <!-- <beans:property name="defaultLocale" value="ko"/> -->

@ -32,7 +32,7 @@
<select id="findList" resultType="kr.xit.framework.biz.mng.menu.program.model.XitProgramMngVO"> <select id="findList" resultType="kr.xit.framework.biz.mng.menu.model.ProgramMngVO">
/** XitProgramMngMapper.findList */ /** XitProgramMngMapper.findList */
/** 프로그램관리 목록 조회 */ /** 프로그램관리 목록 조회 */
<if test="searchGubun == 'list'"> <if test="searchGubun == 'list'">

@ -130,7 +130,7 @@ table {
<div class="modify_user"> <div class="modify_user">
<table class="tbl02"> <table class="tbl02">
<tr> <tr>
<th width="15%" height="23" class="required_text">사용자아이디 <th width="15%" height="23" class="required">사용자아이디
<img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td width="35%" > <td width="35%" >
@ -142,7 +142,7 @@ table {
</a> </a>
<form:errors path="emplyrId" cssClass="error"/> <form:errors path="emplyrId" cssClass="error"/>
</td> </td>
<th width="15%" height="23" class="required_text">핸드폰번호&nbsp;&nbsp;</th> <th width="15%" height="23" class="required">핸드폰번호&nbsp;&nbsp;</th>
<td width="35%" > <td width="35%" >
<form:input path="moblphonNo" id="moblphonNo" title="핸드폰번호" cssClass="txaIpt" size="20" maxlength="15" /> <form:input path="moblphonNo" id="moblphonNo" title="핸드폰번호" cssClass="txaIpt" size="20" maxlength="15" />
<form:errors path="moblphonNo" cssClass="error" /> <form:errors path="moblphonNo" cssClass="error" />
@ -150,14 +150,14 @@ table {
</tr> </tr>
<tr> <tr>
<th width="15%" height="23" class="required_text" >비밀번호 <th width="15%" height="23" class="required" >비밀번호
<img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td width="35%" > <td width="35%" >
<form:password path="password" id="password" title="비밀번호" size="20" maxlength="20" /> <form:password path="password" id="password" title="비밀번호" size="20" maxlength="20" />
<form:errors path="password" cssClass="error" /> <form:errors path="password" cssClass="error" />
</td> </td>
<th width="15%" height="23" class="required_text" >비밀번호확인 <th width="15%" height="23" class="required" >비밀번호확인
<img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td width="35%" > <td width="35%" >
@ -166,7 +166,7 @@ table {
</tr> </tr>
<tr> <tr>
<th width="15%" height="23" class="required_text" >비밀번호힌트 <th width="15%" height="23" class="required" >비밀번호힌트
<img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td width="35%" > <td width="35%" >
@ -176,7 +176,7 @@ table {
</form:select> </form:select>
<form:errors path="passwordHint" cssClass="error"/> <form:errors path="passwordHint" cssClass="error"/>
</td> </td>
<th width="15%" height="23" class="required_text" >비밀번호정답 <th width="15%" height="23" class="required" >비밀번호정답
<img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td width="35%" > <td width="35%" >
@ -186,14 +186,14 @@ table {
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text">이름 <th width="20%" height="23" class="required">이름
<img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td width="30%" > <td width="30%" >
<input name="emplyrNm" id="emplyrNm" title="사용자이름" type="text" size="20" value="" maxlength="60" /> <input name="emplyrNm" id="emplyrNm" title="사용자이름" type="text" size="20" value="" maxlength="60" />
<form:errors path="emplyrNm" cssClass="error" /> <form:errors path="emplyrNm" cssClass="error" />
</td> </td>
<th width="20%" height="23" class="required_text">소속기관</th> <th width="20%" height="23" class="required">소속기관</th>
<td width="30%" > <td width="30%" >
<form:select path="insttCode" id="insttCode" title="소속기관"> <form:select path="insttCode" id="insttCode" title="소속기관">
<form:option value="" label="--선택하세요--"/> <form:option value="" label="--선택하세요--"/>
@ -204,7 +204,7 @@ table {
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text">조직코드 <th width="20%" height="23" class="required">조직코드
<img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td width="30%" > <td width="30%" >
@ -214,7 +214,7 @@ table {
</form:select> </form:select>
<form:errors path="orgnztId" cssClass="error"/> <form:errors path="orgnztId" cssClass="error"/>
</td> </td>
<th width="20%" height="23" class="required_text" >직위명</th> <th width="20%" height="23" class="required" >직위명</th>
<td width="30%" > <td width="30%" >
<form:input path="ofcpsNm" id="ofcpsNm" title="직위명" cssClass="txaIpt" size="20" maxlength="30" /> <form:input path="ofcpsNm" id="ofcpsNm" title="직위명" cssClass="txaIpt" size="20" maxlength="30" />
<form:errors path="ofcpsNm" cssClass="error" /> <form:errors path="ofcpsNm" cssClass="error" />
@ -222,12 +222,12 @@ table {
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text">이메일주소</th> <th width="20%" height="23" class="required">이메일주소</th>
<td width="30%"> <td width="30%">
<form:input path="emailAdres" id="emailAdres" title="이메일주소" cssClass="txaIpt" size="20" maxlength="50" /> <form:input path="emailAdres" id="emailAdres" title="이메일주소" cssClass="txaIpt" size="20" maxlength="50" />
<form:errors path="emailAdres" cssClass="error" /> <form:errors path="emailAdres" cssClass="error" />
</td> </td>
<th width="20%" height="23" class="required_text">집전화지역번호 <th width="20%" height="23" class="required">집전화지역번호
</th> </th>
<td width="30%" > <td width="30%" >
<form:input path="areaNo" id="areaNo" title="areaNo" cssClass="txaIpt" size="5" maxlength="5" /> <form:input path="areaNo" id="areaNo" title="areaNo" cssClass="txaIpt" size="5" maxlength="5" />
@ -240,12 +240,12 @@ table {
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text">사무실전화번호</th> <th width="20%" height="23" class="required">사무실전화번호</th>
<td width="30%" > <td width="30%" >
<form:input path="offmTelno" id="offmTelno" title="사무실전화번호" cssClass="txaIpt" size="20" maxlength="15" /> <form:input path="offmTelno" id="offmTelno" title="사무실전화번호" cssClass="txaIpt" size="20" maxlength="15" />
<form:errors path="offmTelno" cssClass="error" /> <form:errors path="offmTelno" cssClass="error" />
</td> </td>
<th width="20%" height="23" class="required_text">팩스번호</th> <th width="20%" height="23" class="required">팩스번호</th>
<td width="30%" > <td width="30%" >
<form:input path="fxnum" id="fxnum" cssClass="txaIpt" title="팩스번호" size="20" maxlength="15" /> <form:input path="fxnum" id="fxnum" cssClass="txaIpt" title="팩스번호" size="20" maxlength="15" />
<form:errors path="fxnum" cssClass="error" /> <form:errors path="fxnum" cssClass="error" />
@ -253,7 +253,7 @@ table {
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text">주소</th> <th width="20%" height="23" class="required">주소</th>
<td width="30%" > <td width="30%" >
<form:input path="homeadres" id="homeadres" title="주소" cssClass="txaIpt" size="40" maxlength="100" readonly="true" cssStyle="width: 60%"/> <form:input path="homeadres" id="homeadres" title="주소" cssClass="txaIpt" size="40" maxlength="100" readonly="true" cssStyle="width: 60%"/>
<form:errors path="homeadres" cssClass="error" /> <form:errors path="homeadres" cssClass="error" />
@ -265,7 +265,7 @@ table {
<form:errors path="zip" cssClass="error" /> <form:errors path="zip" cssClass="error" />
<input name="zip_view" id="zip_view" type="hidden" title="우편번호" size="20" value="<c:out value='${userManageVO.zip}'/>" maxlength="8" readonly="readonly" /> <input name="zip_view" id="zip_view" type="hidden" title="우편번호" size="20" value="<c:out value='${userManageVO.zip}'/>" maxlength="8" readonly="readonly" />
</td> </td>
<th width="20%" height="23" class="required_text" >상세주소</th> <th width="20%" height="23" class="required" >상세주소</th>
<td width="30%" > <td width="30%" >
<form:input path="detailAdres" id="detailAdres" title="상세주소" cssClass="txaIpt" size="40" maxlength="50" /> <form:input path="detailAdres" id="detailAdres" title="상세주소" cssClass="txaIpt" size="40" maxlength="50" />
<form:errors path="detailAdres" cssClass="error" /> <form:errors path="detailAdres" cssClass="error" />
@ -273,7 +273,7 @@ table {
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text">그룹아이디 <th width="20%" height="23" class="required">그룹아이디
<img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td colspan="3" width="30%"> <td colspan="3" width="30%">

@ -42,7 +42,7 @@
</tr> </tr>
<tr> <tr>
<th class="required_text"><label for="password">비밀번호</label> <th class="required"><label for="password">비밀번호</label>
<img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td> <td>
@ -51,7 +51,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th class="required_text" ><label for="password2">비밀번호확인</label> <th class="required" ><label for="password2">비밀번호확인</label>
<img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td> <td>
@ -60,7 +60,7 @@
</tr> </tr>
<tr> <tr>
<th class="required_text" ><label for="passwordHint">비밀번호힌트</label> <th class="required" ><label for="passwordHint">비밀번호힌트</label>
<img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td> <td>
@ -72,7 +72,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th class="required_text" ><label for="passwordCnsr">비밀번호정답</label> <th class="required" ><label for="passwordCnsr">비밀번호정답</label>
<img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td> <td>
@ -82,7 +82,7 @@
</tr> </tr>
<tr> <tr>
<th class="required_text"><label for="emplyrNm">이름</label> <th class="required"><label for="emplyrNm">이름</label>
<img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td> <td>
@ -91,7 +91,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th class="required_text"><label for="insttCode">소속기관</label></th> <th class="required"><label for="insttCode">소속기관</label></th>
<td> <td>
<form:select path="insttCode" id="insttCode" title="소속기관"> <form:select path="insttCode" id="insttCode" title="소속기관">
<form:option value="" label="--선택하세요--"/> <form:option value="" label="--선택하세요--"/>
@ -102,7 +102,7 @@
</tr> </tr>
<tr> <tr>
<th class="required_text"><label for="orgnztId">조직코드</label> <th class="required"><label for="orgnztId">조직코드</label>
<img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td> <td>
@ -114,7 +114,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th class="required_text" ><label for="ofcpsNm">직위명</label></th> <th class="required" ><label for="ofcpsNm">직위명</label></th>
<td> <td>
<form:input path="ofcpsNm" id="ofcpsNm" title="직위명" cssClass="txaIpt" size="20" maxlength="30" /> <form:input path="ofcpsNm" id="ofcpsNm" title="직위명" cssClass="txaIpt" size="20" maxlength="30" />
<form:errors path="ofcpsNm" cssClass="error" /> <form:errors path="ofcpsNm" cssClass="error" />
@ -122,14 +122,14 @@
</tr> </tr>
<tr> <tr>
<th class="required_text"><label for="emailAdres">이메일주소</label></th> <th class="required"><label for="emailAdres">이메일주소</label></th>
<td> <td>
<form:input path="emailAdres" id="emailAdres" title="이메일주소" cssClass="txaIpt" size="20" maxlength="50" /> <form:input path="emailAdres" id="emailAdres" title="이메일주소" cssClass="txaIpt" size="20" maxlength="50" />
<form:errors path="emailAdres" cssClass="error" /> <form:errors path="emailAdres" cssClass="error" />
</td> </td>
</tr> </tr>
<tr> <tr>
<th class="required_text"><label for="areaNo">집전화번호</label> <th class="required"><label for="areaNo">집전화번호</label>
</th> </th>
<td> <td>
<form:input path="areaNo" id="areaNo" title="areaNo" cssClass="txaIpt" size="5" maxlength="5" style="width:40px;"/> <form:input path="areaNo" id="areaNo" title="areaNo" cssClass="txaIpt" size="5" maxlength="5" style="width:40px;"/>
@ -141,7 +141,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th class="required_text"><label for="moblphonNo">핸드폰번호</label></th> <th class="required"><label for="moblphonNo">핸드폰번호</label></th>
<td> <td>
<form:input path="moblphonNo" id="moblphonNo" title="핸드폰번호" cssClass="txaIpt" size="20" maxlength="15" /> <form:input path="moblphonNo" id="moblphonNo" title="핸드폰번호" cssClass="txaIpt" size="20" maxlength="15" />
<form:errors path="moblphonNo" cssClass="error" /> <form:errors path="moblphonNo" cssClass="error" />
@ -149,14 +149,14 @@
</tr> </tr>
<tr> <tr>
<th class="required_text"><label for="offmTelno">사무실전화번호</label></th> <th class="required"><label for="offmTelno">사무실전화번호</label></th>
<td> <td>
<form:input path="offmTelno" id="offmTelno" title="사무실전화번호" cssClass="txaIpt" size="20" maxlength="15" /> <form:input path="offmTelno" id="offmTelno" title="사무실전화번호" cssClass="txaIpt" size="20" maxlength="15" />
<form:errors path="offmTelno" cssClass="error" /> <form:errors path="offmTelno" cssClass="error" />
</td> </td>
</tr> </tr>
<tr> <tr>
<th class="required_text"><label for="fxnum">팩스번호</label></th> <th class="required"><label for="fxnum">팩스번호</label></th>
<td> <td>
<form:input path="fxnum" id="fxnum" cssClass="txaIpt" title="팩스번호" size="20" maxlength="15" /> <form:input path="fxnum" id="fxnum" cssClass="txaIpt" title="팩스번호" size="20" maxlength="15" />
<form:errors path="fxnum" cssClass="error" /> <form:errors path="fxnum" cssClass="error" />
@ -174,7 +174,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th class="required_text"><label for="homeadres">주소</label></th> <th class="required"><label for="homeadres">주소</label></th>
<td> <td>
<form:input path="homeadres" id="homeadres" title="주소" cssClass="txaIpt" size="40" maxlength="100"/> <form:input path="homeadres" id="homeadres" title="주소" cssClass="txaIpt" size="40" maxlength="100"/>
<form:errors path="homeadres" cssClass="error" /> <form:errors path="homeadres" cssClass="error" />
@ -182,7 +182,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th class="required_text" ><label for="detailAdres">상세주소</label></th> <th class="required" ><label for="detailAdres">상세주소</label></th>
<td> <td>
<form:input path="detailAdres" id="detailAdres" title="상세주소" cssClass="txaIpt" size="40" maxlength="50" /> <form:input path="detailAdres" id="detailAdres" title="상세주소" cssClass="txaIpt" size="40" maxlength="50" />
<form:errors path="detailAdres" cssClass="error" /> <form:errors path="detailAdres" cssClass="error" />
@ -190,7 +190,7 @@
</tr> </tr>
<tr> <tr>
<th class="required_text"><label for="groupId">그룹아이디</label> <th class="required"><label for="groupId">그룹아이디</label>
<img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td> <td>

@ -22,21 +22,21 @@
<table class="tbl03"> <table class="tbl03">
<caption>권한 등록</caption> <caption>권한 등록</caption>
<tr> <tr>
<th class="required_text" width="25%" scope="row" nowrap="nowrap">그룹 ID</th> <th class="required" width="25%" scope="row" nowrap="nowrap">그룹 ID</th>
<td nowrap="nowrap"><input name="groupId" id="groupId" type="text" readonly="readonly" value="<c:out value='${groupManage.groupId}'/>" size="40" title="그룹 ID" /></td> <td nowrap="nowrap"><input name="groupId" id="groupId" type="text" readonly="readonly" value="<c:out value='${groupManage.groupId}'/>" size="40" title="그룹 ID" /></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="25%" scope="row" nowrap="nowrap">그룹 명 <th class="required" width="25%" scope="row" nowrap="nowrap">그룹 명
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td nowrap="nowrap"><input name="groupNm" id="groupNm" type="text" value="<c:out value='${groupManage.groupNm}'/>" maxLength="50" size="40" title="그룹명" />&nbsp;<form:errors path="groupNm" /></td> <td nowrap="nowrap"><input name="groupNm" id="groupNm" type="text" value="<c:out value='${groupManage.groupNm}'/>" maxLength="50" size="40" title="그룹명" />&nbsp;<form:errors path="groupNm" /></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">설명</th> <th class="required" width="20%" scope="row" nowrap="nowrap">설명</th>
<td nowrap="nowrap"><input name="groupDc" id="groupDc" type="text" value="<c:out value='${groupManage.groupDc}'/>" maxLength="50" size="50" title="설명" /></td> <td nowrap="nowrap"><input name="groupDc" id="groupDc" type="text" value="<c:out value='${groupManage.groupDc}'/>" maxLength="50" size="50" title="설명" /></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">권한</th> <th class="required" width="20%" scope="row" nowrap="nowrap">권한</th>
<td nowrap="nowrap"> <td nowrap="nowrap">
<select id="authorCode" name="authorCode"> <select id="authorCode" name="authorCode">
<option value="">== 선택하세요 ==</option> <option value="">== 선택하세요 ==</option>
@ -47,7 +47,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">등록일자</th> <th class="required" width="20%" scope="row" nowrap="nowrap">등록일자</th>
<td nowrap="nowrap"><input name="groupCreatDe" id="groupCreatDe" type="text" value="<c:out value='${groupManage.groupCreatDe}'/>" maxLength="50" size="20" readonly="readonly" title="등록일자"/></td> <td nowrap="nowrap"><input name="groupCreatDe" id="groupCreatDe" type="text" value="<c:out value='${groupManage.groupCreatDe}'/>" maxLength="50" size="20" readonly="readonly" title="등록일자"/></td>
</tr> </tr>
</table> </table>

@ -22,21 +22,21 @@
<table class="tbl03"> <table class="tbl03">
<caption>권한 등록</caption> <caption>권한 등록</caption>
<tr> <tr>
<th class="required_text" width="25%" scope="row" nowrap="nowrap">그룹 ID</th> <th class="required" width="25%" scope="row" nowrap="nowrap">그룹 ID</th>
<td nowrap="nowrap"><input name="groupId" id="groupId" type="text" readonly="readonly" value="<c:out value='${groupManage.groupId}'/>" size="40" title="그룹 ID" /></td> <td nowrap="nowrap"><input name="groupId" id="groupId" type="text" readonly="readonly" value="<c:out value='${groupManage.groupId}'/>" size="40" title="그룹 ID" /></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="25%" scope="row" nowrap="nowrap">그룹 명 <th class="required" width="25%" scope="row" nowrap="nowrap">그룹 명
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td nowrap="nowrap"><input name="groupNm" id="groupNm" type="text" value="<c:out value='${groupManage.groupNm}'/>" maxLength="50" size="40" title="그룹명" />&nbsp;<form:errors path="groupNm" /></td> <td nowrap="nowrap"><input name="groupNm" id="groupNm" type="text" value="<c:out value='${groupManage.groupNm}'/>" maxLength="50" size="40" title="그룹명" />&nbsp;<form:errors path="groupNm" /></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">설명</th> <th class="required" width="20%" scope="row" nowrap="nowrap">설명</th>
<td nowrap="nowrap"><input name="groupDc" id="groupDc" type="text" value="<c:out value='${groupManage.groupDc}'/>" maxLength="50" size="50" title="설명" /></td> <td nowrap="nowrap"><input name="groupDc" id="groupDc" type="text" value="<c:out value='${groupManage.groupDc}'/>" maxLength="50" size="50" title="설명" /></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">권한</th> <th class="required" width="20%" scope="row" nowrap="nowrap">권한</th>
<td nowrap="nowrap"> <td nowrap="nowrap">
<select id="authorCode" name="authorCode"> <select id="authorCode" name="authorCode">
<option value="">== 선택하세요 ==</option> <option value="">== 선택하세요 ==</option>
@ -47,7 +47,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">등록일자</th> <th class="required" width="20%" scope="row" nowrap="nowrap">등록일자</th>
<td nowrap="nowrap"><input name="groupCreatDe" id="groupCreatDe" type="text" value="<c:out value='${groupManage.groupCreatDe}'/>" maxLength="50" size="20" readonly="readonly" title="등록일자"/></td> <td nowrap="nowrap"><input name="groupCreatDe" id="groupCreatDe" type="text" value="<c:out value='${groupManage.groupCreatDe}'/>" maxLength="50" size="20" readonly="readonly" title="등록일자"/></td>
</tr> </tr>
</table> </table>

@ -82,22 +82,22 @@ function fncGroupDelete() {
<div class="modify_user" > <div class="modify_user" >
<table summary="그룹을 수정하는 테이블입니다.그룹 ID,그룹 명,설명,등록일자 정보를 담고 있습니다."> <table summary="그룹을 수정하는 테이블입니다.그룹 ID,그룹 명,설명,등록일자 정보를 담고 있습니다.">
<tr> <tr>
<th class="required_text" width="25%" scope="row" nowrap="nowrap">그룹 ID <th class="required" width="25%" scope="row" nowrap="nowrap">그룹 ID
</th> </th>
<td nowrap="nowrap"><input name="groupId" id="groupId" type="text" readonly="readonly" value="<c:out value='${groupManage.groupId}'/>" size="40" title="그룹 ID" /></td> <td nowrap="nowrap"><input name="groupId" id="groupId" type="text" readonly="readonly" value="<c:out value='${groupManage.groupId}'/>" size="40" title="그룹 ID" /></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="25%" scope="row" nowrap="nowrap">그룹 명 <th class="required" width="25%" scope="row" nowrap="nowrap">그룹 명
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td nowrap="nowrap"><input name="groupNm" id="groupNm" type="text" value="<c:out value='${groupManage.groupNm}'/>" maxLength="50" size="40" title="그룹명" />&nbsp;<form:errors path="groupNm" /></td> <td nowrap="nowrap"><input name="groupNm" id="groupNm" type="text" value="<c:out value='${groupManage.groupNm}'/>" maxLength="50" size="40" title="그룹명" />&nbsp;<form:errors path="groupNm" /></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">설명</th> <th class="required" width="20%" scope="row" nowrap="nowrap">설명</th>
<td nowrap="nowrap"><input name="groupDc" id="groupDc" type="text" value="<c:out value='${groupManage.groupDc}'/>" maxLength="50" size="50" title="설명" /></td> <td nowrap="nowrap"><input name="groupDc" id="groupDc" type="text" value="<c:out value='${groupManage.groupDc}'/>" maxLength="50" size="50" title="설명" /></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">등록일자</th> <th class="required" width="20%" scope="row" nowrap="nowrap">등록일자</th>
<td nowrap="nowrap"><input name="groupCreatDe" id="groupCreatDe" type="text" value="<c:out value='${groupManage.groupCreatDe}'/>" maxLength="50" size="20" readonly="readonly" title="등록일자"/></td> <td nowrap="nowrap"><input name="groupCreatDe" id="groupCreatDe" type="text" value="<c:out value='${groupManage.groupCreatDe}'/>" maxLength="50" size="20" readonly="readonly" title="등록일자"/></td>
</tr> </tr>
</table> </table>

@ -81,22 +81,22 @@ function fncGroupDelete() {
<div class="modify_user" > <div class="modify_user" >
<table summary="그룹을 수정하는 테이블입니다.그룹 ID,그룹 명,설명,등록일자 정보를 담고 있습니다."> <table summary="그룹을 수정하는 테이블입니다.그룹 ID,그룹 명,설명,등록일자 정보를 담고 있습니다.">
<tr> <tr>
<th class="required_text" width="25%" scope="row" nowrap="nowrap">그룹 ID <th class="required" width="25%" scope="row" nowrap="nowrap">그룹 ID
</th> </th>
<td nowrap="nowrap"><input name="groupId" id="groupId" type="text" value="<c:out value='${groupManage.groupId}'/>" size="40" title="그룹 ID"/></td> <td nowrap="nowrap"><input name="groupId" id="groupId" type="text" value="<c:out value='${groupManage.groupId}'/>" size="40" title="그룹 ID"/></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="25%" scope="row" nowrap="nowrap">그룹 명 <th class="required" width="25%" scope="row" nowrap="nowrap">그룹 명
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td nowrap="nowrap"><input name="groupNm" id="groupNm" type="text" value="<c:out value='${groupManage.groupNm}'/>" title="그룹명" maxLength="50" size="40" />&nbsp;<form:errors path="groupNm" /></td> <td nowrap="nowrap"><input name="groupNm" id="groupNm" type="text" value="<c:out value='${groupManage.groupNm}'/>" title="그룹명" maxLength="50" size="40" />&nbsp;<form:errors path="groupNm" /></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">설명</th> <th class="required" width="20%" scope="row" nowrap="nowrap">설명</th>
<td nowrap="nowrap"><input name="groupDc" id="groupDc" type="text" value="<c:out value='${groupManage.groupDc}'/>" title="설명" maxLength="50" size="50" /></td> <td nowrap="nowrap"><input name="groupDc" id="groupDc" type="text" value="<c:out value='${groupManage.groupDc}'/>" title="설명" maxLength="50" size="50" /></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">등록일자</th> <th class="required" width="20%" scope="row" nowrap="nowrap">등록일자</th>
<td nowrap="nowrap"><input name="groupCreatDe" id="groupCreatDe" type="text" value="<c:out value='${groupManage.groupCreatDe}'/>" title="등록일자" maxLength="50" size="20" readonly="readonly"/></td> <td nowrap="nowrap"><input name="groupCreatDe" id="groupCreatDe" type="text" value="<c:out value='${groupManage.groupCreatDe}'/>" title="등록일자" maxLength="50" size="20" readonly="readonly"/></td>
</tr> </tr>
</table> </table>

@ -22,23 +22,23 @@
<table class="tbl03"> <table class="tbl03">
<caption>권한 등록</caption> <caption>권한 등록</caption>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">권한 코드 <th class="required" width="20%" scope="row" nowrap="nowrap">권한 코드
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td nowrap="nowrap"><input name="authorCode" id="authorCode" type="text" value="<c:out value='${authorManage.authorCode}'/>" size="40" title="권한코드" />&nbsp;<form:errors path="authorCode" /></td> <td nowrap="nowrap"><input name="authorCode" id="authorCode" type="text" value="<c:out value='${authorManage.authorCode}'/>" size="40" title="권한코드" />&nbsp;<form:errors path="authorCode" /></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">권한 명 <th class="required" width="20%" scope="row" nowrap="nowrap">권한 명
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td nowrap="nowrap"><input name="authorNm" id="authorNm" type="text" value="<c:out value='${authorManage.authorNm}'/>" maxLength="50" size="40" title="권한명" />&nbsp;<form:errors path="authorNm" /></td> <td nowrap="nowrap"><input name="authorNm" id="authorNm" type="text" value="<c:out value='${authorManage.authorNm}'/>" maxLength="50" size="40" title="권한명" />&nbsp;<form:errors path="authorNm" /></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">설명</th> <th class="required" width="20%" scope="row" nowrap="nowrap">설명</th>
<td nowrap="nowrap"><input name="authorDc" id="authorDc" type="text" value="<c:out value='${authorManage.authorDc}'/>" maxLength="50" size="50" title="설명" /></td> <td nowrap="nowrap"><input name="authorDc" id="authorDc" type="text" value="<c:out value='${authorManage.authorDc}'/>" maxLength="50" size="50" title="설명" /></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">등록일자</th> <th class="required" width="20%" scope="row" nowrap="nowrap">등록일자</th>
<td nowrap="nowrap"><input name="authorCreatDe" id="authorCreatDe" type="text" value="<c:out value='${authorManage.authorCreatDe}'/>" maxLength="50" size="20" readonly="readonly" title="등록일자"/></td> <td nowrap="nowrap"><input name="authorCreatDe" id="authorCreatDe" type="text" value="<c:out value='${authorManage.authorCreatDe}'/>" maxLength="50" size="20" readonly="readonly" title="등록일자"/></td>
</tr> </tr>
</table> </table>

@ -22,23 +22,23 @@
<table class="tbl03"> <table class="tbl03">
<caption>권한 등록</caption> <caption>권한 등록</caption>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">권한 코드 <th class="required" width="20%" scope="row" nowrap="nowrap">권한 코드
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td nowrap="nowrap"><input name="authorCode" id="authorCode" type="text" value="<c:out value='${authorManage.authorCode}'/>" size="40" title="권한코드" />&nbsp;<form:errors path="authorCode" /></td> <td nowrap="nowrap"><input name="authorCode" id="authorCode" type="text" value="<c:out value='${authorManage.authorCode}'/>" size="40" title="권한코드" />&nbsp;<form:errors path="authorCode" /></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">권한 명 <th class="required" width="20%" scope="row" nowrap="nowrap">권한 명
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td nowrap="nowrap"><input name="authorNm" id="authorNm" type="text" value="<c:out value='${authorManage.authorNm}'/>" maxLength="50" size="40" title="권한명" />&nbsp;<form:errors path="authorNm" /></td> <td nowrap="nowrap"><input name="authorNm" id="authorNm" type="text" value="<c:out value='${authorManage.authorNm}'/>" maxLength="50" size="40" title="권한명" />&nbsp;<form:errors path="authorNm" /></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">설명</th> <th class="required" width="20%" scope="row" nowrap="nowrap">설명</th>
<td nowrap="nowrap"><input name="authorDc" id="authorDc" type="text" value="<c:out value='${authorManage.authorDc}'/>" maxLength="50" size="50" title="설명" /></td> <td nowrap="nowrap"><input name="authorDc" id="authorDc" type="text" value="<c:out value='${authorManage.authorDc}'/>" maxLength="50" size="50" title="설명" /></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">등록일자</th> <th class="required" width="20%" scope="row" nowrap="nowrap">등록일자</th>
<td nowrap="nowrap"><input name="authorCreatDe" id="authorCreatDe" type="text" value="<c:out value='${authorManage.authorCreatDe}'/>" maxLength="50" size="20" readonly="readonly" title="등록일자"/></td> <td nowrap="nowrap"><input name="authorCreatDe" id="authorCreatDe" type="text" value="<c:out value='${authorManage.authorCreatDe}'/>" maxLength="50" size="20" readonly="readonly" title="등록일자"/></td>
</tr> </tr>
</table> </table>

@ -83,25 +83,25 @@ function fncAuthorDelete() {
<div class="modify_user" > <div class="modify_user" >
<table summary="권한을 수정하는 테이블입니다.권한 코드,권한 명,설명,등록일자 정보를 담고 있습니다."> <table summary="권한을 수정하는 테이블입니다.권한 코드,권한 명,설명,등록일자 정보를 담고 있습니다.">
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">권한 코드 <th class="required" width="20%" scope="row" nowrap="nowrap">권한 코드
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td nowrap="nowrap"><input name="authorCode" id="authorCode" type="text" readonly="readonly" value="<c:out value='${authorManage.authorCode}'/>" size="40" title="권한코드"/>&nbsp;<form:errors path="authorCode" /></td> <td nowrap="nowrap"><input name="authorCode" id="authorCode" type="text" readonly="readonly" value="<c:out value='${authorManage.authorCode}'/>" size="40" title="권한코드"/>&nbsp;<form:errors path="authorCode" /></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">권한 명 <th class="required" width="20%" scope="row" nowrap="nowrap">권한 명
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td nowrap="nowrap"><input name="authorNm" id="authorNm" type="text" value="<c:out value='${authorManage.authorNm}'/>" maxLength="50" size="40" title="권한명"/>&nbsp;<form:errors path="authorNm" /></td> <td nowrap="nowrap"><input name="authorNm" id="authorNm" type="text" value="<c:out value='${authorManage.authorNm}'/>" maxLength="50" size="40" title="권한명"/>&nbsp;<form:errors path="authorNm" /></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">설명</th> <th class="required" width="20%" scope="row" nowrap="nowrap">설명</th>
<td nowrap="nowrap"><input name="authorDc" id="authorDc" type="text" value="<c:out value='${authorManage.authorDc}'/>" maxLength="50" size="50" title="설명"/></td> <td nowrap="nowrap"><input name="authorDc" id="authorDc" type="text" value="<c:out value='${authorManage.authorDc}'/>" maxLength="50" size="50" title="설명"/></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">등록일자</th> <th class="required" width="20%" scope="row" nowrap="nowrap">등록일자</th>
<td nowrap="nowrap"><input name="authorCreatDe" id="authorCreatDe" type="text" value="<c:out value='${authorManage.authorCreatDe}'/>" maxLength="50" size="20" readonly="readonly" title="등록일자"/></td> <td nowrap="nowrap"><input name="authorCreatDe" id="authorCreatDe" type="text" value="<c:out value='${authorManage.authorCreatDe}'/>" maxLength="50" size="20" readonly="readonly" title="등록일자"/></td>
</tr> </tr>
</table> </table>

@ -86,25 +86,25 @@ function fncAuthorDelete() {
<div class="modify_user" > <div class="modify_user" >
<table summary="권한을 등록하는 테이블입니다.권한 코드,권한 명,설명,등록일자의 정보를 담고 있습니다."> <table summary="권한을 등록하는 테이블입니다.권한 코드,권한 명,설명,등록일자의 정보를 담고 있습니다.">
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">권한 코드 <th class="required" width="20%" scope="row" nowrap="nowrap">권한 코드
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td nowrap="nowrap"><input name="authorCode" id="authorCode" type="text" value="<c:out value='${authorManage.authorCode}'/>" size="40" title="권한코드" />&nbsp;<form:errors path="authorCode" /></td> <td nowrap="nowrap"><input name="authorCode" id="authorCode" type="text" value="<c:out value='${authorManage.authorCode}'/>" size="40" title="권한코드" />&nbsp;<form:errors path="authorCode" /></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">권한 명 <th class="required" width="20%" scope="row" nowrap="nowrap">권한 명
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td nowrap="nowrap"><input name="authorNm" id="authorNm" type="text" value="<c:out value='${authorManage.authorNm}'/>" maxLength="50" size="40" title="권한명" />&nbsp;<form:errors path="authorNm" /></td> <td nowrap="nowrap"><input name="authorNm" id="authorNm" type="text" value="<c:out value='${authorManage.authorNm}'/>" maxLength="50" size="40" title="권한명" />&nbsp;<form:errors path="authorNm" /></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">설명</th> <th class="required" width="20%" scope="row" nowrap="nowrap">설명</th>
<td nowrap="nowrap"><input name="authorDc" id="authorDc" type="text" value="<c:out value='${authorManage.authorDc}'/>" maxLength="50" size="50" title="설명" /></td> <td nowrap="nowrap"><input name="authorDc" id="authorDc" type="text" value="<c:out value='${authorManage.authorDc}'/>" maxLength="50" size="50" title="설명" /></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">등록일자</th> <th class="required" width="20%" scope="row" nowrap="nowrap">등록일자</th>
<td nowrap="nowrap"><input name="authorCreatDe" id="authorCreatDe" type="text" value="<c:out value='${authorManage.authorCreatDe}'/>" maxLength="50" size="20" readonly="readonly" title="등록일자"/></td> <td nowrap="nowrap"><input name="authorCreatDe" id="authorCreatDe" type="text" value="<c:out value='${authorManage.authorCreatDe}'/>" maxLength="50" size="20" readonly="readonly" title="등록일자"/></td>
</tr> </tr>
</table> </table>

@ -22,29 +22,29 @@
<table class="tbl03"> <table class="tbl03">
<caption>롤 수정</caption> <caption>롤 수정</caption>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">롤 코드 <th class="required" width="20%" scope="row" nowrap="nowrap">롤 코드
</th> </th>
<td nowrap="nowrap"><input name="roleCode" id="roleCode" type="text" value="<c:out value='${roleManage.roleCode}'/>" size="30" readonly="readonly" title="롤 코드" /></td> <td nowrap="nowrap"><input name="roleCode" id="roleCode" type="text" value="<c:out value='${roleManage.roleCode}'/>" size="30" readonly="readonly" title="롤 코드" /></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">롤 명 <th class="required" width="20%" scope="row" nowrap="nowrap">롤 명
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td nowrap="nowrap"><input name="roleNm" id="roleNm" type="text" value="<c:out value='${roleManage.roleNm}'/>" maxLength="50" size="30" title="롤명" />&nbsp;<form:errors path="roleNm" /></td> <td nowrap="nowrap"><input name="roleNm" id="roleNm" type="text" value="<c:out value='${roleManage.roleNm}'/>" maxLength="50" size="30" title="롤명" />&nbsp;<form:errors path="roleNm" /></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">롤 패턴 <th class="required" width="20%" scope="row" nowrap="nowrap">롤 패턴
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td nowrap="nowrap"><input name="rolePtn" id="rolePtn" type="text" value="<c:out value='${roleManage.rolePtn}'/>" maxLength="200" size="50" title="롤패턴" />&nbsp;<form:errors path="rolePtn" /></td> <td nowrap="nowrap"><input name="rolePtn" id="rolePtn" type="text" value="<c:out value='${roleManage.rolePtn}'/>" maxLength="200" size="50" title="롤패턴" />&nbsp;<form:errors path="rolePtn" /></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">설명 <th class="required" width="20%" scope="row" nowrap="nowrap">설명
</th> </th>
<td nowrap="nowrap"><input name="roleDc" id="roleDc" type="text" value="<c:out value='${roleManage.roleDc}'/>" maxLength="50" size="50" title="설명" /></td> <td nowrap="nowrap"><input name="roleDc" id="roleDc" type="text" value="<c:out value='${roleManage.roleDc}'/>" maxLength="50" size="50" title="설명" /></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">롤 타입 <th class="required" width="20%" scope="row" nowrap="nowrap">롤 타입
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td nowrap="nowrap"> <td nowrap="nowrap">
@ -56,13 +56,13 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">롤 Sort <th class="required" width="20%" scope="row" nowrap="nowrap">롤 Sort
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td nowrap="nowrap"><input name="roleSort" id="roleSort" type="text" value="<c:out value='${roleManage.roleSort}'/>" maxLength="50" size="30" title="롤sort" /></td> <td nowrap="nowrap"><input name="roleSort" id="roleSort" type="text" value="<c:out value='${roleManage.roleSort}'/>" maxLength="50" size="30" title="롤sort" /></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">등록일자</th> <th class="required" width="20%" scope="row" nowrap="nowrap">등록일자</th>
<td nowrap="nowrap"><input name="roleCreatDe" id="roleCreatDe" type="text" value="<c:out value='${roleManage.roleCreatDe}'/>" maxLength="50" size="20" title="등록일자" readonly="readonly"/></td> <td nowrap="nowrap"><input name="roleCreatDe" id="roleCreatDe" type="text" value="<c:out value='${roleManage.roleCreatDe}'/>" maxLength="50" size="20" title="등록일자" readonly="readonly"/></td>
</tr> </tr>
</table> </table>

@ -22,29 +22,29 @@
<table class="tbl03"> <table class="tbl03">
<caption>롤 등록</caption> <caption>롤 등록</caption>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">롤 코드 <th class="required" width="20%" scope="row" nowrap="nowrap">롤 코드
</th> </th>
<td nowrap="nowrap"><input name="roleCode" id="roleCode" type="text" value="<c:out value='${roleManage.roleCode}'/>" size="30" readonly="readonly" title="롤 코드" /></td> <td nowrap="nowrap"><input name="roleCode" id="roleCode" type="text" value="<c:out value='${roleManage.roleCode}'/>" size="30" readonly="readonly" title="롤 코드" /></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">롤 명 <th class="required" width="20%" scope="row" nowrap="nowrap">롤 명
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td nowrap="nowrap"><input name="roleNm" id="roleNm" type="text" value="<c:out value='${roleManage.roleNm}'/>" maxLength="50" size="30" title="롤명" />&nbsp;<form:errors path="roleNm" /></td> <td nowrap="nowrap"><input name="roleNm" id="roleNm" type="text" value="<c:out value='${roleManage.roleNm}'/>" maxLength="50" size="30" title="롤명" />&nbsp;<form:errors path="roleNm" /></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">롤 패턴 <th class="required" width="20%" scope="row" nowrap="nowrap">롤 패턴
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td nowrap="nowrap"><input name="rolePtn" id="rolePtn" type="text" value="<c:out value='${roleManage.rolePtn}'/>" maxLength="200" size="50" title="롤패턴" />&nbsp;<form:errors path="rolePtn" /></td> <td nowrap="nowrap"><input name="rolePtn" id="rolePtn" type="text" value="<c:out value='${roleManage.rolePtn}'/>" maxLength="200" size="50" title="롤패턴" />&nbsp;<form:errors path="rolePtn" /></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">설명 <th class="required" width="20%" scope="row" nowrap="nowrap">설명
</th> </th>
<td nowrap="nowrap"><input name="roleDc" id="roleDc" type="text" value="<c:out value='${roleManage.roleDc}'/>" maxLength="50" size="50" title="설명" /></td> <td nowrap="nowrap"><input name="roleDc" id="roleDc" type="text" value="<c:out value='${roleManage.roleDc}'/>" maxLength="50" size="50" title="설명" /></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">롤 타입 <th class="required" width="20%" scope="row" nowrap="nowrap">롤 타입
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td nowrap="nowrap"> <td nowrap="nowrap">
@ -56,13 +56,13 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">롤 Sort <th class="required" width="20%" scope="row" nowrap="nowrap">롤 Sort
<img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td nowrap="nowrap"><input name="roleSort" id="roleSort" type="text" value="<c:out value='${roleManage.roleSort}'/>" maxLength="50" size="30" title="롤sort" /></td> <td nowrap="nowrap"><input name="roleSort" id="roleSort" type="text" value="<c:out value='${roleManage.roleSort}'/>" maxLength="50" size="30" title="롤sort" /></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">등록일자</th> <th class="required" width="20%" scope="row" nowrap="nowrap">등록일자</th>
<td nowrap="nowrap"><input name="roleCreatDe" id="roleCreatDe" type="text" value="<c:out value='${roleManage.roleCreatDe}'/>" maxLength="50" size="20" title="등록일자" readonly="readonly"/></td> <td nowrap="nowrap"><input name="roleCreatDe" id="roleCreatDe" type="text" value="<c:out value='${roleManage.roleCreatDe}'/>" maxLength="50" size="20" title="등록일자" readonly="readonly"/></td>
</tr> </tr>
</table> </table>

@ -80,29 +80,29 @@ function fncRoleDelete() {
<div class="modify_user" > <div class="modify_user" >
<table summary="롤을 수정하는 테이블입니다.롤 코드,롤 명,롤 패턴,설명,롤 타입,롤 Sort,등록일자 정보를 담고 있습니다."> <table summary="롤을 수정하는 테이블입니다.롤 코드,롤 명,롤 패턴,설명,롤 타입,롤 Sort,등록일자 정보를 담고 있습니다.">
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">롤 코드 <th class="required" width="20%" scope="row" nowrap="nowrap">롤 코드
</th> </th>
<td nowrap="nowrap"><input name="roleCode" id="roleCode" type="text" value="<c:out value='${roleManage.roleCode}'/>" size="30" readonly="readonly" title="롤 코드" /></td> <td nowrap="nowrap"><input name="roleCode" id="roleCode" type="text" value="<c:out value='${roleManage.roleCode}'/>" size="30" readonly="readonly" title="롤 코드" /></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">롤 명 <th class="required" width="20%" scope="row" nowrap="nowrap">롤 명
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td nowrap="nowrap"><input name="roleNm" id="roleNm" type="text" value="<c:out value='${roleManage.roleNm}'/>" maxLength="50" size="30" title="롤명" />&nbsp;<form:errors path="roleNm" /></td> <td nowrap="nowrap"><input name="roleNm" id="roleNm" type="text" value="<c:out value='${roleManage.roleNm}'/>" maxLength="50" size="30" title="롤명" />&nbsp;<form:errors path="roleNm" /></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">롤 패턴 <th class="required" width="20%" scope="row" nowrap="nowrap">롤 패턴
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td nowrap="nowrap"><input name="rolePtn" id="rolePtn" type="text" value="<c:out value='${roleManage.rolePtn}'/>" maxLength="50" size="50" title="롤패턴" />&nbsp;<form:errors path="rolePtn" /></td> <td nowrap="nowrap"><input name="rolePtn" id="rolePtn" type="text" value="<c:out value='${roleManage.rolePtn}'/>" maxLength="50" size="50" title="롤패턴" />&nbsp;<form:errors path="rolePtn" /></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">설명 <th class="required" width="20%" scope="row" nowrap="nowrap">설명
</th> </th>
<td nowrap="nowrap"><input name="roleDc" id="roleDc" type="text" value="<c:out value='${roleManage.roleDc}'/>" maxLength="50" size="50" title="설명" /></td> <td nowrap="nowrap"><input name="roleDc" id="roleDc" type="text" value="<c:out value='${roleManage.roleDc}'/>" maxLength="50" size="50" title="설명" /></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">롤 타입 <th class="required" width="20%" scope="row" nowrap="nowrap">롤 타입
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td nowrap="nowrap"> <td nowrap="nowrap">
@ -114,13 +114,13 @@ function fncRoleDelete() {
</td> </td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">롤 Sort <th class="required" width="20%" scope="row" nowrap="nowrap">롤 Sort
<img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td nowrap="nowrap"><input name="roleSort" id="roleSort" type="text" value="<c:out value='${roleManage.roleSort}'/>" maxLength="50" size="30" title="롤sort" /></td> <td nowrap="nowrap"><input name="roleSort" id="roleSort" type="text" value="<c:out value='${roleManage.roleSort}'/>" maxLength="50" size="30" title="롤sort" /></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">등록일자</th> <th class="required" width="20%" scope="row" nowrap="nowrap">등록일자</th>
<td nowrap="nowrap"><input name="roleCreatDe" id="roleCreatDe" type="text" value="<c:out value='${roleManage.roleCreatDe}'/>" maxLength="50" size="20" title="등록일자" readonly="readonly"/></td> <td nowrap="nowrap"><input name="roleCreatDe" id="roleCreatDe" type="text" value="<c:out value='${roleManage.roleCreatDe}'/>" maxLength="50" size="20" title="등록일자" readonly="readonly"/></td>
</tr> </tr>
</table> </table>

@ -81,28 +81,28 @@ function fncRoleDelete() {
<div class="modify_user" > <div class="modify_user" >
<table summary="롤 등록 테이블입니다.롤 코드,롤 명,롤 패턴,설명,롤 타입,롤 Sort,등록일자의 정보를 담고 있습니다."> <table summary="롤 등록 테이블입니다.롤 코드,롤 명,롤 패턴,설명,롤 타입,롤 Sort,등록일자의 정보를 담고 있습니다.">
<tr style="display:none"> <tr style="display:none">
<th class="required_text" width="20%" scope="row" nowrap="nowrap">롤 코드 <th class="required" width="20%" scope="row" nowrap="nowrap">롤 코드
</th> </th>
<td nowrap="nowrap"><input name="roleCode" id="roleCode" type="text" value="<c:out value='${roleManage.roleCode}'/>" size="30" title="롤 코드"/></td> <td nowrap="nowrap"><input name="roleCode" id="roleCode" type="text" value="<c:out value='${roleManage.roleCode}'/>" size="30" title="롤 코드"/></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">롤 명 <th class="required" width="20%" scope="row" nowrap="nowrap">롤 명
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td nowrap="nowrap"><input name="roleNm" id="roleNm" type="text" value="<c:out value='${roleManage.roleNm}'/>" maxLength="50" size="30" title="롤명"/>&nbsp;<form:errors path="roleNm" /></td> <td nowrap="nowrap"><input name="roleNm" id="roleNm" type="text" value="<c:out value='${roleManage.roleNm}'/>" maxLength="50" size="30" title="롤명"/>&nbsp;<form:errors path="roleNm" /></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">롤 패턴 <th class="required" width="20%" scope="row" nowrap="nowrap">롤 패턴
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td nowrap="nowrap"><input name="rolePtn" id="rolePtn" type="text" value="<c:out value='${roleManage.rolePtn}'/>" maxLength="50" size="50" title="롤패턴"/>&nbsp;<form:errors path="rolePtn" /></td> <td nowrap="nowrap"><input name="rolePtn" id="rolePtn" type="text" value="<c:out value='${roleManage.rolePtn}'/>" maxLength="50" size="50" title="롤패턴"/>&nbsp;<form:errors path="rolePtn" /></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">설명</th> <th class="required" width="20%" scope="row" nowrap="nowrap">설명</th>
<td nowrap="nowrap"><input name="roleDc" id="roleDc" type="text" value="<c:out value='${roleManage.roleDc}'/>" maxLength="50" size="50" title="설명"/></td> <td nowrap="nowrap"><input name="roleDc" id="roleDc" type="text" value="<c:out value='${roleManage.roleDc}'/>" maxLength="50" size="50" title="설명"/></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">롤 타입 <th class="required" width="20%" scope="row" nowrap="nowrap">롤 타입
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> </th> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> </th>
<td nowrap="nowrap"> <td nowrap="nowrap">
<select name="roleTyp" title="롤타입"> <select name="roleTyp" title="롤타입">
@ -113,13 +113,13 @@ function fncRoleDelete() {
</td> </td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">롤 Sort <th class="required" width="20%" scope="row" nowrap="nowrap">롤 Sort
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td nowrap="nowrap"><input name="roleSort" id="roleSort" type="text" value="<c:out value='${roleManage.roleSort}'/>" maxLength="50" size="30" title="롤sort"/></td> <td nowrap="nowrap"><input name="roleSort" id="roleSort" type="text" value="<c:out value='${roleManage.roleSort}'/>" maxLength="50" size="30" title="롤sort"/></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">등록일자</th> <th class="required" width="20%" scope="row" nowrap="nowrap">등록일자</th>
<td nowrap="nowrap"><input name="roleCreatDe" id="roleCreatDe" type="text" value="<c:out value='${roleManage.roleCreatDe}'/>" maxLength="50" size="20" readonly="readonly" title="등록일자"/></td> <td nowrap="nowrap"><input name="roleCreatDe" id="roleCreatDe" type="text" value="<c:out value='${roleManage.roleCreatDe}'/>" maxLength="50" size="20" readonly="readonly" title="등록일자"/></td>
</tr> </tr>
</table> </table>

@ -92,7 +92,7 @@
<div id="border" class="modify_user" > <div id="border" class="modify_user" >
<table summary="게시판명,게시판 소개,게시판 유형,게시판 속성,답장가능여부, .. 입니다"> <table summary="게시판명,게시판 소개,게시판 유형,게시판 속성,답장가능여부, .. 입니다">
<tr> <tr>
<th width="20%" height="23" class="required_text" nowrap > <th width="20%" height="23" class="required" nowrap >
<label for="bbsNm">게시판명</label> <label for="bbsNm">게시판명</label>
<img src="<c:url value='/images/required.gif' />" width="15" height="15" alt="required"/> <img src="<c:url value='/images/required.gif' />" width="15" height="15" alt="required"/>
</th> </th>
@ -102,7 +102,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th height="23" class="required_text" > <th height="23" class="required" >
<label for="bbsIntrcn">게시판 소개</label> <label for="bbsIntrcn">게시판 소개</label>
<img src="<c:url value='/images/required.gif' />" width="15" height="15" alt="required"/> <img src="<c:url value='/images/required.gif' />" width="15" height="15" alt="required"/>
</th> </th>
@ -112,7 +112,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" nowrap >게시판 유형</th> <th width="20%" height="23" class="required" nowrap >게시판 유형</th>
<td width="30%" nowrap="nowrap"><c:out value="${result.bbsTyCodeNm}"/></td> <td width="30%" nowrap="nowrap"><c:out value="${result.bbsTyCodeNm}"/></td>
<th width="20%" height="23" class="" nowrap >게시판 속성</th> <th width="20%" height="23" class="" nowrap >게시판 속성</th>
@ -131,7 +131,7 @@
</c:otherwise> </c:otherwise>
</c:choose> </c:choose>
</td> </td>
<th width="20%" height="23" class="required_text" nowrap > <th width="20%" height="23" class="required" nowrap >
<label>파일첨부가능여부</label> <label>파일첨부가능여부</label>
<img src="<c:url value='/images/required.gif' />" width="15" height="15" alt="required"/> <img src="<c:url value='/images/required.gif' />" width="15" height="15" alt="required"/>
</th> </th>
@ -147,7 +147,7 @@
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" nowrap > <th width="20%" height="23" class="required" nowrap >
<label for="posblAtchFileNumber">첨부가능파일 숫자</label> <label for="posblAtchFileNumber">첨부가능파일 숫자</label>
</th> </th>
<td width="30%" nowrap colspan="3"> <td width="30%" nowrap colspan="3">
@ -162,7 +162,7 @@
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" nowrap > <th width="20%" height="23" class="required" nowrap >
<label for="tmplatNm">템플릿 정보</label> <label for="tmplatNm">템플릿 정보</label>
<img src="<c:url value='/images/required.gif' />" width="15" height="15" alt="required"/> <img src="<c:url value='/images/required.gif' />" width="15" height="15" alt="required"/>
</th> </th>

@ -85,7 +85,7 @@
<div id="border" class="modify_user" > <div id="border" class="modify_user" >
<table summary="게시판명,게시판소개,게시판 유형,게시판 속성,답장가능여부,파일첨부가능여부, .. 입니다"> <table summary="게시판명,게시판소개,게시판 유형,게시판 속성,답장가능여부,파일첨부가능여부, .. 입니다">
<tr> <tr>
<th width="20%" height="23" class="required_text" nowrap > <th width="20%" height="23" class="required" nowrap >
<label for="bbsNm"> <label for="bbsNm">
<spring:message code="cop.bbsNm" /> <spring:message code="cop.bbsNm" />
</label> </label>
@ -96,7 +96,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th height="23" class="required_text" > <th height="23" class="required" >
<label for="bbsIntrcn"> <label for="bbsIntrcn">
<spring:message code="cop.bbsIntrcn" /> <spring:message code="cop.bbsIntrcn" />
</label> </label>
@ -108,7 +108,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" nowrap > <th width="20%" height="23" class="required" nowrap >
<label for="bbsTyCode"> <label for="bbsTyCode">
<spring:message code="cop.bbsTyCode" /> <spring:message code="cop.bbsTyCode" />
</label> </label>
@ -122,7 +122,7 @@
<br/><form:errors path="bbsTyCode" /> <br/><form:errors path="bbsTyCode" />
</td> </td>
<th width="20%" height="23" class="required_text" nowrap > <th width="20%" height="23" class="required" nowrap >
<label for="bbsAttrbCode"> <label for="bbsAttrbCode">
<spring:message code="cop.bbsAttrbCode" /> <spring:message code="cop.bbsAttrbCode" />
</label> </label>
@ -138,7 +138,7 @@
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" > <th width="20%" height="23" class="required" >
<label><spring:message code="cop.replyPosblAt" /></label> <label><spring:message code="cop.replyPosblAt" /></label>
<img src="<c:url value='/images/required.gif' />" width="15" height="15" alt="required"/> <img src="<c:url value='/images/required.gif' />" width="15" height="15" alt="required"/>
</th> </th>
@ -148,7 +148,7 @@
<br/><form:errors path="replyPosblAt" /> <br/><form:errors path="replyPosblAt" />
</td> </td>
<th width="20%" height="23" class="required_text" > <th width="20%" height="23" class="required" >
<label><spring:message code="cop.fileAtchPosblAt" /></label> <label><spring:message code="cop.fileAtchPosblAt" /></label>
<img src="<c:url value='/images/required.gif' />" width="15" height="15" alt="required"/> <img src="<c:url value='/images/required.gif' />" width="15" height="15" alt="required"/>
</th> </th>
@ -162,7 +162,7 @@
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" > <th width="20%" height="23" class="required" >
<label for="posblAtchFileNumber"> <label for="posblAtchFileNumber">
<spring:message code="cop.posblAtchFileNumber" /> <spring:message code="cop.posblAtchFileNumber" />
</label> </label>
@ -178,7 +178,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" > <th width="20%" height="23" class="required" >
<label for="tmplatNm"> <label for="tmplatNm">
<spring:message code="cop.tmplatId" /> <spring:message code="cop.tmplatId" />
</label> </label>

@ -84,7 +84,7 @@
<div class="modify_user" > <div class="modify_user" >
<table > <table >
<tr> <tr>
<th width="20%" height="23" class="required_text" nowrap ><spring:message code="cop.tmplatNm" /></th> <th width="20%" height="23" class="required" nowrap ><spring:message code="cop.tmplatNm" /></th>
<td width="80%" nowrap="nowrap"> <td width="80%" nowrap="nowrap">
<input name="tmplatId" type="hidden" size="60" value='<c:out value="${TemplateInfVO.tmplatId}"/>' maxlength="60" > <input name="tmplatId" type="hidden" size="60" value='<c:out value="${TemplateInfVO.tmplatId}"/>' maxlength="60" >
<c:out value="${TemplateInfVO.tmplatNm}"/> <c:out value="${TemplateInfVO.tmplatNm}"/>
@ -92,7 +92,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th height="23" class="required_text" > <th height="23" class="required" >
<label for="tmplatSeCode"> <label for="tmplatSeCode">
<spring:message code="cop.tmplatSeCode" /> <spring:message code="cop.tmplatSeCode" />
</label> </label>
@ -109,7 +109,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" nowrap > <th width="20%" height="23" class="required" nowrap >
<label for="tmplatCours"> <label for="tmplatCours">
<spring:message code="cop.tmplatCours" /> <spring:message code="cop.tmplatCours" />
</label> </label>
@ -121,7 +121,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" nowrap > <th width="20%" height="23" class="required" nowrap >
<label> <label>
<spring:message code="cop.useAt" /> <spring:message code="cop.useAt" />
</label> </label>

@ -79,7 +79,7 @@
<div class="modify_user" > <div class="modify_user" >
<table > <table >
<tr> <tr>
<th width="20%" height="23" class="required_text" nowrap > <th width="20%" height="23" class="required" nowrap >
<label for="tmplatNm"> <label for="tmplatNm">
<spring:message code="cop.tmplatNm" /> <spring:message code="cop.tmplatNm" />
</label> </label>
@ -92,7 +92,7 @@
</tr> </tr>
<tr> <tr>
<th height="23" class="required_text" > <th height="23" class="required" >
<label for="tmplatSeCode"> <label for="tmplatSeCode">
<spring:message code="cop.tmplatSeCode" /> <spring:message code="cop.tmplatSeCode" />
</label> </label>
@ -109,7 +109,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" nowrap > <th width="20%" height="23" class="required" nowrap >
<label for="tmplatCours"> <label for="tmplatCours">
<spring:message code="cop.tmplatCours" /> <spring:message code="cop.tmplatCours" />
</label> </label>
@ -121,7 +121,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" nowrap > <th width="20%" height="23" class="required" nowrap >
<label> <label>
<spring:message code="cop.useAt" /> <spring:message code="cop.useAt" />
</label> </label>

@ -73,7 +73,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th scope="col" width="20%" height="23" class="required_text" nowrap > <th scope="col" width="20%" height="23" class="required" nowrap >
<label>사용여부</label> <label>사용여부</label>
<img src="<c:url value='/images/required.gif' />" width="15" height="15" alt="required"/> <img src="<c:url value='/images/required.gif' />" width="15" height="15" alt="required"/>
</th> </th>

@ -122,7 +122,7 @@
<div class="modify_user" > <div class="modify_user" >
<table summary="게시판명, 커뮤니티 동호회 정보 입니다"> <table summary="게시판명, 커뮤니티 동호회 정보 입니다">
<tr> <tr>
<th width="30%" height="23" class="required_text" nowrap ><spring:message code="cop.bbsNm" /><img src="<c:url value='/images/required.gif' />" width="15" height="15" alt="required"/> <th width="30%" height="23" class="required" nowrap ><spring:message code="cop.bbsNm" /><img src="<c:url value='/images/required.gif' />" width="15" height="15" alt="required"/>
</th> </th>
<td width="70%" nowrap colspan="3"> <td width="70%" nowrap colspan="3">
<input name="bbsId" type="hidden" /> <input name="bbsId" type="hidden" />
@ -133,7 +133,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="30%" height="23" class="required_text" nowrap > <th width="30%" height="23" class="required" nowrap >
<label for="trgetType"> <label for="trgetType">
<spring:message code="cop.trgetNm" /> <spring:message code="cop.trgetNm" />
</label> </label>

@ -31,27 +31,27 @@
</colgroup> </colgroup>
<tbody> <tbody>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap ><label for="clCode">분류코드</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap ><label for="clCode">분류코드</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="80%" nowrap colspan="3"> <td width="80%" nowrap colspan="3">
<c:out value="${cmmnClCode.clCode}"/> <c:out value="${cmmnClCode.clCode}"/>
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap ><label for="clCodeNm">분류코드명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap ><label for="clCodeNm">분류코드명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="80%" nowrap="nowrap" colspan="3"> <td width="80%" nowrap="nowrap" colspan="3">
<form:input path="clCodeNm" size="60" maxlength="60" id="clCodeNm"/> <form:input path="clCodeNm" size="60" maxlength="60" id="clCodeNm"/>
<form:errors path="clCodeNm"/> <form:errors path="clCodeNm"/>
</td> </td>
</tr> </tr>
<tr> <tr>
<th height="23" class="required_text" scope="row" ><label for="clCodeDc">분류코드설명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th height="23" class="required" scope="row" ><label for="clCodeDc">분류코드설명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td colspan="3"> <td colspan="3">
<form:textarea path="clCodeDc" cols="100" rows="5" id="clCodeDc"/> <form:textarea path="clCodeDc" cols="100" rows="5" id="clCodeDc"/>
<form:errors path="clCodeDc"/> <form:errors path="clCodeDc"/>
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap ><label for="useAt">사용여부</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap ><label for="useAt">사용여부</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="30%" nowrap class="title_left" colspan="3"> <td width="30%" nowrap class="title_left" colspan="3">
<form:select path="useAt"> <form:select path="useAt">
<form:option value="Y" label="Yes"/> <form:option value="Y" label="Yes"/>

@ -29,28 +29,28 @@
</colgroup> </colgroup>
<tbody> <tbody>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap ><label for="clCode">분류코드</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap ><label for="clCode">분류코드</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="80%" nowrap colspan="3"> <td width="80%" nowrap colspan="3">
<form:input path="clCode" size="3" maxlength="3" id="clCode"/> <form:input path="clCode" size="3" maxlength="3" id="clCode"/>
<form:errors path="clCode"/> <form:errors path="clCode"/>
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap ><label for="clCodeNm">분류코드명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap ><label for="clCodeNm">분류코드명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="80%" nowrap="nowrap" colspan="3"> <td width="80%" nowrap="nowrap" colspan="3">
<form:input path="clCodeNm" size="60" maxlength="60" id="clCodeNm"/> <form:input path="clCodeNm" size="60" maxlength="60" id="clCodeNm"/>
<form:errors path="clCodeNm"/> <form:errors path="clCodeNm"/>
</td> </td>
</tr> </tr>
<tr> <tr>
<th height="23" class="required_text" scope="row" ><label for="clCodeDc">분류코드설명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th height="23" class="required" scope="row" ><label for="clCodeDc">분류코드설명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td colspan="3"> <td colspan="3">
<form:textarea path="clCodeDc" cols="100" rows="5" id="clCodeDc"/> <form:textarea path="clCodeDc" cols="100" rows="5" id="clCodeDc"/>
<form:errors path="clCodeDc"/> <form:errors path="clCodeDc"/>
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap ><label for="useAt">사용여부</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap ><label for="useAt">사용여부</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="30%" nowrap class="title_left" colspan="3"> <td width="30%" nowrap class="title_left" colspan="3">
<form:select path="useAt"> <form:select path="useAt">
<form:option value="Y" label="Yes"/> <form:option value="Y" label="Yes"/>

@ -64,13 +64,13 @@ function fn_egov_remove_CmmnClCode(form){
<div class="modify_user" > <div class="modify_user" >
<table summary="분류코드명, 분류코드설명, 사용여부를 수정하는 공통분류코드 수정 테이블이다."> <table summary="분류코드명, 분류코드설명, 사용여부를 수정하는 공통분류코드 수정 테이블이다.">
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap >분류코드<img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap >분류코드<img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="80%" nowrap colspan="3"> <td width="80%" nowrap colspan="3">
${cmmnClCode.clCode} ${cmmnClCode.clCode}
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap ><label for="clCodeNm">분류코드명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap ><label for="clCodeNm">분류코드명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="80%" nowrap="nowrap"> <td width="80%" nowrap="nowrap">
<form:input path="clCodeNm" size="60" maxlength="60" id="clCodeNm"/> <form:input path="clCodeNm" size="60" maxlength="60" id="clCodeNm"/>
<form:errors path="clCodeNm"/> <form:errors path="clCodeNm"/>
@ -78,14 +78,14 @@ function fn_egov_remove_CmmnClCode(form){
</td> </td>
</tr> </tr>
<tr> <tr>
<th height="23" class="required_text" scope="row" ><label for="clCodeDc">분류코드설명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th height="23" class="required" scope="row" ><label for="clCodeDc">분류코드설명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td> <td>
<form:textarea path="clCodeDc" cols="100" rows="5" id="clCodeDc"/> <form:textarea path="clCodeDc" cols="100" rows="5" id="clCodeDc"/>
<form:errors path="clCodeDc"/> <form:errors path="clCodeDc"/>
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap ><label for="useAt">사용여부</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap ><label for="useAt">사용여부</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="30%" nowrap class="title_left" colspan="3"> <td width="30%" nowrap class="title_left" colspan="3">
<form:select path="useAt" id="useAt"> <form:select path="useAt" id="useAt">
<form:option value="Y" label="Yes"/> <form:option value="Y" label="Yes"/>

@ -51,28 +51,28 @@ function fn_egov_list_CmmnClCode(){
<div class="modify_user" > <div class="modify_user" >
<table summary="분류코드, 분류코드명, 분류코드설명, 사용여부를 입력하는 공통분류코드 등록 테이블이다."> <table summary="분류코드, 분류코드명, 분류코드설명, 사용여부를 입력하는 공통분류코드 등록 테이블이다.">
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap ><label for="clCode">분류코드</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap ><label for="clCode">분류코드</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="80%" nowrap colspan="3"> <td width="80%" nowrap colspan="3">
<form:input path="clCode" size="3" maxlength="3" id="clCode"/> <form:input path="clCode" size="3" maxlength="3" id="clCode"/>
<form:errors path="clCode"/> <form:errors path="clCode"/>
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap ><label for="clCodeNm">분류코드명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap ><label for="clCodeNm">분류코드명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="80%" nowrap="nowrap"> <td width="80%" nowrap="nowrap">
<form:input path="clCodeNm" size="60" maxlength="60" id="clCodeNm"/> <form:input path="clCodeNm" size="60" maxlength="60" id="clCodeNm"/>
<form:errors path="clCodeNm"/> <form:errors path="clCodeNm"/>
</td> </td>
</tr> </tr>
<tr> <tr>
<th height="23" class="required_text" scope="row" ><label for="clCodeDc">분류코드설명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th height="23" class="required" scope="row" ><label for="clCodeDc">분류코드설명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td> <td>
<form:textarea path="clCodeDc" cols="100" rows="5" id="clCodeDc"/> <form:textarea path="clCodeDc" cols="100" rows="5" id="clCodeDc"/>
<form:errors path="clCodeDc"/> <form:errors path="clCodeDc"/>
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap ><label for="useAt">사용여부</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap ><label for="useAt">사용여부</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="30%" nowrap class="title_left" colspan="3"> <td width="30%" nowrap class="title_left" colspan="3">
<form:select path="useAt"> <form:select path="useAt">
<form:option value="Y" label="Yes"/> <form:option value="Y" label="Yes"/>

@ -31,26 +31,26 @@
</colgroup> </colgroup>
<tbody> <tbody>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap="nowrap" >분류코드명<img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap="nowrap" >분류코드명<img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td colspan="3"> <td colspan="3">
${cmmnCode.clCodeNm} ${cmmnCode.clCodeNm}
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap="nowrap" >코드ID<img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap="nowrap" >코드ID<img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="80%" nowrap="nowrap" colspan="3"> <td width="80%" nowrap="nowrap" colspan="3">
${cmmnCode.codeId} ${cmmnCode.codeId}
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap="nowrap" ><label for="codeIdNm">코드ID명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap="nowrap" ><label for="codeIdNm">코드ID명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="80%" nowrap="nowrap" colspan="3"> <td width="80%" nowrap="nowrap" colspan="3">
<form:input path="codeIdNm" size="60" maxlength="60" id="codeIdNm"/> <form:input path="codeIdNm" size="60" maxlength="60" id="codeIdNm"/>
<form:errors path="codeIdNm"/> <form:errors path="codeIdNm"/>
</td> </td>
</tr> </tr>
<tr> <tr>
<th height="23" class="required_text" scope="row" ><label for="codeIdDc">코드ID설명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th height="23" class="required" scope="row" ><label for="codeIdDc">코드ID설명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td colspan="3"> <td colspan="3">
<form:textarea path="codeIdDc" cols="100" rows="5" id="codeIdDc"/> <form:textarea path="codeIdDc" cols="100" rows="5" id="codeIdDc"/>
<!-- <!--
@ -60,7 +60,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap="nowrap" ><label for="useAt">사용여부</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap="nowrap" ><label for="useAt">사용여부</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="30%" nowrap="nowrap" class="title_left" colspan="3"> <td width="30%" nowrap="nowrap" class="title_left" colspan="3">
<form:select path="useAt" id="useAt"> <form:select path="useAt" id="useAt">
<form:option value="Y" label="Yes"/> <form:option value="Y" label="Yes"/>

@ -29,7 +29,7 @@
</colgroup> </colgroup>
<tbody> <tbody>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap="nowrap" >분류코드명<img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap="nowrap" >분류코드명<img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td colspan="3"> <td colspan="3">
<select name="clCode" class="select" id="clCode"> <select name="clCode" class="select" id="clCode">
<c:forEach var="result" items="${cmmnClCode}" varStatus="status"> <c:forEach var="result" items="${cmmnClCode}" varStatus="status">
@ -39,21 +39,21 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap="nowrap" >코드ID<img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap="nowrap" >코드ID<img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="80%" nowrap="nowrap" colspan="3"> <td width="80%" nowrap="nowrap" colspan="3">
<form:input path="codeId" size="6" maxlength="6" id="codeId"/> <form:input path="codeId" size="6" maxlength="6" id="codeId"/>
<form:errors path="codeId"/> <form:errors path="codeId"/>
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap="nowrap" ><label for="codeIdNm">코드ID명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap="nowrap" ><label for="codeIdNm">코드ID명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="80%" nowrap="nowrap" colspan="3"> <td width="80%" nowrap="nowrap" colspan="3">
<form:input path="codeIdNm" size="60" maxlength="60" id="codeIdNm"/> <form:input path="codeIdNm" size="60" maxlength="60" id="codeIdNm"/>
<form:errors path="codeIdNm"/> <form:errors path="codeIdNm"/>
</td> </td>
</tr> </tr>
<tr> <tr>
<th height="23" class="required_text" scope="row" ><label for="codeIdDc">코드ID설명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th height="23" class="required" scope="row" ><label for="codeIdDc">코드ID설명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td colspan="3"> <td colspan="3">
<form:textarea path="codeIdDc" cols="100" rows="5" id="codeIdDc"/> <form:textarea path="codeIdDc" cols="100" rows="5" id="codeIdDc"/>
<!-- <!--
@ -63,7 +63,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap="nowrap" ><label for="useAt">사용여부</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap="nowrap" ><label for="useAt">사용여부</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="30%" nowrap="nowrap" class="title_left" colspan="3"> <td width="30%" nowrap="nowrap" class="title_left" colspan="3">
<form:select path="useAt" id="useAt"> <form:select path="useAt" id="useAt">
<form:option value="Y" label="Yes"/> <form:option value="Y" label="Yes"/>

@ -66,24 +66,24 @@ function fn_egov_list_CmmnCode(){
<div class="modify_user" > <div class="modify_user" >
<table summary="코드ID명, 코드ID설명, 사용여부를 수정하는 공통코드 수정 테이블이다."> <table summary="코드ID명, 코드ID설명, 사용여부를 수정하는 공통코드 수정 테이블이다.">
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap="nowrap" >분류코드명<img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap="nowrap" >분류코드명<img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td>${cmmnCode.clCodeNm}</td> <td>${cmmnCode.clCodeNm}</td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap="nowrap" >코드ID<img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap="nowrap" >코드ID<img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="80%" nowrap="nowrap" colspan="3"> <td width="80%" nowrap="nowrap" colspan="3">
${cmmnCode.codeId} ${cmmnCode.codeId}
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap="nowrap" ><label for="codeIdNm">코드ID명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap="nowrap" ><label for="codeIdNm">코드ID명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="80%" nowrap="nowrap"> <td width="80%" nowrap="nowrap">
<form:input path="codeIdNm" size="60" maxlength="60" id="codeIdNm"/> <form:input path="codeIdNm" size="60" maxlength="60" id="codeIdNm"/>
<form:errors path="codeIdNm"/> <form:errors path="codeIdNm"/>
</td> </td>
</tr> </tr>
<tr> <tr>
<th height="23" class="required_text" scope="row" ><label for="codeIdDc">코드ID설명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th height="23" class="required" scope="row" ><label for="codeIdDc">코드ID설명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td> <td>
<form:textarea path="codeIdDc" cols="100" rows="5" id="codeIdDc"/> <form:textarea path="codeIdDc" cols="100" rows="5" id="codeIdDc"/>
<!-- <!--
@ -93,7 +93,7 @@ function fn_egov_list_CmmnCode(){
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap="nowrap" ><label for="useAt">사용여부</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap="nowrap" ><label for="useAt">사용여부</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="30%" nowrap="nowrap" class="title_left" colspan="3"> <td width="30%" nowrap="nowrap" class="title_left" colspan="3">
<form:select path="useAt" id="useAt"> <form:select path="useAt" id="useAt">
<form:option value="Y" label="Yes"/> <form:option value="Y" label="Yes"/>

@ -56,7 +56,7 @@ function fn_egov_list_CmmnCode(){
<div class="modify_user" > <div class="modify_user" >
<table summary="분류코드, 코드ID, 코드ID명, 코드ID설명, 사용여부를 입력하는 공통코드 등록 테이블이다."> <table summary="분류코드, 코드ID, 코드ID명, 코드ID설명, 사용여부를 입력하는 공통코드 등록 테이블이다.">
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap ><label for="clCode">분류코드</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap ><label for="clCode">분류코드</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="80%" nowrap colspan="3"> <td width="80%" nowrap colspan="3">
<select name="clCode" class="select" id="clCode"> <select name="clCode" class="select" id="clCode">
<c:forEach var="result" items="${cmmnClCode}" varStatus="status"> <c:forEach var="result" items="${cmmnClCode}" varStatus="status">
@ -66,28 +66,28 @@ function fn_egov_list_CmmnCode(){
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap ><label for="codeId">코드ID</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap ><label for="codeId">코드ID</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="80%" nowrap colspan="3"> <td width="80%" nowrap colspan="3">
<form:input path="codeId" size="6" maxlength="6" id="codeId"/> <form:input path="codeId" size="6" maxlength="6" id="codeId"/>
<form:errors path="codeId"/> <form:errors path="codeId"/>
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap ><label for="codeIdNm">코드ID명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap ><label for="codeIdNm">코드ID명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="80%" nowrap="nowrap"> <td width="80%" nowrap="nowrap">
<form:input path="codeIdNm" size="60" maxlength="60" id="codeIdNm"/> <form:input path="codeIdNm" size="60" maxlength="60" id="codeIdNm"/>
<form:errors path="codeIdNm"/> <form:errors path="codeIdNm"/>
</td> </td>
</tr> </tr>
<tr> <tr>
<th height="23" class="required_text" scope="row" ><label for="codeIdDc">코드ID설명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th height="23" class="required" scope="row" ><label for="codeIdDc">코드ID설명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td> <td>
<form:textarea path="codeIdDc" cols="100" rows="5" id="codeIdDc"/> <form:textarea path="codeIdDc" cols="100" rows="5" id="codeIdDc"/>
<form:errors path="codeIdDc"/> <form:errors path="codeIdDc"/>
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap ><label for="useAt">사용여부</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap ><label for="useAt">사용여부</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="30%" nowrap class="title_left" colspan="3"> <td width="30%" nowrap class="title_left" colspan="3">
<form:select path="useAt" id="useAt"> <form:select path="useAt" id="useAt">
<form:option value="Y" label="Yes"/> <form:option value="Y" label="Yes"/>

@ -32,33 +32,33 @@
</colgroup> </colgroup>
<tbody> <tbody>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap >코드ID<img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap >코드ID<img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="80%" nowrap colspan="3"> <td width="80%" nowrap colspan="3">
${cmmnDetailCode.codeIdNm} ${cmmnDetailCode.codeIdNm}
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap >코드<img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap >코드<img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="80%" nowrap="nowrap" colspan="3"> <td width="80%" nowrap="nowrap" colspan="3">
<c:out value='${cmmnDetailCode.code}'/> <c:out value='${cmmnDetailCode.code}'/>
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap ><label for="codeNm">코드명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap ><label for="codeNm">코드명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="80%" nowrap="nowrap" colspan="3"> <td width="80%" nowrap="nowrap" colspan="3">
<form:input path="codeNm" size="60" maxlength="60" id="codeNm"/> <form:input path="codeNm" size="60" maxlength="60" id="codeNm"/>
<form:errors path="codeNm"/> <form:errors path="codeNm"/>
</td> </td>
</tr> </tr>
<tr> <tr>
<th height="23" class="required_text" scope="row" ><label for="codeDc">코드설명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th height="23" class="required" scope="row" ><label for="codeDc">코드설명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td colspan="3"> <td colspan="3">
<form:textarea path="codeDc" rows="3" cols="60" id="codeDc"/> <form:textarea path="codeDc" rows="3" cols="60" id="codeDc"/>
<form:errors path="codeDc"/> <form:errors path="codeDc"/>
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap ><label for="useAt">사용여부</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap ><label for="useAt">사용여부</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="30%" nowrap class="title_left" colspan="3"> <td width="30%" nowrap class="title_left" colspan="3">
<form:select path="useAt" id="useAt"> <form:select path="useAt" id="useAt">
<form:option value="Y" label="Yes"/> <form:option value="Y" label="Yes"/>

@ -31,7 +31,7 @@
</colgroup> </colgroup>
<tbody> <tbody>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap ><label for="codeId">코드ID</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap ><label for="codeId">코드ID</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="80%" nowrap colspan="3"> <td width="80%" nowrap colspan="3">
<select style="width: 40%" name="clCode" id="clCode" class="select" title="clCode"> <select style="width: 40%" name="clCode" id="clCode" class="select" title="clCode">
<c:forEach var="result" items="${cmmnClCodeList}" varStatus="status"> <c:forEach var="result" items="${cmmnClCodeList}" varStatus="status">
@ -46,28 +46,28 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap ><label for="code">코드</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap ><label for="code">코드</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="80%" nowrap="nowrap" colspan="3"> <td width="80%" nowrap="nowrap" colspan="3">
<form:input path="code" size="15" maxlength="15" id="code" /> <form:input path="code" size="15" maxlength="15" id="code" />
<form:errors path="code"/> <form:errors path="code"/>
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap ><label for="codeNm">코드명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap ><label for="codeNm">코드명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="80%" nowrap="nowrap" colspan="3"> <td width="80%" nowrap="nowrap" colspan="3">
<form:input path="codeNm" size="60" maxlength="60" id="codeNm"/> <form:input path="codeNm" size="60" maxlength="60" id="codeNm"/>
<form:errors path="codeNm"/> <form:errors path="codeNm"/>
</td> </td>
</tr> </tr>
<tr> <tr>
<th height="23" class="required_text" scope="row" ><label for="codeDc">코드설명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th height="23" class="required" scope="row" ><label for="codeDc">코드설명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td colspan="3"> <td colspan="3">
<form:textarea path="codeDc" rows="3" cols="60" id="codeDc"/> <form:textarea path="codeDc" rows="3" cols="60" id="codeDc"/>
<form:errors path="codeDc"/> <form:errors path="codeDc"/>
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap ><label for="useAt">사용여부</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap ><label for="useAt">사용여부</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="30%" nowrap class="title_left" colspan="3"> <td width="30%" nowrap class="title_left" colspan="3">
<form:select path="useAt" id="useAt"> <form:select path="useAt" id="useAt">
<form:option value="Y" label="Yes"/> <form:option value="Y" label="Yes"/>

@ -66,31 +66,31 @@ function fn_egov_remove_CmmnDetailCode(form){
<div class="modify_user" > <div class="modify_user" >
<table summary="코드명, 코드설명, 사용여부를 수정할 수 있는 공통상세코드 수정 테이블이다."> <table summary="코드명, 코드설명, 사용여부를 수정할 수 있는 공통상세코드 수정 테이블이다.">
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap >코드ID<img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap >코드ID<img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="80%" nowrap colspan="3"> <td width="80%" nowrap colspan="3">
${cmmnDetailCode.codeIdNm} ${cmmnDetailCode.codeIdNm}
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap >코드<img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap >코드<img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="80%" nowrap="nowrap"><c:out value='${cmmnDetailCode.code}'/></td> <td width="80%" nowrap="nowrap"><c:out value='${cmmnDetailCode.code}'/></td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap ><label for="codeNm">코드명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap ><label for="codeNm">코드명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="80%" nowrap="nowrap"> <td width="80%" nowrap="nowrap">
<form:input path="codeNm" size="60" maxlength="60" id="codeNm"/> <form:input path="codeNm" size="60" maxlength="60" id="codeNm"/>
<form:errors path="codeNm"/> <form:errors path="codeNm"/>
</td> </td>
</tr> </tr>
<tr> <tr>
<th height="23" class="required_text" scope="row" ><label for="codeDc">코드설명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th height="23" class="required" scope="row" ><label for="codeDc">코드설명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td> <td>
<form:textarea path="codeDc" rows="3" cols="60" id="codeDc"/> <form:textarea path="codeDc" rows="3" cols="60" id="codeDc"/>
<form:errors path="codeDc"/> <form:errors path="codeDc"/>
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap ><label for="useAt">사용여부</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap ><label for="useAt">사용여부</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="30%" nowrap class="title_left" colspan="3"> <td width="30%" nowrap class="title_left" colspan="3">
<form:select path="useAt" id="useAt"> <form:select path="useAt" id="useAt">
<form:option value="Y" label="Yes"/> <form:option value="Y" label="Yes"/>

@ -66,7 +66,7 @@ function fn_egov_get_CodeId(form){
<div class="modify_user" > <div class="modify_user" >
<table summary="코드ID, 코드, 코드명, 코드설명, 사용여부를 입력하는 공통상세코드 등록 테이블이다."> <table summary="코드ID, 코드, 코드명, 코드설명, 사용여부를 입력하는 공통상세코드 등록 테이블이다.">
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap ><label for="codeId">코드ID</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap ><label for="codeId">코드ID</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="80%" nowrap colspan="3"> <td width="80%" nowrap colspan="3">
<select name="clCode" class="select" onChange="javascript:fn_egov_get_CodeId(document.cmmnDetailCode);" title="clCode"> <select name="clCode" class="select" onChange="javascript:fn_egov_get_CodeId(document.cmmnDetailCode);" title="clCode">
<c:forEach var="result" items="${cmmnClCodeList}" varStatus="status"> <c:forEach var="result" items="${cmmnClCodeList}" varStatus="status">
@ -81,28 +81,28 @@ function fn_egov_get_CodeId(form){
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap ><label for="code">코드</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap ><label for="code">코드</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="80%" nowrap="nowrap"> <td width="80%" nowrap="nowrap">
<form:input path="code" size="15" maxlength="15" id="code"/> <form:input path="code" size="15" maxlength="15" id="code"/>
<form:errors path="code"/> <form:errors path="code"/>
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap ><label for="codeNm">코드명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap ><label for="codeNm">코드명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="80%" nowrap="nowrap"> <td width="80%" nowrap="nowrap">
<form:input path="codeNm" size="60" maxlength="60" id="codeNm"/> <form:input path="codeNm" size="60" maxlength="60" id="codeNm"/>
<form:errors path="codeNm"/> <form:errors path="codeNm"/>
</td> </td>
</tr> </tr>
<tr> <tr>
<th height="23" class="required_text" scope="row" ><label for="codeDc">코드설명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th height="23" class="required" scope="row" ><label for="codeDc">코드설명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td> <td>
<form:textarea path="codeDc" rows="3" cols="60" id="codeDc"/> <form:textarea path="codeDc" rows="3" cols="60" id="codeDc"/>
<form:errors path="codeDc"/> <form:errors path="codeDc"/>
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap ><label for="useAt">사용여부</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap ><label for="useAt">사용여부</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="30%" nowrap class="title_left" colspan="3"> <td width="30%" nowrap class="title_left" colspan="3">
<form:select path="useAt" id="useAt"> <form:select path="useAt" id="useAt">
<form:option value="Y" label="Yes"/> <form:option value="Y" label="Yes"/>

@ -30,25 +30,25 @@
<caption>우편번호 상세</caption> <caption>우편번호 상세</caption>
<tbody> <tbody>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap >우편번호<img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap >우편번호<img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="80%" nowrap> <td width="80%" nowrap>
<c:out value='${fn:substring(zip.zip, 0,3)}'/>-<c:out value='${fn:substring(zip.zip, 3,6)}'/> <c:out value='${fn:substring(zip.zip, 0,3)}'/>-<c:out value='${fn:substring(zip.zip, 3,6)}'/>
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap >시도명<img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap >시도명<img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="80%" nowrap="nowrap"> <td width="80%" nowrap="nowrap">
<c:out value='${zip.ctprvnNm}'/> <c:out value='${zip.ctprvnNm}'/>
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap >시군구명<img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap >시군구명<img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="80%" nowrap="nowrap"> <td width="80%" nowrap="nowrap">
<c:out value='${zip.signguNm}'/> <c:out value='${zip.signguNm}'/>
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap >읍면동명<img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap >읍면동명<img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="80%" nowrap="nowrap"> <td width="80%" nowrap="nowrap">
<c:out value='${zip.emdNm}'/> <c:out value='${zip.emdNm}'/>
</td> </td>

@ -23,28 +23,28 @@
<caption>우편번호 등록</caption> <caption>우편번호 등록</caption>
<tbody> <tbody>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap ><label for="zip">우편번호</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap ><label for="zip">우편번호</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="80%" nowrap="nowrap"> <td width="80%" nowrap="nowrap">
<input style="width: 30%" type="text" id="zip" name="zip" size="6" maxlength="6" /> <input style="width: 30%" type="text" id="zip" name="zip" size="6" maxlength="6" />
<form:errors path="zip"/> &nbsp;* 우편번호의 '-'를 제외하고 입력하시오. <form:errors path="zip"/> &nbsp;* 우편번호의 '-'를 제외하고 입력하시오.
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap ><label for="ctprvnNm">시도명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap ><label for="ctprvnNm">시도명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="80%" nowrap="nowrap"> <td width="80%" nowrap="nowrap">
<form:input path="ctprvnNm" size="20" maxlength="20" id="ctprvnNm"/> <form:input path="ctprvnNm" size="20" maxlength="20" id="ctprvnNm"/>
<form:errors path="ctprvnNm"/> <form:errors path="ctprvnNm"/>
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap ><label for="signguNm">시군구명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap ><label for="signguNm">시군구명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="80%" nowrap="nowrap"> <td width="80%" nowrap="nowrap">
<form:input path="signguNm" size="20" maxlength="20" id="signguNm"/> <form:input path="signguNm" size="20" maxlength="20" id="signguNm"/>
<form:errors path="signguNm"/> <form:errors path="signguNm"/>
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap ><label for="emdNm">읍면동명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap ><label for="emdNm">읍면동명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="80%" nowrap="nowrap"> <td width="80%" nowrap="nowrap">
<form:input path="emdNm" size="30" maxlength="30" id="emdNm"/> <form:input path="emdNm" size="30" maxlength="30" id="emdNm"/>
<form:errors path="emdNm"/> <form:errors path="emdNm"/>

@ -23,7 +23,7 @@
<caption>우편번호 등록</caption> <caption>우편번호 등록</caption>
<tbody> <tbody>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap ><label for="fileNm">우편번호 엑셀파일</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap ><label for="fileNm">우편번호 엑셀파일</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td><input name="fileNm" type="file" id="fileNm"/></td> <td><input name="fileNm" type="file" id="fileNm"/></td>
</tr> </tr>
</tbody> </tbody>

@ -67,25 +67,25 @@ function fn_egov_remove_Zip(form){
<div class="modify_user" > <div class="modify_user" >
<table summary="리건물명과 번지동호를 수정하는 우편번호 수정 테이블이다."> <table summary="리건물명과 번지동호를 수정하는 우편번호 수정 테이블이다.">
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap >우편번호<img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap >우편번호<img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="80%" nowrap colspan="3"> <td width="80%" nowrap colspan="3">
<c:out value='${fn:substring(zip.zip, 0,3)}'/>-<c:out value='${fn:substring(zip.zip, 3,6)}'/> <c:out value='${fn:substring(zip.zip, 0,3)}'/>-<c:out value='${fn:substring(zip.zip, 3,6)}'/>
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap >시도명<img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap >시도명<img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="80%" nowrap="nowrap"> <td width="80%" nowrap="nowrap">
<c:out value='${zip.ctprvnNm}'/> <c:out value='${zip.ctprvnNm}'/>
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap >시군구명<img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap >시군구명<img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="80%" nowrap="nowrap"> <td width="80%" nowrap="nowrap">
<c:out value='${zip.signguNm}'/> <c:out value='${zip.signguNm}'/>
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap >읍면동명<img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap >읍면동명<img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="80%" nowrap="nowrap"> <td width="80%" nowrap="nowrap">
<c:out value='${zip.emdNm}'/> <c:out value='${zip.emdNm}'/>
</td> </td>

@ -50,28 +50,28 @@ function fn_egov_regist_Zip(form){
<div class="modify_user" > <div class="modify_user" >
<table summary="우편번호, 시도명, 시군구명, 읍면동명, 리건물명, 번지동호를 입력하는 우편번호 등록 테이블입니다."> <table summary="우편번호, 시도명, 시군구명, 읍면동명, 리건물명, 번지동호를 입력하는 우편번호 등록 테이블입니다.">
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap ><label for="zip">우편번호</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap ><label for="zip">우편번호</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="80%" nowrap="nowrap"> <td width="80%" nowrap="nowrap">
<input type="text" id="zip" name="zip" size="6" maxlength="6" /> <input type="text" id="zip" name="zip" size="6" maxlength="6" />
<form:errors path="zip"/> &nbsp;* 우편번호의 '-'를 제외하고 입력하시오. <form:errors path="zip"/> &nbsp;* 우편번호의 '-'를 제외하고 입력하시오.
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap ><label for="ctprvnNm">시도명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap ><label for="ctprvnNm">시도명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="80%" nowrap="nowrap"> <td width="80%" nowrap="nowrap">
<form:input path="ctprvnNm" size="20" maxlength="20" id="ctprvnNm"/> <form:input path="ctprvnNm" size="20" maxlength="20" id="ctprvnNm"/>
<form:errors path="ctprvnNm"/> <form:errors path="ctprvnNm"/>
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap ><label for="signguNm">시군구명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap ><label for="signguNm">시군구명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="80%" nowrap="nowrap"> <td width="80%" nowrap="nowrap">
<form:input path="signguNm" size="20" maxlength="20" id="signguNm"/> <form:input path="signguNm" size="20" maxlength="20" id="signguNm"/>
<form:errors path="signguNm"/> <form:errors path="signguNm"/>
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap ><label for="emdNm">읍면동명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap ><label for="emdNm">읍면동명</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td width="80%" nowrap="nowrap"> <td width="80%" nowrap="nowrap">
<form:input path="emdNm" size="30" maxlength="30" id="emdNm"/> <form:input path="emdNm" size="30" maxlength="30" id="emdNm"/>
<form:errors path="emdNm"/> <form:errors path="emdNm"/>

@ -57,7 +57,7 @@ function fn_egov_regist_ExcelZip(){
<div class="modify_user" > <div class="modify_user" >
<table summary="우편번호 엑셀파일을 첨부할 수 있는 등록 테이블이다."> <table summary="우편번호 엑셀파일을 첨부할 수 있는 등록 테이블이다.">
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row" nowrap ><label for="fileNm">우편번호 엑셀파일</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th> <th width="20%" height="23" class="required" scope="row" nowrap ><label for="fileNm">우편번호 엑셀파일</label><img src="${ImgUrl}/required.gif" alt="필수" width="15" height="15"></th>
<td><input name="fileNm" type="file" id="fileNm"/></td> <td><input name="fileNm" type="file" id="fileNm"/></td>
</tr> </tr>
</table> </table>

@ -23,14 +23,14 @@
<table class="tbl03"> <table class="tbl03">
<caption>메뉴상세정보</caption> <caption>메뉴상세정보</caption>
<tr> <tr>
<th width="15%" height="23" class="required_text" scope="row"><label for="menuNo">메뉴번호</label><img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"/></th> <th width="15%" height="23" class="required" scope="row"><label for="menuNo">메뉴번호</label><img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"/></th>
<td width="35%" > <td width="35%" >
&nbsp;<c:out value="${menuManageVO.menuNo}"/> &nbsp;<c:out value="${menuManageVO.menuNo}"/>
<form:hidden path="menuNo" /> <form:hidden path="menuNo" />
<form:errors path="menuNo" /> <form:errors path="menuNo" />
</td> </td>
<th width="15%" height="23" class="required_text" scope="row"><label for="menuOrdr">메뉴순서</label><img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"/></th> <th width="15%" height="23" class="required" scope="row"><label for="menuOrdr">메뉴순서</label><img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"/></th>
<td width="35%" > <td width="35%" >
&nbsp; &nbsp;
<form:input style="width : 80%" type ="text" path="menuOrdr" size="10" maxlength="10" title="메뉴순서"/> <form:input style="width : 80%" type ="text" path="menuOrdr" size="10" maxlength="10" title="메뉴순서"/>
@ -38,19 +38,19 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="15%" height="23" class="required_text" scope="row"><label for="menuNm">메뉴명</label><img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"/></th> <th width="15%" height="23" class="required" scope="row"><label for="menuNm">메뉴명</label><img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"/></th>
<td width="35%" nowrap="nowrap">&nbsp; <td width="35%" nowrap="nowrap">&nbsp;
<form:input style="width : 80%" path="menuNm" size="30" maxlength="30" title="메뉴명"/> <form:input style="width : 80%" path="menuNm" size="30" maxlength="30" title="메뉴명"/>
<form:errors path="menuNm" /> <form:errors path="menuNm" />
</td> </td>
<th width="15%" height="23" class="required_text" scope="row"><label for="upperMenuId">상위메뉴번호</label><img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"/></th> <th width="15%" height="23" class="required" scope="row"><label for="upperMenuId">상위메뉴번호</label><img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"/></th>
<td width="35%" nowrap="nowrap">&nbsp; <td width="35%" nowrap="nowrap">&nbsp;
<form:input style="width : 80%" path="upperMenuId" size="10" maxlength="10" title="상위메뉴No"/> <form:input style="width : 80%" path="upperMenuId" size="10" maxlength="10" title="상위메뉴No"/>
<form:errors path="upperMenuId" /> <form:errors path="upperMenuId" />
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="15%" height="23" class="required_text" scope="row"><label for="progrmFileNm">프로그램파일명</label><img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"/></th> <th width="15%" height="23" class="required" scope="row"><label for="progrmFileNm">프로그램파일명</label><img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"/></th>
<td width="85%" colspan="3" nowrap="nowrap"> <td width="85%" colspan="3" nowrap="nowrap">
&nbsp; &nbsp;
<input style="width : 60%" type="text" name="progrmFileNm_view" size="60" disabled="disabled" value="${menuManageVO.progrmFileNm}"> <input style="width : 60%" type="text" name="progrmFileNm_view" size="60" disabled="disabled" value="${menuManageVO.progrmFileNm}">
@ -61,19 +61,19 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="15%" height="23" class="required_text" scope="row"><label for="relateImageNm">관련이미지명</label></th> <th width="15%" height="23" class="required" scope="row"><label for="relateImageNm">관련이미지명</label></th>
<td width="35%" nowrap="nowrap">&nbsp; <td width="35%" nowrap="nowrap">&nbsp;
<form:input style="width : 80%" path="relateImageNm" size="30" maxlength="30" title="관련이미지명"/> <form:input style="width : 80%" path="relateImageNm" size="30" maxlength="30" title="관련이미지명"/>
<form:errors path="relateImageNm" /> <form:errors path="relateImageNm" />
</td> </td>
<th width="15%" height="23" class="required_text" scope="row"><label for="relateImagePath">관련이미지경로</label></th> <th width="15%" height="23" class="required" scope="row"><label for="relateImagePath">관련이미지경로</label></th>
<td width="35%" nowrap="nowrap">&nbsp; <td width="35%" nowrap="nowrap">&nbsp;
<form:input style="width : 80%" path="relateImagePath" size="30" maxlength="30" title="관련이미지경로"/> <form:input style="width : 80%" path="relateImagePath" size="30" maxlength="30" title="관련이미지경로"/>
<form:errors path="relateImagePath" /> <form:errors path="relateImagePath" />
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="15%" height="23" class="required_text" scope="row"><label for="menuDc">메뉴설명</label></th> <th width="15%" height="23" class="required" scope="row"><label for="menuDc">메뉴설명</label></th>
<td colspan="3" nowrap="nowrap">&nbsp; <td colspan="3" nowrap="nowrap">&nbsp;
<form:textarea style="width : 94%" path="menuDc" rows="14" cols="75" title="메뉴설명"/> <form:textarea style="width : 94%" path="menuDc" rows="14" cols="75" title="메뉴설명"/>
<form:errors path="menuDc"/> <form:errors path="menuDc"/>

@ -23,13 +23,13 @@
<table class="tbl03" summary="메뉴 등록화면"> <table class="tbl03" summary="메뉴 등록화면">
<caption>메뉴 등록화면</caption> <caption>메뉴 등록화면</caption>
<tr> <tr>
<th width="15%" height="23" class="required_text" scope="row"><label for="menuNo">메뉴번호</label><img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"></th> <th width="15%" height="23" class="required" scope="row"><label for="menuNo">메뉴번호</label><img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"></th>
<td width="35%" nowrap="nowrap"> <td width="35%" nowrap="nowrap">
&nbsp; &nbsp;
<form:input path="menuNo" size="10" maxlength="10" title="메뉴No"/> <form:input path="menuNo" size="10" maxlength="10" title="메뉴No"/>
<form:errors path="menuNo" /> <form:errors path="menuNo" />
</td> </td>
<th width="15%" height="23" class="required_text" scope="row"><label for="menuOrdr">메뉴순서</label><img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"></th> <th width="15%" height="23" class="required" scope="row"><label for="menuOrdr">메뉴순서</label><img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"></th>
<td width="35%" nowrap="nowrap"> <td width="35%" nowrap="nowrap">
&nbsp; &nbsp;
<form:input path="menuOrdr" size="10" maxlength="10" title="메뉴순서" /> <form:input path="menuOrdr" size="10" maxlength="10" title="메뉴순서" />
@ -37,13 +37,13 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="15%" height="23" class="required_text" scope="row"><label for="menuNm">메뉴명</label><img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"></th> <th width="15%" height="23" class="required" scope="row"><label for="menuNm">메뉴명</label><img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"></th>
<td width="35%" nowrap="nowrap"> <td width="35%" nowrap="nowrap">
&nbsp; &nbsp;
<form:input path="menuNm" size="30" maxlength="30" title="메뉴명" /> <form:input path="menuNm" size="30" maxlength="30" title="메뉴명" />
<form:errors path="menuNm" /> <form:errors path="menuNm" />
</td> </td>
<th width="15%" height="23" class="required_text" scope="row"><label for="upperMenuId">상위메뉴번호</label><img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"></th> <th width="15%" height="23" class="required" scope="row"><label for="upperMenuId">상위메뉴번호</label><img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"></th>
<td width="35%" nowrap="nowrap"> <td width="35%" nowrap="nowrap">
&nbsp; &nbsp;
<form:input path="upperMenuId" size="10" maxlength="10" title="상위메뉴No"/> <form:input path="upperMenuId" size="10" maxlength="10" title="상위메뉴No"/>
@ -51,7 +51,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="15%" height="23" class="required_text" scope="row"><label for="progrmFileNm">프로그램파일명</label><img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"></th> <th width="15%" height="23" class="required" scope="row"><label for="progrmFileNm">프로그램파일명</label><img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"></th>
<td width="85%" colspan="3" nowrap="nowrap"> <td width="85%" colspan="3" nowrap="nowrap">
&nbsp; &nbsp;
<input type="text" name="progrmFileNm_view" size="60" disabled="disabled"> <input type="text" name="progrmFileNm_view" size="60" disabled="disabled">
@ -62,13 +62,13 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="15%" height="23" class="required_text" scope="row"><label for="relateImageNm">관련이미지명</label></th> <th width="15%" height="23" class="required" scope="row"><label for="relateImageNm">관련이미지명</label></th>
<td width="35%" nowrap="nowrap"> <td width="35%" nowrap="nowrap">
&nbsp; &nbsp;
<form:input path="relateImageNm" size="30" maxlength="30" title="관련이미지명"/> <form:input path="relateImageNm" size="30" maxlength="30" title="관련이미지명"/>
<form:errors path="relateImageNm" /> <form:errors path="relateImageNm" />
</td> </td>
<th width="15%" height="23" class="required_text" scope="row"><label for="relateImagePath">관련이미지경로</label></th> <th width="15%" height="23" class="required" scope="row"><label for="relateImagePath">관련이미지경로</label></th>
<td width="35%" nowrap="nowrap"> <td width="35%" nowrap="nowrap">
&nbsp; &nbsp;
<form:input path="relateImagePath" size="30" maxlength="30" title="관련이미지경로"/> <form:input path="relateImagePath" size="30" maxlength="30" title="관련이미지경로"/>
@ -76,7 +76,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="15%" height="23" class="required_text" scope="row"><label for="menuDc">메뉴설명</label></th> <th width="15%" height="23" class="required" scope="row"><label for="menuDc">메뉴설명</label></th>
<td colspan="3" nowrap="nowrap">&nbsp; <td colspan="3" nowrap="nowrap">&nbsp;
<form:textarea path="menuDc" rows="14" cols="75" cssClass="txaClass" title="메뉴설명"/> <form:textarea path="menuDc" rows="14" cols="75" cssClass="txaClass" title="메뉴설명"/>
<form:errors path="menuDc"/> <form:errors path="menuDc"/>

@ -27,7 +27,7 @@
<table class="tbl03"> <table class="tbl03">
<caption>메뉴 일괄등록</caption> <caption>메뉴 일괄등록</caption>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row"><label for="file">일괄파일</label> <th width="20%" height="23" class="required" scope="row"><label for="file">일괄파일</label>
<img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"> <img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수">
</th> </th>
<td width="80%" nowrap="nowrap"> <td width="80%" nowrap="nowrap">

@ -84,14 +84,14 @@ function press() {
<div class="modify_user" > <div class="modify_user" >
<table summary="메뉴상세정보"> <table summary="메뉴상세정보">
<tr> <tr>
<th width="15%" height="23" class="required_text" scope="row"><label for="menuNo">메뉴번호</label><img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"/></th> <th width="15%" height="23" class="required" scope="row"><label for="menuNo">메뉴번호</label><img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"/></th>
<td width="35%" > <td width="35%" >
&nbsp;<c:out value="${menuManageVO.menuNo}"/> &nbsp;<c:out value="${menuManageVO.menuNo}"/>
<form:hidden path="menuNo" /> <form:hidden path="menuNo" />
<form:errors path="menuNo" /> <form:errors path="menuNo" />
</td> </td>
<th width="15%" height="23" class="required_text" scope="row"><label for="menuOrdr">메뉴순서</label><img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"/></th> <th width="15%" height="23" class="required" scope="row"><label for="menuOrdr">메뉴순서</label><img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"/></th>
<td width="35%" > <td width="35%" >
&nbsp; &nbsp;
<form:input path="menuOrdr" size="10" maxlength="10" title="메뉴순서"/> <form:input path="menuOrdr" size="10" maxlength="10" title="메뉴순서"/>
@ -99,19 +99,19 @@ function press() {
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="15%" height="23" class="required_text" scope="row"><label for="menuNm">메뉴명</label><img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"/></th> <th width="15%" height="23" class="required" scope="row"><label for="menuNm">메뉴명</label><img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"/></th>
<td width="35%" nowrap="nowrap">&nbsp; <td width="35%" nowrap="nowrap">&nbsp;
<form:input path="menuNm" size="30" maxlength="30" title="메뉴명"/> <form:input path="menuNm" size="30" maxlength="30" title="메뉴명"/>
<form:errors path="menuNm" /> <form:errors path="menuNm" />
</td> </td>
<th width="15%" height="23" class="required_text" scope="row"><label for="upperMenuId">상위메뉴번호</label><img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"/></th> <th width="15%" height="23" class="required" scope="row"><label for="upperMenuId">상위메뉴번호</label><img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"/></th>
<td width="35%" nowrap="nowrap">&nbsp; <td width="35%" nowrap="nowrap">&nbsp;
<form:input path="upperMenuId" size="10" maxlength="10" title="상위메뉴No"/> <form:input path="upperMenuId" size="10" maxlength="10" title="상위메뉴No"/>
<form:errors path="upperMenuId" /> <form:errors path="upperMenuId" />
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="15%" height="23" class="required_text" scope="row"><label for="progrmFileNm">프로그램파일명</label><img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"/></th> <th width="15%" height="23" class="required" scope="row"><label for="progrmFileNm">프로그램파일명</label><img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"/></th>
<td width="85%" colspan="3" nowrap="nowrap"> <td width="85%" colspan="3" nowrap="nowrap">
&nbsp; &nbsp;
<input type="text" name="progrmFileNm_view" size="60" disabled="disabled" value="${menuManageVO.progrmFileNm}"> <input type="text" name="progrmFileNm_view" size="60" disabled="disabled" value="${menuManageVO.progrmFileNm}">
@ -122,19 +122,19 @@ function press() {
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="15%" height="23" class="required_text" scope="row"><label for="relateImageNm">관련이미지명</label></th> <th width="15%" height="23" class="required" scope="row"><label for="relateImageNm">관련이미지명</label></th>
<td width="35%" nowrap="nowrap">&nbsp; <td width="35%" nowrap="nowrap">&nbsp;
<form:input path="relateImageNm" size="30" maxlength="30" title="관련이미지명"/> <form:input path="relateImageNm" size="30" maxlength="30" title="관련이미지명"/>
<form:errors path="relateImageNm" /> <form:errors path="relateImageNm" />
</td> </td>
<th width="15%" height="23" class="required_text" scope="row"><label for="relateImagePath">관련이미지경로</label></th> <th width="15%" height="23" class="required" scope="row"><label for="relateImagePath">관련이미지경로</label></th>
<td width="35%" nowrap="nowrap">&nbsp; <td width="35%" nowrap="nowrap">&nbsp;
<form:input path="relateImagePath" size="30" maxlength="30" title="관련이미지경로"/> <form:input path="relateImagePath" size="30" maxlength="30" title="관련이미지경로"/>
<form:errors path="relateImagePath" /> <form:errors path="relateImagePath" />
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="15%" height="23" class="required_text" scope="row"><label for="menuDc">메뉴설명</label></th> <th width="15%" height="23" class="required" scope="row"><label for="menuDc">메뉴설명</label></th>
<td colspan="3" nowrap="nowrap">&nbsp; <td colspan="3" nowrap="nowrap">&nbsp;
<form:textarea path="menuDc" rows="14" cols="75" title="메뉴설명"/> <form:textarea path="menuDc" rows="14" cols="75" title="메뉴설명"/>
<form:errors path="menuDc"/> <form:errors path="menuDc"/>

@ -72,13 +72,13 @@ function press() {
<div class="modify_user" > <div class="modify_user" >
<table summary="메뉴 등록화면"> <table summary="메뉴 등록화면">
<tr> <tr>
<th width="15%" height="23" class="required_text" scope="row"><label for="menuNo">메뉴번호</label><img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"></th> <th width="15%" height="23" class="required" scope="row"><label for="menuNo">메뉴번호</label><img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"></th>
<td width="35%" nowrap="nowrap"> <td width="35%" nowrap="nowrap">
&nbsp; &nbsp;
<form:input path="menuNo" size="10" maxlength="10" title="메뉴No"/> <form:input path="menuNo" size="10" maxlength="10" title="메뉴No"/>
<form:errors path="menuNo" /> <form:errors path="menuNo" />
</td> </td>
<th width="15%" height="23" class="required_text" scope="row"><label for="menuOrdr">메뉴순서</label><img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"></th> <th width="15%" height="23" class="required" scope="row"><label for="menuOrdr">메뉴순서</label><img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"></th>
<td width="35%" nowrap="nowrap"> <td width="35%" nowrap="nowrap">
&nbsp; &nbsp;
<form:input path="menuOrdr" size="10" maxlength="10" title="메뉴순서" /> <form:input path="menuOrdr" size="10" maxlength="10" title="메뉴순서" />
@ -86,13 +86,13 @@ function press() {
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="15%" height="23" class="required_text" scope="row"><label for="menuNm">메뉴명</label><img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"></th> <th width="15%" height="23" class="required" scope="row"><label for="menuNm">메뉴명</label><img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"></th>
<td width="35%" nowrap="nowrap"> <td width="35%" nowrap="nowrap">
&nbsp; &nbsp;
<form:input path="menuNm" size="30" maxlength="30" title="메뉴명" /> <form:input path="menuNm" size="30" maxlength="30" title="메뉴명" />
<form:errors path="menuNm" /> <form:errors path="menuNm" />
</td> </td>
<th width="15%" height="23" class="required_text" scope="row"><label for="upperMenuId">상위메뉴번호</label><img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"></th> <th width="15%" height="23" class="required" scope="row"><label for="upperMenuId">상위메뉴번호</label><img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"></th>
<td width="35%" nowrap="nowrap"> <td width="35%" nowrap="nowrap">
&nbsp; &nbsp;
<form:input path="upperMenuId" size="10" maxlength="10" title="상위메뉴No"/> <form:input path="upperMenuId" size="10" maxlength="10" title="상위메뉴No"/>
@ -100,7 +100,7 @@ function press() {
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="15%" height="23" class="required_text" scope="row"><label for="progrmFileNm">프로그램파일명</label><img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"></th> <th width="15%" height="23" class="required" scope="row"><label for="progrmFileNm">프로그램파일명</label><img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"></th>
<td width="85%" colspan="3" nowrap="nowrap"> <td width="85%" colspan="3" nowrap="nowrap">
&nbsp; &nbsp;
<input type="text" name="progrmFileNm_view" size="60" disabled="disabled"> <input type="text" name="progrmFileNm_view" size="60" disabled="disabled">
@ -111,13 +111,13 @@ function press() {
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="15%" height="23" class="required_text" scope="row"><label for="relateImageNm">관련이미지명</label></th> <th width="15%" height="23" class="required" scope="row"><label for="relateImageNm">관련이미지명</label></th>
<td width="35%" nowrap="nowrap"> <td width="35%" nowrap="nowrap">
&nbsp; &nbsp;
<form:input path="relateImageNm" size="30" maxlength="30" title="관련이미지명"/> <form:input path="relateImageNm" size="30" maxlength="30" title="관련이미지명"/>
<form:errors path="relateImageNm" /> <form:errors path="relateImageNm" />
</td> </td>
<th width="15%" height="23" class="required_text" scope="row"><label for="relateImagePath">관련이미지경로</label></th> <th width="15%" height="23" class="required" scope="row"><label for="relateImagePath">관련이미지경로</label></th>
<td width="35%" nowrap="nowrap"> <td width="35%" nowrap="nowrap">
&nbsp; &nbsp;
<form:input path="relateImagePath" size="30" maxlength="30" title="관련이미지경로"/> <form:input path="relateImagePath" size="30" maxlength="30" title="관련이미지경로"/>
@ -125,7 +125,7 @@ function press() {
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="15%" height="23" class="required_text" scope="row"><label for="menuDc">메뉴설명</label></th> <th width="15%" height="23" class="required" scope="row"><label for="menuDc">메뉴설명</label></th>
<td colspan="3" nowrap="nowrap">&nbsp; <td colspan="3" nowrap="nowrap">&nbsp;
<form:textarea path="menuDc" rows="14" cols="75" cssClass="txaClass" title="메뉴설명"/> <form:textarea path="menuDc" rows="14" cols="75" cssClass="txaClass" title="메뉴설명"/>
<form:errors path="menuDc"/> <form:errors path="menuDc"/>

@ -82,7 +82,7 @@ function checkFile(){
<div class="modify_user" > <div class="modify_user" >
<table summary="메뉴일괄등록"> <table summary="메뉴일괄등록">
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row"><label for="file">일괄파일</label> <th width="20%" height="23" class="required" scope="row"><label for="file">일괄파일</label>
<img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"></th> <img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"></th>
<td width="80%" nowrap="nowrap"> <td width="80%" nowrap="nowrap">
<input type = "file" id="file" name="file" size="40" title="일괄파일"/> <input type = "file" id="file" name="file" size="40" title="일괄파일"/>

@ -9,8 +9,9 @@
<script type="text/javascript" src="<c:url value="/framework/util/validator.do"/>"></script> <script type="text/javascript" src="<c:url value="/framework/util/validator.do"/>"></script>
<!--validator:javascript formName="progrmMngVO" staticJavascript="false" xhtml="true" cdata="false"/--> <validator:javascript formName="progrmMngVO" staticJavascript="true" xhtml="true" cdata="false"/>
<form:form commandName="progrmMngVO"> <%--@elvariable id="progrmMngVO" type=""--%>
<form:form name="progrmMngVO" commandName="progrmMngVO">
<div class="popup" style="min-width: 700px;"> <div class="popup" style="min-width: 700px;">
<div class="popup_inner" style="max-width:700px;"> <div class="popup_inner" style="max-width:700px;">
@ -18,8 +19,7 @@
<table class="tbl03"> <table class="tbl03">
<caption>프로그램 상세조회 /수정</caption> <caption>프로그램 상세조회 /수정</caption>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row"><label for="progrmFileNm">프로그램파일명</label> <th width="20%" height="23" class="required" scope="row"><label for="progrmFileNm">프로그램파일명</label>
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수"></th>
<td width="80%" nowrap="nowrap"> <td width="80%" nowrap="nowrap">
<input type="text" disabled="disabled" value="<c:out value="${progrmMngVO.progrmFileNm }"/>" > <input type="text" disabled="disabled" value="<c:out value="${progrmMngVO.progrmFileNm }"/>" >
<form:input path="progrmFileNm" size="50" maxlength="50" title="프로그램파일명" cssStyle="display:none" /> <form:input path="progrmFileNm" size="50" maxlength="50" title="프로그램파일명" cssStyle="display:none" />
@ -27,31 +27,28 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row"><label for="progrmStrePath">저장경로</label> <th width="20%" height="23" class="required" scope="row"><label for="progrmStrePath">저장경로</label>
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수"></th>
<td width="80%" nowrap="nowrap"> <td width="80%" nowrap="nowrap">
<form:input path="progrmStrePath" size="50" maxlength="50" title="저장경로"/> <form:input path="progrmStrePath" size="50" maxlength="50" title="저장경로"/>
<form:errors path="progrmStrePath"/> <form:errors path="progrmStrePath"/>
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row"><label for="progrmKoreanNm">프로그램 한글명</label> <th width="20%" height="23" class="required" scope="row"><label for="progrmKoreanNm">프로그램 한글명</label>
<img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수"></th>
<td width="80%" nowrap="nowrap"> <td width="80%" nowrap="nowrap">
<form:input path="progrmKoreanNm" size="60" maxlength="50" title="프로그램 한글명"/> <form:input path="progrmKoreanNm" size="60" maxlength="50" title="프로그램 한글명"/>
<form:errors path="progrmKoreanNm" /> <form:errors path="progrmKoreanNm" />
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row"><label for="URL">URL</label> <th width="20%" height="23" class="required" scope="row"><label for="URL">URL</label>
<img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수"></th>
<td width="80%" nowrap="nowrap"> <td width="80%" nowrap="nowrap">
<form:input path="URL" size="100" maxlength="100" title="URL" /> <form:input path="URL" size="100" maxlength="100" title="URL" />
<form:errors path="URL" /> <form:errors path="URL" />
</td> </td>
</tr> </tr>
<tr> <tr>
<th height="23" class="required_text" scope="row"><label for="progrmDc">프로그램설명</label></th> <th height="23" class="required" scope="row"><label for="progrmDc">프로그램설명</label></th>
<td> <td>
<form:textarea path="progrmDc" rows="14" cols="75" title="프로그램설명"/> <form:textarea path="progrmDc" rows="14" cols="75" title="프로그램설명"/>
<form:errors path="progrmDc"/> <form:errors path="progrmDc"/>
@ -135,8 +132,8 @@
* 데이터 수정 * 데이터 수정
======================== */ ======================== */
,modifyData : function(){ ,modifyData : function(){
//if(!validateProgrmManageVO(document.getElementById("progrmMngVO"))) if(!validateProgrmMngVO(document.getElementById("progrmMngVO")))
// return; return;
var varFrom = document.getElementById("progrmMngVO"); var varFrom = document.getElementById("progrmMngVO");
if(confirm("변경 하시겠습니까?")){ if(confirm("변경 하시겠습니까?")){

@ -19,7 +19,7 @@
<table class="tbl03"> <table class="tbl03">
<caption>프로그램 등록</caption> <caption>프로그램 등록</caption>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row"><label for="F1">프로그램파일명</label> <th width="20%" height="23" class="required" scope="row"><label for="F1">프로그램파일명</label>
<img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"></th> <img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"></th>
<td width="80%" nowrap="nowrap"> <td width="80%" nowrap="nowrap">
<form:input path="progrmFileNm" size="50" maxlength="50" id="F1" title="프로그램파일명"/> <form:input path="progrmFileNm" size="50" maxlength="50" id="F1" title="프로그램파일명"/>
@ -27,7 +27,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row"><label for="progrmStrePath">저장경로</label> <th width="20%" height="23" class="required" scope="row"><label for="progrmStrePath">저장경로</label>
<img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"></th> <img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"></th>
<td width="80%" nowrap="nowrap"> <td width="80%" nowrap="nowrap">
<form:input path="progrmStrePath" size="60" maxlength="60" title="저장경로"/> <form:input path="progrmStrePath" size="60" maxlength="60" title="저장경로"/>
@ -35,7 +35,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row"><label for="progrmKoreanNm">프로그램 한글명</label> <th width="20%" height="23" class="required" scope="row"><label for="progrmKoreanNm">프로그램 한글명</label>
<img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"></th> <img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"></th>
<td width="80%" nowrap="nowrap"> <td width="80%" nowrap="nowrap">
<form:input path="progrmKoreanNm" size="60" maxlength="50" title="프로그램 한글명"/> <form:input path="progrmKoreanNm" size="60" maxlength="50" title="프로그램 한글명"/>
@ -43,7 +43,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row"><label for="URL">URL</label> <th width="20%" height="23" class="required" scope="row"><label for="URL">URL</label>
<img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"></th> <img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"></th>
<td width="80%" nowrap="nowrap"> <td width="80%" nowrap="nowrap">
<form:input path="URL" size="100" maxlength="100" title="URL"/> <form:input path="URL" size="100" maxlength="100" title="URL"/>
@ -51,7 +51,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th height="23" class="required_text" scope="row"><label for="progrmDc">프로그램설명</label></th> <th height="23" class="required" scope="row"><label for="progrmDc">프로그램설명</label></th>
<td> <td>
<form:textarea path="progrmDc" rows="14" cols="75" title="프로그램설명"/> <form:textarea path="progrmDc" rows="14" cols="75" title="프로그램설명"/>
<form:errors path="progrmDc"/> <form:errors path="progrmDc"/>

@ -66,7 +66,7 @@ function selectList(){
<div class="modify_user" > <div class="modify_user" >
<table summary="프로그램목록 상세조회 /수정"> <table summary="프로그램목록 상세조회 /수정">
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row"><label for="progrmFileNm">프로그램파일명</label> <th width="20%" height="23" class="required" scope="row"><label for="progrmFileNm">프로그램파일명</label>
<img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"></th> <img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"></th>
<td width="80%" nowrap="nowrap"> <td width="80%" nowrap="nowrap">
<input type="text" disabled="disabled" value="<c:out value="${progrmMngVO.progrmFileNm }"/>" > <input type="text" disabled="disabled" value="<c:out value="${progrmMngVO.progrmFileNm }"/>" >
@ -75,7 +75,7 @@ function selectList(){
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row"><label for="progrmStrePath">저장경로</label> <th width="20%" height="23" class="required" scope="row"><label for="progrmStrePath">저장경로</label>
<img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"></th> <img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"></th>
<td width="80%" nowrap="nowrap"> <td width="80%" nowrap="nowrap">
<form:input path="progrmStrePath" size="50" maxlength="50" title="저장경로"/> <form:input path="progrmStrePath" size="50" maxlength="50" title="저장경로"/>
@ -83,7 +83,7 @@ function selectList(){
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row"><label for="progrmKoreanNm">프로그램 한글명</label> <th width="20%" height="23" class="required" scope="row"><label for="progrmKoreanNm">프로그램 한글명</label>
<img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"></th> <img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"></th>
<td width="80%" nowrap="nowrap"> <td width="80%" nowrap="nowrap">
<form:input path="progrmKoreanNm" size="60" maxlength="50" title="프로그램 한글명"/> <form:input path="progrmKoreanNm" size="60" maxlength="50" title="프로그램 한글명"/>
@ -91,7 +91,7 @@ function selectList(){
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row"><label for="URL">URL</label> <th width="20%" height="23" class="required" scope="row"><label for="URL">URL</label>
<img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"></th> <img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"></th>
<td width="80%" nowrap="nowrap"> <td width="80%" nowrap="nowrap">
<form:input path="URL" size="60" maxlength="60" title="URL" /> <form:input path="URL" size="60" maxlength="60" title="URL" />
@ -99,7 +99,7 @@ function selectList(){
</td> </td>
</tr> </tr>
<tr> <tr>
<th height="23" class="required_text" scope="row"><label for="progrmDc">프로그램설명</label></th> <th height="23" class="required" scope="row"><label for="progrmDc">프로그램설명</label></th>
<td> <td>
<form:textarea path="progrmDc" rows="14" cols="75" title="프로그램설명"/> <form:textarea path="progrmDc" rows="14" cols="75" title="프로그램설명"/>
<form:errors path="progrmDc"/> <form:errors path="progrmDc"/>

@ -64,7 +64,7 @@ function selectList(){
<div class="modify_user" > <div class="modify_user" >
<table summary="프로그램목록 등록"> <table summary="프로그램목록 등록">
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row"><label for="F1">프로그램파일명</label> <th width="20%" height="23" class="required" scope="row"><label for="F1">프로그램파일명</label>
<img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"></th> <img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"></th>
<td width="80%" nowrap="nowrap"> <td width="80%" nowrap="nowrap">
&nbsp; &nbsp;
@ -73,7 +73,7 @@ function selectList(){
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row"><label for="progrmStrePath">저장경로</label> <th width="20%" height="23" class="required" scope="row"><label for="progrmStrePath">저장경로</label>
<img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"></th> <img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"></th>
<td width="80%" nowrap="nowrap"> <td width="80%" nowrap="nowrap">
&nbsp; <form:input path="progrmStrePath" size="60" maxlength="60" title="저장경로"/> &nbsp; <form:input path="progrmStrePath" size="60" maxlength="60" title="저장경로"/>
@ -81,7 +81,7 @@ function selectList(){
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row"><label for="progrmKoreanNm">프로그램 한글명</label> <th width="20%" height="23" class="required" scope="row"><label for="progrmKoreanNm">프로그램 한글명</label>
<img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"></th> <img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"></th>
<td width="80%" nowrap="nowrap"> <td width="80%" nowrap="nowrap">
&nbsp; <form:input path="progrmKoreanNm" size="60" maxlength="50" title="프로그램 한글명"/> &nbsp; <form:input path="progrmKoreanNm" size="60" maxlength="50" title="프로그램 한글명"/>
@ -89,7 +89,7 @@ function selectList(){
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" scope="row"><label for="URL">URL</label> <th width="20%" height="23" class="required" scope="row"><label for="URL">URL</label>
<img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"></th> <img src="${ImgUrl}/required.gif" width="15" height="15" alt="필수"></th>
<td width="80%" nowrap="nowrap"> <td width="80%" nowrap="nowrap">
&nbsp; <form:input path="URL" size="60" maxlength="60" title="URL"/> &nbsp; <form:input path="URL" size="60" maxlength="60" title="URL"/>
@ -97,7 +97,7 @@ function selectList(){
</td> </td>
</tr> </tr>
<tr> <tr>
<th height="23" class="required_text" scope="row"><label for="progrmDc">프로그램설명</label></th> <th height="23" class="required" scope="row"><label for="progrmDc">프로그램설명</label></th>
<td>&nbsp; <td>&nbsp;
<form:textarea path="progrmDc" rows="14" cols="75" cssClass="txaClass" title="프로그램설명"/> <form:textarea path="progrmDc" rows="14" cols="75" cssClass="txaClass" title="프로그램설명"/>
<form:errors path="progrmDc"/> <form:errors path="progrmDc"/>

@ -27,24 +27,24 @@
<table class="tbl03" summary="로그인정책을 수정한다."> <table class="tbl03" summary="로그인정책을 수정한다.">
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">사용자ID <th class="required" width="20%" scope="row" nowrap="nowrap">사용자ID
</th> </th>
<td nowrap="nowrap"><input name="emplyrId_view" value="<c:out value='${loginPolicy.emplyrId}'/>" disabled="disabled" title="사용자ID(화면출력용)"> <td nowrap="nowrap"><input name="emplyrId_view" value="<c:out value='${loginPolicy.emplyrId}'/>" disabled="disabled" title="사용자ID(화면출력용)">
<input name="emplyrId" id="emplyrId" title="사용자ID" type="hidden" size="30" readonly="readonly" value="<c:out value='${loginPolicy.emplyrId}'/>" ></td> <input name="emplyrId" id="emplyrId" title="사용자ID" type="hidden" size="30" readonly="readonly" value="<c:out value='${loginPolicy.emplyrId}'/>" ></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">사용자명 <th class="required" width="20%" scope="row" nowrap="nowrap">사용자명
</th> </th>
<td nowrap="nowrap"><input name="emplyrNm_view" value="<c:out value='${loginPolicy.emplyrNm}'/>" disabled="disabled" title="사용자명(화면출력용)"> <td nowrap="nowrap"><input name="emplyrNm_view" value="<c:out value='${loginPolicy.emplyrNm}'/>" disabled="disabled" title="사용자명(화면출력용)">
<input name="emplyrNm" id="emplyrNm" title="사용자명" type="hidden" value="<c:out value='${loginPolicy.emplyrNm}'/>" maxLength="50" size="30" readonly="readonly"></td> <input name="emplyrNm" id="emplyrNm" title="사용자명" type="hidden" value="<c:out value='${loginPolicy.emplyrNm}'/>" maxLength="50" size="30" readonly="readonly"></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">IP정보 <th class="required" width="20%" scope="row" nowrap="nowrap">IP정보
</th> </th>
<td nowrap="nowrap"><input name="ipInfo" id="ipInfo" title="IP정보" type="text" value="<c:out value='${loginPolicy.ipInfo}'/>" maxLength="23" size="30" >&nbsp;<form:errors path="ipInfo" /></td> <td nowrap="nowrap"><input name="ipInfo" id="ipInfo" title="IP정보" type="text" value="<c:out value='${loginPolicy.ipInfo}'/>" maxLength="23" size="30" >&nbsp;<form:errors path="ipInfo" /></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">IP제한여부 <th class="required" width="20%" scope="row" nowrap="nowrap">IP제한여부
</th> </th>
<td nowrap="nowrap"> <td nowrap="nowrap">
<select name="lmttAt" id="lmttAt" title="IP제한여부"> <select name="lmttAt" id="lmttAt" title="IP제한여부">
@ -55,7 +55,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">등록일시 <th class="required" width="20%" scope="row" nowrap="nowrap">등록일시
<!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" /> <!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" />
--> -->
</th> </th>

@ -26,7 +26,7 @@
<table class="tbl03" summary="로그인정책을 등록한다."> <table class="tbl03" summary="로그인정책을 등록한다.">
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">사용자ID <th class="required" width="20%" scope="row" nowrap="nowrap">사용자ID
<!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" /> <!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" />
--> -->
</th> </th>
@ -34,7 +34,7 @@
<input name="emplyrId" id="emplyrId" title="사용자ID" type="hidden" size="30" readonly="readonly" value="<c:out value='${loginPolicy.emplyrId}'/>"></td> <input name="emplyrId" id="emplyrId" title="사용자ID" type="hidden" size="30" readonly="readonly" value="<c:out value='${loginPolicy.emplyrId}'/>"></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">사용자명 <th class="required" width="20%" scope="row" nowrap="nowrap">사용자명
<!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" /> <!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" />
--> -->
</th> </th>
@ -42,14 +42,14 @@
<input name="emplyrNm" id="emplyrNm" title="사용자명" type="hidden" maxLength="50" size="30" readonly="readonly" value="<c:out value='${loginPolicy.emplyrNm}'/>" ></td> <input name="emplyrNm" id="emplyrNm" title="사용자명" type="hidden" maxLength="50" size="30" readonly="readonly" value="<c:out value='${loginPolicy.emplyrNm}'/>" ></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">IP정보 <th class="required" width="20%" scope="row" nowrap="nowrap">IP정보
<!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" /> <!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" />
--> -->
</th> </th>
<td nowrap="nowrap"><input name="ipInfo" id="ipInfo" title="IP정보" type="text" maxLength="23" size="30" >&nbsp;<form:errors path="ipInfo" /></td> <td nowrap="nowrap"><input name="ipInfo" id="ipInfo" title="IP정보" type="text" maxLength="23" size="30" >&nbsp;<form:errors path="ipInfo" /></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">IP제한여부 <th class="required" width="20%" scope="row" nowrap="nowrap">IP제한여부
<!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" /> <!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" />
--> -->
</th> </th>

@ -27,21 +27,21 @@
<table class="tbl03"> <table class="tbl03">
<caption>사용자부재 등록</caption> <caption>사용자부재 등록</caption>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">사용자ID <th class="required" width="20%" scope="row" nowrap="nowrap">사용자ID
<!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" /> <!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" />
--> -->
</th> </th>
<td nowrap="nowrap"><input name="userId" id="userId" title="사용자ID" type="text" value="<c:out value='${userAbsnce.userId}'/>" size="30" class="readOnlyClass" readonly></td> <td nowrap="nowrap"><input name="userId" id="userId" title="사용자ID" type="text" value="<c:out value='${userAbsnce.userId}'/>" size="30" class="readOnlyClass" readonly></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">사용자명 <th class="required" width="20%" scope="row" nowrap="nowrap">사용자명
<!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" /> <!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" />
--> -->
</th> </th>
<td nowrap="nowrap"><input name="userNm" id="userNm" title="사용자명" type="text" value="<c:out value='${userAbsnce.userNm}'/>" size="30" class="readOnlyClass" readonly></td> <td nowrap="nowrap"><input name="userNm" id="userNm" title="사용자명" type="text" value="<c:out value='${userAbsnce.userNm}'/>" size="30" class="readOnlyClass" readonly></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">부재여부 <th class="required" width="20%" scope="row" nowrap="nowrap">부재여부
<!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" /> <!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" />
--> -->
</th> </th>
@ -53,7 +53,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">등록일시 <th class="required" width="20%" scope="row" nowrap="nowrap">등록일시
<!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" /> <!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" />
--> -->
</th> </th>

@ -27,21 +27,21 @@
<table class="tbl03"> <table class="tbl03">
<caption>사용자부재 등록</caption> <caption>사용자부재 등록</caption>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">사용자ID <th class="required" width="20%" scope="row" nowrap="nowrap">사용자ID
<!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" /> <!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" />
--> -->
</th> </th>
<td nowrap="nowrap"><input name="userId" id="userId" title="사용자ID" type="text" value="<c:out value='${userAbsnce.userId}'/>" size="30" class="readOnlyClass" readonly></td> <td nowrap="nowrap"><input name="userId" id="userId" title="사용자ID" type="text" value="<c:out value='${userAbsnce.userId}'/>" size="30" class="readOnlyClass" readonly></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">사용자명 <th class="required" width="20%" scope="row" nowrap="nowrap">사용자명
<!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" /> <!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" />
--> -->
</th> </th>
<td nowrap="nowrap"><input name="userNm" id="userNm" title="사용자명" type="text" value="<c:out value='${userAbsnce.userNm}'/>" size="30" class="readOnlyClass" readonly></td> <td nowrap="nowrap"><input name="userNm" id="userNm" title="사용자명" type="text" value="<c:out value='${userAbsnce.userNm}'/>" size="30" class="readOnlyClass" readonly></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">부재여부 <th class="required" width="20%" scope="row" nowrap="nowrap">부재여부
<!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" /> <!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" />
--> -->
</th> </th>
@ -53,7 +53,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">등록일시 <th class="required" width="20%" scope="row" nowrap="nowrap">등록일시
<!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" /> <!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" />
--> -->
</th> </th>

@ -83,21 +83,21 @@ function fncUserAbsnceDelete() {
<div class="modify_user" > <div class="modify_user" >
<table summary="사용자부재정보를 수정한다."> <table summary="사용자부재정보를 수정한다.">
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">사용자ID <th class="required" width="20%" scope="row" nowrap="nowrap">사용자ID
<!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" /> <!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" />
--> -->
</th> </th>
<td nowrap="nowrap"><input name="userId" id="userId" title="사용자ID" type="text" value="<c:out value='${userAbsnce.userId}'/>" size="30" class="readOnlyClass" readonly></td> <td nowrap="nowrap"><input name="userId" id="userId" title="사용자ID" type="text" value="<c:out value='${userAbsnce.userId}'/>" size="30" class="readOnlyClass" readonly></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">사용자명 <th class="required" width="20%" scope="row" nowrap="nowrap">사용자명
<!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" /> <!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" />
--> -->
</th> </th>
<td nowrap="nowrap"><input name="userNm" id="userNm" title="사용자명" type="text" value="<c:out value='${userAbsnce.userNm}'/>" maxLength="50" size="30" class="readOnlyClass" readonly></td> <td nowrap="nowrap"><input name="userNm" id="userNm" title="사용자명" type="text" value="<c:out value='${userAbsnce.userNm}'/>" maxLength="50" size="30" class="readOnlyClass" readonly></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">부재여부 <th class="required" width="20%" scope="row" nowrap="nowrap">부재여부
<!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" /> <!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" />
--> -->
</th> </th>
@ -109,7 +109,7 @@ function fncUserAbsnceDelete() {
</td> </td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">등록일시 <th class="required" width="20%" scope="row" nowrap="nowrap">등록일시
<!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" /> <!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" />
--> -->
</th> </th>

@ -104,21 +104,21 @@ function fncUserAbsnceDelete() {
<table class="tbl03"> <table class="tbl03">
<caption>사용자부재 등록</caption> <caption>사용자부재 등록</caption>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">사용자ID <th class="required" width="20%" scope="row" nowrap="nowrap">사용자ID
<!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" /> <!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" />
--> -->
</th> </th>
<td nowrap="nowrap"><input name="userId" id="userId" title="사용자ID" type="text" value="<c:out value='${userAbsnce.userId}'/>" size="30" class="readOnlyClass" readonly></td> <td nowrap="nowrap"><input name="userId" id="userId" title="사용자ID" type="text" value="<c:out value='${userAbsnce.userId}'/>" size="30" class="readOnlyClass" readonly></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">사용자명 <th class="required" width="20%" scope="row" nowrap="nowrap">사용자명
<!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" /> <!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" />
--> -->
</th> </th>
<td nowrap="nowrap"><input name="userNm" id="userNm" title="사용자명" type="text" value="<c:out value='${userAbsnce.userNm}'/>" size="30" class="readOnlyClass" readonly></td> <td nowrap="nowrap"><input name="userNm" id="userNm" title="사용자명" type="text" value="<c:out value='${userAbsnce.userNm}'/>" size="30" class="readOnlyClass" readonly></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">부재여부 <th class="required" width="20%" scope="row" nowrap="nowrap">부재여부
<!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" /> <!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" />
--> -->
</th> </th>
@ -130,7 +130,7 @@ function fncUserAbsnceDelete() {
</td> </td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">등록일시 <th class="required" width="20%" scope="row" nowrap="nowrap">등록일시
<!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" /> <!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" />
--> -->
</th> </th>

@ -64,21 +64,21 @@ function fncUserAbsnceDelete() {
<div class="modify_user" > <div class="modify_user" >
<table> <table>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">사용자ID <th class="required" width="20%" scope="row" nowrap="nowrap">사용자ID
<!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" /> <!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" />
--> -->
</th> </th>
<td nowrap="nowrap"><input name="userId" id="userId" title="사용자ID" type="text" value="<c:out value='${userAbsnce.userId}'/>" size="30" class="readOnlyClass" readonly></td> <td nowrap="nowrap"><input name="userId" id="userId" title="사용자ID" type="text" value="<c:out value='${userAbsnce.userId}'/>" size="30" class="readOnlyClass" readonly></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">사용자명 <th class="required" width="20%" scope="row" nowrap="nowrap">사용자명
<!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" /> <!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" />
--> -->
</th> </th>
<td nowrap="nowrap"><input name="userNm" id="userNm" title="사용자명" type="text" value="<c:out value='${userAbsnce.userNm}'/>" size="30" class="readOnlyClass" readonly></td> <td nowrap="nowrap"><input name="userNm" id="userNm" title="사용자명" type="text" value="<c:out value='${userAbsnce.userNm}'/>" size="30" class="readOnlyClass" readonly></td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">부재여부 <th class="required" width="20%" scope="row" nowrap="nowrap">부재여부
<!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" /> <!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" />
--> -->
</th> </th>
@ -90,7 +90,7 @@ function fncUserAbsnceDelete() {
</td> </td>
</tr> </tr>
<tr> <tr>
<th class="required_text" width="20%" scope="row" nowrap="nowrap">등록일시 <th class="required" width="20%" scope="row" nowrap="nowrap">등록일시
<!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" /> <!-- <img src="/images/egovframework/cmm/uss/umt/icon/required.gif" width="15" height="15" alt="" />
--> -->
</th> </th>

@ -38,7 +38,7 @@
</colgroup> </colgroup>
<tbody> <tbody>
<tr> <tr>
<th height="23" class="required_text">사용자아이디 <th height="23" class="required">사용자아이디
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td > <td >
@ -46,7 +46,7 @@
<form:errors path="emplyrId" cssClass="error"/> <form:errors path="emplyrId" cssClass="error"/>
<form:hidden path="uniqId" /> <form:hidden path="uniqId" />
</td> </td>
<th height="23" class="required_text"> <th height="23" class="required">
핸드폰번호&nbsp;&nbsp; 핸드폰번호&nbsp;&nbsp;
</th> </th>
<td > <td >
@ -55,7 +55,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th height="23" class="required_text">비밀번호힌트 <th height="23" class="required">비밀번호힌트
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td> <td>
@ -63,7 +63,7 @@
<form:option value="" label="--선택하세요--" /> <form:option value="" label="--선택하세요--" />
<form:options items="${passwordHint_result}" itemValue="code" itemLabel="codeNm" /> <form:options items="${passwordHint_result}" itemValue="code" itemLabel="codeNm" />
</form:select> <form:errors path="passwordHint" cssClass="error" /></td> </form:select> <form:errors path="passwordHint" cssClass="error" /></td>
<th height="23" class="required_text"> <th height="23" class="required">
비밀번호정답 비밀번호정답
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
@ -74,7 +74,7 @@
</tr> </tr>
<tr> <tr>
<th height="23" class="required_text"> <th height="23" class="required">
이름 이름
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
@ -82,7 +82,7 @@
<form:input path="emplyrNm" id="emplyrNm" cssClass="txaIpt" size="20" maxlength="60" /> <form:input path="emplyrNm" id="emplyrNm" cssClass="txaIpt" size="20" maxlength="60" />
<form:errors path="emplyrNm" cssClass="error" /> <form:errors path="emplyrNm" cssClass="error" />
</td> </td>
<th height="23" class="required_text"> <th height="23" class="required">
소속기관 소속기관
</th> </th>
<td> <td>
@ -95,7 +95,7 @@
</tr> </tr>
<tr> <tr>
<th height="23" class="required_text"> <th height="23" class="required">
조직코드 조직코드
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
@ -106,7 +106,7 @@
</form:select> </form:select>
<form:errors path="orgnztId" cssClass="error" /> <form:errors path="orgnztId" cssClass="error" />
</td> </td>
<th height="23" class="required_text"> <th height="23" class="required">
직위명 직위명
</th> </th>
<td> <td>
@ -115,14 +115,14 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th height="23" class="required_text"> <th height="23" class="required">
이메일주소 이메일주소
</th> </th>
<td> <td>
<form:input path="emailAdres" id="emailAdres" title="이메일주소" cssClass="txaIpt" size="20" maxlength="50" /> <form:input path="emailAdres" id="emailAdres" title="이메일주소" cssClass="txaIpt" size="20" maxlength="50" />
<form:errors path="emailAdres" cssClass="error" /> <form:errors path="emailAdres" cssClass="error" />
</td> </td>
<th height="23" class="required_text"> <th height="23" class="required">
집전화지역번호 집전화지역번호
</th> </th>
<td> <td>
@ -136,14 +136,14 @@
</tr> </tr>
<tr> <tr>
<th height="23" class="required_text"> <th height="23" class="required">
사무실전화번호 사무실전화번호
</th> </th>
<td> <td>
<form:input path="offmTelno" id="offmTelno" title="사무실전화번호" cssClass="txaIpt" size="20" maxlength="15" /> <form:input path="offmTelno" id="offmTelno" title="사무실전화번호" cssClass="txaIpt" size="20" maxlength="15" />
<form:errors path="offmTelno" cssClass="error" /> <form:errors path="offmTelno" cssClass="error" />
</td> </td>
<th height="23" class="required_text"> <th height="23" class="required">
팩스번호 팩스번호
</th> </th>
<td> <td>
@ -153,7 +153,7 @@
</tr> </tr>
<tr> <tr>
<th height="23" class="required_text"> <th height="23" class="required">
주소 주소
</th> </th>
<td> <td>
@ -166,7 +166,7 @@
<form:errors path="zip" cssClass="error" /> <form:errors path="zip" cssClass="error" />
<input name="zip_view" id="zip_view" type="hidden" title="우편번호" size="20" value="<c:out value='${userManageVO.zip}'/>" maxlength="8" readonly="readonly" /> <input name="zip_view" id="zip_view" type="hidden" title="우편번호" size="20" value="<c:out value='${userManageVO.zip}'/>" maxlength="8" readonly="readonly" />
</td> </td>
<th height="23" class="required_text"> <th height="23" class="required">
상세주소 상세주소
</th> </th>
<td> <td>
@ -176,7 +176,7 @@
</tr> </tr>
<tr> <tr>
<th height="23" class="required_text"> <th height="23" class="required">
사용자상태코드 사용자상태코드
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
@ -187,7 +187,7 @@
</form:select> </form:select>
<form:errors path="emplyrSttusCode" cssClass="error" /> <form:errors path="emplyrSttusCode" cssClass="error" />
</td> </td>
<th height="23" class="required_text"> <th height="23" class="required">
그룹아이디 그룹아이디
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>

@ -32,7 +32,7 @@
<p class="pop_title"><spring:message code="comUssUmt.deptUserManage.title" /> ${pageTitle}</p> <p class="pop_title"><spring:message code="comUssUmt.deptUserManage.title" /> ${pageTitle}</p>
<table> <table>
<tr> <tr>
<th width="20%" height="23" class="required_text" nowrap >사용자아이디</th> <th width="20%" height="23" class="required" nowrap >사용자아이디</th>
<td width="80%" nowrap="nowrap"> <td width="80%" nowrap="nowrap">
<input name="emplyrId" id="emplyrId" title="사용자아이디" type="text" size="20" value="<c:out value='${userManageVO.emplyrId}'/>" maxlength="20" readonly="readonly"/> <input name="emplyrId" id="emplyrId" title="사용자아이디" type="text" size="20" value="<c:out value='${userManageVO.emplyrId}'/>" maxlength="20" readonly="readonly"/>
<input name="uniqId" id="uniqId" title="uniqId" type="hidden" size="20" value="<c:out value='${userManageVO.uniqId}'/>"/> <input name="uniqId" id="uniqId" title="uniqId" type="hidden" size="20" value="<c:out value='${userManageVO.uniqId}'/>"/>
@ -40,15 +40,15 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" nowrap >기존 비밀번호</th> <th width="20%" height="23" class="required" nowrap >기존 비밀번호</th>
<td width="80%" nowrap="nowrap"><input name="oldPassword" id="oldPassword" title="기존 비밀번호" type="password" size="20" value="" maxlength="100" /></td> <td width="80%" nowrap="nowrap"><input name="oldPassword" id="oldPassword" title="기존 비밀번호" type="password" size="20" value="" maxlength="100" /></td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" nowrap >비밀번호</th> <th width="20%" height="23" class="required" nowrap >비밀번호</th>
<td width="80%" nowrap="nowrap"><input name="newPassword" id="newPassword" title="비밀번호" type="password" size="20" value="" maxlength="100" /></td> <td width="80%" nowrap="nowrap"><input name="newPassword" id="newPassword" title="비밀번호" type="password" size="20" value="" maxlength="100" /></td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" nowrap >비밀번호확인</th> <th width="20%" height="23" class="required" nowrap >비밀번호확인</th>
<td width="80%" nowrap="nowrap"><input name="newPassword2" id="newPassword2" title="비밀번호확인" type="password" size="20" value="" maxlength="100" /></td> <td width="80%" nowrap="nowrap"><input name="newPassword2" id="newPassword2" title="비밀번호확인" type="password" size="20" value="" maxlength="100" /></td>
</tr> </tr>
</table> </table>

@ -34,7 +34,7 @@
</colgroup> </colgroup>
<tbody> <tbody>
<tr> <tr>
<th height="23" class="required_text">사용자아이디 <th height="23" class="required">사용자아이디
<img src="<c:url value='/'/>resources/images/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resources/images/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td > <td >
@ -45,7 +45,7 @@
</a> </a>
<form:errors path="emplyrId" cssClass="error"/> <form:errors path="emplyrId" cssClass="error"/>
</td> </td>
<th height="23" class="required_text"> <th height="23" class="required">
핸드폰번호&nbsp;&nbsp; 핸드폰번호&nbsp;&nbsp;
</th> </th>
<td > <td >
@ -55,14 +55,14 @@
</tr> </tr>
<tr> <tr>
<th height="23" class="required_text" >비밀번호 <th height="23" class="required" >비밀번호
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td > <td >
<form:password path="password" id="password" title="비밀번호" size="20" maxlength="20" /> <form:password path="password" id="password" title="비밀번호" size="20" maxlength="20" />
<form:errors path="password" cssClass="error" /> <form:errors path="password" cssClass="error" />
</td> </td>
<th height="23" class="required_text" > <th height="23" class="required" >
비밀번호확인 비밀번호확인
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
@ -72,7 +72,7 @@
</tr> </tr>
<tr> <tr>
<th height="23" class="required_text">비밀번호힌트 <th height="23" class="required">비밀번호힌트
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td> <td>
@ -81,7 +81,7 @@
<form:options items="${passwordHint_result}" itemValue="code" itemLabel="codeNm" /> <form:options items="${passwordHint_result}" itemValue="code" itemLabel="codeNm" />
</form:select> <form:errors path="passwordHint" cssClass="error" /> </form:select> <form:errors path="passwordHint" cssClass="error" />
</td> </td>
<th height="23" class="required_text"> <th height="23" class="required">
비밀번호정답 비밀번호정답
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
@ -92,14 +92,14 @@
</tr> </tr>
<tr> <tr>
<th height="23" class="required_text"> <th height="23" class="required">
이름 이름
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td> <td>
<input name="emplyrNm" id="emplyrNm" title="사용자이름" type="text" size="20" value="" maxlength="60" /> <form:errors path="emplyrNm" cssClass="error" /> <input name="emplyrNm" id="emplyrNm" title="사용자이름" type="text" size="20" value="" maxlength="60" /> <form:errors path="emplyrNm" cssClass="error" />
</td> </td>
<th height="23" class="required_text"> <th height="23" class="required">
소속기관 소속기관
</th> </th>
<td> <td>
@ -112,7 +112,7 @@
</tr> </tr>
<tr> <tr>
<th height="23" class="required_text"> <th height="23" class="required">
조직코드 조직코드
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
@ -123,7 +123,7 @@
</form:select> </form:select>
<form:errors path="orgnztId" cssClass="error" /> <form:errors path="orgnztId" cssClass="error" />
</td> </td>
<th height="23" class="required_text"> <th height="23" class="required">
직위명 직위명
</th> </th>
<td> <td>
@ -132,14 +132,14 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th height="23" class="required_text"> <th height="23" class="required">
이메일주소 이메일주소
</th> </th>
<td> <td>
<form:input path="emailAdres" id="emailAdres" title="이메일주소" cssClass="txaIpt" size="20" maxlength="50" /> <form:input path="emailAdres" id="emailAdres" title="이메일주소" cssClass="txaIpt" size="20" maxlength="50" />
<form:errors path="emailAdres" cssClass="error" /> <form:errors path="emailAdres" cssClass="error" />
</td> </td>
<th height="23" class="required_text"> <th height="23" class="required">
집전화지역번호 집전화지역번호
</th> </th>
<td> <td>
@ -153,14 +153,14 @@
</tr> </tr>
<tr> <tr>
<th height="23" class="required_text"> <th height="23" class="required">
사무실전화번호 사무실전화번호
</th> </th>
<td> <td>
<form:input path="offmTelno" id="offmTelno" title="사무실전화번호" cssClass="txaIpt" size="20" maxlength="15" /> <form:input path="offmTelno" id="offmTelno" title="사무실전화번호" cssClass="txaIpt" size="20" maxlength="15" />
<form:errors path="offmTelno" cssClass="error" /> <form:errors path="offmTelno" cssClass="error" />
</td> </td>
<th height="23" class="required_text"> <th height="23" class="required">
팩스번호 팩스번호
</th> </th>
<td> <td>
@ -170,7 +170,7 @@
</tr> </tr>
<tr> <tr>
<th height="23" class="required_text"> <th height="23" class="required">
주소 주소
</th> </th>
<td> <td>
@ -183,7 +183,7 @@
<form:errors path="zip" cssClass="error" /> <form:errors path="zip" cssClass="error" />
<input name="zip_view" id="zip_view" type="hidden" title="우편번호" size="20" value="<c:out value='${userManageVO.zip}'/>" maxlength="8" readonly="readonly" /> <input name="zip_view" id="zip_view" type="hidden" title="우편번호" size="20" value="<c:out value='${userManageVO.zip}'/>" maxlength="8" readonly="readonly" />
</td> </td>
<th height="23" class="required_text"> <th height="23" class="required">
상세주소 상세주소
</th> </th>
<td> <td>
@ -193,7 +193,7 @@
</tr> </tr>
<tr> <tr>
<th height="23" class="required_text"> <th height="23" class="required">
사용자상태코드 사용자상태코드
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
@ -204,7 +204,7 @@
</form:select> </form:select>
<form:errors path="emplyrSttusCode" cssClass="error" /> <form:errors path="emplyrSttusCode" cssClass="error" />
</td> </td>
<th height="23" class="required_text"> <th height="23" class="required">
그룹아이디 그룹아이디
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>

@ -163,7 +163,7 @@ table {
</colgroup> </colgroup>
<tbody> <tbody>
<tr> <tr>
<th height="23" class="required_text" >사용자아이디 <th height="23" class="required" >사용자아이디
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td> <td>
@ -171,14 +171,14 @@ table {
<form:errors path="emplyrId" cssClass="error"/> <form:errors path="emplyrId" cssClass="error"/>
<form:hidden path="uniqId" /> <form:hidden path="uniqId" />
</td> </td>
<th height="23" class="required_text" >핸드폰번호&nbsp;&nbsp;</th> <th height="23" class="required" >핸드폰번호&nbsp;&nbsp;</th>
<td> <td>
<form:input path="moblphonNo" id="moblphonNo" cssClass="txaIpt" size="20" maxlength="15" /> <form:input path="moblphonNo" id="moblphonNo" cssClass="txaIpt" size="20" maxlength="15" />
<form:errors path="moblphonNo" cssClass="error" /> <form:errors path="moblphonNo" cssClass="error" />
</td> </td>
</tr> </tr>
<tr> <tr>
<th height="23" class="required_text" >비밀번호힌트 <th height="23" class="required" >비밀번호힌트
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td> <td>
@ -188,7 +188,7 @@ table {
</form:select> </form:select>
<form:errors path="passwordHint" cssClass="error"/> <form:errors path="passwordHint" cssClass="error"/>
</td> </td>
<th height="23" class="required_text" >비밀번호정답 <th height="23" class="required" >비밀번호정답
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td> <td>
@ -198,14 +198,14 @@ table {
</tr> </tr>
<tr> <tr>
<th height="23" class="required_text">이름 <th height="23" class="required">이름
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td> <td>
<form:input path="emplyrNm" id="emplyrNm" cssClass="txaIpt" size="20" maxlength="60" /> <form:input path="emplyrNm" id="emplyrNm" cssClass="txaIpt" size="20" maxlength="60" />
<form:errors path="emplyrNm" cssClass="error" /> <form:errors path="emplyrNm" cssClass="error" />
</td> </td>
<th height="23" class="required_text">소속기관&nbsp;&nbsp;</th> <th height="23" class="required">소속기관&nbsp;&nbsp;</th>
<td> <td>
<form:select path="insttCode" id="insttCode"> <form:select path="insttCode" id="insttCode">
<form:option value="" label="--선택하세요--"/> <form:option value="" label="--선택하세요--"/>
@ -216,7 +216,7 @@ table {
</tr> </tr>
<tr> <tr>
<th height="23" class="required_text">부서 <th height="23" class="required">부서
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td> <td>
@ -226,7 +226,7 @@ table {
</form:select> </form:select>
<form:errors path="orgnztId" cssClass="error"/> <form:errors path="orgnztId" cssClass="error"/>
</td> </td>
<th height="23" class="required_text" >직위명&nbsp;&nbsp;</th> <th height="23" class="required" >직위명&nbsp;&nbsp;</th>
<td> <td>
<form:input path="ofcpsNm" id="ofcpsNm" cssClass="txaIpt" size="20" maxlength="30" /> <form:input path="ofcpsNm" id="ofcpsNm" cssClass="txaIpt" size="20" maxlength="30" />
<form:errors path="ofcpsNm" cssClass="error" /> <form:errors path="ofcpsNm" cssClass="error" />
@ -234,13 +234,13 @@ table {
</tr> </tr>
<tr> <tr>
<th height="23" class="required_text" >이메일주소 <th height="23" class="required" >이메일주소
</th> </th>
<td> <td>
<form:input path="emailAdres" id="emailAdres" cssClass="txaIpt" size="20" maxlength="50" /> <form:input path="emailAdres" id="emailAdres" cssClass="txaIpt" size="20" maxlength="50" />
<form:errors path="emailAdres" cssClass="error" /> <form:errors path="emailAdres" cssClass="error" />
</td> </td>
<th height="23" class="required_text" >집전화지역번호 <th height="23" class="required" >집전화지역번호
</th> </th>
<td> <td>
<form:input path="areaNo" id="areaNo" cssClass="txaIpt" size="4" maxlength="4" /> <form:input path="areaNo" id="areaNo" cssClass="txaIpt" size="4" maxlength="4" />
@ -253,12 +253,12 @@ table {
</tr> </tr>
<tr> <tr>
<th height="23" class="required_text" >사무실전화번호</th> <th height="23" class="required" >사무실전화번호</th>
<td > <td >
<form:input path="offmTelno" id="offmTelno" cssClass="txaIpt" size="20" maxlength="15" /> <form:input path="offmTelno" id="offmTelno" cssClass="txaIpt" size="20" maxlength="15" />
<form:errors path="offmTelno" cssClass="error" /> <form:errors path="offmTelno" cssClass="error" />
</td> </td>
<th height="23" class="required_text" >팩스번호</th> <th height="23" class="required" >팩스번호</th>
<td> <td>
<form:input path="fxnum" id="fxnum" cssClass="txaIpt" size="20" maxlength="15" /> <form:input path="fxnum" id="fxnum" cssClass="txaIpt" size="20" maxlength="15" />
<form:errors path="fxnum" cssClass="error" /> <form:errors path="fxnum" cssClass="error" />
@ -266,7 +266,7 @@ table {
</tr> </tr>
<tr> <tr>
<th height="23" class="required_text" >주소 <th height="23" class="required" >주소
</th> </th>
<td > <td >
<form:input path="homeadres" id="homeadres" style="width: 50%" cssClass="txaIpt" size="40" maxlength="100" readonly="readonly"/> <form:input path="homeadres" id="homeadres" style="width: 50%" cssClass="txaIpt" size="40" maxlength="100" readonly="readonly"/>
@ -279,7 +279,7 @@ table {
</a> </a>
<form:errors path="zip" cssClass="error" /> <form:errors path="zip" cssClass="error" />
</td> </td>
<th height="23" class="required_text" >상세주소&nbsp;&nbsp;</th> <th height="23" class="required" >상세주소&nbsp;&nbsp;</th>
<td> <td>
<form:input path="detailAdres" id="detailAdres" cssClass="txaIpt" size="40" maxlength="50" /> <form:input path="detailAdres" id="detailAdres" cssClass="txaIpt" size="40" maxlength="50" />
<form:errors path="detailAdres" cssClass="error" /> <form:errors path="detailAdres" cssClass="error" />
@ -287,7 +287,7 @@ table {
</tr> </tr>
<tr> <tr>
<th height="23" class="required_text" > 사용자상태코드 <th height="23" class="required" > 사용자상태코드
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td > <td >
@ -297,7 +297,7 @@ table {
</form:select> </form:select>
<form:errors path="emplyrSttusCode" cssClass="error"/> <form:errors path="emplyrSttusCode" cssClass="error"/>
</td> </td>
<th height="23" class="required_text" >권한그룹 <th height="23" class="required" >권한그룹
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td> <td>

@ -95,7 +95,7 @@ table {
<div class="modify_user" > <div class="modify_user" >
<table> <table>
<tr> <tr>
<th width="20%" height="23" class="required_text" >사용자아이디 <th width="20%" height="23" class="required" >사용자아이디
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td width="30%" > <td width="30%" >
@ -103,14 +103,14 @@ table {
<form:errors path="emplyrId" cssClass="error"/> <form:errors path="emplyrId" cssClass="error"/>
<form:hidden path="uniqId" /> <form:hidden path="uniqId" />
</td> </td>
<th width="20%" height="23" class="required_text" >핸드폰번호&nbsp;&nbsp;</th> <th width="20%" height="23" class="required" >핸드폰번호&nbsp;&nbsp;</th>
<td width="30%" > <td width="30%" >
<form:input path="moblphonNo" id="moblphonNo" cssClass="txaIpt" size="20" maxlength="15" /> <form:input path="moblphonNo" id="moblphonNo" cssClass="txaIpt" size="20" maxlength="15" />
<form:errors path="moblphonNo" cssClass="error" /> <form:errors path="moblphonNo" cssClass="error" />
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" >비밀번호힌트 <th width="20%" height="23" class="required" >비밀번호힌트
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td width="30%" > <td width="30%" >
@ -120,7 +120,7 @@ table {
</form:select> </form:select>
<form:errors path="passwordHint" cssClass="error"/> <form:errors path="passwordHint" cssClass="error"/>
</td> </td>
<th width="20%" height="23" class="required_text" >비밀번호정답 <th width="20%" height="23" class="required" >비밀번호정답
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td width="30%" > <td width="30%" >
@ -130,14 +130,14 @@ table {
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text">이름 <th width="20%" height="23" class="required">이름
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td width="30%" > <td width="30%" >
<form:input path="emplyrNm" id="emplyrNm" cssClass="txaIpt" size="20" maxlength="60" /> <form:input path="emplyrNm" id="emplyrNm" cssClass="txaIpt" size="20" maxlength="60" />
<form:errors path="emplyrNm" cssClass="error" /> <form:errors path="emplyrNm" cssClass="error" />
</td> </td>
<th width="20%" height="23" class="required_text">소속기관&nbsp;&nbsp;</th> <th width="20%" height="23" class="required">소속기관&nbsp;&nbsp;</th>
<td width="30%" > <td width="30%" >
<form:select path="insttCode" id="insttCode"> <form:select path="insttCode" id="insttCode">
<form:option value="" label="--선택하세요--"/> <form:option value="" label="--선택하세요--"/>
@ -148,7 +148,7 @@ table {
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text">부서 <th width="20%" height="23" class="required">부서
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td width="30%" > <td width="30%" >
@ -158,7 +158,7 @@ table {
</form:select> </form:select>
<form:errors path="orgnztId" cssClass="error"/> <form:errors path="orgnztId" cssClass="error"/>
</td> </td>
<th width="20%" height="23" class="required_text" >직위명&nbsp;&nbsp;</th> <th width="20%" height="23" class="required" >직위명&nbsp;&nbsp;</th>
<td width="30%" > <td width="30%" >
<form:input path="ofcpsNm" id="ofcpsNm" cssClass="txaIpt" size="20" maxlength="30" /> <form:input path="ofcpsNm" id="ofcpsNm" cssClass="txaIpt" size="20" maxlength="30" />
<form:errors path="ofcpsNm" cssClass="error" /> <form:errors path="ofcpsNm" cssClass="error" />
@ -166,13 +166,13 @@ table {
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" >이메일주소 <th width="20%" height="23" class="required" >이메일주소
</th> </th>
<td width="30%" > <td width="30%" >
<form:input path="emailAdres" id="emailAdres" cssClass="txaIpt" size="20" maxlength="50" /> <form:input path="emailAdres" id="emailAdres" cssClass="txaIpt" size="20" maxlength="50" />
<form:errors path="emailAdres" cssClass="error" /> <form:errors path="emailAdres" cssClass="error" />
</td> </td>
<th width="20%" height="23" class="required_text" >집전화지역번호 <th width="20%" height="23" class="required" >집전화지역번호
</th> </th>
<td width="30%" > <td width="30%" >
<form:input path="areaNo" id="areaNo" cssClass="txaIpt" size="4" maxlength="4" /> <form:input path="areaNo" id="areaNo" cssClass="txaIpt" size="4" maxlength="4" />
@ -185,12 +185,12 @@ table {
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" >사무실전화번호</th> <th width="20%" height="23" class="required" >사무실전화번호</th>
<td width="30%" > <td width="30%" >
<form:input path="offmTelno" id="offmTelno" cssClass="txaIpt" size="20" maxlength="15" /> <form:input path="offmTelno" id="offmTelno" cssClass="txaIpt" size="20" maxlength="15" />
<form:errors path="offmTelno" cssClass="error" /> <form:errors path="offmTelno" cssClass="error" />
</td> </td>
<th width="20%" height="23" class="required_text" >팩스번호</th> <th width="20%" height="23" class="required" >팩스번호</th>
<td width="30%" > <td width="30%" >
<form:input path="fxnum" id="fxnum" cssClass="txaIpt" size="20" maxlength="15" /> <form:input path="fxnum" id="fxnum" cssClass="txaIpt" size="20" maxlength="15" />
<form:errors path="fxnum" cssClass="error" /> <form:errors path="fxnum" cssClass="error" />
@ -198,7 +198,7 @@ table {
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" >주소 <th width="20%" height="23" class="required" >주소
</th> </th>
<td width="30%" > <td width="30%" >
<form:input path="homeadres" id="homeadres" cssClass="txaIpt" size="40" maxlength="100" readonly="readonly"/> <form:input path="homeadres" id="homeadres" cssClass="txaIpt" size="40" maxlength="100" readonly="readonly"/>
@ -210,7 +210,7 @@ table {
</a> </a>
<form:errors path="zip" cssClass="error" /> <form:errors path="zip" cssClass="error" />
</td> </td>
<th width="20%" height="23" class="required_text" >상세주소&nbsp;&nbsp;</th> <th width="20%" height="23" class="required" >상세주소&nbsp;&nbsp;</th>
<td width="30%" > <td width="30%" >
<form:input path="detailAdres" id="detailAdres" cssClass="txaIpt" size="40" maxlength="50" /> <form:input path="detailAdres" id="detailAdres" cssClass="txaIpt" size="40" maxlength="50" />
<form:errors path="detailAdres" cssClass="error" /> <form:errors path="detailAdres" cssClass="error" />
@ -218,7 +218,7 @@ table {
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" > 사용자상태코드 <th width="20%" height="23" class="required" > 사용자상태코드
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td width="30%" > <td width="30%" >
@ -228,7 +228,7 @@ table {
</form:select> </form:select>
<form:errors path="emplyrSttusCode" cssClass="error"/> <form:errors path="emplyrSttusCode" cssClass="error"/>
</td> </td>
<th width="20%" height="23" class="required_text" >권한그룹 <th width="20%" height="23" class="required" >권한그룹
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td width="30%" > <td width="30%" >

@ -68,7 +68,7 @@ function fnUpdate(){
<table> <table>
<tr> <tr>
<th width="20%" height="23" class="required_text" nowrap >사용자아이디</th> <th width="20%" height="23" class="required" nowrap >사용자아이디</th>
<td width="80%" nowrap="nowrap"> <td width="80%" nowrap="nowrap">
<input name="emplyrId" id="emplyrId" title="사용자아이디" type="text" size="20" value="<c:out value='${userManageVO.emplyrId}'/>" maxlength="20" readonly="readonly"/> <input name="emplyrId" id="emplyrId" title="사용자아이디" type="text" size="20" value="<c:out value='${userManageVO.emplyrId}'/>" maxlength="20" readonly="readonly"/>
<input name="uniqId" id="uniqId" title="uniqId" type="hidden" size="20" value="<c:out value='${userManageVO.uniqId}'/>"/> <input name="uniqId" id="uniqId" title="uniqId" type="hidden" size="20" value="<c:out value='${userManageVO.uniqId}'/>"/>
@ -76,15 +76,15 @@ function fnUpdate(){
</td> </td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" nowrap >기존 비밀번호</th> <th width="20%" height="23" class="required" nowrap >기존 비밀번호</th>
<td width="80%" nowrap="nowrap"><input name="oldPassword" id="oldPassword" title="기존 비밀번호" type="password" size="20" value="" maxlength="100" /></td> <td width="80%" nowrap="nowrap"><input name="oldPassword" id="oldPassword" title="기존 비밀번호" type="password" size="20" value="" maxlength="100" /></td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" nowrap >비밀번호</th> <th width="20%" height="23" class="required" nowrap >비밀번호</th>
<td width="80%" nowrap="nowrap"><input name="newPassword" id="newPassword" title="비밀번호" type="password" size="20" value="" maxlength="100" /></td> <td width="80%" nowrap="nowrap"><input name="newPassword" id="newPassword" title="비밀번호" type="password" size="20" value="" maxlength="100" /></td>
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" nowrap >비밀번호확인</th> <th width="20%" height="23" class="required" nowrap >비밀번호확인</th>
<td width="80%" nowrap="nowrap"><input name="newPassword2" id="newPassword2" title="비밀번호확인" type="password" size="20" value="" maxlength="100" /></td> <td width="80%" nowrap="nowrap"><input name="newPassword2" id="newPassword2" title="비밀번호확인" type="password" size="20" value="" maxlength="100" /></td>
</tr> </tr>
</table> </table>

@ -101,7 +101,7 @@ table {
<div class="modify_user" > <div class="modify_user" >
<table> <table>
<tr> <tr>
<th width="20%" height="23" class="required_text">사용자아이디 <th width="20%" height="23" class="required">사용자아이디
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td width="30%" > <td width="30%" >
@ -112,7 +112,7 @@ table {
</a> </a>
<form:errors path="emplyrId" cssClass="error"/> <form:errors path="emplyrId" cssClass="error"/>
</td> </td>
<th width="20%" height="23" class="required_text">핸드폰번호&nbsp;&nbsp;</th> <th width="20%" height="23" class="required">핸드폰번호&nbsp;&nbsp;</th>
<td width="30%" > <td width="30%" >
<form:input path="moblphonNo" id="moblphonNo" title="핸드폰번호" cssClass="txaIpt" size="20" maxlength="15" /> <form:input path="moblphonNo" id="moblphonNo" title="핸드폰번호" cssClass="txaIpt" size="20" maxlength="15" />
<form:errors path="moblphonNo" cssClass="error" /> <form:errors path="moblphonNo" cssClass="error" />
@ -120,14 +120,14 @@ table {
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" >비밀번호 <th width="20%" height="23" class="required" >비밀번호
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td width="30%" > <td width="30%" >
<form:password path="password" id="password" title="비밀번호" size="20" maxlength="20" /> <form:password path="password" id="password" title="비밀번호" size="20" maxlength="20" />
<form:errors path="password" cssClass="error" /> <form:errors path="password" cssClass="error" />
</td> </td>
<th width="20%" height="23" class="required_text" >비밀번호확인 <th width="20%" height="23" class="required" >비밀번호확인
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td width="30%" > <td width="30%" >
@ -136,7 +136,7 @@ table {
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text" >비밀번호힌트 <th width="20%" height="23" class="required" >비밀번호힌트
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td width="30%" > <td width="30%" >
@ -146,7 +146,7 @@ table {
</form:select> </form:select>
<form:errors path="passwordHint" cssClass="error"/> <form:errors path="passwordHint" cssClass="error"/>
</td> </td>
<th width="20%" height="23" class="required_text" >비밀번호정답 <th width="20%" height="23" class="required" >비밀번호정답
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td width="30%" > <td width="30%" >
@ -156,14 +156,14 @@ table {
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text">이름 <th width="20%" height="23" class="required">이름
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td width="30%" > <td width="30%" >
<input name="emplyrNm" id="emplyrNm" title="사용자이름" type="text" size="20" value="" maxlength="60" /> <input name="emplyrNm" id="emplyrNm" title="사용자이름" type="text" size="20" value="" maxlength="60" />
<form:errors path="emplyrNm" cssClass="error" /> <form:errors path="emplyrNm" cssClass="error" />
</td> </td>
<th width="20%" height="23" class="required_text">소속기관</th> <th width="20%" height="23" class="required">소속기관</th>
<td width="30%" > <td width="30%" >
<form:select path="insttCode" id="insttCode" title="소속기관"> <form:select path="insttCode" id="insttCode" title="소속기관">
<form:option value="" label="--선택하세요--"/> <form:option value="" label="--선택하세요--"/>
@ -174,7 +174,7 @@ table {
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text">조직코드 <th width="20%" height="23" class="required">조직코드
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td width="30%" > <td width="30%" >
@ -184,7 +184,7 @@ table {
</form:select> </form:select>
<form:errors path="orgnztId" cssClass="error"/> <form:errors path="orgnztId" cssClass="error"/>
</td> </td>
<th width="20%" height="23" class="required_text" >직위명</th> <th width="20%" height="23" class="required" >직위명</th>
<td width="30%" > <td width="30%" >
<form:input path="ofcpsNm" id="ofcpsNm" title="직위명" cssClass="txaIpt" size="20" maxlength="30" /> <form:input path="ofcpsNm" id="ofcpsNm" title="직위명" cssClass="txaIpt" size="20" maxlength="30" />
<form:errors path="ofcpsNm" cssClass="error" /> <form:errors path="ofcpsNm" cssClass="error" />
@ -192,12 +192,12 @@ table {
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text">이메일주소</th> <th width="20%" height="23" class="required">이메일주소</th>
<td width="30%"> <td width="30%">
<form:input path="emailAdres" id="emailAdres" title="이메일주소" cssClass="txaIpt" size="20" maxlength="50" /> <form:input path="emailAdres" id="emailAdres" title="이메일주소" cssClass="txaIpt" size="20" maxlength="50" />
<form:errors path="emailAdres" cssClass="error" /> <form:errors path="emailAdres" cssClass="error" />
</td> </td>
<th width="20%" height="23" class="required_text">집전화지역번호 <th width="20%" height="23" class="required">집전화지역번호
</th> </th>
<td width="30%" > <td width="30%" >
<form:input path="areaNo" id="areaNo" title="areaNo" cssClass="txaIpt" size="5" maxlength="5" /> <form:input path="areaNo" id="areaNo" title="areaNo" cssClass="txaIpt" size="5" maxlength="5" />
@ -210,12 +210,12 @@ table {
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text">사무실전화번호</th> <th width="20%" height="23" class="required">사무실전화번호</th>
<td width="30%" > <td width="30%" >
<form:input path="offmTelno" id="offmTelno" title="사무실전화번호" cssClass="txaIpt" size="20" maxlength="15" /> <form:input path="offmTelno" id="offmTelno" title="사무실전화번호" cssClass="txaIpt" size="20" maxlength="15" />
<form:errors path="offmTelno" cssClass="error" /> <form:errors path="offmTelno" cssClass="error" />
</td> </td>
<th width="20%" height="23" class="required_text">팩스번호</th> <th width="20%" height="23" class="required">팩스번호</th>
<td width="30%" > <td width="30%" >
<form:input path="fxnum" id="fxnum" cssClass="txaIpt" title="팩스번호" size="20" maxlength="15" /> <form:input path="fxnum" id="fxnum" cssClass="txaIpt" title="팩스번호" size="20" maxlength="15" />
<form:errors path="fxnum" cssClass="error" /> <form:errors path="fxnum" cssClass="error" />
@ -223,7 +223,7 @@ table {
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text">주소</th> <th width="20%" height="23" class="required">주소</th>
<td width="30%" > <td width="30%" >
<form:input path="homeadres" id="homeadres" title="주소" cssClass="txaIpt" size="40" maxlength="100" readonly="true" /> <form:input path="homeadres" id="homeadres" title="주소" cssClass="txaIpt" size="40" maxlength="100" readonly="true" />
<form:errors path="homeadres" cssClass="error" /> <form:errors path="homeadres" cssClass="error" />
@ -234,7 +234,7 @@ table {
<form:errors path="zip" cssClass="error" /> <form:errors path="zip" cssClass="error" />
<input name="zip_view" id="zip_view" type="hidden" title="우편번호" size="20" value="<c:out value='${userManageVO.zip}'/>" maxlength="8" readonly="readonly" /> <input name="zip_view" id="zip_view" type="hidden" title="우편번호" size="20" value="<c:out value='${userManageVO.zip}'/>" maxlength="8" readonly="readonly" />
</td> </td>
<th width="20%" height="23" class="required_text" >상세주소</th> <th width="20%" height="23" class="required" >상세주소</th>
<td width="30%" > <td width="30%" >
<form:input path="detailAdres" id="detailAdres" title="상세주소" cssClass="txaIpt" size="40" maxlength="50" /> <form:input path="detailAdres" id="detailAdres" title="상세주소" cssClass="txaIpt" size="40" maxlength="50" />
<form:errors path="detailAdres" cssClass="error" /> <form:errors path="detailAdres" cssClass="error" />
@ -242,7 +242,7 @@ table {
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required_text">사용자상태코드 <th width="20%" height="23" class="required">사용자상태코드
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td width="30%" > <td width="30%" >
@ -252,7 +252,7 @@ table {
</form:select> </form:select>
<form:errors path="emplyrSttusCode" cssClass="error"/> <form:errors path="emplyrSttusCode" cssClass="error"/>
</td> </td>
<th width="20%" height="23" class="required_text">그룹아이디 <th width="20%" height="23" class="required">그룹아이디
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" /> <img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
</th> </th>
<td width="30%" > <td width="30%" >

@ -391,7 +391,7 @@ input.cb {background-color:transparent;border:0px;}
font-weight: bold ; vertical-align: middle} font-weight: bold ; vertical-align: middle}
/* 필수 입력 항목 캡션 */ /* 필수 입력 항목 캡션 */
.required_text { font-family:"돋움"; font-size:9pt; color:#2E4B90 ; .required { font-family:"돋움"; font-size:9pt; color:#2E4B90 ;
font-weight: bold ; padding-right:3px; text-align: right ; vertical-align: middle} font-weight: bold ; padding-right:3px; text-align: right ; vertical-align: middle}
.text1{color:#FF8903; } .text1{color:#FF8903; }

@ -1982,3 +1982,8 @@ div.guide ul:first-child > li{
div.guide ul li{ div.guide ul li{
margin-top: 5px; margin-top: 5px;
} }
.required label:after {
content: '*';
color: red;
}

@ -341,7 +341,7 @@ input.cb {background-color:transparent;border:0px;}
font-weight: bold ; vertical-align: middle} font-weight: bold ; vertical-align: middle}
/* 필수 입력 항목 캡션 */ /* 필수 입력 항목 캡션 */
.required_text { font-family:"돋움"; font-size:9pt; color:#2E4B90 ; .required { font-family:"돋움"; font-size:9pt; color:#2E4B90 ;
font-weight: bold ; padding-right:3px; text-align: right ; vertical-align: middle} font-weight: bold ; padding-right:3px; text-align: right ; vertical-align: middle}

Loading…
Cancel
Save