2024/01/06 관리자페이지 레이아웃 틀어짐 수정
This commit is contained in:
parent
04f240ee0a
commit
70ade8c7e1
@ -22,12 +22,7 @@
|
||||
<meta http-equiv="Content-Language" content="ko">
|
||||
<link href="<c:url value='/'/>css/jstree/themes/default/style.min.css" rel="stylesheet" type="text/css">
|
||||
<style>
|
||||
.jstree_orgChart {
|
||||
overflow: auto;
|
||||
border: 1px solid silver;
|
||||
min-height: 100px;
|
||||
width: 290px;
|
||||
}
|
||||
.jstree_orgChart {overflow: auto;border: 1px solid silver;min-height: 100px;width: 290px;}
|
||||
</style>
|
||||
<script src="<c:url value='/js/jquery-1.12.4.min.js' />"></script>
|
||||
<script src="<c:url value='/js/jstree.min.js' />"></script>
|
||||
@ -995,7 +990,10 @@
|
||||
<tr>
|
||||
<th><span>소속인원</span></th>
|
||||
<td>
|
||||
<div class="tbType01">
|
||||
<div class="btn_wrap btn_layout01" style="margin:0 0 8px 0;">
|
||||
<button type="button" class="btnType01" style="height:38px;" onclick="addPerson();">인원추가</button>
|
||||
</div>
|
||||
<div class="tbType01 attachTable">
|
||||
<table>
|
||||
<colgroup>
|
||||
<col style="width:80px;" />
|
||||
@ -1026,12 +1024,6 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="btn_wrap btn_layout01">
|
||||
<div class="area_left"></div>
|
||||
<div class="area_right">
|
||||
<button type="button" class="btnType01" onclick="addPerson();">인원추가</button>
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -190,8 +190,8 @@ function userListExcelDownload(){
|
||||
<table>
|
||||
<colgroup>
|
||||
<col style="width: 5%">
|
||||
<col style="width: 8%">
|
||||
<col style="width: 10%">
|
||||
<col style="width: 6%">
|
||||
<col style="width: 15%">
|
||||
<col style="width: 10%">
|
||||
<col style="width: 10%">
|
||||
<%-- <col style="width: 10%"> --%>
|
||||
@ -199,7 +199,7 @@ function userListExcelDownload(){
|
||||
<col style="width: 10%">
|
||||
<col style="width: 10%">
|
||||
<col style="width: 15%">
|
||||
<col style="width: 10%">
|
||||
<col style="width: 8%">
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -241,11 +241,11 @@ function userListExcelDownload(){
|
||||
|
||||
<td>
|
||||
<a href="<c:url value='/uss/umt/user/EgovUserSelectUpdtView.do'/>?selectedId=<c:out value="${result.uniqId}"/>" onclick="javascript:fnSelectUser('<c:out value="${result.userTy}"/>:<c:out value="${result.uniqId}"/>'); return false;">
|
||||
<span class="privateInfo"><c:out value="${result.userId}"/></span>
|
||||
<p class="privateInfo"><c:out value="${result.userId}"/></p>
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<span class="privateInfo"><c:out value="${result.userNm}"/></span>
|
||||
<p class="privateInfo"><c:out value="${result.userNm}"/></p>
|
||||
</td>
|
||||
|
||||
<%-- <td>
|
||||
@ -269,7 +269,7 @@ function userListExcelDownload(){
|
||||
<c:if test="${result.ofcpsNm eq 'admin'}">
|
||||
<c:set var="ofcpsNm" value="시스템관리자" />
|
||||
</c:if>
|
||||
<span class="privateInfo"><c:out value="${ofcpsNm}"/></span>
|
||||
<p class="privateInfo"><c:out value="${ofcpsNm}"/></p>
|
||||
</td>
|
||||
<td>
|
||||
<c:out value="${result.offmTelno}"/>
|
||||
|
||||
@ -39,7 +39,7 @@ $(document).ready(function() {
|
||||
|
||||
function searchPop(thisObj) {
|
||||
$("#popForm > input[name=targetId]").val($(thisObj).attr("id"));
|
||||
commonPopWindowopenForm("/kccadr/adjPgrMgr/adjDept/popup/AdjustConciliatorPopList.do" , "650", "830", "searchPop",$("#popForm"));
|
||||
commonPopWindowopenForm("/kccadr/adjPgrMgr/adjDept/popup/AdjustConciliatorPopList.do" , "650", "700", "searchPop",$("#popForm"));
|
||||
}
|
||||
|
||||
function callFunc(data){
|
||||
|
||||
@ -171,7 +171,7 @@
|
||||
</select>
|
||||
<%-- <kc:select codeId="CC005" name="srcDlvSts" id="srcDlvSts" defaultText="전체" defaultValue="" /> --%>
|
||||
<input type="text" class="search_input" id="searchKeyword" name="searchKeyword" value="<c:out value='${cmmVO.searchKeyword}'/>" placeholder="검색어를 입력하세요.">
|
||||
<button class="btnType07 btn_search" onclick="fncGoList()">검색</button>
|
||||
<button class="btn_search" onclick="fncGoList()">검색</button>
|
||||
</li>
|
||||
<li>
|
||||
<kc:radio name="" id="" codeId="" />
|
||||
|
||||
@ -147,7 +147,7 @@ $(document).ready(function(){
|
||||
$('#rpplSeq').val(rpplSeq);
|
||||
|
||||
var pop = document.pop;
|
||||
commonPopWindowopenForm("/kccadr/adjPgrMgr/apm/popup/addRpplPop.do", "750", "660", "adrDetailPop", $('#pop'));
|
||||
commonPopWindowopenForm("/kccadr/adjPgrMgr/apm/popup/addRpplPop.do", "770", "660", "adrDetailPop", $('#pop'));
|
||||
}
|
||||
|
||||
function fncUpdtRppl(rpplTy, rpplRespddSeq) {
|
||||
@ -399,7 +399,7 @@ $(document).ready(function(){
|
||||
//조정사건메모
|
||||
function fncAdrMemo() {
|
||||
var pop = document.pop;
|
||||
commonPopWindowopenForm("/kccadr/adjPgrMgr/apm/popup/adrMemo.do", '820', '500', "adrMemoPop", $('#pop'));
|
||||
commonPopWindowopenForm("/kccadr/adjPgrMgr/apm/popup/adrMemo.do", '820', '300', "adrMemoPop", $('#pop'));
|
||||
}
|
||||
|
||||
// 문자 발송 팝업
|
||||
@ -1958,9 +1958,9 @@ $(document).ready(function(){
|
||||
<div class="tbType02">
|
||||
<table>
|
||||
<colgroup>
|
||||
<col style="width: 12%;">
|
||||
<col style="width: 200px;">
|
||||
<col style="width: auto;">
|
||||
<col style="width: 12%;">
|
||||
<col style="width: 200px;">
|
||||
<col style="width: auto;">
|
||||
</colgroup>
|
||||
<tbody class="border_0">
|
||||
|
||||
@ -1128,7 +1128,7 @@ function fn_adjReqMgr_update() {
|
||||
<form:input type="hidden" path="adjReqMgrVoList[0].rpplSeq" id="rppl01Seq"/>
|
||||
<p>피신청인 정보</p>
|
||||
</div>
|
||||
<div class="tbType02 tb_wrap_tb reqPer01Tb">
|
||||
<div class="pop_tbType01 tb_wrap_tb reqPer01Tb">
|
||||
<table>
|
||||
<colgroup>
|
||||
<col style="width: 210px;">
|
||||
@ -1297,7 +1297,7 @@ function fn_adjReqMgr_update() {
|
||||
<form:input type="hidden" path="adjReqMgrVoList[1].rpplSeq" id="rppl02Seq"/>
|
||||
<p>피신청인 정보 02</p>
|
||||
</div>
|
||||
<div class="tbType02 tb_wrap_tb reqPer02Tb">
|
||||
<div class="pop_tbType01 tb_wrap_tb reqPer02Tb">
|
||||
<table>
|
||||
<colgroup>
|
||||
<col style="width: 210px;">
|
||||
@ -1435,7 +1435,7 @@ function fn_adjReqMgr_update() {
|
||||
<form:input type="hidden" path="adjReqMgrVoList[2].rpplSeq" id="rppl03Seq"/>
|
||||
<p>피신청인 정보 03</p>
|
||||
</div>
|
||||
<div class="tbType02 tb_wrap_tb reqPer03Tb">
|
||||
<div class="pop_tbType01 tb_wrap_tb reqPer03Tb">
|
||||
<table>
|
||||
<colgroup>
|
||||
<col style="width: 210px;">
|
||||
@ -1573,7 +1573,7 @@ function fn_adjReqMgr_update() {
|
||||
<form:input type="hidden" path="adjReqMgrVoList[3].rpplSeq" id="rppl04Seq"/>
|
||||
<p>피신청인 정보 04</p>
|
||||
</div>
|
||||
<div class="tbType02 tb_wrap_tb reqPer04Tb">
|
||||
<div class="pop_tbType01 tb_wrap_tb reqPer04Tb">
|
||||
<table>
|
||||
<colgroup>
|
||||
<col style="width: 210px;">
|
||||
@ -1711,7 +1711,7 @@ function fn_adjReqMgr_update() {
|
||||
<form:input type="hidden" path="adjReqMgrVoList[4].rpplSeq" id="rppl05Seq"/>
|
||||
<p>피신청인 정보 05</p>
|
||||
</div>
|
||||
<div class="tbType02 tb_wrap_tb reqPer05Tb">
|
||||
<div class="pop_tbType01 tb_wrap_tb reqPer05Tb">
|
||||
<table>
|
||||
<colgroup>
|
||||
<col style="width: 210px;">
|
||||
@ -1844,7 +1844,7 @@ function fn_adjReqMgr_update() {
|
||||
</div>
|
||||
<!-- //피신청인 정보 05-->
|
||||
<div class="btn_wrap btn_layout04">
|
||||
<button type="button" class="btnType02" onclick="fn_adjReqMgr_update(); return false;">수정</button>
|
||||
<button type="button" class="btnType06" onclick="fn_adjReqMgr_update(); return false;">수정</button>
|
||||
<button type="button" class="btnType03" onclick="window.close()">닫기</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -255,7 +255,7 @@
|
||||
, installUrl: '/innorix/install/install.html' // Agent 설치 페이지
|
||||
, uploadUrl: '/innorix/exam/upload.jsp' // 업로드 URL
|
||||
, height:80
|
||||
, width: 635
|
||||
, width: "100%"
|
||||
});
|
||||
|
||||
// 업로드 완료 이벤트
|
||||
@ -363,8 +363,8 @@
|
||||
<td class="upload_area">
|
||||
<input type="file" id="file_temp" name="file_temp" class="uploadFile" style="display: none" />
|
||||
<button type="button" onclick="control.openFileDialog();" class="btnType01 btn_add_file">파일찾기</button>
|
||||
<p style="font-size: 16px; float: right; margin-top: 16px; color: #666;">* 첨부파일을 등록해 주세요. (최대3개)</p>
|
||||
<div id="fileControl"></div><br/>
|
||||
<p style="font-size: 15px; float: right; margin-top: 5px; color: #666;">* 첨부파일을 등록해 주세요. (최대3개)</p>
|
||||
<div id="fileControl" style="margin:8px 0 0 0;"></div><br/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -390,7 +390,7 @@
|
||||
<!-- 하단 버튼 -->
|
||||
<div class="btn_wrap btn_layout04">
|
||||
<button class="btnType06 btn_edit" onclick="fncReg();">등록</button>
|
||||
<button class="btnType06 btn_list" onclick="fncClose();">취소</button>
|
||||
<button class="btnType03 btn_list" onclick="fncClose();">취소</button>
|
||||
</div>
|
||||
<!-- //하단 버튼 -->
|
||||
</div>
|
||||
|
||||
@ -77,12 +77,12 @@
|
||||
<div class="cont_popup">
|
||||
<!-- 이의신청 정보(리스트) -->
|
||||
<p class="tb_tit">이의신청 정보</p>
|
||||
<table class="pop_tbType01">
|
||||
<table class="pop_tbType02">
|
||||
<colgroup>
|
||||
<col style="width: 20%;">
|
||||
<col style="width: 80px;">
|
||||
<col style="width: auto;">
|
||||
<col style="width: 20%;">
|
||||
<col style="width: 20%;">
|
||||
<col style="width: 18%;">
|
||||
<col style="width: 18%;">
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
@ -44,7 +44,7 @@
|
||||
<body>
|
||||
<form:form id="p" name="p" method="post" onsubmit="return false;">
|
||||
|
||||
<div class="area_popup case_change" style="width: 550px;">
|
||||
<div class="area_popup" style="width: 550px;">
|
||||
<div class="cont_popup">
|
||||
<p class="tb_tit">접속번호</p>
|
||||
<table class="pop_tbType01">
|
||||
|
||||
@ -105,7 +105,7 @@
|
||||
</table>
|
||||
<div class="btn_wrap btn_layout04">
|
||||
<button class="btnType06" onclick="fncClose()">확인</button>
|
||||
<button class="btnType06" onclick="window.close()">취소</button>
|
||||
<button class="btnType03" onclick="window.close()">취소</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -218,15 +218,13 @@
|
||||
<div class="tbType02">
|
||||
<table id="table0">
|
||||
<colgroup>
|
||||
<col style="width: 10%">
|
||||
<col style="width: 40%">
|
||||
<col style="width: 10%">
|
||||
<col style="width: 40%">
|
||||
<col style="width: 200px;">
|
||||
<col style="width: auto;">
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th><span class="">아이디</span></th>
|
||||
<td colspan="3"><c:out value="${model.memId}"/></td>
|
||||
<td><c:out value="${model.memId}"/></td>
|
||||
</tr>
|
||||
<tr id="tr0">
|
||||
<th><span class="">성명</span></th>
|
||||
@ -247,9 +245,8 @@
|
||||
<td>
|
||||
<input type="text" id="memTeam${status.index}" name ="memTeam${status.index}" value="<c:out value='${memTeam}'/>" style="width: 400px;"/>
|
||||
<c:if test="${status.index eq 0}">
|
||||
<button type="button" style="border: none;background-color: transparent;width: 20px;height: 20px;background-image: url(/pb/img/common/plusBtn.png);background-repeat: no-repeat;margin: 15px;cursor: pointer;"
|
||||
onclick="fncMemTeamCreate(this);"
|
||||
/>
|
||||
<!-- <button type="button" style="border: none;background-color: transparent;width: 20px;height: 20px;background-image: url(/pb/img/common/plusBtn.png);background-repeat: no-repeat;margin: 15px;cursor: pointer;" onclick="fncMemTeamCreate(this);"/> -->
|
||||
<button type="button" class="btn btn_icon btn_plus" onclick="fncMemTeamCreate(this);"><i class="icon plus"></i></button>
|
||||
</c:if>
|
||||
</td>
|
||||
</tr>
|
||||
@ -264,25 +261,24 @@
|
||||
</th>
|
||||
<td>
|
||||
<input type="text" id="memTeam0" name ="memTeam0" value="" style="width: 400px;"/>
|
||||
<button type="button" style="border: none;background-color: transparent;width: 20px;height: 20px;background-image: url(/pb/img/common/plusBtn.png);background-repeat: no-repeat;margin: 15px;cursor: pointer;"
|
||||
onclick="fncMemTeamCreate(this);"
|
||||
/>
|
||||
<!-- <button type="button" style="border: none;background-color: transparent;width: 20px;height: 20px;background-image: url(/pb/img/common/plusBtn.png);background-repeat: no-repeat;margin: 15px;cursor: pointer;" onclick="fncMemTeamCreate(this);"/> -->
|
||||
<button type="button" class="btn btn_icon btn_plus" onclick="fncMemTeamCreate(this);"><i class="icon plus"></i></button>
|
||||
</td>
|
||||
</tr>
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
<tr>
|
||||
<th><span class="">연락처</span></th>
|
||||
<td colspan="3"><c:out value="${model.memCelnum}"/></td>
|
||||
<td><c:out value="${model.memCelnum}"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><span class="">이메일</span></th>
|
||||
<td colspan="3"><c:out value="${model.memEmail}"/></td>
|
||||
<td><c:out value="${model.memEmail}"/></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th><span class="">서명이미지</span></th>
|
||||
<td class="upload_area" colspan="3">
|
||||
<td class="upload_area">
|
||||
<input type="file" id="file_temp" name="file_temp" class="uploadFile" style="display:none"/>
|
||||
<button type="button" id="filebutton" class="btnType01 btn_add_file">파일 첨부하기</button>
|
||||
<div class="file_wrap file_upload_box no_img_box">
|
||||
@ -355,21 +351,23 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<th>차량번호</th>
|
||||
<td colspan="3">
|
||||
<td>
|
||||
<c:out value='${empty model.memCarNo ? "-" : model.memCarNo}' />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>조정부</th>
|
||||
<td colspan="3">
|
||||
<c:forEach var="list" items="${list}" varStatus="status">
|
||||
<button class="btnType01" onclick="fncGoDeptDetail('<c:out value='${list.memDeptSeq}' />'); return false;"><c:out value="${list.memDeptNm}"/></button>
|
||||
</c:forEach>
|
||||
<td>
|
||||
<div class="btn_wrap">
|
||||
<c:forEach var="list" items="${list}" varStatus="status">
|
||||
<button class="btnType01" onclick="fncGoDeptDetail('<c:out value='${list.memDeptSeq}' />'); return false;"><c:out value="${list.memDeptNm}"/></button>
|
||||
</c:forEach>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><span class="">위원임기</span></th>
|
||||
<td colspan="3">
|
||||
<td>
|
||||
<div class="sel_date">
|
||||
<input type="text" class="startDate01 inp" title="검색시작일" id="memTermSt" name="memTermSt" value="${model.memTermSt}" data-datecontrol="true" readonly>
|
||||
<div class="calendar_in" id="calendarName_startDate" style="z-index: 9;">
|
||||
@ -393,7 +391,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<th><span class="reqArea">승인여부</span></th>
|
||||
<td colspan="3"><c:out value="${model.memApprYn eq 'Y' ? '승인' : '승인요청'}"/></td>
|
||||
<td><c:out value="${model.memApprYn eq 'Y' ? '승인' : '승인요청'}"/></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
@ -148,7 +148,7 @@
|
||||
}else{
|
||||
$('#memGrade').val('02');
|
||||
}
|
||||
commonPopWindowopenForm("/kccadr/adjPgrMgr/dtb/popup/srcAssPop.do", "650", "830", "srcAss", $("#popForm"));
|
||||
commonPopWindowopenForm("/kccadr/adjPgrMgr/dtb/popup/srcAssPop.do", "670", "830", "srcAss", $("#popForm"));
|
||||
}
|
||||
|
||||
function setAss(assIdx, ass0, ass1) {
|
||||
@ -227,7 +227,7 @@
|
||||
<div class="box">
|
||||
<!-- cont_tit -->
|
||||
<div class="cont_tit">
|
||||
<h2>기일지정 등록</h2>
|
||||
<h2>기일지정 1등록</h2>
|
||||
<ul class="cont_nav">
|
||||
<li class="home">
|
||||
<a href="/"><i></i></a>
|
||||
|
||||
@ -83,8 +83,8 @@
|
||||
<table class="pop_tbType02">
|
||||
<colgroup>
|
||||
<col style="width: 30%">
|
||||
<col style="width: 40%">
|
||||
<col style="width: auto">
|
||||
<col style="width: 55%">
|
||||
<col style="width: 100px;">
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
@ -184,7 +184,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<button class="btnType07 btn_search" onclick="fncGoList(); return false;">검색</button>
|
||||
<button class="btn_search" onclick="fncGoList(); return false;">검색</button>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@ -246,7 +246,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<button class="btnType07 btn_search" onclick="fncGoList(); return false;">검색</button>
|
||||
<button class="btn_search" onclick="fncGoList(); return false;">검색</button>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
var form = document.listForm;
|
||||
form.adrSeq.value = adrSeq;
|
||||
commonPopWindowopenForm("/kccadr/adjPgrMgr/apm/popup/ojctInfoPop.do", '820', '600', "apmOjctInfoPop", $('#listForm'));
|
||||
commonPopWindowopenForm("/kccadr/adjPgrMgr/apm/popup/ojctInfoPop.do", '820', '500', "apmOjctInfoPop", $('#listForm'));
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -97,7 +97,7 @@ $( document ).ready(function(){
|
||||
, uploadUrl: '/innorix/exam/upload.jsp' // 업로드 URL
|
||||
, height:80
|
||||
// , width: 635
|
||||
, width: 1200
|
||||
, width: "100%"
|
||||
});
|
||||
|
||||
// 업로드 완료 이벤트
|
||||
@ -183,13 +183,12 @@ $( document ).ready(function(){
|
||||
<div class="tbType02">
|
||||
<table>
|
||||
<colgroup>
|
||||
<col style="width: 120px;">
|
||||
<col style="width: 120px;">
|
||||
<col style="width: 200px;">
|
||||
<col style="width: auto;">
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th colspan="2">조정 사건</th>
|
||||
<th>조정 사건</th>
|
||||
<td>
|
||||
<select name="adrSeq" id="adrSeq">
|
||||
<c:forEach var="item" items="${list}" varStatus="status" >
|
||||
@ -199,17 +198,19 @@ $( document ).ready(function(){
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="2">이의신청 내용</th>
|
||||
<th>이의신청 내용</th>
|
||||
<td class="td_cause">
|
||||
<textarea name="ojctCn" id="ojctCn" cols="60" rows="3" style="width: 998px; margin: 15px 0px 10px; height: 75px;"></textarea>
|
||||
<textarea name="ojctCn" id="ojctCn" cols="60" rows="3"></textarea>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="2" >첨부파일</th>
|
||||
<td colspan="3" class="upload_area">
|
||||
<input type="file" id="file_temp" name="file_temp" class="uploadFile" style="display: none" />
|
||||
<button type="button" onclick="control.openFileDialog();" class="btnType01 btn_add_file">파일찾기</button>
|
||||
<p style="font-size: 16px; float: right; margin-top: 16px; color: #666;">* 첨부파일을 등록해 주세요. (최대3개)</p>
|
||||
<th>첨부파일</th>
|
||||
<td class="upload_area">
|
||||
<div class="upload_area_top">
|
||||
<input type="file" id="file_temp" name="file_temp" class="uploadFile" style="display: none" />
|
||||
<button type="button" onclick="control.openFileDialog();" class="btnType01 btn_add_file">파일찾기</button>
|
||||
<p class="file_info_text">* 첨부파일을 등록해 주세요. (최대3개)</p>
|
||||
</div>
|
||||
<div id="fileControl"></div><br/>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@ -101,15 +101,15 @@
|
||||
</td>
|
||||
</tr> -->
|
||||
<tr>
|
||||
<td>
|
||||
<textarea name="rejectCn" id="rejectCn" cols="30" rows="10" placeholder="신청서반려 사유를 입력해주세요." style="resize: none;"></textarea>
|
||||
<td colspan="2">
|
||||
<textarea name="rejectCn" id="rejectCn" cols="30" rows="10" placeholder="신청서반려 사유를 입력해주세요." style="resize: none;width:100%;"></textarea>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div class="btn_wrap btn_layout04">
|
||||
<button class="btnType06" onclick="fncRejectSave(); return false;">반려</button>
|
||||
<button class="btnType06" onclick="fncPopClose(); return false;">취소</button>
|
||||
<button class="btnType03" onclick="fncPopClose(); return false;">취소</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -468,7 +468,7 @@
|
||||
<div class="area_right">
|
||||
<c:if test="${bttnStatYn eq 'Y'}">
|
||||
<button class="btnType02" onclick="fncSubmit(); return false;">제출</button>
|
||||
<button class="btnType02" onclick="fncGoEdit(); return false;">수정</button>
|
||||
<button class="btnType06" onclick="fncGoEdit(); return false;">수정</button>
|
||||
<button class="btnType02" onclick="fncDelete(); return false;">삭제</button>
|
||||
</c:if>
|
||||
<button class="btnType04" onclick="fncGoList(); return false;">목록</button>
|
||||
|
||||
@ -196,7 +196,7 @@
|
||||
<label for="ckStsList2">조정조서</label>
|
||||
</span>
|
||||
</div>
|
||||
<button class="btnType07 btn_search" onclick="fncGoList()">검색</button>
|
||||
<button class="btn_search" onclick="fncGoList()">검색</button>
|
||||
</li>
|
||||
<li>
|
||||
<kc:radio name="" id="" codeId="" />
|
||||
|
||||
@ -76,9 +76,9 @@
|
||||
|
||||
<table class="pop_tbType02">
|
||||
<colgroup>
|
||||
<col style="width: 8%">
|
||||
<col style="width: auto">
|
||||
<col style="width: 20%">
|
||||
<col style="width: 15%;">
|
||||
<col style="width: auto;">
|
||||
<col style="width: 20%;">
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
@ -234,7 +234,7 @@
|
||||
</select>
|
||||
<input type="text" name="searchKeyword" id="searchKeyword" class="search_input" placeholder="검색어를 입력하세요" value="<c:out value='${schduleManageVO.searchKeyword}'/>">
|
||||
<button class="btn_search" onclick="fncSelectSchManageList(); return false;">검색</button>
|
||||
<button class="btn_search" onclick="fncRemoveForm(); return false;">초기화</button>
|
||||
<button class="btnType03" onclick="fncRemoveForm(); return false;">초기화</button>
|
||||
</div>
|
||||
</div>
|
||||
<!-- //list_top -->
|
||||
|
||||
@ -154,7 +154,7 @@ $(document).ready(function() {
|
||||
<option value="4" ${sttsVO.searchQuarter eq '4' ? 'selected' : '' }>4분기</option>
|
||||
</select>
|
||||
|
||||
<button class="btnType07 btn_search" onclick="linkPage(1)">검색</button>
|
||||
<button class="btnType01 btn_search" onclick="linkPage(1)">검색</button>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
@ -151,7 +151,7 @@ $(document).ready(function() {
|
||||
<option value="4" ${sttsVO.searchQuarter eq '4' ? 'selected' : '' }>4분기</option>
|
||||
</select>
|
||||
|
||||
<button class="btnType07 btn_search" onclick="linkPage(1)">검색</button>
|
||||
<button class="btn_search" onclick="linkPage(1)">검색</button>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
@ -98,7 +98,7 @@ $(document).ready(function() {
|
||||
<option value="2024" ${sttsVO.searchYear eq '2024' ? 'selected' : '' }>2024년</option>
|
||||
</select>
|
||||
|
||||
<button class="btnType07 btn_search" onclick="linkPage()">검색</button>
|
||||
<button class="btn_search" onclick="linkPage()">검색</button>
|
||||
|
||||
<%-- <select name="searchMonth" id="searchMonth" class="search1">
|
||||
<option value="">전체</option>
|
||||
|
||||
@ -199,13 +199,13 @@ function press() {
|
||||
<div class="list tbType01">
|
||||
<table>
|
||||
<colgroup>
|
||||
<col style="width: 10%">
|
||||
<col style="width: 10%">
|
||||
<col style="width: 35%">
|
||||
<col style="width: 20%">
|
||||
<col style="width: 20%">
|
||||
<col style="width: 15%">
|
||||
<col style="width: 10%">
|
||||
<col style="width: 80px;">
|
||||
<col style="width: 8%;">
|
||||
<col style="width: 25%;">
|
||||
<col style="width: 30%;">
|
||||
<col style="width: 30%;">
|
||||
<col style="width: 15%;">
|
||||
<col style="width: 120px;">
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -241,7 +241,7 @@ function press() {
|
||||
<td><c:out value="${author.authorDc}"/></td>
|
||||
<td><c:out value="${author.authorCreatDe}"/></td>
|
||||
<td>
|
||||
<button type="button" class="btnType03" onclick="fncSelectAuthorRole('<c:out value="${author.authorCode}"/>' , '<c:out value="${author.authorNm}"/>'); return false">이동</button>
|
||||
<button type="button" class="btnType01" onclick="fncSelectAuthorRole('<c:out value="${author.authorCode}"/>' , '<c:out value="${author.authorNm}"/>'); return false">이동</button>
|
||||
<%-- <input type="button" class="btnType1 serchBtn" onclick="fncSelectAuthorRole('<c:out value="${author.authorCode}"/>' , '<c:out value="${author.authorNm}"/>'); return false"> --%>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@ -238,12 +238,12 @@ function press() {
|
||||
<div class="list tbType01">
|
||||
<table>
|
||||
<colgroup>
|
||||
<col style="width: 10%">
|
||||
<col style="width: 18%">
|
||||
<col style="width: 30%">
|
||||
<col style="width: 10%">
|
||||
<col style="width: 25%">
|
||||
<col style="width: 10%">
|
||||
<col style="width: 80px;">
|
||||
<col style="width: 8%;">
|
||||
<col style="width: 25%;">
|
||||
<col style="width: 25%;">
|
||||
<col style="width: 25%;">
|
||||
<col style="width: 120px;">
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
@ -106,12 +106,12 @@ function selectMenuCreat(vAuthorCode) { //메뉴생성 화면 호출
|
||||
<div class="list tbType01">
|
||||
<table>
|
||||
<colgroup>
|
||||
<col style="width: 10%">
|
||||
<col style="width: 25%">
|
||||
<col style="width: 20%">
|
||||
<col style="width: 20%">
|
||||
<col style="width: 20%">
|
||||
<col style="width: 15%">
|
||||
<col style="width: 8%;">
|
||||
<col style="width: 25%;">
|
||||
<col style="width: 25%;">
|
||||
<col style="width: 25%;">
|
||||
<col style="width: 10%;">
|
||||
<col style="width: 120px;">
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -143,7 +143,7 @@ function selectMenuCreat(vAuthorCode) { //메뉴생성 화면 호출
|
||||
</td>
|
||||
<td>
|
||||
<%-- <c:if test="${result.authorCode == 'ROLE_ADMIN' or result.authorCode == 'ROLE_USER_MEMBER'}"> --%>
|
||||
<a href="#" onclick="selectMenuCreat('<c:out value="${result.authorCode}"/>'); return false;"><input type="button" value="메뉴생성" class="btnType01"></a>
|
||||
<a href="#" onclick="selectMenuCreat('<c:out value="${result.authorCode}"/>'); return false;"><button type="button" class="btnType01">메뉴생성</button></a>
|
||||
<%-- </c:if> --%>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@ -7,9 +7,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="/pb/css/reset.css">
|
||||
<!-- <link rel="stylesheet" href="/pb/css/reset.css">
|
||||
<link rel="stylesheet" href="/pb/css/common.css">
|
||||
<link rel="stylesheet" href="/pb/css/content.css">
|
||||
<link rel="stylesheet" href="/pb/css/content.css"> -->
|
||||
|
||||
<link rel="stylesheet" href="/kccadrPb/adm/css/reset.css">
|
||||
<link rel="stylesheet" href="/kccadrPb/adm/css/common.css">
|
||||
<link rel="stylesheet" href="/kccadrPb/adm/css/content.css">
|
||||
|
||||
<style>
|
||||
.btnType01,.btnType04{display:flex;height:30px;align-items:center;justify-content:center;font-size:15px;}
|
||||
</style>
|
||||
|
||||
<script src="<c:url value='/js/jquery.js' />"></script>
|
||||
<meta http-equiv="Content-Language" content="ko" >
|
||||
<title>권한 목록</title>
|
||||
@ -124,57 +133,62 @@ function fn_egov_ajaxEditorCopy(cntDtId){
|
||||
<c:if test="${!empty cntManageDetailList}">
|
||||
<form:form id="listForm" name="listForm" action="<c:url value='/uss/ion/cnt/cntDetailList.do'/>" method="post">
|
||||
<input type="hidden" name="cntDtIds"/>
|
||||
<div class="pageCont" style="width:100%; padding-left: 0px;padding-right: 0px;">
|
||||
<div class="pageCont" style="width:100%; padding:50px 0 0 0;margin:50px 0 0 0;border-top:1px solid #d5d5d5;">
|
||||
<div>
|
||||
<span class="tbTit">이전 콘텐츠 리스트</span>
|
||||
<div class="listTop" style="margin-top: 10px;">
|
||||
<span class=tb_tit>이전 콘텐츠 리스트</span>
|
||||
<div class="list_top">
|
||||
<p class="tType5">조회건수 : <span class="tType4 c_456ded fwBold"> <c:out value="${paginationInfo.totalRecordCount}"/></span>건</p>
|
||||
</div>
|
||||
<%-- <p class="mem_count" style="margin-top:0px;">조회건수 : <c:out value="${paginationInfo.totalRecordCount}"/></p> --%>
|
||||
<table class="tbType1">
|
||||
<colgroup>
|
||||
<col style="width: 10%">
|
||||
<col style="width: 10%">
|
||||
<col style="width: 20%">
|
||||
<col style="width: 15%">
|
||||
<col style="width: 20%">
|
||||
<col style="width: 15%">
|
||||
<col style="width: 10%">
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>
|
||||
<input name="checkAll" id="checkAll" type="checkbox" title="Check All" onclick="fn_egov_checkAll_cntManage();"/><label for="checkAll"></label>
|
||||
</th>
|
||||
<th>번호</th>
|
||||
<th>콘텐츠 이름</th>
|
||||
<th>등록자</th>
|
||||
<th>등록일자</th>
|
||||
<th>미리보기</th>
|
||||
<th>백업</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<c:forEach var="result" items="${cntManageDetailList}" varStatus="status">
|
||||
<tr>
|
||||
<td><input type="checkbox" id="<c:out value="${result.cntDtId}"/>" name="delYn" class="check2" title="선택"><label for="<c:out value="${result.cntDtId}"/>"></label>
|
||||
<input type="hidden" name="checkId" value="<c:out value="${result.cntDtId}"/>" /></td>
|
||||
<div class="list tbType01" style="border-top:1px solid #000;">
|
||||
<table>
|
||||
<colgroup>
|
||||
<col style="width: 80px;">
|
||||
<col style="width: 150px;">
|
||||
<col style="width: auto;">
|
||||
<col style="width: 15%;">
|
||||
<col style="width: 20%;">
|
||||
<col style="width: 100px;">
|
||||
<col style="width: 100px;">
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>
|
||||
<input name="checkAll" id="checkAll" type="checkbox" title="Check All" onclick="fn_egov_checkAll_cntManage();"/><label for="checkAll"></label>
|
||||
</th>
|
||||
<th>번호</th>
|
||||
<th>콘텐츠 이름</th>
|
||||
<th>등록자</th>
|
||||
<th>등록일자</th>
|
||||
<th>미리보기</th>
|
||||
<th>백업</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<c:forEach var="result" items="${cntManageDetailList}" varStatus="status">
|
||||
<tr>
|
||||
<td><input type="checkbox" id="<c:out value="${result.cntDtId}"/>" name="delYn" class="check2" title="선택"><label for="<c:out value="${result.cntDtId}"/>"></label>
|
||||
<input type="hidden" name="checkId" value="<c:out value="${result.cntDtId}"/>" /></td>
|
||||
<%-- <td><c:out value="${(cntManageVO.pageIndex - 1) * cntManageVO.pageSize + status.count}"/></td> --%>
|
||||
<td>
|
||||
<c:out value="${ ( paginationInfo.totalRecordCount - ((paginationInfo.currentPageNo -1)*paginationInfo.recordCountPerPage) ) - status.index }"/>
|
||||
</td>
|
||||
<td><c:out value="${result.cntName}"/></td>
|
||||
<td><c:out value="${result.registerId}"/></td>
|
||||
<td><c:out value="${result.registPnttm}"/></td>
|
||||
<td><a href="#" style="background-color: #456ded !important;color: white;" onclick="fncPreviewCntDetail('<c:out value="${result.cntDtId}"/>', event )">미리보기</a></td>
|
||||
<td><a href="#" style="background-color: #456ded !important;color: white;" onclick="fncEditorCopy('<c:out value="${result.cntDtId}"/>' , this , event)">되돌리기</a></td>
|
||||
</tr>
|
||||
</c:forEach>
|
||||
</tbody>
|
||||
<c:if test="${empty cntManageDetailList}">
|
||||
<tr><td colspan="7"><spring:message code="common.nodata.msg" /></td></tr>
|
||||
</c:if>
|
||||
</table>
|
||||
<td>
|
||||
<c:out value="${ ( paginationInfo.totalRecordCount - ((paginationInfo.currentPageNo -1)*paginationInfo.recordCountPerPage) ) - status.index }"/>
|
||||
</td>
|
||||
<td><c:out value="${result.cntName}"/></td>
|
||||
<td><c:out value="${result.registerId}"/></td>
|
||||
<td><c:out value="${result.registPnttm}"/></td>
|
||||
<td><a class="btnType01" href="#" onclick="fncPreviewCntDetail('<c:out value="${result.cntDtId}"/>', event )">미리보기</a></td>
|
||||
<td><a class="btnType04" href="#" onclick="fncEditorCopy('<c:out value="${result.cntDtId}"/>' , this , event)">되돌리기</a></td>
|
||||
</tr>
|
||||
</c:forEach>
|
||||
</tbody>
|
||||
<c:if test="${empty cntManageDetailList}">
|
||||
<tr><td colspan="7"><spring:message code="common.nodata.msg" /></td></tr>
|
||||
</c:if>
|
||||
</table>
|
||||
</div>
|
||||
<div class="btnWrap" style="text-align:right;margin:15px 0 0 0;">
|
||||
<button type="button" class="btnType09" onclick="fncCntDtDeleteList(); return false;">삭제</button>
|
||||
</div>
|
||||
<!-- 페이지 네비게이션 시작 -->
|
||||
<c:if test="${!empty cntManageDetailList}">
|
||||
<div class="page">
|
||||
@ -184,9 +198,7 @@ function fn_egov_ajaxEditorCopy(cntDtId){
|
||||
</div>
|
||||
</c:if>
|
||||
<!-- //페이지 네비게이션 끝 -->
|
||||
<div class="btnWrap">
|
||||
<input type="button" class="btnType1" value="삭제" onclick="fncCntDtDeleteList(); return false;">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</form:form>
|
||||
<form name="delForm" method="get" action="<c:url value='/uss/ion/cnt/cntDtDeleteList.do'/>" >
|
||||
|
||||
@ -252,7 +252,8 @@ function contentListExcelDownload(){
|
||||
<td><c:out value="${result.registerId}"/></td>
|
||||
<td><c:out value="${result.registPnttm}"/></td>
|
||||
<td>
|
||||
<input type="button" class="btnType1" onclick="fncPreviewCntDetail('<c:out value="${result.cntDtId}"/>','<c:out value="${result.siteId}"/>'); return false;" value="미리보기">
|
||||
<%-- <input type="button" class="btnType1" onclick="fncPreviewCntDetail('<c:out value="${result.cntDtId}"/>','<c:out value="${result.siteId}"/>'); return false;" value="미리보기"> --%>
|
||||
<button type="button" class="btnType01" onclick="fncPreviewCntDetail('<c:out value="${result.cntDtId}"/>','<c:out value="${result.siteId}"/>'); return false;">미리보기</button>
|
||||
</tr>
|
||||
</c:forEach>
|
||||
<c:if test="${empty cntManageList}">
|
||||
|
||||
@ -177,7 +177,7 @@ $(window).load(function() {
|
||||
<col style="width: 10%">
|
||||
<col style="width: 10%">
|
||||
<col style="width: 20%">
|
||||
<col style="width: 20%">
|
||||
<col style="width: 100px">
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
@ -146,14 +146,14 @@ function fileUploadPopup(){
|
||||
<tbody>
|
||||
<tr>
|
||||
<th><span class="reqArea">제목</span></th>
|
||||
<td colspan="3">
|
||||
<td>
|
||||
<input type="text" style="width: 95%" name="fmsNm" value="<c:out value='${fmsFileList[0].fmsNm}' />" title="fmsNm" maxlength="100" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><span class="reqArea">내용</span></th>
|
||||
<td colspan="3">
|
||||
<input type="text" name="content" value="<c:out value='${fmsFileList[0].content}' />" title="content" maxlength="100" />
|
||||
<td>
|
||||
<input type="text" style="width:100%;height:100px;" name="content" value="<c:out value='${fmsFileList[0].content}' />" title="content" maxlength="100" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -234,7 +234,7 @@ function fileUploadPopup(){
|
||||
<c:if test="${!empty fmsFileList[0].fmsId }">
|
||||
<tr>
|
||||
<th class="td_title1"><span class="star_t"></span>첨부이미지 링크</th>
|
||||
<td colspan="3">
|
||||
<td>
|
||||
<c:forEach var="result" items="${fmsFileList}" varStatus="status">
|
||||
<c:if test="${result.fileExtsn eq 'jpg' ||
|
||||
result.fileExtsn eq 'jpeg' ||
|
||||
@ -253,7 +253,7 @@ function fileUploadPopup(){
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="td_title1"><span class="star_t"></span>첨부다운로드 링크</th>
|
||||
<td colspan="3">
|
||||
<td>
|
||||
<c:forEach var="result" items="${fmsFileList}" varStatus="status">
|
||||
<span class="item_<c:out value='${result.fmsImageFile}' />_<c:out value='${result.fileSn}' />">
|
||||
<a href='<c:out value='${result.fmsDownLink}' />'><c:out value='${result.fmsDownLink}' /></a>
|
||||
@ -267,14 +267,14 @@ function fileUploadPopup(){
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="td_title1"><span class="star_t"></span>최종수정일</th>
|
||||
<td colspan="3">
|
||||
<td>
|
||||
<c:out value='${fmsFileList[0].moddt }' />
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th class="td_title1"><span class="star_t"></span>작성자</th>
|
||||
<td colspan="3">
|
||||
<td>
|
||||
<c:out value='${fmsFileList[0].registerId }' />
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
/* //leftmenu */
|
||||
|
||||
/* top_util */
|
||||
.area_right{position: relative; height: 100%; background-color: #f8f5f3; width: calc(100% - 280px); transition: width 0.3s linear;}
|
||||
.area_right{position: relative; /* height: 100%; */background-color: #f8f5f3; width: calc(100% - 280px); transition: width 0.3s linear;}
|
||||
.top_util,.user,.user_info,.alram{display: flex; align-items: center;}
|
||||
.top_util{width: 100%; height: 80px; justify-content: space-between; background-color: #fff; box-shadow: 0 2px 5px rgba(0,0,0,0.1); padding: 0 47px 0 37px; box-sizing: border-box;}
|
||||
.user i{display: block; width: 40px; height: 40px; background-color: #f8f5f3; box-shadow: inset 0 3px 3px rgba(0,0,0,0.1); border-radius: 100%; margin-right: 13px; background-image: url(/kccadrPb/adm/image/icon_person.png); background-repeat: no-repeat; background-position: center bottom;}
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
.cont_tit{width: 100%; box-sizing: border-box; padding: 40px 40px 22px 40px; display: flex; justify-content: space-between; align-items: baseline; border-bottom: 1px solid #e5e5e5;}
|
||||
.cont_tit h2{padding-left: 20px; font-size: 28px; font-weight: bold; color: #333; position: relative;}
|
||||
.cont_tit h2::before{position: absolute; content: " "; width: 5px; height: 26px; left: 0; top: 3px; background-color: #ea5404;}
|
||||
.cont_tit .cur_nav{color: #db5d2e;}
|
||||
.cont_tit .cur_nav{color: #db5d2e;font-weight:500;}
|
||||
.cont_nav{display: flex;}
|
||||
.cont_nav li{padding: 0 10px; font-size: 16px; font-weight: 300; color: #666; letter-spacing: -0.5px; position: relative;}
|
||||
.cont_nav li::after{position: absolute; content: ">"; right: -5px; top: 0px;}
|
||||
@ -93,6 +93,8 @@ p+.list_util{width: auto;}
|
||||
.list_util input::placeholder,.list_util input:-ms-input-placeholder{font-size: 16px; color: #999;}
|
||||
.list_util button{width: 80px; height: 40px; font-size: 18px; font-weight: 400; background-color: #f48105; color: #fff; vertical-align: middle; border-radius: 5px; transition: all 0.1s linear;}
|
||||
.list_util button:hover{box-shadow: 0 0 5px rgba(0,0,0,0.3); background-color: #e96800; transition: all 0.1s linear;}
|
||||
.list_util .btnType03{width: 80px; height: 40px; font-size: 18px; font-weight: 400; background-color: #999; color: #fff; vertical-align: middle; border-radius: 5px; transition: all 0.1s linear;padding:0;}
|
||||
.list_util .btnType03:hover{background-color: #666; color: #fff; transition: all 0.1s linear;}
|
||||
.list_util .btn_wrap.right{text-align: right;}
|
||||
.list_util .btn_down_excel{width: 169px; height: 46px; border: 1px solid #0e8040; background-color: #f9f9f9; padding: 0 18px 0 47px; color: #0e803f; font-size: 18px; border-radius: 5px; box-sizing: border-box; letter-spacing: -0.5px; background-image: url(/kccadrPb/adm/image/btn_down_excel.png); background-repeat: no-repeat; background-position: 18px center; margin-top: -50px;}
|
||||
.list_util .btn_down_excel:hover{background-color: #e5e5e5;}
|
||||
@ -179,6 +181,12 @@ p+.sortBtn.sortBtnAsc,p+button.sortBtn.sortBtnDesc{background:url(/kccadrPb/adm/
|
||||
p+button.sortBtn.sortBtnDesc,p+button.sortBtn.sortBtnAsc{vertical-align:middle;}
|
||||
/* //버튼 타입 */
|
||||
|
||||
.btn_icon{display:inline-flex;width:38px;height:38px;background:#f5f5f5;border:1px solid #d5d5d5;border-radius:5px;align-items:center;justify-content:center;}
|
||||
|
||||
/* icon */
|
||||
.icon{display:inline-block;vertical-align:middle;}
|
||||
.icon.plus{width:14px;height:14px;background:url(/kccadrPb/adm/image/btn_plus.png) no-repeat center center;}
|
||||
|
||||
.btn_wrap .btn_print i{width: 22px; height: 22px; display: inline-block; background-image: url(/kccadrPb/adm/image/btn_print02.png); vertical-align: middle; margin-top: -5px;}
|
||||
.btn_wrap .btn_check i{width: 20px; height: 20px; display: inline-block; background-image: url(/kccadrPb/adm/image/btn_check.png); vertical-align: middle; margin-top: -5px;}
|
||||
/* //btn */
|
||||
@ -254,6 +262,9 @@ p+button.sortBtn.sortBtnDesc,p+button.sortBtn.sortBtnAsc{vertical-align:middle;}
|
||||
.tbType01.list_table table tbody tr td {height:50px;font-weight:300;border-right:0 none;border-bottom:1px solid #d5d5d5;background:none;}
|
||||
.tbType01.list_table table tbody tr.depth th {font-weight:400;background:#f5f5f5;}
|
||||
.tbType01.list_table table tbody tr.depth td {background:#f5f5f5;}
|
||||
|
||||
.tbType02 .btn_wrap{display:flex;margin:0;gap:10px;align-items:center;flex-wrap:wrap;}
|
||||
.tbType02 .btn_wrap button{margin:0;}
|
||||
/* //list */
|
||||
|
||||
/* 갤러리 리스트 */
|
||||
@ -300,7 +311,7 @@ table select+button{vertical-align: middle;}
|
||||
.tbType02{border-top: 1px solid #000; border-bottom: 1px solid #cccccc;}
|
||||
.tbType02 table{width: 100%; table-layout: fixed}
|
||||
.tbType02 tr{border-bottom: 0.01em solid #e5e5e5;}
|
||||
.tbType02 tr th,.tbType02 tr td{height: 30px; text-align: left; padding: 0 20px; font-size: 18px; vertical-align: middle; box-sizing: border-box;}
|
||||
.tbType02 tr th,.tbType02 tr td{height: 56px; text-align: left; padding: 0 20px; font-size: 18px; vertical-align: middle; box-sizing: border-box;}
|
||||
.tbType02 tr th{border-right: 0.01em solid #e5e5e5; background-color: #f3f3f3; font-weight: 400;}
|
||||
.tbType02 tr td{padding: 10px 10px 10px 20px; font-weight: 200; line-height: 1.4; word-break: break-all}
|
||||
.tbType02 tr .td_cause{padding: 20px;}
|
||||
@ -310,6 +321,7 @@ table select+button{vertical-align: middle;}
|
||||
.tbType02 .border_0 th{border-right: 0;}
|
||||
.tbType02 tr td p{display: inline-block; vertical-align: middle; margin-right: 10px;}
|
||||
.tbType02 tr td textarea{width: 100%; border: 1px solid #d5d5d5; border-radius: 5px; margin: 15px 0 10px 0; font-size: 18px; color: #222; padding: 15px; box-sizing: border-box; font-family: 'Noto Sans KR', sans-serif;}
|
||||
.tbType02 tr td textarea:only-child{margin:0;}
|
||||
|
||||
|
||||
.tbType02 .check_wrap,.tbType02 .radio_wrap{display: inline-flex; max-width: calc(100% - 120px); vertical-align: middle; text-align: left; align-items: center; flex-wrap: wrap;}
|
||||
@ -331,6 +343,9 @@ table select+button{vertical-align: middle;}
|
||||
.tbType02 td>button:first-child{margin: 0 4px 0 0;}
|
||||
.tbType02 td>button:last-child{margin: 0 0 0 4px;}
|
||||
|
||||
.tbType02 tr td input + button{height:38px;vertical-align:middle;}
|
||||
.tbType02 td .btn_icon{height:38px;vertical-align:middle;}
|
||||
|
||||
|
||||
.tbType03{border-top: 1px solid #000; border-bottom: 1px solid #cccccc;}
|
||||
.tbType03 table{width: 100%; table-layout: fixed; text-align: center;}
|
||||
@ -384,10 +399,14 @@ table select+button{vertical-align: middle;}
|
||||
/* //매뉴 트리구조 */
|
||||
|
||||
/* 파일 테이블 */
|
||||
.upload_area_top{display:flex;margin:0 0 8px 0;justify-content:space-between;align-items:flex-end;}
|
||||
.upload_area_top button{height:34px !important;margin:0;}
|
||||
.upload_area_top .file_info_text{font-size:15px;font-weight:300;color:#666;margin:0;}
|
||||
|
||||
.file_wrap{width: 100%; margin-top: 10px; border: 1px solid #d5d5d5; border-radius: 5px; overflow: hidden;}
|
||||
.file_wrap table{width: 100%; table-layout: fixed;}
|
||||
.file_wrap table thead{border-bottom: 1px solid #d5d5d5;}
|
||||
.file_wrap table thead th{height: 30px; font-size: 14px; color: #666; background-color: #fff; text-align: center; letter-spacing: -0.8px; vertical-align: middle; font-weight: 400; padding: 0; border-right: 0}
|
||||
.file_wrap table thead th{height: 32px; font-size: 14px; color: #505050; background-color: #f3f3f3; text-align: center; letter-spacing: -0.8px; vertical-align: middle; font-weight: 400; padding: 0; border-right: 0; line-height: 1;}
|
||||
.file_wrap th input,.file_wrap td input{height: auto;}
|
||||
.file_wrap .tb_file_before{height: 110px; position: relative;}
|
||||
.file_wrap tbody.tb_file_before td{padding: 0; height: 100%; background-color: #f1f1f1; background-image: url(/kccadrPb/adm/image/file_before.png); background-repeat: no-repeat; background-position: center 25px; text-align: center;}
|
||||
@ -397,9 +416,9 @@ table select+button{vertical-align: middle;}
|
||||
.file_wrap tbody.tb_file_after tr{border-bottom: 1px solid #d5d5d5;}
|
||||
.file_wrap tbody.tb_file_after tr:last-child{border-bottom: 0;}
|
||||
.file_wrap tbody.tb_file_after tr:only-child{border-bottom: 0;}
|
||||
.file_wrap tbody.tb_file_after td{height: 35px; padding: 0 5px; box-sizing: border-box; text-align: center; color: #555; font-size: 15px; font-weight: 400;}
|
||||
.file_wrap tbody.tb_file_after td{height: 35px; padding: 0 5px; box-sizing: border-box; text-align: center; color: #505050; font-size: 15px; font-weight: 300;}
|
||||
.file_wrap tbody.tb_file_after p{white-space: nowrap; text-overflow: ellipsis; overflow: hidden; width: 95%; margin: 0 auto; line-height: 2; font-size: 15px;}
|
||||
.file_wrap .btn_del{border: 1px solid #d5d5d5; border-radius: 5px; width: 25px; height: 25px; padding: 0; margin: 0;}
|
||||
.file_wrap .btn_del{border: 1px solid #d5d5d5; border-radius: 5px; width: 25px; height: 25px; padding: 0; margin: 0; vertical-align: middle;}
|
||||
.file_wrap .btn_del:hover{background-color: #f5f5f5;}
|
||||
.file_wrap .btn_del i{display: block; width: 100%; height: 100%; background-image: url(/kccadrPb/adm/image/btn_del.png); background-repeat: no-repeat; background-position: 54.54%;}
|
||||
|
||||
@ -528,3 +547,12 @@ table select+button{vertical-align: middle;}
|
||||
/*연, 월 sel*/
|
||||
.detail_search .month_sel{width: 100px;}
|
||||
.detail_search .sel_term{color: #555; margin: 0 1px; font-weight: lighter;}
|
||||
|
||||
/* 소속인원 */
|
||||
.tbType01.attachTable{border:1px solid #e5e5e5;border-radius:5px;}
|
||||
.tbType01.attachTable thead tr th{height:40px;font-size:16px;}
|
||||
.tbType01.attachTable tbody tr td{height:44px;font-size:16px;font-weight:300;padding:0;}
|
||||
.tbType01.attachTable tbody tr:nth-child(n+1):nth-child(-n+9) td, .tbType01.attachTable tbody tr:nth-child(n+1):nth-child(-n+9) th{border-bottom:0;}
|
||||
|
||||
/* 컬러픽커 */
|
||||
.minicolors-theme-bootstrap .minicolors-swatch{top:5px !important;left:5px !important;border-radius:5px !important;}
|
||||
@ -28,11 +28,11 @@
|
||||
|
||||
.btm_box{width: 100%; padding: 10px 20px; border-radius: 5px; background-color: #f5f5f5; border: 1px solid #d5d5d5; box-sizing: border-box; margin-top: 20px;}
|
||||
|
||||
.pop_tbType01{width: 100%; border-top: 1px solid #000;}
|
||||
.pop_tbType01{width: 100%; table-layout:fixed; border-top: 1px solid #000;}
|
||||
.pop_tbType02+.pop_tbType01{margin-top: 15px;}
|
||||
.pop_tbType01 tr{border-bottom: 1px solid #ccc;}
|
||||
.pop_tbType01 th,.pop_tbType01 td{padding-left: 10px; text-align: left; vertical-align: middle;}
|
||||
.pop_tbType01 th{background-color: #f3f3f3; font-size: 16px; font-weight: 400;}
|
||||
.pop_tbType01 th{height:30px;background-color: #f3f3f3; font-size: 16px; font-weight: 400;}
|
||||
.pop_tbType01 th.req_text{padding-left: 20px;}
|
||||
.pop_tbType01 .td_file_list .req_text::before{top: calc(50% - 12px);}
|
||||
.pop_tbType01 td{padding: 5px 0 5px 10px;}
|
||||
@ -54,14 +54,16 @@
|
||||
|
||||
.pop_tbType02{border-top: 1px solid #000; border-bottom: 1px solid #ccc; text-align: center; width: 100%;}
|
||||
.pop_tbType02 thead tr{border-bottom: 1px solid #ccc;}
|
||||
.pop_tbType02 th{background-color: #f5f5f5; padding: 5px 0; font-size: 16px; border-right: 1px solid #ccc; line-height: 1.4;}
|
||||
.pop_tbType02 th{background-color: #f5f5f5; padding: 5px 0; font-size: 16px; border-right: 1px solid #ccc; line-height: 1.4;vertical-align: middle;}
|
||||
.pop_tbType02 th:last-child{border-right: 0;}
|
||||
.pop_tbType02 tbody tr{border-bottom: 1px solid #ccc;}
|
||||
.pop_tbType02 tbody tr:last-child{border-bottom: 0;}
|
||||
.pop_tbType02 tbody th{border-right: 1px solid #ccc;}
|
||||
.pop_tbType02 td{padding: 5px; font-size: 16px; border-right: 1px solid #ccc;}
|
||||
.pop_tbType02 td{padding: 5px; font-size: 16px; border-right: 1px solid #ccc;vertical-align: middle;}
|
||||
.pop_tbType02 td:last-child{border-right: 0;}
|
||||
|
||||
/* .pop_tbType02 .sortBtn{height:10px;margin:-4px 0 0 5px;background:url(/kccadrPb/adm/image/sort_btn_img.png) no-repeat left center;} */
|
||||
|
||||
.radio_wrap{display: flex; flex-wrap: wrap; font-size: 16px; color: #555;}
|
||||
.radio_wrap span{margin-right: 10px;}
|
||||
.radio_wrap input[type='radio']+label,.check_wrap input[type='checkbox']+label{position: static; width: auto; height: auto; margin: 0; clip: auto; white-space: nowrap; vertical-align: middle; font-weight: 300;}
|
||||
@ -99,7 +101,7 @@
|
||||
.search_list_popup .search_tit{display: inline-block; vertical-align: middle; margin-right: 10px;}
|
||||
.search_list_popup .search_form input{width: calc(100% - 150px); vertical-align: middle;}
|
||||
.search_list_popup .search_form .btn_search{height: 37px; background-color: #ea5404; color: #fff; vertical-align: middle; font-size: 17px; border-radius: 5px; padding: 0 15px; margin-left: 7px;}
|
||||
.search_list_popup .btn_choise{background-color: #666; color: #fff; height: 25px; border-radius: 5px;}
|
||||
.search_list_popup .btn_choise{background-color: #fffaf5; border:1px solid #ea5404; color: #ea5404; height: 25px; border-radius: 5px;}
|
||||
/* //검색 */
|
||||
|
||||
/* 관리자 레이어팝업 */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user