Merge branch 'tolag'

This commit is contained in:
leejunho 2023-06-27 10:57:45 +09:00
commit 1b12c5bf06
20 changed files with 73 additions and 44 deletions

View File

@ -1,6 +1,6 @@
<%-- <%--
Class Name : adjReqMgrRegist.jsp Class Name : adjReqMgrRegist.jsp
Description : 조정신청 등록 화면 Description : 조정신청 화면
Modification Information Modification Information
수정일 수정자 수정내용 수정일 수정자 수정내용
@ -25,7 +25,7 @@
<html> <html>
<head> <head>
<meta http-equiv="Content-Language" content="ko" > <meta http-equiv="Content-Language" content="ko" >
<title>조정신청 등록</title> <title>조정신청</title>
<script type="text/javascript" src="<c:url value="/validator.do"/>"></script> <script type="text/javascript" src="<c:url value="/validator.do"/>"></script>
<script type="text/javascript" src="<c:url value='/js/EgovMultiFile.js'/>"></script> <script type="text/javascript" src="<c:url value='/js/EgovMultiFile.js'/>"></script>
<!-- <script src="//t1.daumcdn.net/mapjsapi/bundle/postcode/prod/postcode.v2.js"></script> --> <!-- <script src="//t1.daumcdn.net/mapjsapi/bundle/postcode/prod/postcode.v2.js"></script> -->
@ -1494,7 +1494,7 @@
<!-- 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><span class="cur_nav">오프라인 조정관리</span></li> <li><span class="cur_nav">오프라인 조정관리</span></li>

View File

@ -1,6 +1,6 @@
<%-- <%--
Class Name : adjReqMgrOffRegist.jsp Class Name : adjReqMgrOffRegist.jsp
Description : 오프라인조정신청 등록 화면 Description : 오프라인조정신청 화면
Modification Information Modification Information
수정일 수정자 수정내용 수정일 수정자 수정내용
@ -25,7 +25,7 @@
<html> <html>
<head> <head>
<meta http-equiv="Content-Language" content="ko" > <meta http-equiv="Content-Language" content="ko" >
<title>오프라인 조정신청 등록</title> <title>오프라인 조정신청</title>
<script type="text/javascript" src="<c:url value="/validator.do"/>"></script> <script type="text/javascript" src="<c:url value="/validator.do"/>"></script>
<script type="text/javascript" src="<c:url value='/js/EgovMultiFile.js'/>"></script> <script type="text/javascript" src="<c:url value='/js/EgovMultiFile.js'/>"></script>
<!-- <script src="//t1.daumcdn.net/mapjsapi/bundle/postcode/prod/postcode.v2.js"></script> --> <!-- <script src="//t1.daumcdn.net/mapjsapi/bundle/postcode/prod/postcode.v2.js"></script> -->

View File

@ -1,7 +1,7 @@
<%-- <%--
대국민 사용자 대국민 사용자
Class Name : adjstChangeDateCreate.jsp Class Name : adjstChangeDateCreate.jsp
Description : 조정신청 등록화면4 - 신청취지/원인 정보 등록 Description : 조정신청화면4 - 신청취지/원인 정보 등록
Modification Information Modification Information
수정일 수정자 수정내용 수정일 수정자 수정내용

View File

@ -1,7 +1,7 @@
<%-- <%--
대국민 사용자 대국민 사용자
Class Name : adjstReq3Regist.jsp Class Name : adjstReq3Regist.jsp
Description : 조정신청 등록화면3 - 피신청인정보 등록 Description : 조정신청화면3 - 피신청인정보 등록
Modification Information Modification Information
수정일 수정자 수정내용 수정일 수정자 수정내용

View File

@ -1,7 +1,7 @@
<%-- <%--
대국민 사용자 대국민 사용자
Class Name : adjstReq1Regist.jsp Class Name : adjstReq1Regist.jsp
Description : 조정신청 등록화면1 - 안내화면 Description : 조정신청화면1 - 안내화면
Modification Information Modification Information
수정일 수정자 수정내용 수정일 수정자 수정내용
@ -31,7 +31,7 @@ function clickReqTy(reqTy) {
$("#reqTy").val(reqTy); $("#reqTy").val(reqTy);
} }
//조정신청 등록화면2 //조정신청화면2
function fn_adjstReq2_regist() { function fn_adjstReq2_regist() {
if ($("#reqTy").val() == "") { if ($("#reqTy").val() == "") {
alert("조정신청 유형을 선택해주세요."); return; alert("조정신청 유형을 선택해주세요."); return;
@ -118,7 +118,7 @@ function fn_adjstReq2_regist() {
</div> </div>
<!-- 하단 버튼 --> <!-- 하단 버튼 -->
<div class="btn_wrap btn_layout02"> <div class="btn_wrap btn_layout02">
<button type="button" class="btnType03" onclick="fn_adjstReq2_regist(); return false;">조정신청 등록</button> <button type="button" class="btnType03" onclick="fn_adjstReq2_regist(); return false;">조정신청</button>
</div> </div>
<!-- //하단 버튼 --> <!-- //하단 버튼 -->
</div> </div>

View File

@ -1,7 +1,7 @@
<%-- <%--
대국민 사용자 대국민 사용자
Class Name : adjstReq2Regist.jsp Class Name : adjstReq2Regist.jsp
Description : 조정신청 등록화면2 - 신청인정보 등록 Description : 조정신청화면2 - 신청인정보 등록
Modification Information Modification Information
수정일 수정자 수정내용 수정일 수정자 수정내용

View File

@ -1,7 +1,7 @@
<%-- <%--
대국민 사용자 대국민 사용자
Class Name : adjstReq3Regist.jsp Class Name : adjstReq3Regist.jsp
Description : 조정신청 등록화면3 - 피신청인정보 등록 Description : 조정신청화면3 - 피신청인정보 등록
Modification Information Modification Information
수정일 수정자 수정내용 수정일 수정자 수정내용
@ -1313,7 +1313,7 @@ function clickReqTy(reqTy) {
$("#reqTy").val(reqTy); $("#reqTy").val(reqTy);
} }
//조정신청 등록화면2 //조정신청화면2
function fn_adjstReq2_regist() { function fn_adjstReq2_regist() {
if ($("#reqTy").val() == "") { if ($("#reqTy").val() == "") {
alert("조정신청 유형을 선택해주세요."); return; alert("조정신청 유형을 선택해주세요."); return;

View File

@ -1,7 +1,7 @@
ㅊ <%-- ㅊ <%--
대국민 사용자 대국민 사용자
Class Name : adjstReq4Regist.jsp Class Name : adjstReq4Regist.jsp
Description : 조정신청 등록화면4 - 신청취지/원인 정보 등록 Description : 조정신청화면4 - 신청취지/원인 정보 등록
Modification Information Modification Information
수정일 수정자 수정내용 수정일 수정자 수정내용
@ -269,7 +269,7 @@ function clickReqTy(reqTy) {
$("#reqTy").val(reqTy); $("#reqTy").val(reqTy);
} }
//조정신청 등록화면2 //조정신청화면2
function fn_adjstReq2_regist() { function fn_adjstReq2_regist() {
if ($("#reqTy").val() == "") { if ($("#reqTy").val() == "") {
alert("조정신청 유형을 선택해주세요."); return; alert("조정신청 유형을 선택해주세요."); return;

View File

@ -1,7 +1,7 @@
<%-- <%--
대국민 사용자 대국민 사용자
Class Name : adjstReq1Regist.jsp Class Name : adjstReq1Regist.jsp
Description : 조정신청 등록화면1 - 안내화면 Description : 조정신청화면1 - 안내화면
Modification Information Modification Information
수정일 수정자 수정내용 수정일 수정자 수정내용
@ -44,7 +44,7 @@ $( document ).ready(function(){
// 현재 작성단계 셋 // 현재 작성단계 셋
AdjstReq.STEP = '${adjstReqVO.step}'; AdjstReq.STEP = '${adjstReqVO.step}';
}); });
//조정신청 등록화면2 //조정신청화면2
function fn_adjstReq2_regist() { function fn_adjstReq2_regist() {
if ($("#reqTy").val() == "") { if ($("#reqTy").val() == "") {
alert("조정신청 유형을 선택해주세요."); return; alert("조정신청 유형을 선택해주세요."); return;
@ -79,7 +79,7 @@ function tutorialPop(){
<div class="inner"> <div class="inner">
<div class="cont_tit"> <div class="cont_tit">
<h2>조정신청</h2> <h2>조정신청</h2>
<button type="button" class="btnType03" onclick="tutorialPop();">조정신청서 등록 튜토리얼</button> <button type="button" class="btnType03" onclick="tutorialPop();">조정신청서 튜토리얼</button>
</div> </div>
@ -149,13 +149,13 @@ function tutorialPop(){
<div class="btn_wrap btn_layout02"> <div class="btn_wrap btn_layout02">
<%-- <c:choose> <%-- <c:choose>
<c:when test="${crtfcSn == 'Y'}"> <c:when test="${crtfcSn == 'Y'}">
<button type="button" class="btnType03" onclick="AdjstReq.step0Save(); return false;">조정신청 등록</button> <button type="button" class="btnType03" onclick="AdjstReq.step0Save(); return false;">조정신청</button>
</c:when> </c:when>
<c:otherwise> <c:otherwise>
<button type="button" class="btnType03" onclick="fnGoCrtfc(); return false;">공동인증서 등록</button> <button type="button" class="btnType03" onclick="fnGoCrtfc(); return false;">공동인증서 등록</button>
</c:otherwise> </c:otherwise>
</c:choose> --%> </c:choose> --%>
<button type="button" class="btnType03" onclick="AdjstReq.step0Save(); return false;">조정신청 등록</button> <button type="button" class="btnType03" onclick="AdjstReq.step0Save(); return false;">조정신청</button>
</div> </div>
<!-- //하단 버튼 --> <!-- //하단 버튼 -->
</div> </div>

View File

@ -1,7 +1,7 @@
<%-- <%--
대국민 사용자 대국민 사용자
Class Name : adjstReq2Regist.jsp Class Name : adjstReq2Regist.jsp
Description : 조정신청 등록화면2 - 신청인정보 등록 Description : 조정신청화면2 - 신청인정보 등록
Modification Information Modification Information
수정일 수정자 수정내용 수정일 수정자 수정내용

View File

@ -1,7 +1,7 @@
<%-- <%--
대국민 사용자 대국민 사용자
Class Name : adjstReq3Regist.jsp Class Name : adjstReq3Regist.jsp
Description : 조정신청 등록화면3 - 피신청인정보 등록 Description : 조정신청화면3 - 피신청인정보 등록
Modification Information Modification Information
수정일 수정자 수정내용 수정일 수정자 수정내용

View File

@ -1,7 +1,7 @@
ㅊ <%-- ㅊ <%--
대국민 사용자 대국민 사용자
Class Name : adjstReq4Regist.jsp Class Name : adjstReq4Regist.jsp
Description : 조정신청 등록화면4 - 신청취지/원인 정보 등록 Description : 조정신청화면4 - 신청취지/원인 정보 등록
Modification Information Modification Information
수정일 수정자 수정내용 수정일 수정자 수정내용

View File

@ -1,7 +1,7 @@
<%-- <%--
대국민 사용자 대국민 사용자
Class Name : adjstReq2Regist.jsp Class Name : adjstReq2Regist.jsp
Description : 조정신청 등록화면2 - 신청인정보 등록 Description : 조정신청화면2 - 신청인정보 등록
Modification Information Modification Information
수정일 수정자 수정내용 수정일 수정자 수정내용

View File

@ -1,7 +1,7 @@
<%-- <%--
대국민 사용자 대국민 사용자
Class Name : adjstReq1Regist.jsp Class Name : adjstReq1Regist.jsp
Description : 조정신청 등록화면1 - 안내화면 Description : 조정신청화면1 - 안내화면
Modification Information Modification Information
수정일 수정자 수정내용 수정일 수정자 수정내용
@ -46,7 +46,7 @@ $( document ).ready(function(){
//alert('현재 페이지를 나가면 신청내용이 초기화 됩니다.'); //alert('현재 페이지를 나가면 신청내용이 초기화 됩니다.');
}); });
//조정신청 등록화면2 //조정신청화면2
// function fn_adjstReq2_regist() { // function fn_adjstReq2_regist() {
// if ($("#reqTy").val() == "") { // if ($("#reqTy").val() == "") {
// alert("조정신청 유형을 선택해주세요.!!!"); return; // alert("조정신청 유형을 선택해주세요.!!!"); return;
@ -80,7 +80,7 @@ function tutorialPop(){
<div class="inner"> <div class="inner">
<div class="cont_tit"> <div class="cont_tit">
<h2>조정신청 체험하기</h2> <h2>조정신청 체험하기</h2>
<button type="button" class="btnType03" onclick="tutorialPop();">조정신청서 등록 튜토리얼</button> <button type="button" class="btnType03" onclick="tutorialPop();">조정신청서 튜토리얼</button>
</div> </div>
@ -153,13 +153,13 @@ function tutorialPop(){
<div class="btn_wrap btn_layout02"> <div class="btn_wrap btn_layout02">
<%-- <c:choose> <%-- <c:choose>
<c:when test="${crtfcSn == 'Y'}"> <c:when test="${crtfcSn == 'Y'}">
<button type="button" class="btnType03" onclick="AdjstReq.step0Save(); return false;">조정신청 등록</button> <button type="button" class="btnType03" onclick="AdjstReq.step0Save(); return false;">조정신청</button>
</c:when> </c:when>
<c:otherwise> <c:otherwise>
<button type="button" class="btnType03" onclick="fnGoCrtfc(); return false;">공동인증서 등록</button> <button type="button" class="btnType03" onclick="fnGoCrtfc(); return false;">공동인증서 등록</button>
</c:otherwise> </c:otherwise>
</c:choose> --%> </c:choose> --%>
<button type="button" class="btnType03" onclick="AdjstReq.step0Save(); return false;">조정신청 등록</button> <button type="button" class="btnType03" onclick="AdjstReq.step0Save(); return false;">조정신청</button>
</div> </div>
<!-- //하단 버튼 --> <!-- //하단 버튼 -->
</div> </div>

View File

@ -1,7 +1,7 @@
<%-- <%--
대국민 사용자 대국민 사용자
Class Name : adjstReq2Regist.jsp Class Name : adjstReq2Regist.jsp
Description : 조정신청 등록화면2 - 신청인정보 등록 Description : 조정신청화면2 - 신청인정보 등록
Modification Information Modification Information
수정일 수정자 수정내용 수정일 수정자 수정내용

View File

@ -1,7 +1,7 @@
<%-- <%--
대국민 사용자 대국민 사용자
Class Name : adjstReq3Regist.jsp Class Name : adjstReq3Regist.jsp
Description : 조정신청 등록화면3 - 피신청인정보 등록 Description : 조정신청화면3 - 피신청인정보 등록
Modification Information Modification Information
수정일 수정자 수정내용 수정일 수정자 수정내용

View File

@ -1,7 +1,7 @@
ㅊ <%-- ㅊ <%--
대국민 사용자 대국민 사용자
Class Name : adjstReq4Regist.jsp Class Name : adjstReq4Regist.jsp
Description : 조정신청 등록화면4 - 신청취지/원인 정보 등록 Description : 조정신청화면4 - 신청취지/원인 정보 등록
Modification Information Modification Information
수정일 수정자 수정내용 수정일 수정자 수정내용

View File

@ -1,7 +1,7 @@
<%-- <%--
대국민 사용자 대국민 사용자
Class Name : adjstReq2Regist.jsp Class Name : adjstReq2Regist.jsp
Description : 조정신청 등록화면2 - 신청인정보 등록 Description : 조정신청화면2 - 신청인정보 등록
Modification Information Modification Information
수정일 수정자 수정내용 수정일 수정자 수정내용

View File

@ -136,6 +136,16 @@ function goExpPage(num) {
} }
</script> </script>
</head> </head>
<style>
.baro_cont a{width: calc(100% / 4); text-align: center; height: 100%; font-size: 21px; font-weight: 500; letter-spacing: -0.8px; position: relative; padding: 20px 0; box-sizing: border-box; transition: color 0.3s ease-in-out; z-index: 0;}
.tooltip_box{width: 400%;}
.baro_cont a:nth-child(2) .tooltip_box{left: 35px;}
.baro_cont a:nth-child(3) .tooltip_box{left: -90px; right: auto;}
.baro_cont a:nth-child(4) .tooltip_box{left: auto; right: -10px;}
.baro_cont a:nth-child(5) .tooltip_box{width: 320%;left: auto; right: 200px;word-break: keep-all;}
</style>
<c:if test="${fn:length(popupList) > 0}" > <c:if test="${fn:length(popupList) > 0}" >
<style> <style>
.pop-layer{left: 50%; top: 50%; transform: translate(-50%,-50%); box-shadow: 0 0 5px rgba(0,0,0,0.3);} .pop-layer{left: 50%; top: 50%; transform: translate(-50%,-50%); box-shadow: 0 0 5px rgba(0,0,0,0.3);}
@ -241,27 +251,38 @@ function goExpPage(num) {
<div class="tooltip_box"> <div class="tooltip_box">
<div class="tooltip_type01"> <div class="tooltip_type01">
<div class="text_area"> <div class="text_area">
<p class="tooltip_tit01"> <!-- <p class="tooltip_tit01">
조정사건을 신청하는 기능<br> 조정사건을 신청하는 기능<br>
사건 유형별, 사건정보를 등록하여 조정신청을 진행 사건 유형별, 사건정보를 등록하여 조정신청을 진행
</p> </p>
<p class="tooltip_tit02">정보등록, 불러오기, 제출하기 기능 제공</p> <p class="tooltip_tit02">정보등록, 불러오기, 제출하기 기능 제공</p> -->
<p class="tooltip_tit01">
조정 진행 관련 서류 제출 페이지<br>
준비서면, 답변서, 기일변경 신청서, 취하신청서 등 서류 제출
</p>
<p class="tooltip_tit02">(정보입력, 불러오기, 제출하기 기능 제공)</p>
</div> </div>
<button type="button" title="페이지 이동">전자조정 등록</button> <button type="button" title="페이지 이동">전자조정 등록</button>
</div> </div>
</div> </div>
</a> </a>
<a href="#" onclick="goExpPage(3);" title="진행상황 페이지 바로가기"><i></i> <a href="#" onclick="goExpPage(3);" title="진행현황 페이지 바로가기"><i></i>
<p>진행상황</p> <!-- <p>진행현황</p> -->
<p>진행현황</p>
<div class="tooltip_box"> <div class="tooltip_box">
<div class="tooltip_type01"> <div class="tooltip_type01">
<div class="text_area"> <div class="text_area">
<p class="tooltip_tit01"> <!-- <p class="tooltip_tit01">
조정사건을 신청하는 기능<br> 조정사건을 신청하는 기능<br>
사건 유형별, 사건정보를 등록하여 조정신청을 진행 사건 유형별, 사건정보를 등록하여 조정신청을 진행
</p> </p>
<p class="tooltip_tit02">정보등록, 불러오기, 제출하기 기능 제공</p> <p class="tooltip_tit02">정보등록, 불러오기, 제출하기 기능 제공</p> -->
<p class="tooltip_tit01">
조정 진행현황 확인 페이지<br>
사건접수, 조정진행, 조정종결 등 단계별 진행현황을 확인
</p>
<p class="tooltip_tit02"></p>
</div> </div>
<button type="button" title="페이지 이동">전자조정 등록</button> <button type="button" title="페이지 이동">전자조정 등록</button>
</div> </div>
@ -273,18 +294,26 @@ function goExpPage(num) {
<div class="tooltip_box"> <div class="tooltip_box">
<div class="tooltip_type01"> <div class="tooltip_type01">
<div class="text_area"> <div class="text_area">
<p class="tooltip_tit01"> <!-- <p class="tooltip_tit01">
조정사건을 신청하는 기능<br> 조정사건을 신청하는 기능<br>
사건 유형별, 사건정보를 등록하여 조정신청을 진행 사건 유형별, 사건정보를 등록하여 조정신청을 진행
</p> </p>
<p class="tooltip_tit02">정보등록, 불러오기, 제출하기 기능 제공</p> <p class="tooltip_tit02">정보등록, 불러오기, 제출하기 기능 제공</p> -->
<p class="tooltip_tit01">
종결된 사건기록 발급 페이지<br>
조정종결통보서, 기일조서, 조정조서, 직권결정문, 직권결정문 송달 및 확정증명원 등 발급 신청(수수료 1,500원)
</p>
<p class="tooltip_tit02">
과거 오프라인 접수 사건 : 신청만 가능하고 발급된 서류는 우편으로 수령</br>
전자조정시스템 접수 사건 : 우편 또는 온라인 발급 모두 가능
</p>
</div> </div>
<button type="button" title="페이지 이동">전자조정 등록</button> <button type="button" title="페이지 이동">전자조정 등록</button>
</div> </div>
</div> </div>
</a> </a>
<a href="#" onclick="goExpPage(5);" title="문의게시판 페이지 바로가기"><i></i> <!-- <a href="#" onclick="goExpPage(5);" title="문의게시판 페이지 바로가기"><i></i>
<p>조정결과</p> <p>조정결과</p>
<div class="tooltip_box"> <div class="tooltip_box">
<div class="tooltip_type01"> <div class="tooltip_type01">
@ -298,7 +327,7 @@ function goExpPage(num) {
<button type="button" title="페이지 이동">전자조정 등록</button> <button type="button" title="페이지 이동">전자조정 등록</button>
</div> </div>
</div> </div>
</a> </a> -->
</div> </div>
</div> </div>

View File

@ -1,7 +1,7 @@
<%-- <%--
대국민 사용자 대국민 사용자
Class Name : adjstReq2Regist.jsp Class Name : adjstReq2Regist.jsp
Description : 조정신청 등록화면2 - 신청인정보 등록 Description : 조정신청화면2 - 신청인정보 등록
Modification Information Modification Information
수정일 수정자 수정내용 수정일 수정자 수정내용