이준호 전자조정시스템 커밋

- 수정요청사항 적용
This commit is contained in:
leejunho 2023-08-29 12:09:00 +09:00
parent f9e38fbb41
commit 8c54e0be60
61 changed files with 100 additions and 100 deletions

View File

@ -79,7 +79,7 @@ public class PgrCmmVO implements Serializable {
private String registDay; private String registDay;
private String registTime; private String registTime;
private String reqCn1; // 사건내용(신청취지) private String reqCn1; // 사건내용(신청취지)
private String reqCn2; // 사건내용(신청원인) private String reqCn2; // 사건내용(신청이유)
private String reqOlCd; // 온_오프라인_신청구분 private String reqOlCd; // 온_오프라인_신청구분
private String reqOlCdTx; private String reqOlCdTx;

View File

@ -13,7 +13,7 @@ import kcc.kccadr.adjPgrMgr.cclt.service.ConciliatorManageVO;
* @description : * @description :
* @exmp_cd * @exmp_cd
* - 01 : 신청취지 * - 01 : 신청취지
* - 02 : 신청원인 * - 02 : 신청이유
* - 03 : 의견 * - 03 : 의견
* - 04 : 답변서 * - 04 : 답변서
* - 05 : 사건진행도움말 * - 05 : 사건진행도움말

View File

@ -31,7 +31,7 @@ public class AdjReqMgrOffLineVO extends ComDefaultVO implements Serializable {
private String statCd = ""; // 조정사건상태 private String statCd = ""; // 조정사건상태
private String reqOlCd = ""; // 온_오프라인_신청구분 private String reqOlCd = ""; // 온_오프라인_신청구분
private String reqCn1 = ""; // 신청취지 private String reqCn1 = ""; // 신청취지
private String reqCn2 = ""; // 신청원인 private String reqCn2 = ""; // 신청이유
private String reqTy = ""; // 신청유형 private String reqTy = ""; // 신청유형
private String ccTy = ""; // 저작물종류 private String ccTy = ""; // 저작물종류
private String sbmtYn = ""; // 제출여부 private String sbmtYn = ""; // 제출여부

View File

@ -55,7 +55,7 @@ public class AdjReqMgrPastVO extends ComDefaultVO implements Serializable {
private String statTx = ""; // 조정사건상태 private String statTx = ""; // 조정사건상태
private String reqOlCd = ""; // 온_오프라인_신청구분 private String reqOlCd = ""; // 온_오프라인_신청구분
private String reqCn1 = ""; // 신청취지 private String reqCn1 = ""; // 신청취지
private String reqCn2 = ""; // 신청원인 private String reqCn2 = ""; // 신청이유
private String reqTy = ""; // 신청유형 private String reqTy = ""; // 신청유형
private String ccTy = ""; // 저작물종류 private String ccTy = ""; // 저작물종류
private String sbmtYn = ""; // 제출여부 private String sbmtYn = ""; // 제출여부

View File

@ -41,7 +41,7 @@ public class AdjReqMgrVO extends ComDefaultVO implements Serializable{
private String statCd = ""; // 조정사건상태 private String statCd = ""; // 조정사건상태
private String reqOlCd = ""; // 온_오프라인_신청구분 private String reqOlCd = ""; // 온_오프라인_신청구분
private String reqCn1 = ""; // 신청취지 private String reqCn1 = ""; // 신청취지
private String reqCn2 = ""; // 신청원인 private String reqCn2 = ""; // 신청이유
private String reqTy = ""; // 신청유형 private String reqTy = ""; // 신청유형
private String ccTy = ""; // 저작물종류 private String ccTy = ""; // 저작물종류
private String sbmtYn = ""; // 제출여부 private String sbmtYn = ""; // 제출여부

View File

@ -1267,7 +1267,7 @@ public class AdjReqMgrController {
String adrNo = adjReqVO.getAdrNo(); //조정사건번호 String adrNo = adjReqVO.getAdrNo(); //조정사건번호
//엔터문자 변경해주기 - \n\r -> \\n\\r로 json 데이터 전달해야한다고 (오즈리포트) //엔터문자 변경해주기 - \n\r -> \\n\\r로 json 데이터 전달해야한다고 (오즈리포트)
String reqCn1 = adjReqVO.getReqCn1().replaceAll("\r\n", "\\\\r\\\\n"); //신청취지 String reqCn1 = adjReqVO.getReqCn1().replaceAll("\r\n", "\\\\r\\\\n"); //신청취지
String reqCn2 = adjReqVO.getReqCn2().replaceAll("\r\n", "\\\\r\\\\n"); //신청원인 String reqCn2 = adjReqVO.getReqCn2().replaceAll("\r\n", "\\\\r\\\\n"); //신청이유
if(StringUtil.isNotEmpty(rpplNm)) { if(StringUtil.isNotEmpty(rpplNm)) {

View File

@ -45,7 +45,7 @@ public class AdjstReqVO extends ComDefaultVO implements Serializable {
private String statNm = ""; // 조정사건상태명 private String statNm = ""; // 조정사건상태명
private String reqOlCd = ""; // 온_오프라인_신청구분 private String reqOlCd = ""; // 온_오프라인_신청구분
private String reqCn1 = ""; // 신청취지 private String reqCn1 = ""; // 신청취지
private String reqCn2 = ""; // 신청원인 private String reqCn2 = ""; // 신청이유
private String reqTy = ""; // 신청유형 private String reqTy = ""; // 신청유형
private String ccTy = ""; // 저작물종류 private String ccTy = ""; // 저작물종류
private String sbmtYn = ""; // 제출여부 private String sbmtYn = ""; // 제출여부

View File

@ -1708,7 +1708,7 @@ public class AdjstReqWebController {
String adrNo = adjReqVO.getAdrNo(); //조정사건번호 String adrNo = adjReqVO.getAdrNo(); //조정사건번호
//엔터문자 변경해주기 - \n\r -> \\n\\r로 json 데이터 전달해야한다고 (오즈리포트) //엔터문자 변경해주기 - \n\r -> \\n\\r로 json 데이터 전달해야한다고 (오즈리포트)
String reqCn1 = adjReqVO.getReqCn1().replaceAll("\r\n", "\\\\r\\\\n"); //신청취지 String reqCn1 = adjReqVO.getReqCn1().replaceAll("\r\n", "\\\\r\\\\n"); //신청취지
String reqCn2 = adjReqVO.getReqCn2().replaceAll("\r\n", "\\\\r\\\\n"); //신청원인 String reqCn2 = adjReqVO.getReqCn2().replaceAll("\r\n", "\\\\r\\\\n"); //신청이유
// 조정신청 3step 미리보기 신청 취지/원인에 데이터가 없으면 'null data' 찍혀서 공백을 띄어쓰기 한칸으로 넣기_이준호_221226 // 조정신청 3step 미리보기 신청 취지/원인에 데이터가 없으면 'null data' 찍혀서 공백을 띄어쓰기 한칸으로 넣기_이준호_221226
if("".equals(reqCn1)) { if("".equals(reqCn1)) {

View File

@ -479,7 +479,7 @@ public class OzSchdExportUtil {
String adrNo = adjReqVO.getAdrNo(); //조정사건번호 String adrNo = adjReqVO.getAdrNo(); //조정사건번호
//엔터문자 변경해주기 - \n\r -> \\n\\r로 json 데이터 전달해야한다고 (오즈리포트) //엔터문자 변경해주기 - \n\r -> \\n\\r로 json 데이터 전달해야한다고 (오즈리포트)
String reqCn1 = adjReqVO.getReqCn1().replaceAll("\r\n", "\\\\r\\\\n"); //신청취지 String reqCn1 = adjReqVO.getReqCn1().replaceAll("\r\n", "\\\\r\\\\n"); //신청취지
String reqCn2 = adjReqVO.getReqCn2().replaceAll("\r\n", "\\\\r\\\\n"); //신청원인 String reqCn2 = adjReqVO.getReqCn2().replaceAll("\r\n", "\\\\r\\\\n"); //신청이유
if(StringUtil.isNotEmpty(rpplNm)) { if(StringUtil.isNotEmpty(rpplNm)) {

View File

@ -191,7 +191,7 @@
, CCD.CODE_NM AS ccTyTx /* 저작물 유형_Tx */ , CCD.CODE_NM AS ccTyTx /* 저작물 유형_Tx */
, M.REQ_TY AS reqTy /* 신청유형 */ , M.REQ_TY AS reqTy /* 신청유형 */
, M.REQ_CN1 AS reqCn1 /* 신청취지 */ , M.REQ_CN1 AS reqCn1 /* 신청취지 */
, M.REQ_CN2 AS reqCn2 /* 신청원인 */ , M.REQ_CN2 AS reqCn2 /* 신청이유 */
, D.MEM_DEPT_SEQ AS memDeptSeq /* 조정부 */ , D.MEM_DEPT_SEQ AS memDeptSeq /* 조정부 */
, DM.MEM_DEPT_NM AS memDeptNm /* 조정부명 */ , DM.MEM_DEPT_NM AS memDeptNm /* 조정부명 */
@ -549,7 +549,7 @@
, CCD.CODE_NM AS ccTyTx /* 저작물 유형_Tx */ , CCD.CODE_NM AS ccTyTx /* 저작물 유형_Tx */
, M.REQ_TY AS reqTy /* 신청유형 */ , M.REQ_TY AS reqTy /* 신청유형 */
, M.REQ_CN1 AS reqCn1 /* 신청취지 */ , M.REQ_CN1 AS reqCn1 /* 신청취지 */
, M.REQ_CN2 AS reqCn2 /* 신청원인 */ , M.REQ_CN2 AS reqCn2 /* 신청이유 */
, D.MEM_DEPT_SEQ AS memDeptSeq /* 조정부 */ , D.MEM_DEPT_SEQ AS memDeptSeq /* 조정부 */
, DM.MEM_DEPT_NM AS memDeptNm /* 조정부명 */ , DM.MEM_DEPT_NM AS memDeptNm /* 조정부명 */

View File

@ -1027,7 +1027,7 @@
, CCD.CODE_NM AS ccTyTx /* 저작물 유형_Tx */ , CCD.CODE_NM AS ccTyTx /* 저작물 유형_Tx */
, M.REQ_TY AS reqTy /* 신청유형 */ , M.REQ_TY AS reqTy /* 신청유형 */
, M.REQ_CN1 AS reqCn1 /* 신청취지 */ , M.REQ_CN1 AS reqCn1 /* 신청취지 */
, M.REQ_CN2 AS reqCn2 /* 신청원인 */ , M.REQ_CN2 AS reqCn2 /* 신청이유 */
, D.MEM_DEPT_SEQ AS memDeptSeq /* 조정부 */ , D.MEM_DEPT_SEQ AS memDeptSeq /* 조정부 */
, DM.MEM_DEPT_NM AS memDeptNm /* 조정부명 */ , DM.MEM_DEPT_NM AS memDeptNm /* 조정부명 */

View File

@ -877,7 +877,7 @@
ON T1.EXMP_CC_TY = T2.EXMP_CC_TY ON T1.EXMP_CC_TY = T2.EXMP_CC_TY
WHERE 1=1 WHERE 1=1
AND T1.EXMP_CC_TY = #exmpCcTy# <!-- 저작물 종류--> AND T1.EXMP_CC_TY = #exmpCcTy# <!-- 저작물 종류-->
AND T2.EXMP_CD = #exmpCd# <!-- 01:신청취지, 02:신청원인 --> AND T2.EXMP_CD = #exmpCd# <!-- 01:신청취지, 02:신청이유 -->
</select> </select>
<!-- 답변서 예문 select --> <!-- 답변서 예문 select -->

View File

@ -277,7 +277,7 @@
/*신청취지*/ /*신청취지*/
, ,
M.req_cn2 AS reqCn2 M.req_cn2 AS reqCn2
/*신청원인*/ /*신청이유*/
, ,
DM.MEM_DEPT_NM AS memDeptNm DM.MEM_DEPT_NM AS memDeptNm
/* 조정부명 */ /* 조정부명 */

View File

@ -119,7 +119,7 @@
<p>분쟁조정 - 조정신청 - 온라인신청 선택</p> <p>분쟁조정 - 조정신청 - 온라인신청 선택</p>
</li> </li>
<li><span>3.</span> <li><span>3.</span>
<p>당사자, 주소, 연락처, 신청취지, 신청원인 등 신청서 세부 내용 기재</p> <p>당사자, 주소, 연락처, 신청취지, 신청이유 등 신청서 세부 내용 기재</p>
</li> </li>
<li><span>4.</span> <li><span>4.</span>
<p>증빙자료 첨부</p> <p>증빙자료 첨부</p>
@ -151,7 +151,7 @@
<p>조정신청 양식 다운로드(신청인이 법인이거나 당사자가 아닌 경우, 조정신청 위임장 및 조정대리신청서 양식을 다운로드 후 작성)</p> <p>조정신청 양식 다운로드(신청인이 법인이거나 당사자가 아닌 경우, 조정신청 위임장 및 조정대리신청서 양식을 다운로드 후 작성)</p>
</li> </li>
<li><span>3.</span> <li><span>3.</span>
<p>당사자, 주소, 연락처, 신청취지, 신청원인 등 신청서 세부내용 기재</p> <p>당사자, 주소, 연락처, 신청취지, 신청이유 등 신청서 세부내용 기재</p>
</li> </li>
<li><span>4.</span> <li><span>4.</span>
<p>조정조사관의 메일(adr@copyright.or.kr)로 신청서 및 증빙자료 송부 후 검토</p> <p>조정조사관의 메일(adr@copyright.or.kr)로 신청서 및 증빙자료 송부 후 검토</p>

View File

@ -582,7 +582,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th>신청원인</th> <th>신청이유</th>
<td> <td>
<p> <p>
<%-- <c:out value="${info.reqCn2}"></c:out>&nbsp; --%> <%-- <c:out value="${info.reqCn2}"></c:out>&nbsp; --%>

View File

@ -513,7 +513,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th>신청원인</th> <th>신청이유</th>
<td> <td>
<p>별지 조정신청 해당란 기재와 같다.</p> <p>별지 조정신청 해당란 기재와 같다.</p>
</td> </td>

View File

@ -305,7 +305,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th>신청원인</th> <th>신청이유</th>
<td> <td>
<p>별지 조정신청 해당란 기재와 같다.</p> <p>별지 조정신청 해당란 기재와 같다.</p>
</td> </td>

View File

@ -250,7 +250,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th>신청원인</th> <th>신청이유</th>
<td> <td>
<p>별지 조정신청 해당란 기재와 같다.</p> <p>별지 조정신청 해당란 기재와 같다.</p>
</td> </td>

View File

@ -26,7 +26,7 @@
%> %>
<html lang="ko"> <html lang="ko">
<head> <head>
<title>신청원인예문관리</title> <title>신청이유예문관리</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script type="text/javascript"> <script type="text/javascript">
$(document).ready( function() { $(document).ready( function() {
@ -182,11 +182,11 @@
<div class="box"> <div class="box">
<!-- cont_tit --> <!-- cont_tit -->
<div class="cont_tit"> <div class="cont_tit">
<h2>신청원인예문관리 등록</h2> <h2>신청이유예문관리 등록</h2>
<ul class="cont_nav"> <ul class="cont_nav">
<li class="home"><a href="/"><i></i></a></li> <li class="home"><a href="/"><i></i></a></li>
<li><p>조정진행관리</p></li> <li><p>조정진행관리</p></li>
<li><span class="cur_nav">신청원인예문관리 등록</span></li> <li><span class="cur_nav">신청이유예문관리 등록</span></li>
</ul> </ul>
</div> </div>
<!-- //cont_tit --> <!-- //cont_tit -->
@ -271,7 +271,7 @@
</div> </div>
<!-- //list_상세 --> <!-- //list_상세 -->
<div class="tb_tit"> <div class="tb_tit">
<p>신청원인</p> <p>신청이유</p>
</div> </div>
<div class="list tbType01 addTb"> <div class="list tbType01 addTb">
<table> <table>

View File

@ -72,11 +72,11 @@
<div class="box"> <div class="box">
<!-- cont_tit --> <!-- cont_tit -->
<div class="cont_tit"> <div class="cont_tit">
<h2>신청원인예문관리 상세</h2> <h2>신청이유예문관리 상세</h2>
<ul class="cont_nav"> <ul class="cont_nav">
<li class="home"><a href="/"><i></i></a></li> <li class="home"><a href="/"><i></i></a></li>
<li><p>조정진행관리</p></li> <li><p>조정진행관리</p></li>
<li><span class="cur_nav">신청원인예문관리 상세</span></li> <li><span class="cur_nav">신청이유예문관리 상세</span></li>
</ul> </ul>
</div> </div>
<!-- //cont_tit --> <!-- //cont_tit -->

View File

@ -12,7 +12,7 @@
<% <%
/** /**
* @Class Name : exmpAppManagerList.jsp * @Class Name : exmpAppManagerList.jsp
* @Description : 신청원인 예문 관리 * @Description : 신청이유 예문 관리
* @Modification Information * @Modification Information
* @ * @
* @ 수정일 수정자 수정내용 * @ 수정일 수정자 수정내용
@ -101,13 +101,13 @@
<!-- cont_tit --> <!-- cont_tit -->
<div class="cont_tit"> <div class="cont_tit">
<h2>신청원인예문관리 목록</h2> <h2>신청이유예문관리 목록</h2>
<ul class="cont_nav"> <ul class="cont_nav">
<li class="home"><a href="/"><i></i></a></li> <li class="home"><a href="/"><i></i></a></li>
<li> <li>
<p>조정진행관리</p> <p>조정진행관리</p>
</li> </li>
<li><span class="cur_nav">신청원인예문관리 목록</span></li> <li><span class="cur_nav">신청이유예문관리 목록</span></li>
</ul> </ul>
</div> </div>
<!-- //cont_tit --> <!-- //cont_tit -->

View File

@ -211,11 +211,11 @@
<div class="box"> <div class="box">
<!-- cont_tit --> <!-- cont_tit -->
<div class="cont_tit"> <div class="cont_tit">
<h2>신청원인예문관리 수정</h2> <h2>신청이유예문관리 수정</h2>
<ul class="cont_nav"> <ul class="cont_nav">
<li class="home"><a href="/"><i></i></a></li> <li class="home"><a href="/"><i></i></a></li>
<li><p>조정진행관리</p></li> <li><p>조정진행관리</p></li>
<li><span class="cur_nav">신청원인예문관리 수정</span></li> <li><span class="cur_nav">신청이유예문관리 수정</span></li>
</ul> </ul>
</div> </div>
<!-- //cont_tit --> <!-- //cont_tit -->

View File

@ -219,7 +219,7 @@
// 더보기 활성화 전 상태 // 더보기 활성화 전 상태
// 모든 목록 보여줘야 함 // 모든 목록 보여줘야 함
// 모든 목록 : 신청취지, 신청원인, 첨부파일 // 모든 목록 : 신청취지, 신청이유, 첨부파일
// else는 반대 // else는 반대
if($('.reqTempCn').is(':visible')){ if($('.reqTempCn').is(':visible')){
@ -1162,7 +1162,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th scope="row" class=""><p>신청원인</p></th> <th scope="row" class=""><p>신청이유</p></th>
</tr> </tr>
<tr> <tr>
<td class="reqTempCn"> <td class="reqTempCn">

View File

@ -122,7 +122,7 @@
return false; return false;
} }
if (isEmptyObj('closeCn2')) { if (isEmptyObj('closeCn2')) {
alert('신청원인을 입력해 주세요.'); alert('신청이유을 입력해 주세요.');
return false; return false;
} }
if (isEmptyObj('closeCn1')) { if (isEmptyObj('closeCn1')) {

View File

@ -106,7 +106,7 @@
return false; return false;
} }
if (isEmptyObj('closeCn2')) { if (isEmptyObj('closeCn2')) {
alert('신청원인을 입력해 주세요.'); alert('신청이유을 입력해 주세요.');
return false; return false;
} }
if (isEmptyObj('closeCn1')) { if (isEmptyObj('closeCn1')) {

View File

@ -563,7 +563,7 @@
</tr> </tr>
<tr> <tr>
<th class=""> <th class="">
<p>신청원인</p> <p>신청이유</p>
</th> </th>
<td> <td>
${fn:replace(master.reqCn2, replaceChar, "<br/>")} ${fn:replace(master.reqCn2, replaceChar, "<br/>")}

View File

@ -1560,7 +1560,7 @@
if(reqCn2 == ""){ if(reqCn2 == ""){
alert("신청원인을 입력해 주세요."); alert("신청이유을 입력해 주세요.");
return false; return false;
} }
@ -2910,7 +2910,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th>신청원인</th> <th>신청이유</th>
<td> <td>
<button type="button" class="btnType05" onclick="openExampleAdminPop('02');">예문</button> <button type="button" class="btnType05" onclick="openExampleAdminPop('02');">예문</button>
<form:textarea path="reqCn2" id="reqCn2" cols="30" rows="5" cssClass="purpose_text"/> <form:textarea path="reqCn2" id="reqCn2" cols="30" rows="5" cssClass="purpose_text"/>

View File

@ -1413,7 +1413,7 @@
if(reqCn2 == ""){ if(reqCn2 == ""){
alert("신청원인을 입력해 주세요."); alert("신청이유을 입력해 주세요.");
return false; return false;
} }
@ -2573,7 +2573,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th>신청원인</th> <th>신청이유</th>
<td> <td>
<button type="button" class="btnType05">예문</button> <button type="button" class="btnType05">예문</button>
<form:textarea path="reqCn2" id="reqCn2" cols="30" rows="5" cssClass="purpose_text"/> <form:textarea path="reqCn2" id="reqCn2" cols="30" rows="5" cssClass="purpose_text"/>

View File

@ -169,7 +169,7 @@
<span><input id="reqInfYn" value="Y" name="reqInfYn" type="checkbox" ${security.reqInfYn eq 'Y' ? 'checked' : ''}><label for="reqInfYn">신청인정보</label></span> <span><input id="reqInfYn" value="Y" name="reqInfYn" type="checkbox" ${security.reqInfYn eq 'Y' ? 'checked' : ''}><label for="reqInfYn">신청인정보</label></span>
<span><input id="resInfYn" value="Y" name="resInfYn" type="checkbox" ${security.resInfYn eq 'Y' ? 'checked' : ''}><label for="resInfYn">피신청인정보</label></span> <span><input id="resInfYn" value="Y" name="resInfYn" type="checkbox" ${security.resInfYn eq 'Y' ? 'checked' : ''}><label for="resInfYn">피신청인정보</label></span>
<span><input id="reqPpsYn" value="Y" name="reqPpsYn" type="checkbox" ${security.reqPpsYn eq 'Y' ? 'checked' : ''}><label for="reqPpsYn">신청취지</label></span> <span><input id="reqPpsYn" value="Y" name="reqPpsYn" type="checkbox" ${security.reqPpsYn eq 'Y' ? 'checked' : ''}><label for="reqPpsYn">신청취지</label></span>
<span><input id="reqRsnYn" value="Y" name="reqRsnYn" type="checkbox" ${security.reqRsnYn eq 'Y' ? 'checked' : ''}><label for="reqRsnYn">신청원인</label></span> <span><input id="reqRsnYn" value="Y" name="reqRsnYn" type="checkbox" ${security.reqRsnYn eq 'Y' ? 'checked' : ''}><label for="reqRsnYn">신청이유</label></span>
<span><input id="attchFileYn" value="Y" name="attchFileYn" type="checkbox" ${security.attchFileYn eq 'Y' ? 'checked' : ''}><label for="attchFileYn">첨부파일</label></span> <span><input id="attchFileYn" value="Y" name="attchFileYn" type="checkbox" ${security.attchFileYn eq 'Y' ? 'checked' : ''}><label for="attchFileYn">첨부파일</label></span>
</div> </div>
</td> </td>

View File

@ -441,7 +441,7 @@
</tr> </tr>
<tr> <tr>
<th class=""> <th class="">
<p>신청원인</p> <p>신청이유</p>
</th> </th>
<td> <td>
${fn:replace(master.reqCn2, replaceChar, "<br/>")} ${fn:replace(master.reqCn2, replaceChar, "<br/>")}

View File

@ -1502,7 +1502,7 @@ function openExampleAdminPop(exmpCd) {
if(reqCn2 == ""){ if(reqCn2 == ""){
alert("신청원인을 입력해 주세요."); alert("신청이유을 입력해 주세요.");
return false; return false;
} }
@ -2855,7 +2855,7 @@ function openExampleAdminPop(exmpCd) {
</td> </td>
</tr> </tr>
<tr> <tr>
<th>신청원인</th> <th>신청이유</th>
<td> <td>
<button type="button" class="btnType05" onclick="openExampleAdminPop('02');">예문</button> <button type="button" class="btnType05" onclick="openExampleAdminPop('02');">예문</button>
<form:textarea path="reqCn2" id="reqCn2" cols="30" rows="5" cssClass="purpose_text"/> <form:textarea path="reqCn2" id="reqCn2" cols="30" rows="5" cssClass="purpose_text"/>

View File

@ -1528,7 +1528,7 @@
if(reqCn2 == ""){ if(reqCn2 == ""){
alert("신청원인을 입력해 주세요."); alert("신청이유을 입력해 주세요.");
return false; return false;
} }
@ -2847,7 +2847,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th>신청원인</th> <th>신청이유</th>
<td> <td>
<button type="button" class="btnType05">예문</button> <button type="button" class="btnType05">예문</button>
<form:textarea path="reqCn2" id="reqCn2" cols="30" rows="5" cssClass="purpose_text"/> <form:textarea path="reqCn2" id="reqCn2" cols="30" rows="5" cssClass="purpose_text"/>

View File

@ -1423,7 +1423,7 @@ function fn_btnLoad(adrSeq){
</td> </td>
</tr> </tr>
<tr> <tr>
<th>신청원인</th> <th>신청이유</th>
<td> <td>
<button type="button" class="btnType05" onclick="openExampleAdminPop('02');">예문</button> <button type="button" class="btnType05" onclick="openExampleAdminPop('02');">예문</button>
<form:textarea path="reqCn2" id="reqCn2" cols="30" rows="5" cssClass="purpose_text"/> <form:textarea path="reqCn2" id="reqCn2" cols="30" rows="5" cssClass="purpose_text"/>

View File

@ -204,7 +204,7 @@ function goToEntDetailNotice(){
</td> </td>
</tr> </tr>
<tr style="height: 200px;"> <tr style="height: 200px;">
<th>신청원인</th> <th>신청이유</th>
<td> <td>
<c:out value="${mainVO.reqCn2 }" /> <c:out value="${mainVO.reqCn2 }" />
</td> </td>

View File

@ -131,7 +131,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th>신청원인</th> <th>신청이유</th>
<td> <td>
<p style="color: red;">관리자 > 조정진행에서 등록기능이 완료되면 테이블 조인후 데이터 뿌려짐 ( 앞단기능 우선)</p> <p style="color: red;">관리자 > 조정진행에서 등록기능이 완료되면 테이블 조인후 데이터 뿌려짐 ( 앞단기능 우선)</p>
</td> </td>

View File

@ -118,7 +118,7 @@
if(reqCn2 == ""){ if(reqCn2 == ""){
alert("신청원인을 입력해 주세요."); alert("신청이유을 입력해 주세요.");
return false; return false;
} }

View File

@ -105,7 +105,7 @@
if(reqCn2 == ""){ if(reqCn2 == ""){
alert("신청원인을 입력해 주세요."); alert("신청이유을 입력해 주세요.");
return false; return false;
} }

View File

@ -221,7 +221,7 @@
<p>조정신청 내용</p> <p>조정신청 내용</p>
</div> </div>
<table class="tbType01"> <table class="tbType01">
<caption>조정신청 내용 : 저작물 종류, 신청취지, 신청원인, 첨부파일등의 정보제공</caption> <caption>조정신청 내용 : 저작물 종류, 신청취지, 신청이유, 첨부파일등의 정보제공</caption>
<colgroup> <colgroup>
<col style="width: 250px;"> <col style="width: 250px;">
<col style="width: auto;"> <col style="width: auto;">
@ -247,7 +247,7 @@
</tr> </tr>
<tr> <tr>
<th scope="row" class=""> <th scope="row" class="">
<p>신청원인</p> <p>신청이유</p>
</th> </th>
<td> <td>
<p>${fn:replace(master.reqCn2, replaceChar, "<br/>")}</p> <p>${fn:replace(master.reqCn2, replaceChar, "<br/>")}</p>

View File

@ -276,7 +276,7 @@
<p>조정신청 내용</p> <p>조정신청 내용</p>
</div> </div>
<table class="tbType01"> <table class="tbType01">
<caption>조정신청 내용 : 저작물 종류, 신청취지, 신청원인, 첨부파일등의 정보제공</caption> <caption>조정신청 내용 : 저작물 종류, 신청취지, 신청이유, 첨부파일등의 정보제공</caption>
<colgroup> <colgroup>
<col style="width: 250px;"> <col style="width: 250px;">
<col style="width: auto;"> <col style="width: auto;">
@ -316,7 +316,7 @@
</tr> </tr>
<tr> <tr>
<th scope="row" class=""> <th scope="row" class="">
<p>신청원인</p> <p>신청이유</p>
</th> </th>
<td> <td>
<p>${fn:replace(master.reqCn2, replaceChar, "<br/>")}</p> <p>${fn:replace(master.reqCn2, replaceChar, "<br/>")}</p>

View File

@ -221,7 +221,7 @@
<p>조정신청 내용</p> <p>조정신청 내용</p>
</div> </div>
<table class="tbType01"> <table class="tbType01">
<caption>조정신청 내용 : 저작물 종류, 신청취지, 신청원인, 첨부파일등의 정보제공</caption> <caption>조정신청 내용 : 저작물 종류, 신청취지, 신청이유, 첨부파일등의 정보제공</caption>
<colgroup> <colgroup>
<col style="width: 250px;"> <col style="width: 250px;">
<col style="width: auto;"> <col style="width: auto;">
@ -247,7 +247,7 @@
</tr> </tr>
<tr> <tr>
<th scope="row" class=""> <th scope="row" class="">
<p>신청원인</p> <p>신청이유</p>
</th> </th>
<td> <td>
<p>${fn:replace(master.reqCn2, replaceChar, "<br/>")}</p> <p>${fn:replace(master.reqCn2, replaceChar, "<br/>")}</p>

View File

@ -85,7 +85,7 @@
<span><input type="checkbox" value="Y" id="reqInfYn" name="reqInfYn"><label for="reqInfYn">신청인정보</label></span> <span><input type="checkbox" value="Y" id="reqInfYn" name="reqInfYn"><label for="reqInfYn">신청인정보</label></span>
<span><input type="checkbox" value="Y" id="resInfYn" name="resInfYn"><label for="resInfYn">피신청인정보</label></span> <span><input type="checkbox" value="Y" id="resInfYn" name="resInfYn"><label for="resInfYn">피신청인정보</label></span>
<span><input type="checkbox" value="Y" id="reqPpsYn" name="reqPpsYn"><label for="reqPpsYn">신청취지</label></span> <span><input type="checkbox" value="Y" id="reqPpsYn" name="reqPpsYn"><label for="reqPpsYn">신청취지</label></span>
<span><input type="checkbox" value="Y" id="reqRsnYn" name="reqRsnYn"><label for="reqRsnYn">신청원인</label></span> <span><input type="checkbox" value="Y" id="reqRsnYn" name="reqRsnYn"><label for="reqRsnYn">신청이유</label></span>
<span><input type="checkbox" value="Y" id="attchFileYn" name="attchFileYn"><label for="attchFileYn">첨부파일</label></span> <span><input type="checkbox" value="Y" id="attchFileYn" name="attchFileYn"><label for="attchFileYn">첨부파일</label></span>
<!-- </p> --> <!-- </p> -->
</div> </div>

View File

@ -61,7 +61,7 @@
<span><input type="checkbox" disabled value="Y" ${security.reqInfYn eq 'Y' ? 'checked' : ''} id="reqInfYn" name="reqInfYn"><label for="reqInfYn">신청인정보</label></span> <span><input type="checkbox" disabled value="Y" ${security.reqInfYn eq 'Y' ? 'checked' : ''} id="reqInfYn" name="reqInfYn"><label for="reqInfYn">신청인정보</label></span>
<span><input type="checkbox" disabled value="Y" ${security.resInfYn eq 'Y' ? 'checked' : ''} id="resInfYn" name="resInfYn"><label for="resInfYn">피신청인정보</label></span> <span><input type="checkbox" disabled value="Y" ${security.resInfYn eq 'Y' ? 'checked' : ''} id="resInfYn" name="resInfYn"><label for="resInfYn">피신청인정보</label></span>
<span><input type="checkbox" disabled value="Y" ${security.reqPpsYn eq 'Y' ? 'checked' : ''} id="reqPpsYn" name="reqPpsYn"><label for="reqPpsYn">신청취지</label></span> <span><input type="checkbox" disabled value="Y" ${security.reqPpsYn eq 'Y' ? 'checked' : ''} id="reqPpsYn" name="reqPpsYn"><label for="reqPpsYn">신청취지</label></span>
<span><input type="checkbox" disabled value="Y" ${security.reqRsnYn eq 'Y' ? 'checked' : ''} id="reqRsnYn" name="reqRsnYn"><label for="reqRsnYn">신청원인</label></span> <span><input type="checkbox" disabled value="Y" ${security.reqRsnYn eq 'Y' ? 'checked' : ''} id="reqRsnYn" name="reqRsnYn"><label for="reqRsnYn">신청이유</label></span>
<span><input type="checkbox" disabled value="Y" ${security.attchFileYn eq 'Y' ? 'checked' : ''} id="attchFileYn" name="attchFileYn"><label for="reqRsnYn">첨부파일</label></span> <span><input type="checkbox" disabled value="Y" ${security.attchFileYn eq 'Y' ? 'checked' : ''} id="attchFileYn" name="attchFileYn"><label for="reqRsnYn">첨부파일</label></span>
<!-- </p> --> <!-- </p> -->
</div> </div>

View File

@ -278,7 +278,7 @@
<p>조정신청 내용</p> <p>조정신청 내용</p>
</div> </div>
<table class="tbType01"> <table class="tbType01">
<caption>조정신청 내용 : 저작물 종류, 신청취지, 신청원인, 첨부파일등의 정보제공</caption> <caption>조정신청 내용 : 저작물 종류, 신청취지, 신청이유, 첨부파일등의 정보제공</caption>
<colgroup> <colgroup>
<col style="width: 250px;"> <col style="width: 250px;">
<col style="width: auto;"> <col style="width: auto;">
@ -318,7 +318,7 @@
</tr> </tr>
<tr> <tr>
<th scope="row" class=""> <th scope="row" class="">
<p>신청원인</p> <p>신청이유</p>
</th> </th>
<td> <td>
<p>${fn:replace(master.reqCn2, replaceChar, "<br/>")}</p> <p>${fn:replace(master.reqCn2, replaceChar, "<br/>")}</p>

View File

@ -287,7 +287,7 @@ resInfo--%>
</table> </table>
<table class="tbType01"> <table class="tbType01">
<caption>신청취지, 신청원인등의 정보제공</caption> <caption>신청취지, 신청이유등의 정보제공</caption>
<colgroup> <colgroup>
<col style="width: 200px;"> <col style="width: 200px;">
<col style="width: auto;"> <col style="width: auto;">

View File

@ -433,7 +433,7 @@ resInfo--%>
</div> </div>
<div class="tb_wrap"> <div class="tb_wrap">
<table class="tbType01"> <table class="tbType01">
<caption>신청취지, 신청원인등의 정보제공</caption> <caption>신청취지, 신청이유등의 정보제공</caption>
<colgroup> <colgroup>
<col style="width: 200px;"> <col style="width: 200px;">
<col style="width: auto;"> <col style="width: auto;">
@ -449,7 +449,7 @@ resInfo--%>
</tr> </tr>
<tr> <tr>
<th scope="row"> <th scope="row">
<p>신청원인</p> <p>신청이유</p>
</th> </th>
<td> <td>
<p class="change_text_wrap close">아직도 넌 혼잔거니 물어오네요 난 그저 웃어요 사랑하고 있죠 사랑하는 사람 있어요 그대는 내가 안쓰러운 건가봐 <p class="change_text_wrap close">아직도 넌 혼잔거니 물어오네요 난 그저 웃어요 사랑하고 있죠 사랑하는 사람 있어요 그대는 내가 안쓰러운 건가봐
@ -546,7 +546,7 @@ resInfo--%>
</table> </table>
<table class="tbType01"> <table class="tbType01">
<caption>신청취지, 신청원인등의 정보제공</caption> <caption>신청취지, 신청이유등의 정보제공</caption>
<colgroup> <colgroup>
<col style="width: 200px;"> <col style="width: 200px;">
<col style="width: auto;"> <col style="width: auto;">
@ -562,7 +562,7 @@ resInfo--%>
</tr> </tr>
<tr> <tr>
<th scope="row"> <th scope="row">
<p>신청원인</p> <p>신청이유</p>
</th> </th>
<td> <td>
<p class="change_text_wrap close"><c:out value='${master.reqCn2}' /></p> <p class="change_text_wrap close"><c:out value='${master.reqCn2}' /></p>

View File

@ -108,7 +108,7 @@
<span><input type="checkbox" disabled value="Y" ${security.reqInfYn eq 'Y' ? 'checked' : ''} id="reqInfYn" name="reqInfYn"><label for="reqInfYn">신청인정보</label></span> <span><input type="checkbox" disabled value="Y" ${security.reqInfYn eq 'Y' ? 'checked' : ''} id="reqInfYn" name="reqInfYn"><label for="reqInfYn">신청인정보</label></span>
<span><input type="checkbox" disabled value="Y" ${security.resInfYn eq 'Y' ? 'checked' : ''} id="resInfYn" name="resInfYn"><label for="resInfYn">피신청인정보</label></span> <span><input type="checkbox" disabled value="Y" ${security.resInfYn eq 'Y' ? 'checked' : ''} id="resInfYn" name="resInfYn"><label for="resInfYn">피신청인정보</label></span>
<span><input type="checkbox" disabled value="Y" ${security.reqPpsYn eq 'Y' ? 'checked' : ''} id="reqPpsYn" name="reqPpsYn"><label for="reqPpsYn">신청취지</label></span> <span><input type="checkbox" disabled value="Y" ${security.reqPpsYn eq 'Y' ? 'checked' : ''} id="reqPpsYn" name="reqPpsYn"><label for="reqPpsYn">신청취지</label></span>
<span><input type="checkbox" disabled value="Y" ${security.reqRsnYn eq 'Y' ? 'checked' : ''} id="reqRsnYn" name="reqRsnYn"><label for="reqRsnYn">신청원인</label></span> <span><input type="checkbox" disabled value="Y" ${security.reqRsnYn eq 'Y' ? 'checked' : ''} id="reqRsnYn" name="reqRsnYn"><label for="reqRsnYn">신청이유</label></span>
<span><input type="checkbox" disabled value="Y" ${security.attchFileYn eq 'Y' ? 'checked' : ''} id="attchFileYn" name="attchFileYn"><label for="reqRsnYn">첨부파일</label></span> <span><input type="checkbox" disabled value="Y" ${security.attchFileYn eq 'Y' ? 'checked' : ''} id="attchFileYn" name="attchFileYn"><label for="reqRsnYn">첨부파일</label></span>
<!-- </p> --> <!-- </p> -->
</div> </div>

View File

@ -306,7 +306,7 @@ function getPageUrl_workflow(idx) {
</c:import> </c:import>
<div class="tb_wrap"> <div class="tb_wrap">
<table class="tbType01 tb_deputy"> <table class="tbType01 tb_deputy">
<caption>조정조서 상세 내용 : 조정부, 사건, 신청인, 피신청인, 권고일, 신청의표시(신청취지, 신청원인), 조정조항, 조정부장, 조정위원, 조정조사관등의 정보제공</caption> <caption>조정조서 상세 내용 : 조정부, 사건, 신청인, 피신청인, 권고일, 신청의표시(신청취지, 신청이유), 조정조항, 조정부장, 조정위원, 조정조사관등의 정보제공</caption>
<colgroup> <colgroup>
<col style="width: 150px;"> <col style="width: 150px;">
<col style="width: auto;"> <col style="width: auto;">

View File

@ -115,7 +115,7 @@
</div> </div>
<div class="tb_wrap"> <div class="tb_wrap">
<table class="tbType01 tb_deputy"> <table class="tbType01 tb_deputy">
<caption>조정조서 상세 내용 : 조정부, 사건, 신청인, 피신청인, 권고일, 신청의표시(신청취지, 신청원인), 조정조항, 조정부장, 조정위원, 조정조사관등의 정보제공</caption> <caption>조정조서 상세 내용 : 조정부, 사건, 신청인, 피신청인, 권고일, 신청의표시(신청취지, 신청이유), 조정조항, 조정부장, 조정위원, 조정조사관등의 정보제공</caption>
<colgroup> <colgroup>
<col style="width: 150px;"> <col style="width: 150px;">
<col style="width: 150px;"> <col style="width: 150px;">
@ -178,7 +178,7 @@
</tr> </tr>
<tr> <tr>
<th scope="row" class=""> <th scope="row" class="">
<p>신청원인</p> <p>신청이유</p>
</th> </th>
<td> <td>
<p> <p>

View File

@ -115,7 +115,7 @@
</div> </div>
<div class="tb_wrap"> <div class="tb_wrap">
<table class="tbType01 tb_deputy"> <table class="tbType01 tb_deputy">
<caption>조정권고안 상세 내용 : 조정부, 사건, 피신청인, 권고일, 신청의 표시(신청취지, 신청원인), 조정조항, 조정부장, 조정위원, 조정조사관등의 정보제공</caption> <caption>조정권고안 상세 내용 : 조정부, 사건, 피신청인, 권고일, 신청의 표시(신청취지, 신청이유), 조정조항, 조정부장, 조정위원, 조정조사관등의 정보제공</caption>
<colgroup> <colgroup>
<col style="width: 150px;"> <col style="width: 150px;">
<col style="width: 150px;"> <col style="width: 150px;">
@ -170,7 +170,7 @@
</tr> </tr>
<tr> <tr>
<th scope="row" class=""> <th scope="row" class="">
<p>신청원인</p> <p>신청이유</p>
</th> </th>
<td> <td>
<p> <p>

View File

@ -391,7 +391,7 @@
<p>조정신청 내용</p> <p>조정신청 내용</p>
</div> </div>
<table class="tbType01"> <table class="tbType01">
<caption>조정신청 내용 : 저작물 종류, 신청취지, 신청원인, 첨부파일등의 정보제공</caption> <caption>조정신청 내용 : 저작물 종류, 신청취지, 신청이유, 첨부파일등의 정보제공</caption>
<colgroup> <colgroup>
<col style="width: 250px;"> <col style="width: 250px;">
<col style="width: auto;"> <col style="width: auto;">
@ -417,7 +417,7 @@
</tr> </tr>
<tr> <tr>
<th scope="row" class=""> <th scope="row" class="">
<p>신청원인</p> <p>신청이유</p>
</th> </th>
<td> <td>
<p>${fn:replace(master.reqCn2, replaceChar, "<br/>")}</p> <p>${fn:replace(master.reqCn2, replaceChar, "<br/>")}</p>

View File

@ -77,7 +77,7 @@ function fn_updateAdrMgrMaster_insert(confirmPass) {
if(reqCn2 == ""){ if(reqCn2 == ""){
alert("신청원인을 입력해 주세요."); alert("신청이유을 입력해 주세요.");
return false; return false;
} }
@ -515,10 +515,10 @@ $(document).on('click', '.btn_add_file', function(){
<tr> <tr>
<th scope="row"> <th scope="row">
<p class="req_text"><span>필수입력 항목</span>*</p> <p class="req_text"><span>필수입력 항목</span>*</p>
<p>신청원인</p> <p>신청이유</p>
</th> </th>
<td> <td>
<label for="reqCn2" class="label">신청원인 입력</label> <label for="reqCn2" class="label">신청이유 입력</label>
<form:textarea path="reqCn2" id="reqCn2" cols="30" rows="10" cssClass="purpose_text"/> <form:textarea path="reqCn2" id="reqCn2" cols="30" rows="10" cssClass="purpose_text"/>
</td> </td>
</tr> </tr>

View File

@ -447,11 +447,11 @@ $( document ).ready(function(){
</th> </th>
<td> <td>
<label for="rpplPost${status.index}" class="label">우편번호 입력</label> <label for="rpplPost${status.index}" class="label">우편번호 입력</label>
<form:input path="adjstRpplList[${status.index}].rpplPost" id="rpplPost${status.index}" size="20" cssClass="adr_input" value="${list.rpplPost}" readonly="${list.rpplUsrDiv eq 01 || empty list.rpplUsrDiv ? true : ''}" placeholder="우편번호입력"/> <form:input path="adjstRpplList[${status.index}].rpplPost" id="rpplPost${status.index}" size="20" cssClass="adr_input" value="${list.rpplPost}" readonly="${list.rpplUsrDiv eq '01' || empty list.rpplUsrDiv ? true : ''}" placeholder="우편번호입력"/>
<button type="button" class="btnType01 btn_adr_search" onclick="fn_postCode(this);" title="새창팝업 열림" style="display: ${list.rpplUsrDiv ne 02 ? '' : 'none'}">우편번호 검색</button> <button type="button" class="btnType01 btn_adr_search" onclick="fn_postCode(this);" title="새창팝업 열림" style="display: ${list.rpplUsrDiv ne '02' ? '' : 'none'}">우편번호 검색</button>
<div class="detail_address"> <div class="detail_address">
<label for="rpplAddr${status.index}" class="label">주소 입력</label> <label for="rpplAddr${status.index}" class="label">주소 입력</label>
<form:input path="adjstRpplList[${status.index}].rpplAddr" id="rpplAddr${status.index}" value="${list.rpplAddr}" size="45" cssClass="searchResultAddr" readonly="${list.rpplUsrDiv eq 01 || empty list.rpplUsrDiv ? true : ''}" placeholder="주소를 입력해주세요."/> <form:input path="adjstRpplList[${status.index}].rpplAddr" id="rpplAddr${status.index}" value="${list.rpplAddr}" size="45" cssClass="searchResultAddr" readonly="${list.rpplUsrDiv eq '01' || empty list.rpplUsrDiv ? true : ''}" placeholder="주소를 입력해주세요."/>
<label for="rpplAddrDtl${status.index}" class="label">나머지주소 입력</label> <label for="rpplAddrDtl${status.index}" class="label">나머지주소 입력</label>
<form:input path="adjstRpplList[${status.index}].rpplAddrDtl" id="rpplAddrDtl${status.index}" value="${list.rpplAddrDtl}" size="25" cssClass="usrInsertAddr" placeholder="상세주소를 입력해주세요."/> <form:input path="adjstRpplList[${status.index}].rpplAddrDtl" id="rpplAddrDtl${status.index}" value="${list.rpplAddrDtl}" size="25" cssClass="usrInsertAddr" placeholder="상세주소를 입력해주세요."/>
</div> </div>
@ -552,11 +552,11 @@ $( document ).ready(function(){
</th> </th>
<td class="realPost"> <td class="realPost">
<label for="rpplRealPost${status.index}" class="label">우편번호 입력</label> <label for="rpplRealPost${status.index}" class="label">우편번호 입력</label>
<form:input path="adjstRpplList[${status.index}].rpplRealPost" id="rpplRealPost${status.index}" value="${list.rpplRealPost}" size="20" cssClass="adr_input" readonly="${list.rpplUsrDiv eq 01 || empty list.rpplUsrDiv ? true : ''}" placeholder="우편번호 입력"/> <form:input path="adjstRpplList[${status.index}].rpplRealPost" id="rpplRealPost${status.index}" value="${list.rpplRealPost}" size="20" cssClass="adr_input" readonly="${list.rpplUsrDiv eq '01' || empty list.rpplUsrDiv ? true : ''}" placeholder="우편번호 입력"/>
<button type="button" class="btnType01 btn_adr_search" onclick="fn_postCode(this);" title="새창팝업 열림" style="display: ${list.rpplUsrDiv ne 02 ? '' : 'none'}">우편번호 검색</button> <button type="button" class="btnType01 btn_adr_search" onclick="fn_postCode(this);" title="새창팝업 열림" style="display: ${list.rpplUsrDiv ne '02' ? '' : 'none'}">우편번호 검색</button>
<div class="detail_address"> <div class="detail_address">
<label for="rpplRealAddr${status.index}" class="label">주소 입력</label> <label for="rpplRealAddr${status.index}" class="label">주소 입력</label>
<form:input path="adjstRpplList[${status.index}].rpplRealAddr" id="rpplRealAddr${status.index}" value="${list.rpplRealAddr}" size="45" cssClass="searchResultAddr" readonly="${list.rpplUsrDiv eq 01 || empty list.rpplUsrDiv ? true : ''}" placeholder="주소를 입력해주세요."/> <form:input path="adjstRpplList[${status.index}].rpplRealAddr" id="rpplRealAddr${status.index}" value="${list.rpplRealAddr}" size="45" cssClass="searchResultAddr" readonly="${list.rpplUsrDiv eq '01' || empty list.rpplUsrDiv ? true : ''}" placeholder="주소를 입력해주세요."/>
<label for="rppl01RealAddrDtl${status.index}" class="label">나머지주소 입력</label> <label for="rppl01RealAddrDtl${status.index}" class="label">나머지주소 입력</label>
<form:input path="adjstRpplList[${status.index}].rpplRealAddrDtl" id="rppl01RealAddrDtl${status.index}" value="${list.rpplRealAddrDtl}" size="25" cssClass="usrInsertAddr" placeholder="상세주소를 입력해주세요."/> <form:input path="adjstRpplList[${status.index}].rpplRealAddrDtl" id="rppl01RealAddrDtl${status.index}" value="${list.rpplRealAddrDtl}" size="25" cssClass="usrInsertAddr" placeholder="상세주소를 입력해주세요."/>

View File

@ -205,7 +205,7 @@
<p>조정신청 내용</p> <p>조정신청 내용</p>
</div> </div>
<table class="tbType01"> <table class="tbType01">
<caption>조정신청 내용 : 저작물 종류, 신청취지, 신청원인, 첨부파일등의 정보제공</caption> <caption>조정신청 내용 : 저작물 종류, 신청취지, 신청이유, 첨부파일등의 정보제공</caption>
<colgroup> <colgroup>
<col style="width: 250px;"> <col style="width: 250px;">
<col style="width: auto;"> <col style="width: auto;">
@ -231,10 +231,10 @@
</tr> </tr>
<tr> <tr>
<th scope="row" class=""> <th scope="row" class="">
<p>신청원인</p> <p>신청이유</p>
</th> </th>
<td> <td>
<p>[체험] 신청원인 내용 입니다.</p> <p>[체험] 신청이유 내용 입니다.</p>
</td> </td>
</tr> </tr>
<tr> <tr>

View File

@ -114,7 +114,7 @@
<p>조정신청 내용</p> <p>조정신청 내용</p>
</div> </div>
<table class="tbType01"> <table class="tbType01">
<caption>조정신청 내용 : 저작물 종류, 신청취지, 신청원인, 첨부파일등의 정보제공</caption> <caption>조정신청 내용 : 저작물 종류, 신청취지, 신청이유, 첨부파일등의 정보제공</caption>
<colgroup> <colgroup>
<col style="width: 250px;"> <col style="width: 250px;">
<col style="width: auto;"> <col style="width: auto;">
@ -143,7 +143,7 @@
</tr> </tr>
<tr> <tr>
<th scope="row" class=""> <th scope="row" class="">
<p>신청원인</p> <p>신청이유</p>
</th> </th>
<td> <td>
<p> <p>

View File

@ -281,7 +281,7 @@ resInfo--%>
</table> </table>
<table class="tbType01"> <table class="tbType01">
<caption>신청취지, 신청원인등의 정보제공</caption> <caption>신청취지, 신청이유등의 정보제공</caption>
<colgroup> <colgroup>
<col style="width: 200px;"> <col style="width: 200px;">
<col style="width: auto;"> <col style="width: auto;">
@ -297,7 +297,7 @@ resInfo--%>
</tr> </tr>
<tr> <tr>
<th scope="row"> <th scope="row">
<p>신청원인</p> <p>신청이유</p>
</th> </th>
<td> <td>
<p class="change_text_wrap close">조정신청 체험을 위한 신청입니다.</p> <p class="change_text_wrap close">조정신청 체험을 위한 신청입니다.</p>

View File

@ -79,7 +79,7 @@
<span><input type="checkbox" disabled value="Y" ${security.reqInfYn eq 'Y' ? 'checked' : ''} id="reqInfYn" name="reqInfYn"><label for="reqInfYn">신청인정보</label></span> <span><input type="checkbox" disabled value="Y" ${security.reqInfYn eq 'Y' ? 'checked' : ''} id="reqInfYn" name="reqInfYn"><label for="reqInfYn">신청인정보</label></span>
<span><input type="checkbox" disabled value="Y" ${security.resInfYn eq 'Y' ? 'checked' : ''} id="resInfYn" name="resInfYn"><label for="resInfYn">피신청인정보</label></span> <span><input type="checkbox" disabled value="Y" ${security.resInfYn eq 'Y' ? 'checked' : ''} id="resInfYn" name="resInfYn"><label for="resInfYn">피신청인정보</label></span>
<span><input type="checkbox" disabled value="Y" ${security.reqPpsYn eq 'Y' ? 'checked' : ''} id="reqPpsYn" name="reqPpsYn"><label for="reqPpsYn">신청취지</label></span> <span><input type="checkbox" disabled value="Y" ${security.reqPpsYn eq 'Y' ? 'checked' : ''} id="reqPpsYn" name="reqPpsYn"><label for="reqPpsYn">신청취지</label></span>
<span><input type="checkbox" disabled value="Y" ${security.reqRsnYn eq 'Y' ? 'checked' : ''} id="reqRsnYn" name="reqRsnYn"><label for="reqRsnYn">신청원인</label></span> <span><input type="checkbox" disabled value="Y" ${security.reqRsnYn eq 'Y' ? 'checked' : ''} id="reqRsnYn" name="reqRsnYn"><label for="reqRsnYn">신청이유</label></span>
<span><input type="checkbox" disabled value="Y" ${security.attchFileYn eq 'Y' ? 'checked' : ''} id="attchFileYn" name="attchFileYn"><label for="reqRsnYn">첨부파일</label></span> <span><input type="checkbox" disabled value="Y" ${security.attchFileYn eq 'Y' ? 'checked' : ''} id="attchFileYn" name="attchFileYn"><label for="reqRsnYn">첨부파일</label></span>
<!-- </p> --> <!-- </p> -->
</div> </div>

View File

@ -128,7 +128,7 @@
if(reqCn2 == ""){ if(reqCn2 == ""){
alert("신청원인을 입력해 주세요."); alert("신청이유을 입력해 주세요.");
return false; return false;
} }

View File

@ -92,7 +92,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th>신청원인</th> <th>신청이유</th>
<td> <td>
<p>별지 조정신청 해당란 기재와 같다.</p> <p>별지 조정신청 해당란 기재와 같다.</p>
</td> </td>

View File

@ -106,7 +106,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th>신청원인</th> <th>신청이유</th>
<td> <td>
<p>별지 조정신청 해당란 기재와 같다.</p> <p>별지 조정신청 해당란 기재와 같다.</p>
</td> </td>

View File

@ -1038,7 +1038,7 @@ var AdjstReq = {
} }
if($("#reqCn2").val() == ""){ if($("#reqCn2").val() == ""){
alert("신청원인을 입력해 주세요."); alert("신청이유을 입력해 주세요.");
return false; return false;
} }
@ -1366,7 +1366,7 @@ var AdjstReq = {
openExamplePop : function(exmpCd){ openExamplePop : function(exmpCd){
/* /*
- 01 : 신청취지 - 01 : 신청취지
- 02 : 신청원인 - 02 : 신청이유
- 04 : 답변서 - 04 : 답변서
- 05 : 사건진행도움말 - 05 : 사건진행도움말
*/ */
@ -1392,7 +1392,7 @@ var AdjstReq = {
openExpExamplePop : function(exmpCd){ openExpExamplePop : function(exmpCd){
/* /*
- 01 : 신청취지 - 01 : 신청취지
- 02 : 신청원인 - 02 : 신청이유
- 04 : 답변서 - 04 : 답변서
- 05 : 사건진행도움말 - 05 : 사건진행도움말
*/ */
@ -1458,7 +1458,7 @@ var AdjstReq = {
$("#edtTy").val(this.EDIT_DATA.edtTy); $("#edtTy").val(this.EDIT_DATA.edtTy);
// 신청취지 // 신청취지
var reqPpsYn = this.EDIT_DATA.reqPpsYn; var reqPpsYn = this.EDIT_DATA.reqPpsYn;
// 신청원인 // 신청이유
var reqRsnYn = this.EDIT_DATA.reqRsnYn; var reqRsnYn = this.EDIT_DATA.reqRsnYn;
// 첨부파일 // 첨부파일

View File

@ -803,7 +803,7 @@ var AdjstReq = {
} }
if($("#reqCn2").val() == ""){ if($("#reqCn2").val() == ""){
alert("신청원인을 입력해 주세요."); alert("신청이유을 입력해 주세요.");
return false; return false;
} }
@ -1096,7 +1096,7 @@ var AdjstReq = {
$("#edtTy").val(this.EDIT_DATA.edtTy); $("#edtTy").val(this.EDIT_DATA.edtTy);
// 신청취지 // 신청취지
var reqPpsYn = this.EDIT_DATA.reqPpsYn; var reqPpsYn = this.EDIT_DATA.reqPpsYn;
// 신청원인 // 신청이유
var reqRsnYn = this.EDIT_DATA.reqRsnYn; var reqRsnYn = this.EDIT_DATA.reqRsnYn;
// 첨부파일 // 첨부파일