refactor:줄 맞춤
This commit is contained in:
parent
3e84a85023
commit
8d6b25958b
@ -199,26 +199,6 @@ function goToEntDetailNotice(){
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- -->
|
||||
<!-- -->
|
||||
<!-- -->
|
||||
<!-- -->
|
||||
<!-- -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<c:forEach var="prtclVO" items="${prtclMgrVO }" varStatus="status" >
|
||||
<p class="tb_tit">${prtclVO.adrSn }차 기일</p>
|
||||
<div class="tbType02">
|
||||
@ -230,62 +210,62 @@ function goToEntDetailNotice(){
|
||||
<col style="width: 35%;">
|
||||
</colgroup>
|
||||
<tbody class="border_0">
|
||||
<tr>
|
||||
<th rowspan="2">신청인</th>
|
||||
<td rowspan="2">
|
||||
<tr>
|
||||
<th rowspan="2">신청인</th>
|
||||
<td rowspan="2">
|
||||
<p class="change_text">
|
||||
<c:out value="${fn:replace(prtclVO.rpplNm, '/', '-')}" />
|
||||
</p>
|
||||
</td>
|
||||
<c:if test="${not empty prtclVO.deRpplNm }">
|
||||
<th>대리인</th>
|
||||
<td>
|
||||
</td>
|
||||
<c:if test="${not empty prtclVO.deRpplNm }">
|
||||
<th>대리인</th>
|
||||
<td>
|
||||
<p class="change_text">
|
||||
<c:out value="${fn:replace(prtclVO.deRpplNm, '/', '-')}" />
|
||||
</p>
|
||||
</td>
|
||||
</c:if>
|
||||
</tr>
|
||||
<tr>
|
||||
<!-- 퍼블 깨지는 것을 방지하기 위해 tr 안에 if -->
|
||||
<c:if test="${not empty prtclVO.obRpplNm }">
|
||||
<th>참관대리인</th>
|
||||
<td>
|
||||
</td>
|
||||
</c:if>
|
||||
</tr>
|
||||
<tr>
|
||||
<!-- 퍼블 깨지는 것을 방지하기 위해 tr 안에 if -->
|
||||
<c:if test="${not empty prtclVO.obRpplNm }">
|
||||
<th>참관대리인</th>
|
||||
<td>
|
||||
<p class="change_text">
|
||||
<c:out value="${prtclVO.obRpplNm }" />
|
||||
</p>
|
||||
</td>
|
||||
</c:if>
|
||||
</tr>
|
||||
<tr>
|
||||
<th rowspan="2">피신청인</th>
|
||||
<td rowspan="2">
|
||||
</td>
|
||||
</c:if>
|
||||
</tr>
|
||||
<tr>
|
||||
<th rowspan="2">피신청인</th>
|
||||
<td rowspan="2">
|
||||
<c:set var="rpplNmList" value="${fn:split(prtclVO.reRpplNm,',')}" />
|
||||
<c:forEach var="reRpplNm" items="${rpplNmList }" varStatus="status" >
|
||||
<p class="change_text">
|
||||
<c:out value="${fn:replace(reRpplNm, '/', '-')}" />
|
||||
</p>
|
||||
</c:forEach>
|
||||
</td>
|
||||
<c:if test="${not empty prtclVO.reDeRpplNm }">
|
||||
<th>대리인</th>
|
||||
<td>
|
||||
</td>
|
||||
<c:if test="${not empty prtclVO.reDeRpplNm }">
|
||||
<th>대리인</th>
|
||||
<td>
|
||||
<p class="change_text">
|
||||
<c:out value="${fn:replace(prtclVO.reDeRpplNm, '/', '-')}" />
|
||||
</p>
|
||||
</td>
|
||||
</c:if>
|
||||
</tr>
|
||||
<tr>
|
||||
</td>
|
||||
</c:if>
|
||||
</tr>
|
||||
<tr>
|
||||
<c:if test="${not empty prtclVO.reObRpplNm }">
|
||||
<th>참관대리인</th>
|
||||
<td>
|
||||
<th>참관대리인</th>
|
||||
<td>
|
||||
<p class="change_text">
|
||||
<c:out value="${prtclVO.reObRpplNm }" />
|
||||
</p>
|
||||
</td>
|
||||
</c:if>
|
||||
</tr>
|
||||
</td>
|
||||
</c:if>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>조정기일</th>
|
||||
<td>
|
||||
@ -350,70 +330,9 @@ function goToEntDetailNotice(){
|
||||
</div>
|
||||
</c:forEach>
|
||||
|
||||
<div class="btn_wrap btn_layout01">
|
||||
<div class="area_left">
|
||||
|
||||
<%-- <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 class="area_right">
|
||||
<button type="button" class="btnType03" onclick="fncGoList(); return false;">목록</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user