refactor:줄 맞춤
This commit is contained in:
parent
3e84a85023
commit
8d6b25958b
@ -199,26 +199,6 @@ function goToEntDetailNotice(){
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- -->
|
|
||||||
<!-- -->
|
|
||||||
<!-- -->
|
|
||||||
<!-- -->
|
|
||||||
<!-- -->
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<c:forEach var="prtclVO" items="${prtclMgrVO }" varStatus="status" >
|
<c:forEach var="prtclVO" items="${prtclMgrVO }" varStatus="status" >
|
||||||
<p class="tb_tit">${prtclVO.adrSn }차 기일</p>
|
<p class="tb_tit">${prtclVO.adrSn }차 기일</p>
|
||||||
<div class="tbType02">
|
<div class="tbType02">
|
||||||
@ -230,62 +210,62 @@ function goToEntDetailNotice(){
|
|||||||
<col style="width: 35%;">
|
<col style="width: 35%;">
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<tbody class="border_0">
|
<tbody class="border_0">
|
||||||
<tr>
|
<tr>
|
||||||
<th rowspan="2">신청인</th>
|
<th rowspan="2">신청인</th>
|
||||||
<td rowspan="2">
|
<td rowspan="2">
|
||||||
<p class="change_text">
|
<p class="change_text">
|
||||||
<c:out value="${fn:replace(prtclVO.rpplNm, '/', '-')}" />
|
<c:out value="${fn:replace(prtclVO.rpplNm, '/', '-')}" />
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</td>
|
||||||
<c:if test="${not empty prtclVO.deRpplNm }">
|
<c:if test="${not empty prtclVO.deRpplNm }">
|
||||||
<th>대리인</th>
|
<th>대리인</th>
|
||||||
<td>
|
<td>
|
||||||
<p class="change_text">
|
<p class="change_text">
|
||||||
<c:out value="${fn:replace(prtclVO.deRpplNm, '/', '-')}" />
|
<c:out value="${fn:replace(prtclVO.deRpplNm, '/', '-')}" />
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</td>
|
||||||
</c:if>
|
</c:if>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<!-- 퍼블 깨지는 것을 방지하기 위해 tr 안에 if -->
|
<!-- 퍼블 깨지는 것을 방지하기 위해 tr 안에 if -->
|
||||||
<c:if test="${not empty prtclVO.obRpplNm }">
|
<c:if test="${not empty prtclVO.obRpplNm }">
|
||||||
<th>참관대리인</th>
|
<th>참관대리인</th>
|
||||||
<td>
|
<td>
|
||||||
<p class="change_text">
|
<p class="change_text">
|
||||||
<c:out value="${prtclVO.obRpplNm }" />
|
<c:out value="${prtclVO.obRpplNm }" />
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</td>
|
||||||
</c:if>
|
</c:if>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th rowspan="2">피신청인</th>
|
<th rowspan="2">피신청인</th>
|
||||||
<td rowspan="2">
|
<td rowspan="2">
|
||||||
<c:set var="rpplNmList" value="${fn:split(prtclVO.reRpplNm,',')}" />
|
<c:set var="rpplNmList" value="${fn:split(prtclVO.reRpplNm,',')}" />
|
||||||
<c:forEach var="reRpplNm" items="${rpplNmList }" varStatus="status" >
|
<c:forEach var="reRpplNm" items="${rpplNmList }" varStatus="status" >
|
||||||
<p class="change_text">
|
<p class="change_text">
|
||||||
<c:out value="${fn:replace(reRpplNm, '/', '-')}" />
|
<c:out value="${fn:replace(reRpplNm, '/', '-')}" />
|
||||||
</p>
|
</p>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
<c:if test="${not empty prtclVO.reDeRpplNm }">
|
<c:if test="${not empty prtclVO.reDeRpplNm }">
|
||||||
<th>대리인</th>
|
<th>대리인</th>
|
||||||
<td>
|
<td>
|
||||||
<p class="change_text">
|
<p class="change_text">
|
||||||
<c:out value="${fn:replace(prtclVO.reDeRpplNm, '/', '-')}" />
|
<c:out value="${fn:replace(prtclVO.reDeRpplNm, '/', '-')}" />
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</td>
|
||||||
</c:if>
|
</c:if>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<c:if test="${not empty prtclVO.reObRpplNm }">
|
<c:if test="${not empty prtclVO.reObRpplNm }">
|
||||||
<th>참관대리인</th>
|
<th>참관대리인</th>
|
||||||
<td>
|
<td>
|
||||||
<p class="change_text">
|
<p class="change_text">
|
||||||
<c:out value="${prtclVO.reObRpplNm }" />
|
<c:out value="${prtclVO.reObRpplNm }" />
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</td>
|
||||||
</c:if>
|
</c:if>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>조정기일</th>
|
<th>조정기일</th>
|
||||||
<td>
|
<td>
|
||||||
@ -350,70 +330,9 @@ function goToEntDetailNotice(){
|
|||||||
</div>
|
</div>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
|
|
||||||
<div class="btn_wrap btn_layout01">
|
<div class="area_right">
|
||||||
<div class="area_left">
|
<button type="button" class="btnType03" onclick="fncGoList(); return false;">목록</button>
|
||||||
|
</div>
|
||||||
<%-- <c:forEach var="result" items="${hstyList}" varStatus="status"> --%>
|
|
||||||
<%-- <c:choose> --%>
|
|
||||||
<%-- 조정사건이력(adr_hstry) stat_cd 기일통지서승인(205050)가 있으면 버튼 노출 --%>
|
|
||||||
<%-- <c:when test="${result.statCd eq KccadrConstants.ADR_APP_NTC_APPR}"> --%>
|
|
||||||
<!-- <button type="button" class="btnType02" onclick="goToDntDetailNotice('mainVO')">기일통지서 상세</button> -->
|
|
||||||
<%-- </c:when> --%>
|
|
||||||
|
|
||||||
<%-- 조정사건이력(adr_hstry) stat_cd 기일변경승인(204050)가 있으면 버튼 노출 --%>
|
|
||||||
<%-- <c:when test="${result.statCd eq KccadrConstants.ADR_APP_CHG_APPR}"> --%>
|
|
||||||
<!-- <button type="button" class="btnType02" onclick="goToDntDetailNotice('update')">기일변경통지서 상세</button> -->
|
|
||||||
<%-- </c:when> --%>
|
|
||||||
|
|
||||||
<%-- 조정사건이력(adr_hstry) stat_cd 기일조서 결재완료(302050)가 있으면 버튼 노출 --%>
|
|
||||||
<%-- <c:when test="${result.statCd eq KccadrConstants.ADR_KJOSU_APPR_COMP}"> --%>
|
|
||||||
<!-- <button type="button" class="btnType02" onclick="goToDrtDetailNotice()">기일조서 상세</button> -->
|
|
||||||
<%-- </c:when> --%>
|
|
||||||
|
|
||||||
<%-- 조정사건이력(adr_hstry) stat_cd 조정권고안 결재완료(303050)가 있으면 버튼 노출 --%>
|
|
||||||
<%-- <c:when test="${result.statCd eq KccadrConstants.ADR_KKA_APPR_COMP}"> --%>
|
|
||||||
<!-- <button type="button" class="btnType02" onclick="goToArmDetailNotice()">조정권고안 상세</button> -->
|
|
||||||
<%-- </c:when> --%>
|
|
||||||
|
|
||||||
<%-- 조정사건이력(adr_hstry) stat_cd 직권조정결정서 확인완료(306050)가 있으면 버튼 노출 --%>
|
|
||||||
<%-- <c:when test="${result.statCd eq KccadrConstants.ADR_JKKJS_APPR_COMP}"> --%>
|
|
||||||
<!-- <button type="button" class="btnType02" onclick="goToOadDetailNotice()">직권조정결정서 상세</button> -->
|
|
||||||
<%-- </c:when> --%>
|
|
||||||
|
|
||||||
<%-- 조정사건이력(adr_hstry) stat_cd 조정조서 결재완료(304050)가 있으면 버튼 노출 --%>
|
|
||||||
<%-- <c:when test="${result.statCd eq KccadrConstants.ADR_JJOSU_APPR_COMP}"> --%>
|
|
||||||
<!-- <button type="button" class="btnType02" onclick="goToDrtCtrDetailNotice()">조정조서 상세</button> -->
|
|
||||||
<%-- </c:when> --%>
|
|
||||||
|
|
||||||
<%-- 조정사건이력(adr_hstry) stat_cd 불성립종결통보서 결재완료(307050)가 있으면 버튼 노출 --%>
|
|
||||||
<%-- <c:when test="${result.statCd eq KccadrConstants.ADR_BSRTBS_APPR_COMP}"> --%>
|
|
||||||
<!-- <button type="button" class="btnType02" onclick="goToCrtDetailNotice()">불성립종결통보서 상세</button> -->
|
|
||||||
<%-- </c:when> --%>
|
|
||||||
|
|
||||||
<%-- 조정사건이력(adr_hstry) stat_cd 취하종결통보서 결재완료(305050)가 있으면 버튼 노출 --%>
|
|
||||||
<%-- <c:when test="${result.statCd eq KccadrConstants.ADR_CNCLTBS_APPR_COMP}"> --%>
|
|
||||||
<!-- <button type="button" class="btnType02" onclick="goToEntDetailNotice()">취하종결통보서 상세</button> -->
|
|
||||||
<%-- </c:when> --%>
|
|
||||||
|
|
||||||
<%-- <c:otherwise> --%>
|
|
||||||
<%-- </c:otherwise> --%>
|
|
||||||
<%-- </c:choose> --%>
|
|
||||||
<%-- </c:forEach> --%>
|
|
||||||
<%--
|
|
||||||
<button type="button" class="btnType02" onclick="goToDntDetailNotice('mainVO')">기일통지서 상세</button>
|
|
||||||
<button type="button" class="btnType02" onclick="goToDntDetailNotice('update')">기일변경통지서 상세</button>
|
|
||||||
<button type="button" class="btnType02" onclick="goToDrtDetailNotice()">기일조서 상세</button>
|
|
||||||
<button type="button" class="btnType02" onclick="goToArmDetailNotice()">조정권고안 상세</button>
|
|
||||||
<button type="button" class="btnType02" onclick="goToOadDetailNotice()">직권조정결정서 상세</button>
|
|
||||||
<button type="button" class="btnType02" onclick="goToDrtCtrDetailNotice()">조정조서 상세</button>
|
|
||||||
<button type="button" class="btnType02" onclick="goToCrtDetailNotice()">불성립종결통보서 상세</button>
|
|
||||||
<button type="button" class="btnType02" onclick="goToEntDetailNotice()">취하종결통보서 상세</button>
|
|
||||||
--%>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div class="area_right">
|
|
||||||
<button type="button" class="btnType03" onclick="fncGoList(); return false;">목록</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user