Merge branch 'sub'
This commit is contained in:
commit
66f2cec4d2
@ -22,7 +22,23 @@
|
||||
<script src="/js/lib/jquery-1.9.1.min.js"></script>
|
||||
<script type="text/javascript" src="/site/case/js/jquery.easing.min.js"></script>
|
||||
|
||||
<link href="/site/case/jsp/navigation/css/navigation.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="/site/case/jsp/navigation/css/navigation.css" rel="stylesheet" type="text/css"/>
|
||||
|
||||
<!-- css -->
|
||||
<link rel="stylesheet" href="/kofair_case_seed/css/reset.css">
|
||||
<link rel="stylesheet" href="/kofair_case_seed/css/font.css">
|
||||
<link rel="stylesheet" href="/kofair_case_seed/usr/style/common.css">
|
||||
<link rel="stylesheet" href="/kofair_case_seed/usr/style/layout.css">
|
||||
<link rel="stylesheet" href="/kofair_case_seed/usr/style/popup.css">
|
||||
<link rel="stylesheet" href="/kofair_case_seed/usr/style/style.css">
|
||||
<link rel="stylesheet" href="/kofair_case_seed/usr/style/mypage.css">
|
||||
|
||||
<!-- js -->
|
||||
<script src="/kofair_case_seed/script/lib/jquery-3.5.0.js"></script>
|
||||
<script src="/kofair_case_seed/usr/scripts/common.js"></script>
|
||||
<script src="/kofair_case_seed/usr/scripts/layout.js"></script>
|
||||
<script src="/kofair_case_seed/usr/scripts/popup.js"></script>
|
||||
<script src="/kofair_case_seed/usr/scripts/ui.js"></script>
|
||||
|
||||
</head>
|
||||
|
||||
@ -30,7 +46,19 @@
|
||||
|
||||
<c:choose>
|
||||
<c:when test='${!empty siteIdx}'>
|
||||
<c:import url="/user/${siteIdx}/alert/message/jsp/Page.do"></c:import>
|
||||
<%-- <c:import url="/user/${siteIdx}/alert/message/jsp/Page.do"></c:import> --%>
|
||||
<div class="sub_content idf_box">
|
||||
|
||||
<div class="box gray_fill box_complete">
|
||||
<i class="icon process complete"></i>
|
||||
<p class="gMarket_bold">본인인증을 진행해 주세요.</p>
|
||||
|
||||
<div class="btn_wrap center">
|
||||
<button type="button" class="btn btn_text btn_45 darkblue_fill">확인</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<div id="wrapper">
|
||||
|
||||
@ -2058,7 +2058,7 @@ function smsAutoPopOpen(caseNo, e) {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bbs-view-item">
|
||||
<div class="bbs-view-item" style="border-bottom:1px solid #d8d8d8;">
|
||||
<p class="item-title no-bullet"><span class="cs-essential">*</span>도로명주소</p>
|
||||
<div class="item-box">
|
||||
<div class="form-group">
|
||||
@ -2066,7 +2066,7 @@ function smsAutoPopOpen(caseNo, e) {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="data-table inp-scroll bordered no-gradient no-hover">
|
||||
<div class="table-layout border mb30 mt20">
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -2107,7 +2107,7 @@ function smsAutoPopOpen(caseNo, e) {
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="data-table inp-scroll bordered no-gradient no-hover mt20">
|
||||
<div class="table-layout border mb30">
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -2154,7 +2154,7 @@ function smsAutoPopOpen(caseNo, e) {
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="data-table inp-scroll bordered no-gradient no-hover mt20">
|
||||
<div class="table-layout border mb30">
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -2582,7 +2582,7 @@ function smsAutoPopOpen(caseNo, e) {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="data-table inp-scroll bordered no-gradient no-hover">
|
||||
<div class="table-layout border mb30 mt20">
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -2623,7 +2623,7 @@ function smsAutoPopOpen(caseNo, e) {
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="data-table inp-scroll bordered no-gradient no-hover mt20">
|
||||
<div class="table-layout border mb30">
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -2670,7 +2670,7 @@ function smsAutoPopOpen(caseNo, e) {
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="data-table inp-scroll bordered no-gradient no-hover mt20">
|
||||
<div class="table-layout border mb30">
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user