2023/07/31 관리자 cs 페이지

This commit is contained in:
subsub 2023-07-31 17:47:02 +09:00
parent 3383806edb
commit b15f973566
4 changed files with 46 additions and 20 deletions

View File

@ -197,10 +197,15 @@ function fnSetCalMonth(val) {
.pageCont .tbType1 thead tr th,
.pageCont .tbType1 tbody tr td {font-size:14px;}
.btnType.btnType20{min-width: 0;}
.contWrap{position: relative; width: 100%; height: 90%; min-height: auto; left: 0; top: 0; padding: 0;}
.contWrap::after{display: none;}
.pageCont{min-height: 100%;}
html{height: 100%;}
body{height: 94%;}
</style>
</head>
<body >
<form name="listForm" action="<c:url value='/uss/ion/msg/weekendCsWork.do'/>" method="post">
<form name="listForm" action="<c:url value='/uss/ion/msg/weekendCsWork.do'/>" method="post" style="height: 100%;">
<input name="pageIndex" id="pageIndex" type="hidden" value="<c:out value='${searchVO.pageIndex}'/>"/>
<input type="hidden" name="phmId" />
<input type="hidden" name="authYn" />
@ -211,14 +216,13 @@ function fnSetCalMonth(val) {
<input type="hidden" name="searchSortOrd" value="<c:out value="${searchVO.searchSortOrd}" />" />
<input type="hidden" name="userId" value="" />
<div class="contWrap" style="min-height: 500px; padding: 0px 40px;">
<div class="contWrap">
<!-- <div class="pageTitle"> -->
<!-- <div class="pageIcon"><img src="/pb/img/pageTitIcon4.png" alt=""></div> -->
<!-- <h2 class="titType1 c_222222 fwBold">주말 cs 리스트</h2> -->
<!-- <p class="tType6 c_999999">주말 cs 리스트</p> -->
<!-- </div> -->
<div class="pageCont" style="min-height: 400px;">
발신번호조회
<div class="pageCont">
<div class="tableWrap">
<table class="tbType1">
<colgroup>

View File

@ -308,6 +308,11 @@ function fnSetCalMonth(val) {
.pageCont .tbType1 thead tr th,
.pageCont .tbType1 tbody tr td {font-size:14px;}
.btnType.btnType20{min-width: 0;}
.contWrap{position: relative; width: 100%; height: 90%; min-height: auto; left: 0; top: 0; padding: 0;}
.contWrap::after{display: none;}
.pageCont{min-height: 100%;}
html{height: 100%;}
body{height: 94%;}
</style>
</head>
<body>
@ -320,7 +325,7 @@ function fnSetCalMonth(val) {
</form>
<form name="listForm" action="<c:url value='/uss/umt/user/EgovMberCmpHstList.do'/>" method="post">
<form name="listForm" action="<c:url value='/uss/umt/user/EgovMberCmpHstList.do'/>" method="post" style="height: 100%;">
<input name="pageIndex" id="pageIndex" type="hidden" value="<c:out value='${searchVO.pageIndex}'/>"/>
<input type="hidden" name="pageType" />
<input type="hidden" name="searchSortCnd" value="<c:out value="${searchVO.searchSortCnd}" />" />
@ -334,14 +339,13 @@ function fnSetCalMonth(val) {
<input type="hidden" name="atchFileId" id="atchFileId" />
<input type="hidden" name="workAtchFileId" id="workAtchFileId" />
<div class="contWrap" style="min-height: 500px; padding: 0px 40px;">
<div class="contWrap">
<!-- <div class="pageTitle"> -->
<!-- <div class="pageIcon"><img src="/pb/img/pageTitIcon4.png" alt=""></div> -->
<!-- <h2 class="titType1 c_222222 fwBold">기업회원 신청 목록</h2> -->
<!-- <p class="tType6 c_999999">기업회원 신청 정보를 파악할 수 있습니다.</p> -->
<!-- </div> -->
<div class="pageCont" style="min-height: 400px;">
기업회원 신청
<div class="pageCont">
<div class="tableWrap">
<table class="tbType1">
<colgroup>

View File

@ -26,24 +26,42 @@
<html lang="ko">
<head>
<script type="text/javascript" src="<c:url value='/js/EgovMultiFile.js'/>"></script>
<script type="text/javaScript" language="javascript">
<script type="text/javascript" src="<c:url value='/js/EgovMultiFile.js'/>"></script>
<script type="text/javaScript" language="javascript">
$(document).ready(function() {
// load();
// alert('test');
// load();
// alert('test');
});
function load(){
$('#frame1').attr('src', '/uss/ion/msg/weekendCsWork.do');
$('#frame2').attr('src', '/uss/ion/msg/weekendCsWork2.do');
}
</script>
</head>
</script>
<style>
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
#test{position: absolute; height: 40px; right: 40px; top: 47px; font-family: 'Noto Sans KR', sans-serif; color: #456ded; font-weight: 500; border: 1px solid #456ded; border-radius: 5px; padding: 0 10px; background-color: #fff;}
#test img{vertical-align: middle; margin-top: -4px; margin-right: 4px;}
</style>
</head>
<body>
<iframe id="frame1" src="/uss/ion/msg/weekendCsWork.do" width="100%" height="570" style="clear: left;"></iframe>
<button id="test" onclick="load();" style="position: absolute; float: left;left: 50%">갱신</button>
<iframe id="frame2" src="/uss/ion/msg/weekendCsWork2.do" width="100%" height="570" style="clear:both"></iframe>
<div class="contWrap">
<div class="pageTitle">
<div class="pageIcon"><img src="/pb/img/pageTitIcon4.png" alt="" style="max-width: 1173px;"></div>
<h2 class="titType1 c_222222 fwBold">발신번호 조회</h2>
<p class="tType6 c_999999">화이팅!</p>
<div class="btn_area">
<button id="test" onclick="load();"><img src="/pb/img/icon_refresh.png" alt="" /> 갱신</button>
</div>
</div>
<iframe id="frame1" src="/uss/ion/msg/weekendCsWork.do" width="100%" height="500"></iframe>
<div class="pageTitle">
<div class="pageIcon"><img src="/pb/img/pageTitIcon4.png" alt="" style="max-width: 1173px;"></div>
<h2 class="titType1 c_222222 fwBold">기업회원 신청</h2>
<p class="tType6 c_999999">화이팅!</p>
</div>
<iframe id="frame2" src="/uss/ion/msg/weekendCsWork2.do" width="100%" height="500"></iframe>
</div>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 500 B