feat:체험하기 기능-로그인 기능 - 종결 상세
This commit is contained in:
parent
514445f096
commit
ec06737f1f
@ -48,6 +48,10 @@ public class AdjstReqStatusVO extends AdjstIncidentVO {
|
|||||||
private String pageExpIndex;
|
private String pageExpIndex;
|
||||||
|
|
||||||
private String expCode;
|
private String expCode;
|
||||||
|
|
||||||
|
private String pageType;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
public String getAdrSn() {
|
public String getAdrSn() {
|
||||||
return adrSn;
|
return adrSn;
|
||||||
@ -263,5 +267,13 @@ public class AdjstReqStatusVO extends AdjstIncidentVO {
|
|||||||
this.expCode = expCode;
|
this.expCode = expCode;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String getPageType() {
|
||||||
|
return pageType;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setPageType(String pageType) {
|
||||||
|
this.pageType = pageType;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -32,6 +32,7 @@ import kcc.com.uss.ion.pwm.service.MainzoneVO;
|
|||||||
import kcc.com.uss.ion.pwm.service.PopupManageVO;
|
import kcc.com.uss.ion.pwm.service.PopupManageVO;
|
||||||
import kcc.com.uss.ion.pwm.service.PopupzoneVO;
|
import kcc.com.uss.ion.pwm.service.PopupzoneVO;
|
||||||
import kcc.kccadr.accdnt.ai.service.AdjstIncidentVO;
|
import kcc.kccadr.accdnt.ai.service.AdjstIncidentVO;
|
||||||
|
import kcc.kccadr.accdnt.ars.service.AdjstReqStatusVO;
|
||||||
import kcc.kccadr.accdnt.crtfc.service.CrtfcService;
|
import kcc.kccadr.accdnt.crtfc.service.CrtfcService;
|
||||||
import kcc.kccadr.adjst.service.AdjstReqService;
|
import kcc.kccadr.adjst.service.AdjstReqService;
|
||||||
import kcc.kccadr.adjst.service.AdjstReqVO;
|
import kcc.kccadr.adjst.service.AdjstReqVO;
|
||||||
@ -111,6 +112,8 @@ public class AdjstExpController {
|
|||||||
System.out.println("adjstReqVO.getStep() :: " + adjstReqVO.getStep());
|
System.out.println("adjstReqVO.getStep() :: " + adjstReqVO.getStep());
|
||||||
model.addAttribute("loginNextUrl", adjstReqVO.getLoginNextUrl());
|
model.addAttribute("loginNextUrl", adjstReqVO.getLoginNextUrl());
|
||||||
model.addAttribute("step", adjstReqVO.getStep());
|
model.addAttribute("step", adjstReqVO.getStep());
|
||||||
|
model.addAttribute("searchStatus", adjstReqVO.getSearchStatus());
|
||||||
|
|
||||||
return "/web/kccadr/adjstExp/SsoLoginUsr";
|
return "/web/kccadr/adjstExp/SsoLoginUsr";
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -457,4 +460,15 @@ public class AdjstExpController {
|
|||||||
adjstReqVO.setRpplRealAddr(rpplRealAddr);
|
adjstReqVO.setRpplRealAddr(rpplRealAddr);
|
||||||
adjstReqVO.setRpplRealAddrDtl(rpplRealAddrDtl);
|
adjstReqVO.setRpplRealAddrDtl(rpplRealAddrDtl);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 조정진행 상세 POPUP 화면
|
||||||
|
*/
|
||||||
|
@RequestMapping("/web/kccadr/adjstExpDetail/popup/adjstIncidentDetailPop.do")
|
||||||
|
public String adjstIncidentDetailPop(@ModelAttribute("adjstReqStatusVO") AdjstReqStatusVO adjstReqStatusVO,
|
||||||
|
ModelMap model) throws Exception {
|
||||||
|
return "/web/kccadr/adjstExp/popup/adjstIncidentDetailPop";
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -84,6 +84,17 @@ public class AdjstExpDetailController {
|
|||||||
return "/web/kccadr/adjstExpDetail/adjstReqStatusDetail";
|
return "/web/kccadr/adjstExpDetail/adjstReqStatusDetail";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 조정진행 상세 화면
|
||||||
|
*/
|
||||||
|
@RequestMapping("/web/kccadr/adjstExpDetail/adjstIncidentDetail.do")
|
||||||
|
public String adjstIncidentDetail(@ModelAttribute("adjstReqStatusVO") AdjstReqStatusVO adjstReqStatusVO,
|
||||||
|
ModelMap model) throws Exception {
|
||||||
|
return "/web/kccadr/adjstExpDetail/adjstIncidentDetail";
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 조정진행 상세 Tab 조정상세 화면
|
* 조정진행 상세 Tab 조정상세 화면
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -68,6 +68,7 @@ function usrIdPassFind(choose){
|
|||||||
<input type="hidden" name="beforeUrl" value='<c:out value="${beforeUrl}"></c:out>' />
|
<input type="hidden" name="beforeUrl" value='<c:out value="${beforeUrl}"></c:out>' />
|
||||||
<input type="hidden" name="loginNextUrl" id="loginNextUrl" value='<c:out value="${loginNextUrl}"></c:out>' />
|
<input type="hidden" name="loginNextUrl" id="loginNextUrl" value='<c:out value="${loginNextUrl}"></c:out>' />
|
||||||
<input type="hidden" name="step" id="step" value='<c:out value="${step}"></c:out>' />
|
<input type="hidden" name="step" id="step" value='<c:out value="${step}"></c:out>' />
|
||||||
|
<input type="hidden" name="searchStatus" id="searchStatus" value='<c:out value="${searchStatus}"></c:out>' />
|
||||||
<input type="hidden" name="userSe" value="GNR" />
|
<input type="hidden" name="userSe" value="GNR" />
|
||||||
<input type="hidden" id="id" name="id">
|
<input type="hidden" id="id" name="id">
|
||||||
<input type="hidden" id="password" name="password">
|
<input type="hidden" id="password" name="password">
|
||||||
|
|||||||
@ -43,7 +43,6 @@
|
|||||||
function linkPage(pageNo){
|
function linkPage(pageNo){
|
||||||
var listForm = document.listForm ;
|
var listForm = document.listForm ;
|
||||||
listForm.pageIndex.value = pageNo ;
|
listForm.pageIndex.value = pageNo ;
|
||||||
// listForm.action = "<c:url value='/web/kccadr/accdnt/ai/adjstIncidentList.do'/>";
|
|
||||||
listForm.action = "<c:url value='/web/kccadr/adjstExp/adjstIncidentList.do'/>";
|
listForm.action = "<c:url value='/web/kccadr/adjstExp/adjstIncidentList.do'/>";
|
||||||
listForm.submit();
|
listForm.submit();
|
||||||
}
|
}
|
||||||
@ -55,47 +54,36 @@
|
|||||||
listForm.submit();
|
listForm.submit();
|
||||||
}
|
}
|
||||||
|
|
||||||
function fncGoingDetail(adrSeq, adrSn){
|
function fncGoingDetail(type){
|
||||||
|
/*
|
||||||
|
*type
|
||||||
|
* A :신청
|
||||||
|
* B :진행
|
||||||
|
* C :종결
|
||||||
|
*/
|
||||||
|
|
||||||
var listForm = document.listForm ;
|
var listForm = document.listForm ;
|
||||||
listForm.action = "<c:url value='/web/kccadr/adjstExpDetail/adjstReqStatusDetail.do'/>";
|
listForm.action = "<c:url value='/web/kccadr/adjstExpDetail/adjstIncidentDetail.do'/>";
|
||||||
listForm.submit();
|
// listForm.pageType.value = type;
|
||||||
}
|
|
||||||
|
|
||||||
function fncCloseDetail(adrSeq, adrSn){
|
|
||||||
var listForm = document.listForm ;
|
|
||||||
listForm.adrSeq.value = adrSeq;
|
|
||||||
listForm.adrSn.value = adrSn;
|
|
||||||
listForm.action = "<c:url value='/web/kccadr/accdnt/ars/adjstCloseDetail.do'/>";
|
|
||||||
listForm.submit();
|
listForm.submit();
|
||||||
}
|
}
|
||||||
|
|
||||||
function fncGoCreate(){
|
function fncGoCreate(){
|
||||||
var listForm = document.listForm ;
|
var listForm = document.listForm ;
|
||||||
//listForm.action = "<c:url value='/web/kccadr/adjst/adjstReq1Regist.do'/>"; // 신청서작성 메뉴 URL로 수정
|
|
||||||
listForm.action = "<c:url value='/web/kccadr/adjstExp/adjstReqRegistInformation.do'/>";
|
listForm.action = "<c:url value='/web/kccadr/adjstExp/adjstReqRegistInformation.do'/>";
|
||||||
listForm.submit();
|
listForm.submit();
|
||||||
}
|
}
|
||||||
|
|
||||||
function fncSecurityPop(adrSeq,edtTy,edtSn) {
|
|
||||||
commonPopLayeropen(
|
$(document).ready(function(){
|
||||||
"/web/kccadr/accdnt/ai/popup/adjstIncidentReqViewPop.do"
|
|
||||||
, 550
|
$($('.td_num').get().reverse()).each(function(index, item){
|
||||||
, 600
|
console.log($(item).text(index+1));
|
||||||
, {adrSeq : adrSeq, edtTy : edtTy, edtSn : edtSn}
|
});
|
||||||
, "N"
|
|
||||||
, "securityPop"
|
});
|
||||||
);
|
|
||||||
}
|
|
||||||
function fncRejectCnPop(adrSeq,rejectCn) {
|
|
||||||
commonPopLayeropen(
|
|
||||||
"/web/kccadr/accdnt/ai/popup/adjstIncidentRejectCnPop.do"
|
|
||||||
, 550
|
|
||||||
, 300
|
|
||||||
, {adrSeq : adrSeq, rejectCn : rejectCn}
|
|
||||||
, "N"
|
|
||||||
, "rejectCnPop"
|
|
||||||
);
|
|
||||||
}
|
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -104,12 +92,14 @@
|
|||||||
<input type="hidden" name="searchSortCnd" value="<c:out value="${adjstIncidentVO.searchSortCnd}" />" />
|
<input type="hidden" name="searchSortCnd" value="<c:out value="${adjstIncidentVO.searchSortCnd}" />" />
|
||||||
<input type="hidden" name="searchSortOrd" value="<c:out value="${adjstIncidentVO.searchSortOrd}" />" />
|
<input type="hidden" name="searchSortOrd" value="<c:out value="${adjstIncidentVO.searchSortOrd}" />" />
|
||||||
<input type="hidden" name="searchStatus" value="<c:out value="${adjstIncidentVO.searchStatus}" />" />
|
<input type="hidden" name="searchStatus" value="<c:out value="${adjstIncidentVO.searchStatus}" />" />
|
||||||
|
<input type="hidden" name="pageType" id="pageType" value="" />
|
||||||
<input type="hidden" name="searchCondition" value="" />
|
<input type="hidden" name="searchCondition" value="" />
|
||||||
<input type="hidden" name="searchKeyword" value="" />
|
<input type="hidden" name="searchKeyword" value="" />
|
||||||
<input type="hidden" name="adrSeq" value="" />
|
<input type="hidden" name="adrSeq" value="" />
|
||||||
<input type="hidden" name="adrSn" value="" />
|
<input type="hidden" name="adrSn" value="" />
|
||||||
<input type="hidden" name="step" value="4" />
|
<input type="hidden" name="step" value="4" />
|
||||||
|
|
||||||
|
<c:set var="searchStatus" value="${adjstIncidentVO.searchStatus }" />
|
||||||
<!-- cont -->
|
<!-- cont -->
|
||||||
<div class="cont_wrap sub02_1" id="sub">
|
<div class="cont_wrap sub02_1" id="sub">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
@ -121,10 +111,10 @@
|
|||||||
<div class="list_top">
|
<div class="list_top">
|
||||||
<!-- <p>총 건수 : <span>204</span>건</p> -->
|
<!-- <p>총 건수 : <span>204</span>건</p> -->
|
||||||
<div class="tab_wrap">
|
<div class="tab_wrap">
|
||||||
<button type="button" onclick="fncStatusList(''); return false;" class="tab ${empty adjstIncidentVO.searchStatus ? 'on' : '' }">전체</button>
|
<button type="button" onclick="fncStatusList(''); return false;" class="tab ${empty searchStatus ? 'on' : '' }">전체</button>
|
||||||
<button type="button" onclick="fncStatusList('A'); return false;" class="${adjstIncidentVO.searchStatus eq 'A'? 'on' : '' } tab">신청</button>
|
<button type="button" onclick="fncStatusList('A'); return false;" class="${searchStatus eq 'A'? 'on' : '' } tab">신청</button>
|
||||||
<button type="button" onclick="fncStatusList('B'); return false;" class="${adjstIncidentVO.searchStatus eq 'B' ? 'on' : '' } tab">진행</button>
|
<button type="button" onclick="fncStatusList('B'); return false;" class="${searchStatus eq 'B' ? 'on' : '' } tab">진행</button>
|
||||||
<button type="button" onclick="fncStatusList('C'); return false;" class="${adjstIncidentVO.searchStatus eq 'C' ? 'on' : '' } tab">종결</button>
|
<button type="button" onclick="fncStatusList('C'); return false;" class="${searchStatus eq 'C' ? 'on' : '' } tab">종결</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="list_util"></div>
|
<div class="list_util"></div>
|
||||||
</div>
|
</div>
|
||||||
@ -160,80 +150,225 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<!-- 전체 // 신청 목록 -->
|
||||||
<td class="td_num">
|
<c:if test="${searchStatus eq '' || searchStatus eq 'A' }">
|
||||||
2
|
<tr>
|
||||||
</td>
|
<td class="td_num"></td>
|
||||||
<td class="td_date">
|
<td class="td_date">
|
||||||
<span class="read_only m_th_text">접수일자</span>
|
<span class="read_only m_th_text">접수일자</span>
|
||||||
<p>2021-11-21</p>
|
<p>2021-11-21</p>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_subscriber">
|
<td class="td_subscriber">
|
||||||
<span class="m_th_text">신청인</span>
|
<span class="m_th_text">신청인</span>
|
||||||
<a href="#none" onclick="fncGoingDetail('ADR_0000000000001610', '1');">홍길동</a>
|
<a href="#none" onclick="fncGoingDetail();">홍길동</a>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_respondent">
|
<td class="td_respondent">
|
||||||
<span class="m_th_text">피신청인</span>
|
<span class="m_th_text">피신청인</span>
|
||||||
<a href="#none" onclick="fncGoingDetail('ADR_0000000000001610', '1');">김길동 외1명</a>
|
<a href="#none" onclick="fncGoingDetail();">김길동 외1명</a>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_tit">
|
<td class="td_tit">
|
||||||
<span class="read_only m_th_text">신청내용</span>
|
<span class="read_only m_th_text">신청내용</span>
|
||||||
<a href="#none" onclick="fncGoingDetail('ADR_0000000000001610', '1');">미술저작물</a>
|
<a href="#none" onclick="fncGoingDetail();">미술저작물</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="m_th_text">조정부</span>
|
<span class="m_th_text">조정부</span>
|
||||||
<p>합의1부</p>
|
<p>합의1부</p>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="m_th_text">기일</span>
|
<span class="m_th_text">기일</span>
|
||||||
<p>-</p>
|
<p>-</p>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="m_th_text">조정차수</span>
|
<span class="m_th_text">조정차수</span>
|
||||||
<p>1차</p>
|
<p>1차</p>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_status">
|
<td class="td_status">
|
||||||
<span class="read_only m_th_text">조정상태</span>
|
<span class="read_only m_th_text">조정상태</span>
|
||||||
<p class="status_write">조정진행중</p>
|
<p class="status_write">작성중</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="td_num">
|
<td class="td_num"></td>
|
||||||
1
|
<td class="td_date">
|
||||||
</td>
|
<span class="read_only m_th_text">접수일자</span>
|
||||||
<td class="td_date">
|
<p>2021-12-06</p>
|
||||||
<span class="read_only m_th_text">접수일자</span>
|
</td>
|
||||||
<p>2021-12-06</p>
|
<td class="td_subscriber">
|
||||||
</td>
|
<span class="m_th_text">신청인</span>
|
||||||
|
<a href="#none" onclick="fncGoingDetail();">박영희</a>
|
||||||
|
</td>
|
||||||
|
<td class="td_respondent">
|
||||||
|
<span class="m_th_text">피신청인</span>
|
||||||
|
<a href="#none" onclick="fncGoingDetail();">김철수</a>
|
||||||
|
</td>
|
||||||
|
<td class="td_tit">
|
||||||
|
<span class="read_only m_th_text">신청내용</span>
|
||||||
|
<a href="#none" onclick="fncGoingDetail();">어문저작물</a>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<span class="m_th_text">조정부</span>
|
||||||
|
<p>조정1부</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<span class="m_th_text">기일</span>
|
||||||
|
<p>-</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<span class="m_th_text">조정차수</span>
|
||||||
|
<p>1차</p>
|
||||||
|
</td>
|
||||||
|
<td class="td_status">
|
||||||
|
<span class="read_only m_th_text">조정상태</span>
|
||||||
|
<p class="status_write">제출완료</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</c:if>
|
||||||
|
<!-- 전체 // 진행 목록 -->
|
||||||
|
<c:if test="${searchStatus eq '' || searchStatus eq 'B' }">
|
||||||
|
<tr>
|
||||||
|
<td class="td_num"></td>
|
||||||
|
<td class="td_date">
|
||||||
|
<span class="read_only m_th_text">접수일자</span>
|
||||||
|
<p>2021-11-21</p>
|
||||||
|
</td>
|
||||||
<td class="td_subscriber">
|
<td class="td_subscriber">
|
||||||
<span class="m_th_text">신청인</span>
|
<span class="m_th_text">신청인</span>
|
||||||
<a href="#none" onclick="fncGoingDetail('ADR_0000000000001891', '1');">박영희</a>
|
<a href="#none" onclick="fncGoingDetail();">홍길동</a>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_respondent">
|
<td class="td_respondent">
|
||||||
<span class="m_th_text">피신청인</span>
|
<span class="m_th_text">피신청인</span>
|
||||||
<a href="#none" onclick="fncGoingDetail('ADR_0000000000001891', '1');">김철수</a>
|
<a href="#none" onclick="fncGoingDetail();">김길동 외1명</a>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_tit">
|
<td class="td_tit">
|
||||||
<span class="read_only m_th_text">신청내용</span>
|
<span class="read_only m_th_text">신청내용</span>
|
||||||
<a href="#none" onclick="fncGoingDetail('ADR_0000000000001891', '1');">어문저작물</a>
|
<a href="#none" onclick="fncGoingDetail();">미술저작물</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="m_th_text">조정부</span>
|
<span class="m_th_text">조정부</span>
|
||||||
<p>조정1부</p>
|
<p>합의1부</p>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="m_th_text">기일</span>
|
<span class="m_th_text">기일</span>
|
||||||
<p>-</p>
|
<p>-</p>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="m_th_text">조정차수</span>
|
<span class="m_th_text">조정차수</span>
|
||||||
<p>1차</p>
|
<p>1차</p>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_status">
|
<td class="td_status">
|
||||||
<span class="read_only m_th_text">조정상태</span>
|
<span class="read_only m_th_text">조정상태</span>
|
||||||
|
<p class="status_write">조정진행중</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="td_num"></td>
|
||||||
|
<td class="td_date">
|
||||||
|
<span class="read_only m_th_text">접수일자</span>
|
||||||
|
<p>2021-12-06</p>
|
||||||
|
</td>
|
||||||
|
<td class="td_subscriber">
|
||||||
|
<span class="m_th_text">신청인</span>
|
||||||
|
<a href="#none" onclick="fncGoingDetail();">박영희</a>
|
||||||
|
</td>
|
||||||
|
<td class="td_respondent">
|
||||||
|
<span class="m_th_text">피신청인</span>
|
||||||
|
<a href="#none" onclick="fncGoingDetail();">김철수</a>
|
||||||
|
</td>
|
||||||
|
<td class="td_tit">
|
||||||
|
<span class="read_only m_th_text">신청내용</span>
|
||||||
|
<a href="#none" onclick="fncGoingDetail();">어문저작물</a>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<span class="m_th_text">조정부</span>
|
||||||
|
<p>조정1부</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<span class="m_th_text">기일</span>
|
||||||
|
<p>-</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<span class="m_th_text">조정차수</span>
|
||||||
|
<p>1차</p>
|
||||||
|
</td>
|
||||||
|
<td class="td_status">
|
||||||
|
<span class="read_only m_th_text">조정상태</span>
|
||||||
<p class="status_write">조정진행중</p>
|
<p class="status_write">조정진행중</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
</c:if>
|
||||||
|
<!-- 전체 // 종결 목록 -->
|
||||||
|
<c:if test="${searchStatus eq '' || searchStatus eq 'C' }">
|
||||||
|
<tr>
|
||||||
|
<td class="td_num"></td>
|
||||||
|
<td class="td_date">
|
||||||
|
<span class="read_only m_th_text">접수일자</span>
|
||||||
|
<p>2021-11-21</p>
|
||||||
|
</td>
|
||||||
|
<td class="td_subscriber">
|
||||||
|
<span class="m_th_text">신청인</span>
|
||||||
|
<a href="#none" onclick="fncGoingDetail();">홍길동</a>
|
||||||
|
</td>
|
||||||
|
<td class="td_respondent">
|
||||||
|
<span class="m_th_text">피신청인</span>
|
||||||
|
<a href="#none" onclick="fncGoingDetail();">김길동</a>
|
||||||
|
</td>
|
||||||
|
<td class="td_tit">
|
||||||
|
<span class="read_only m_th_text">신청내용</span>
|
||||||
|
<a href="#none" onclick="fncGoingDetail();">미술저작물</a>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<span class="m_th_text">조정부</span>
|
||||||
|
<p>합의1부</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<span class="m_th_text">기일</span>
|
||||||
|
<p>-</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<span class="m_th_text">조정차수</span>
|
||||||
|
<p>1차</p>
|
||||||
|
</td>
|
||||||
|
<td class="td_status">
|
||||||
|
<span class="read_only m_th_text">조정상태</span>
|
||||||
|
<p class="status_write">조정종결</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="td_num"></td>
|
||||||
|
<td class="td_date">
|
||||||
|
<span class="read_only m_th_text">접수일자</span>
|
||||||
|
<p>2021-12-06</p>
|
||||||
|
</td>
|
||||||
|
<td class="td_subscriber">
|
||||||
|
<span class="m_th_text">신청인</span>
|
||||||
|
<a href="#none" onclick="fncGoingDetail();">박영희</a>
|
||||||
|
</td>
|
||||||
|
<td class="td_respondent">
|
||||||
|
<span class="m_th_text">피신청인</span>
|
||||||
|
<a href="#none" onclick="fncGoingDetail();">김철수</a>
|
||||||
|
</td>
|
||||||
|
<td class="td_tit">
|
||||||
|
<span class="read_only m_th_text">신청내용</span>
|
||||||
|
<a href="#none" onclick="fncGoingDetail();">어문저작물</a>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<span class="m_th_text">조정부</span>
|
||||||
|
<p>조정1부</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<span class="m_th_text">기일</span>
|
||||||
|
<p>-</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<span class="m_th_text">조정차수</span>
|
||||||
|
<p>1차</p>
|
||||||
|
</td>
|
||||||
|
<td class="td_status">
|
||||||
|
<span class="read_only m_th_text">조정상태</span>
|
||||||
|
<p class="status_write">조정종결</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</c:if>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -96,9 +96,22 @@ function goExpPage(num) {
|
|||||||
|
|
||||||
var actionUrl = "<c:url value='/web/kccadr/adjstExp/SsoLoginUsr.do'/>";
|
var actionUrl = "<c:url value='/web/kccadr/adjstExp/SsoLoginUsr.do'/>";
|
||||||
|
|
||||||
if(num==1){//접수페이지
|
if(num==1)
|
||||||
|
{//접수페이지
|
||||||
goUrl = "<c:url value='/web/kccadr/adjstExp/adjstReqRegistInformation.do'/>";
|
goUrl = "<c:url value='/web/kccadr/adjstExp/adjstReqRegistInformation.do'/>";
|
||||||
} else{
|
}
|
||||||
|
else if(num==4)
|
||||||
|
{// 열랍 발급
|
||||||
|
goUrl = "<c:url value='/web/kccadr/adjstExp/adjstIncidentList.do'/>";
|
||||||
|
frm.searchStatus.value = 'C';
|
||||||
|
}
|
||||||
|
else if(num==5)
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
// return false;
|
||||||
goUrl = "<c:url value='/web/kccadr/adjstExpDetail/adjstReqStatusDetail.do' />"
|
goUrl = "<c:url value='/web/kccadr/adjstExpDetail/adjstReqStatusDetail.do' />"
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -390,5 +403,6 @@ function goExpPage(num) {
|
|||||||
<form name="dtlFrm" method="post">
|
<form name="dtlFrm" method="post">
|
||||||
<input type="hidden" name="loginNextUrl" id="loginNextUrl" value="" />
|
<input type="hidden" name="loginNextUrl" id="loginNextUrl" value="" />
|
||||||
<input type="hidden" name="step" id="step" value="" />
|
<input type="hidden" name="step" id="step" value="" />
|
||||||
|
<input type="hidden" name="searchStatus" id="searchStatus" value="" />
|
||||||
</form>
|
</form>
|
||||||
</html>
|
</html>
|
||||||
@ -0,0 +1,172 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%>
|
||||||
|
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
|
||||||
|
<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%>
|
||||||
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%>
|
||||||
|
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
|
||||||
|
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form"%>
|
||||||
|
<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator"%>
|
||||||
|
<%@ taglib prefix="kc" uri="/WEB-INF/tlds/kcc_tld.tld"%>
|
||||||
|
<%@ taglib prefix="un" uri="http://jakarta.apache.org/taglibs/unstandard-1.0" %>
|
||||||
|
<un:useConstants var="KccadrConstants" className="kcc.kccadr.cmm.KccadrConstants" />
|
||||||
|
<% pageContext.setAttribute("replaceChar", "\n"); %>
|
||||||
|
<%
|
||||||
|
/**
|
||||||
|
* @Class Name : srcAdmNoPop.jsp
|
||||||
|
* @Description : 조정접수
|
||||||
|
* @Modification Information
|
||||||
|
* @
|
||||||
|
* @ 수정일 수정자 수정내용
|
||||||
|
* @ ------- -------- ---------------------------
|
||||||
|
* @ 2022.08.16 이준호 최초 생성
|
||||||
|
* @author 이준호
|
||||||
|
* @since 2022.08.16
|
||||||
|
* @version 1.0
|
||||||
|
* @see
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
%>
|
||||||
|
<html lang="ko">
|
||||||
|
<head>
|
||||||
|
<title>관련인 정보</title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
|
<link rel="stylesheet" href="/kccadrPb/usr/css/reset.css">
|
||||||
|
<link rel="stylesheet" href="/kccadrPb/usr/css/common.css">
|
||||||
|
<link rel="stylesheet" href="/kccadrPb/usr/css/popup.css">
|
||||||
|
<style>
|
||||||
|
.btn_util button{width: 30px; height: 30px; border: 1px solid #bebebe; vertical-align: middle; background-repeat: no-repeat; background-position: center; }
|
||||||
|
.btn_util button:hover{box-shadow: 0 0 5px rgba(0,0,0,.15);}
|
||||||
|
.btn_util .btn_minus{border-radius: 5px 0 0 5px; margin-right: -5px; background-image: url(/kccadrPb/usr/image/common/btn_minus.png);}
|
||||||
|
.btn_util .btn_plus{border-radius: 0 5px 5px 0; background-image: url(/kccadrPb/usr/image/common/btn_plus.png);}
|
||||||
|
.tb_tit_wrap{display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px;}
|
||||||
|
</style>
|
||||||
|
<script type="text/javascript">
|
||||||
|
/* 화면 확대 축소 */
|
||||||
|
var nowZoom = 100;
|
||||||
|
|
||||||
|
function zoomOut() { // 화면크기축소
|
||||||
|
nowZoom = nowZoom - 10;
|
||||||
|
if(nowZoom <= 70) nowZoom = 70; // 화면크기 최대 축소율 70%
|
||||||
|
zooms();
|
||||||
|
}
|
||||||
|
|
||||||
|
function zoomIn() { // 화면크기확대
|
||||||
|
nowZoom = nowZoom + 20;
|
||||||
|
if(nowZoom >= 200) nowZoom = 200; // 화면크기 최대 확대율 200%
|
||||||
|
zooms();
|
||||||
|
}
|
||||||
|
|
||||||
|
function zooms() {
|
||||||
|
document.body.style.zoom = nowZoom + "%";
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="area_popup supm_popup" style="width: 100%;">
|
||||||
|
<div class="cont_popup popup_cont">
|
||||||
|
<!-- 신청인 정보 -->
|
||||||
|
<div class="tb_tit_wrap">
|
||||||
|
<p class="tb_tit cont_tit04">신청인 정보</p>
|
||||||
|
<div class="btn_util">
|
||||||
|
<button type="button" class="btn_minus" onclick="zoomOut();" title="글자 축소"></button>
|
||||||
|
<button type="button" class="btn_plus" onclick="zoomIn();" title="글자 확대"></button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<table class="popup_tbType01">
|
||||||
|
<caption>신청인정보 : 신청인분류, 신청인 이름, 주소, 이메일, 연락처 등의 정보제공</caption>
|
||||||
|
<colgroup>
|
||||||
|
<col style="width: 20%;">
|
||||||
|
<col style="width: auto;">
|
||||||
|
</colgroup>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">신청인 분류</th>
|
||||||
|
<td>
|
||||||
|
<p>
|
||||||
|
개인
|
||||||
|
</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">신청인 이름</th>
|
||||||
|
<td>
|
||||||
|
<p>
|
||||||
|
홍길동
|
||||||
|
</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">주소</th>
|
||||||
|
<td>
|
||||||
|
<p>
|
||||||
|
서울 [04323] 서울특별시 용산구 후암로 107, 5/16층
|
||||||
|
</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">이메일</th>
|
||||||
|
<td>
|
||||||
|
<p>
|
||||||
|
experience@experience.com
|
||||||
|
</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">연락처</th>
|
||||||
|
<td>
|
||||||
|
<p>
|
||||||
|
0226690010
|
||||||
|
</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<p class="cont_tit02">피신청인 정보</p>
|
||||||
|
<table class="popup_tbType01">
|
||||||
|
<colgroup>
|
||||||
|
<col style="width: 20%;">
|
||||||
|
<col style="width: auto;">
|
||||||
|
</colgroup>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">피신청인 분류</th>
|
||||||
|
<td>
|
||||||
|
<p>개인 </p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">피신청인 이름</th>
|
||||||
|
<td>
|
||||||
|
<p>김길동 </p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<th scope="row">주소</th>
|
||||||
|
<td>
|
||||||
|
<p>진주 [52852] 경상남도 진주시 충의로 19, 1/2/5층 </p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">이메일</th>
|
||||||
|
<td>
|
||||||
|
experience@experience.com
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">연락처</th>
|
||||||
|
<td>
|
||||||
|
<p>0557920000 </p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<div class="btn_wrap btn_layout04">
|
||||||
|
<button type="button" class="btnType02" onclick="window.close()">닫기</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@ -0,0 +1,226 @@
|
|||||||
|
<%@ page contentType="text/html; charset=utf-8"%>
|
||||||
|
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
||||||
|
<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%>
|
||||||
|
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%>
|
||||||
|
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
|
||||||
|
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
|
||||||
|
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
|
||||||
|
<%@ taglib prefix="un" uri="http://jakarta.apache.org/taglibs/unstandard-1.0" %>
|
||||||
|
<%@ taglib prefix="kc" uri="/WEB-INF/tlds/kcc_tld.tld"%>
|
||||||
|
<un:useConstants var="KccadrConstants" className="kcc.kccadr.cmm.KccadrConstants" />
|
||||||
|
<% pageContext.setAttribute("replaceChar", "\n"); %>
|
||||||
|
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="ko">
|
||||||
|
<head>
|
||||||
|
<title>조정사건 상세</title>
|
||||||
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||||
|
<script src="/kccadrPb/usr/script/popup.js"></script>
|
||||||
|
<script type="text/javascript" src="<c:url value="/validator.do"/>"></script>
|
||||||
|
<%-- <un:useConstants var="KccadrConstants" className="kcc.kccadr.cmm.KccadrConstants" /> --%>
|
||||||
|
<script type="text/javaScript" language="javascript">
|
||||||
|
|
||||||
|
function pageReload() {
|
||||||
|
location.reload();
|
||||||
|
}
|
||||||
|
|
||||||
|
function fncGoList(){
|
||||||
|
var varFrom = document.getElementById("listForm");
|
||||||
|
varFrom.action = "<c:url value='/web/kccadr/adjstExp/adjstIncidentList.do'/>";
|
||||||
|
varFrom.submit();
|
||||||
|
}
|
||||||
|
|
||||||
|
function fn_egov_downFile(atchFileId, fileSn){
|
||||||
|
window.open("<c:url value='/cmm/fms/FileDown.do?atchFileId="+atchFileId+"&fileSn="+fileSn+"'/>");
|
||||||
|
}
|
||||||
|
|
||||||
|
function fncEdit(step){
|
||||||
|
var varFrom = document.getElementById("editForm");
|
||||||
|
varFrom.action = "/web/kccadr/adjst/adjstReqRegistStep"+step+".do";
|
||||||
|
varFrom.submit();
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
function fncEditPopup(){
|
||||||
|
$('#layerPop').load(
|
||||||
|
'/web/kccadr/accdnt/ai/popup/adjstIncidentReqEdit.do'
|
||||||
|
, {"aaa" : "cccc"}
|
||||||
|
, function(res, status, xhr){
|
||||||
|
if(status == "success"){
|
||||||
|
var target = "sch_popup"
|
||||||
|
var showTarget = $('[data-tooltip-con="' + target + '"]');
|
||||||
|
showTarget.show().focus();
|
||||||
|
|
||||||
|
var popWid = showTarget.width();
|
||||||
|
var popHei = showTarget.height();
|
||||||
|
|
||||||
|
var nLeft = (($(window).width() - popWid)/2);
|
||||||
|
var nTop = (($(window).height() - popHei)/2);
|
||||||
|
|
||||||
|
showTarget.css({
|
||||||
|
"left": nLeft,
|
||||||
|
"top": nTop
|
||||||
|
});
|
||||||
|
showTarget.find('.tooltip-close').data('activeTarget', target);
|
||||||
|
|
||||||
|
$(".mask").show();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 상세정보 팝업_퍼블리싱 작업 요청_이준호_220818 */
|
||||||
|
function fncDetailPop() {
|
||||||
|
var popForm = document.popForm;
|
||||||
|
commonPopWindowopenForm("/web/kccadr/adjstExpDetail/popup/adjstIncidentDetailPop.do", "840", "800", "adrRpplDetailPop", $('#popForm'));
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<form:form id="listForm" name="listForm" commandName="adjstIncidentVO" onsubmit="return false;" method="post">
|
||||||
|
<input type="hidden" name="pageIndex" value="<c:out value='${adjstIncidentVO.pageIndex}' default='1' />"/>
|
||||||
|
<input type="hidden" name="searchSortCnd" value="<c:out value="${adjstIncidentVO.searchSortCnd}" />" />
|
||||||
|
<input type="hidden" name="searchSortOrd" value="<c:out value="${adjstIncidentVO.searchSortOrd}" />" />
|
||||||
|
<input type="hidden" name="searchStatus" value="<c:out value="${adjstIncidentVO.searchStatus}" />" />
|
||||||
|
</form:form>
|
||||||
|
|
||||||
|
<form id="popForm" name="popForm" action="<c:url value='/web/kccadr/accdnt/ai/popup/adjstIncidentDetailPop.do'/>" method="post">
|
||||||
|
<input type="hidden" name="adrSeq" id="adrSeq" value="<c:out value='${master.adrSeq}'/>"/>
|
||||||
|
</form>
|
||||||
|
|
||||||
|
<form:form id="editForm" name="editForm" commandName="adjstIncidentVO" onsubmit="return false;" method="post">
|
||||||
|
<input type="hidden" name="adrSeq" id="adrSeq" value="<c:out value='${master.adrSeq}'/>"/>
|
||||||
|
<input type="hidden" name="adjPageSts" value="Upt"/>
|
||||||
|
</form:form>
|
||||||
|
<div class="mask"></div>
|
||||||
|
<div class="tooltip-wrap" id="layerPop"></div>
|
||||||
|
<!-- cont -->
|
||||||
|
<div class="cont_wrap sub02_1" id="sub">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="cont_tit">
|
||||||
|
<h2>[체험] 조정사건 상세</h2>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="tb_wrap">
|
||||||
|
<!-- <div class="tb_top">
|
||||||
|
<p>대리인 정보</p>
|
||||||
|
</div> -->
|
||||||
|
<table class="tbType01">
|
||||||
|
<caption>조정사건 상세 정보 : 신청인 분류, 저작물 유형, 신청인 이름, 대리인 이름, 피신청인 이름등의 정보제공</caption>
|
||||||
|
<colgroup>
|
||||||
|
<col style="width: 250px;">
|
||||||
|
<col style="width: auto;">
|
||||||
|
<col style="width: 250px;">
|
||||||
|
<col style="width: auto;">
|
||||||
|
</colgroup>
|
||||||
|
<tbody>
|
||||||
|
<!-- 신청인 -->
|
||||||
|
<tr>
|
||||||
|
<th scope="row" class="">
|
||||||
|
<p>신청인 분류</p>
|
||||||
|
</th>
|
||||||
|
<td>
|
||||||
|
<p>개인</p>
|
||||||
|
</td>
|
||||||
|
<th scope="row" class="">
|
||||||
|
<p>저작물 유형</p>
|
||||||
|
</th>
|
||||||
|
<td>
|
||||||
|
<p>저작인접물</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row" class="">
|
||||||
|
<p>신청인</p>
|
||||||
|
</th>
|
||||||
|
<td>
|
||||||
|
<p>홀길동</p>
|
||||||
|
</td>
|
||||||
|
<th scope="row" class="">
|
||||||
|
<p>대리인</p>
|
||||||
|
</th>
|
||||||
|
<td>
|
||||||
|
<p></p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row" class="">
|
||||||
|
<p>피신청인 1</p>
|
||||||
|
</th>
|
||||||
|
<td>
|
||||||
|
<p>김길동</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="btn_wrap btn_layout03">
|
||||||
|
<div class="btn_left"></div>
|
||||||
|
<div class="btn_right">
|
||||||
|
<button type="button" class="btnType08" onclick="fncDetailPop(); return false;">상세정보</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- 피신청인 정보 -->
|
||||||
|
<div class="tb_wrap">
|
||||||
|
<div class="tb_top">
|
||||||
|
<p>조정신청 내용</p>
|
||||||
|
</div>
|
||||||
|
<table class="tbType01">
|
||||||
|
<caption>조정신청 내용 : 저작물 종류, 신청취지, 신청원인, 첨부파일등의 정보제공</caption>
|
||||||
|
<colgroup>
|
||||||
|
<col style="width: 250px;">
|
||||||
|
<col style="width: auto;">
|
||||||
|
</colgroup>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th scope="row" class="">
|
||||||
|
<p>저작물 종류</p>
|
||||||
|
</th>
|
||||||
|
<td>
|
||||||
|
<p>
|
||||||
|
미술저작물
|
||||||
|
</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row" class="">
|
||||||
|
<p>신청취지</p>
|
||||||
|
</th>
|
||||||
|
<td>
|
||||||
|
<p>[체험] 신청취지 내용 입니다.</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row" class="">
|
||||||
|
<p>신청원인</p>
|
||||||
|
</th>
|
||||||
|
<td>
|
||||||
|
<p>[체험] 신청원인 내용 입니다.</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row" class="">
|
||||||
|
<p>첨부파일</p>
|
||||||
|
</th>
|
||||||
|
<td>
|
||||||
|
<ul class="file_list">
|
||||||
|
<li><a href="javascript:;" onclick="alert('체험하기 페이지 입니다.'); return false;" title="다운로드">[체험] 첨부파일문서.hwp</a></li>
|
||||||
|
</ul>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<!-- 하단 버튼 -->
|
||||||
|
<div class="btn_wrap btn_layout03">
|
||||||
|
<div class="btn_left"></div>
|
||||||
|
<div class="btn_right">
|
||||||
|
<button type="button" class="btnType11 btn_list" onclick="fncGoList();">목록</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- //하단 버튼 -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Loading…
Reference in New Issue
Block a user