mjon_git/src/main/webapp/pb/organizationChart.html
2023-06-12 11:15:02 +09:00

391 lines
10 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>홈페이지관리_조직도</title>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/pb/css/reset.css">
<link rel="stylesheet" href="/pb/css/common.css">
<link rel="stylesheet" href="/pb/css/content.css">
<script src="/pb/js/jquery-3.5.0.js"></script>
<script src="/pb/js/common.js"></script>
</head>
<body>
<!-- header -->
<header>
<h1><a href="/pb/dashBoard.html"><img src="/pb/img/common/topLogo.png" alt="아이티앤 로고이미지"></a></h1>
<div class="topRight">
<input type="button" class="allMenu">
<ul class="inline">
<li><input type="button" class="alramBtn"></li>
<li><input type="button" class="mailBtn"></li>
<li><input type="button" class="quickSiteBtn"></li>
<li><input type="button" class="favoriteBtn"></li>
</ul>
<div class="infoWrap">
<ul class="inline">
<li>
<img src="/pb/img/common/topTimeOut.png" alt="타임아웃 아이콘">
<p>로그인 세션 타임아웃 시간 : <span>30</span></p>
</li>
<li>
<img src="/pb/img/common/topTime.png" alt="타임 아이콘">
<p>최종접속일시 : <span>2020-06-01 11:00</span></p>
</li>
</ul>
<div class="pfWrap">
<div class="pfImg"><img src="/pb/img/pfImg.jpg" alt="개인이미지"></div>
<ul>
<li class="pfName">Soobin Jung</li>
<li class="pfPosi">최고관리자</li>
</ul>
<input type="button" class="downBtn">
</div>
</div>
</div>
</header>
<!-- //header -->
<!-- leftMenu -->
<nav class="leftMenu">
<ul>
<li>
<img src="/pb/img/common/leftMenu1.png" alt="권한관리메뉴 아이콘">
<p>권한관리</p>
<input type="button" class="goBtn">
<ul class="subMenu">
<li>
<a href="#">권한관리</a>
</li>
<li>
<a href="#">관리자별권한관리</a>
</li>
<li>
<a href="#">롤관리</a>
</li>
<li>
<a href="#">관리자접근허용IP</a>
</li>
</ul>
</li>
<li>
<img src="/pb/img/common/leftMenu2.png" alt="코드관리메뉴 아이콘">
<p>코드관리</p>
<input type="button" class="goBtn">
<ul class="subMenu">
<li>
<a href="#">공통코드관리</a>
</li>
<li>
<a href="#">상세코드관리</a>
</li>
</ul>
</li>
<li>
<img src="/pb/img/common/leftMenu3.png" alt="회원관리메뉴 아이콘">
<p>회원관리</p>
<input type="button" class="goBtn">
<ul class="subMenu">
<li>
<a href="#">회원가입설정</a>
</li>
<li>
<a href="#">회원탈퇴설정</a>
</li>
<li>
<a href="#">개인정보보호관리</a>
</li>
<li>
<a href="#">접속차단ID관리</a>
</li>
<li>
<a href="#">관리자관리</a>
</li>
<li>
<a href="#">사용자관리</a>
</li>
</ul>
</li>
<li>
<img src="/pb/img/common/leftMenu4.png" alt="홈페이지관리메뉴 아이콘">
<p>홈페이지관리</p>
<input type="button" class="goBtn">
<ul class="subMenu">
<li>
<a href="#">매뉴관리</a>
</li>
<li>
<a href="#">게시판관리</a>
</li>
<li>
<a href="#">첨부파일관리</a>
</li>
<li>
<a href="#">조직도</a>
</li>
<li>
<a href="#">결재관리</a>
</li>
<li>
<a href="#">만족도관리</a>
</li>
<li>
<a href="#">약관관리</a>
</li>
<li>
<a href="#">설문조사 관리</a>
</li>
<li>
<a href="#">관리자로그리스트</a>
</li>
<li>
<a href="#">관리자로그보관관리</a>
</li>
<li>
<a href="#">관리자로그설정관리</a>
</li>
</ul>
</li>
<li>
<img src="/pb/img/common/leftMenu5.png" alt="비주얼관리메뉴 아이콘">
<p>비주얼관리</p>
<input type="button" class="goBtn">
<ul class="subMenu">
<li>
<a href="#">메인비주얼관리</a>
</li>
<li>
<a href="#">메뉴비주얼관리</a>
</li>
<li>
<a href="#">팝업존관리</a>
</li>
<li>
<a href="#">배너관리</a>
</li>
<li>
<a href="#">팝업관리</a>
</li>
<li>
<a href="#">콘텐츠관리</a>
</li>
</ul>
</li>
<li>
<img src="/pb/img/common/leftMenu6.png" alt="아이피관리메뉴 아이콘">
<p>아이피관리</p>
<input type="button" class="goBtn">
<ul class="subMenu">
<li>
<a href="#">아이피현황</a>
</li>
<li>
<a href="#">아이피리스트</a>
</li>
</ul>
</li>
<li>
<img src="/pb/img/common/leftMenu7.png" alt="환경설정메뉴 아이콘">
<p>환경설정</p>
<input type="button" class="goBtn">
<ul class="subMenu">
<li>
<a href="#">메타태그관리</a>
</li>
<li>
<a href="#">금지어관리</a>
</li>
<li>
<a href="#">방문자스크립트관리</a>
</li>
<li>
<a href="#">점검중페이지관리</a>
</li>
<li>
<a href="#">웹아이콘관리</a>
</li>
<li>
<a href="#">웹타이틀관리</a>
</li>
</ul>
</li>
<li>
<img src="/pb/img/common/leftMenu8.png" alt="사이트관리메뉴 아이콘">
<p>사이트관리</p>
<input type="button" class="goBtn">
<ul class="subMenu">
<li>
<a href="#">아이디관리</a>
</li>
</ul>
</li>
</ul>
<div class="btnWrap">
<ul>
<li><button>
<p>관리자 <span>매뉴얼</span> </p><img src="/pb/img/common/leftBtnIcon1.png" alt="관리자 매뉴얼 아이콘">
</button></li>
<li><button>
<p>홈페이지<span>바로가기</span> </p><img src="/pb/img/common/leftBtnIcon2.png" alt="홈페이지바로가기 아이콘">
</button></li>
</ul>
</div>
<span class="leftBtm">N-CMS Version 3.8</span>
</nav>
<!-- //leftMenu -->
<!-- cont -->
<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="pageNav">
<img src="/pb/img/common/homeIcon.png" alt="홈이미지">&ensp;>&ensp;<p class="topDepth">홈페이지관리</p>&ensp;>&ensp;<p class="subDepth">매뉴관리</p>
</div>
<div class="pageCont">
<div class="selectWrap">
<select name="" id="">
<option value="">최고관리자</option>
<option value="">최고관리자</option>
<option value="">최고관리자</option>
<option value="">최고관리자</option>
</select>
<select name="" id="">
<option value="">관리자</option>
<option value="">관리자</option>
<option value="">관리자</option>
<option value="">관리자</option>
</select>
</div>
<div class="orgWrap">
<div class="btnWrap">
<input type="button" value="모두열기" class="btnType1">
<input type="button" value="모두닫기" class="btnType2">
</div>
<div class="orgCont"></div>
</div>
<div class="tbWrap">
<span class="tbTit">임원실</span>
<table class="tbType1">
<colgroup>
<col style="width: 10%">
<col style="width: 10%">
<col style="width: 10%">
<col style="width: 10%">
<col style="width: 20%">
<col style="width: 30%">
<col style="width: 10%">
</colgroup>
<thead>
<tr>
<th><input type="checkbox" id="allCheck"><label for="allCheck"></label></th>
<th>번호</th>
<th>직급</th>
<th>이름</th>
<th>권한</th>
<th>업무</th>
<th>수정</th>
</tr>
</thead>
<tbody>
<tr>
<td><input type="checkbox" id="check1"><label for="check1"></label></td>
<td>1</td>
<td></td>
<td>최고관리자</td>
<td>ROLE_ADMIN</td>
<td></td>
<td><input type="button" class="editBtn"></td>
</tr>
<tr>
<td><input type="checkbox" id="check2"><label for="check2"></label></td>
<td>1</td>
<td></td>
<td>최고관리자</td>
<td>ROLE_ADMIN</td>
<td></td>
<td><input type="button" class="editBtn"></td>
</tr>
<tr>
<td><input type="checkbox" id="check3"><label for="check3"></label></td>
<td>1</td>
<td></td>
<td>최고관리자</td>
<td>ROLE_ADMIN</td>
<td></td>
<td><input type="button" class="editBtn"></td>
</tr>
</tbody>
</table>
<span class="tbTit">직원상세보기</span>
<p class="right fwMd"><span class="tType4 c_e40000 fwBold">*</span>는 필수입력 항목입니다.</p>
<table class="tbType2">
<colgroup>
<col style="width: 30%">
<col style="width: 70%">
</colgroup>
<tbody>
<tr>
<th><span class="reqArea">부서</span></th>
<td><select name="" id="">
<option value="">임원실</option>
<option value="">임원실2</option>
<option value="">임원실3</option>
</select></td>
</tr>
<tr>
<th><span class="reqArea">관리자아이디</span></th>
<td><input type="text"></td>
</tr>
<tr>
<th><span class="reqArea">이름</span></th>
<td><input type="text"></td>
</tr>
<tr>
<th><span class="reqArea">직위</span></th>
<td><input type="text"></td>
</tr>
<tr>
<th><span class="reqArea">담당업무</span></th>
<td><input type="text"></td>
</tr>
<tr>
<th><span>이메일주소</span></th>
<td><input type="text"></td>
</tr>
<tr>
<th><span class="reqArea">권한</span></th>
<td><input type="text"></td>
</tr>
<tr>
<th><span>사무실전화번호</span></th>
<td><input type="text"></td>
</tr>
</tbody>
</table>
</div>
<div class="btnWrap">
<input type="button" class="btnType1 bg_456ded" value="저 장">
<input type="button" class="btnType2" value="삭 제">
</div>
</div>
</div>
<!-- //cont -->
</body>
</html>