Merge branch 'master' of http://yongjoon.cho@vcs.iten.co.kr:9999/hylee/kcc_adr_advc_git
This commit is contained in:
commit
8e688e50ed
@ -201,7 +201,7 @@
|
||||
</c:if>
|
||||
<c:forEach var="list" items="${person}" varStatus="status">
|
||||
<c:choose>
|
||||
<c:when test="${list.rpplTy eq '01'}">
|
||||
<c:when test="${list.rpplTy eq '10'}">
|
||||
<p class="tb_tit">신청인정보</p>
|
||||
<div class="tbType02">
|
||||
<table>
|
||||
@ -270,7 +270,95 @@
|
||||
</table>
|
||||
</div>
|
||||
</c:when>
|
||||
<c:when test="${list.rpplTy eq '02'}">
|
||||
<c:when test="${list.rpplTy eq '30'}">
|
||||
<p class="tb_tit">대리인정보</p>
|
||||
<div class="tbType02">
|
||||
<table>
|
||||
<colgroup>
|
||||
<col style="width: 20%">
|
||||
<col style="width: 80%">
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th class="">
|
||||
<p>대리인 이름</p>
|
||||
</th>
|
||||
<td><c:out value="${list.rpplNm}"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="">
|
||||
<p>본인과의 관계</p>
|
||||
</th>
|
||||
<td>
|
||||
<kc:code codeId="CC006" code="${list.rpplRelation}"/>
|
||||
<c:if test="${list.rpplRelation eq KccadrConstants.ADR_RPPL_RELATION_04}">
|
||||
(<c:out value='${list.rpplRelationEtc}' />)
|
||||
</c:if>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="">
|
||||
<p>직책</p>
|
||||
</th>
|
||||
<td><c:out value="${list.rpplGrade}"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="">
|
||||
<p>대리인 주소</p>
|
||||
</th>
|
||||
<td>
|
||||
(<c:out value="${list.rpplPost}"/>)
|
||||
<c:out value="${list.rpplAddr}"/> <c:out value="${list.rpplAddrDtl}"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="">
|
||||
<p>이메일</p>
|
||||
</th>
|
||||
<td><c:out value="${list.rpplEmail}"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="">
|
||||
<p>연락처</p>
|
||||
</th>
|
||||
<td><c:out value="${list.rpplPhone.replaceAll('(^02|^0505|^1[0-9]{3}|^0[0-9]{2})([0-9]+)?([0-9]{4})$','$1-$2-$3')}"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="">
|
||||
<p>이메일 수신여부</p>
|
||||
</th>
|
||||
<td><c:out value="${list.rpplEmailYn eq 'Y' ? '수신' : '수신하지 않음'}"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="">
|
||||
<p>SMS 수신여부</p>
|
||||
</th>
|
||||
<td><c:out value="${list.rpplSmsYn eq 'Y' ? '수신' : '수신하지 않음'}"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="">
|
||||
<p>우편물 수령지</p>
|
||||
</th>
|
||||
<td>
|
||||
(<c:out value="${list.rpplRealPost}"/>)
|
||||
<c:out value="${list.rpplRealAddr}"/> <c:out value="${list.rpplRealAddrDtl}"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="">
|
||||
<p>첨부파일</p>
|
||||
</th>
|
||||
<td>
|
||||
<c:forEach var="depuFileList" items="${depuFileList}" varStatus="status">
|
||||
<a href="javascript:fn_egov_downFile('<c:out value='${depuFileList.atchFileId}' />','<c:out value='${depuFileList.fileSn}' />')"><c:out value='${depuFileList.orignlFileNm}' /></a>
|
||||
</c:forEach>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</c:when>
|
||||
<c:when test="${list.rpplTy eq '20'}">
|
||||
<p class="tb_tit">피신청인정보</p>
|
||||
<div class="tbType02">
|
||||
<table>
|
||||
@ -312,6 +400,27 @@
|
||||
</th>
|
||||
<td><c:out value="${list.rpplPhone.replaceAll('(^02|^0505|^1[0-9]{3}|^0[0-9]{2})([0-9]+)?([0-9]{4})$','$1-$2-$3')}"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="">
|
||||
<p>이메일 수신여부</p>
|
||||
</th>
|
||||
<td><c:out value="${list.rpplEmailYn eq 'Y' ? '수신' : '수신하지 않음'}"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="">
|
||||
<p>SMS 수신여부</p>
|
||||
</th>
|
||||
<td><c:out value="${list.rpplSmsYn eq 'Y' ? '수신' : '수신하지 않음'}"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="">
|
||||
<p>우편물 수령지</p>
|
||||
</th>
|
||||
<td>
|
||||
(<c:out value="${list.rpplRealPost}"/>)
|
||||
<c:out value="${list.rpplRealAddr}"/> <c:out value="${list.rpplRealAddrDtl}"/>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
@ -48,7 +48,7 @@ main{width: 100%; height: 100%; margin-top: 135px; padding-bottom: 90px; backgro
|
||||
.baro_cont a:nth-child(5) i{background-image: url(/kccadrPb/usr/image/main/icon_baro05.png);}
|
||||
.baro_cont a:nth-child(5).on i{background-image: url(/kccadrPb/usr/image/main/icon_baro05_hover.png);}
|
||||
|
||||
.baro_cont.experience_cont a i{width: 48px;}
|
||||
/* .baro_cont.experience_cont a i{width: 48px;}
|
||||
.baro_cont.experience_cont a:nth-child(2) i{background-image: url(/kccadrPb/usr/image/main/icon_baro06.png);}
|
||||
.baro_cont.experience_cont a:nth-child(2).on i{background-image: url(/kccadrPb/usr/image/main/icon_baro06_hover.png);}
|
||||
.baro_cont.experience_cont a:nth-child(3) i{background-image: url(/kccadrPb/usr/image/main/icon_baro07.png);}
|
||||
@ -58,6 +58,9 @@ main{width: 100%; height: 100%; margin-top: 135px; padding-bottom: 90px; backgro
|
||||
.baro_cont.experience_cont a:nth-child(5) i{background-image: url(/kccadrPb/usr/image/main/icon_baro09.png);}
|
||||
.baro_cont.experience_cont a:nth-child(5).on i{background-image: url(/kccadrPb/usr/image/main/icon_baro09_hover.png);}
|
||||
.baro_cont.experience_cont a:nth-child(6) i{background-image: url(/kccadrPb/usr/image/main/icon_baro10.png);}
|
||||
.baro_cont.experience_cont a:nth-child(6).on i{background-image: url(/kccadrPb/usr/image/main/icon_baro10_hover.png);} */
|
||||
.baro_cont.experience_cont a:nth-child(6) i{width: 42px;}
|
||||
.baro_cont.experience_cont a:nth-child(6) i{background-image: url(/kccadrPb/usr/image/main/icon_baro10.png);}
|
||||
.baro_cont.experience_cont a:nth-child(6).on i{background-image: url(/kccadrPb/usr/image/main/icon_baro10_hover.png);}
|
||||
|
||||
.mask{position: fixed; display: none; width: 100%; height: 100%; left: 0; top: 0; background-color: rgba(0,0,0,0.5); z-index: 24;}
|
||||
|
||||
@ -258,8 +258,8 @@
|
||||
<div class="baro_cont experience_cont">
|
||||
<div class="inner">
|
||||
<div class="mask"></div>
|
||||
<a href="/" title="접수 페이지 바로가기"><i></i>
|
||||
<p>접수</p>
|
||||
<a href="/" title="조정신청 등록 페이지 바로가기"><i></i>
|
||||
<p>조정신청 등록</p>
|
||||
<div class="tooltip_box">
|
||||
<div class="tooltip_type01">
|
||||
<div class="text_area">
|
||||
@ -274,8 +274,8 @@
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<a href="/" title="기일지정 페이지 바로가기"><i></i>
|
||||
<p>기일지정</p>
|
||||
<a href="/" title="서류제출 페이지 바로가기"><i></i>
|
||||
<p>서류제출</p>
|
||||
<div class="tooltip_box">
|
||||
<div class="tooltip_type01">
|
||||
<div class="text_area">
|
||||
@ -290,8 +290,8 @@
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<a href="/" title="기일개최 페이지 바로가기"><i></i>
|
||||
<p>기일개최</p>
|
||||
<a href="/" title="진행현황 페이지 바로가기"><i></i>
|
||||
<p>진행현황</p>
|
||||
<div class="tooltip_box">
|
||||
<div class="tooltip_type01">
|
||||
<div class="text_area">
|
||||
@ -306,8 +306,8 @@
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<a href="/" title="조정중 페이지 바로가기"><i></i>
|
||||
<p>조정중</p>
|
||||
<a href="/" title="사건기록 열람·발급 페이지 바로가기"><i></i>
|
||||
<p>사건기록 열람·발급</p>
|
||||
<div class="tooltip_box">
|
||||
<div class="tooltip_type01">
|
||||
<div class="text_area">
|
||||
@ -322,8 +322,8 @@
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<a href="/" title="종료 페이지 바로가기"><i></i>
|
||||
<p>종료</p>
|
||||
<a href="/" title="조정결과 페이지 바로가기"><i></i>
|
||||
<p>조정결과</p>
|
||||
<div class="tooltip_box">
|
||||
<div class="tooltip_type01">
|
||||
<div class="text_area">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user