kcc_adr_advc_git/src/main/webapp/pb/mainVisualResister.html
2022-08-09 17:44:32 +09:00

348 lines
9.2 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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="tableWrap">
<p class="right fwMd"><span class="tType4 c_e40000 fwBold">*</span>는 필수입력 항목입니다.</p>
<table class="tbType2">
<colgroup>
<col style="width: 15%">
<col style="width: 85%">
</colgroup>
<tbody>
<tr>
<th><span>원본이미지</span></th>
<td>
<div class="imgBox"></div>
</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="radio"><label for=""></label><label for="">사용</label>
<input type="radio"><label for=""></label><label for="">미사용</label>
</td>
</tr>
<tr>
<th><span class="reqArea">노출순서</span></th>
<td>
<input type="text">
</td>
</tr>
<tr>
<th><span class="reqArea">파일첨부</span></th>
<td>
<div class="fileWrap fileAfter">
<table>
<colgroup>
<col style="width: 60%">
<col style="width: 10%">
<col style="width: 20%">
<col style="width: 10%">
</colgroup>
<thead>
<tr>
<th>파일명</th>
<th>크기</th>
<th>등록일시</th>
<th>삭제</th>
</tr>
</thead>
<tbody>
<tr>
<td><img src="/pb/img/common/jpgFile.png" alt="">mainVisual_Ver1.jpg</td>
<td>72.01KB</td>
<td>2020-07-10 16:45:52</td>
<td><input type="button" class="delBtn"></td>
</tr>
</tbody>
</table>
</div>
<div class="fileInfo">
<ul class="inline">
<li>
<p><span class="c_456ded fwBold">1</span> <span class="c_456ded fwBold">72.01KB</span></p>
</li>
<li>
<p>최대 <span class="c_e40000 fwBold">1</span> <span class="c_e40000 fwBold">50MB</span>제한</p>
</li>
</ul>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="btnWrap right">
<input type="button" class="btnType1 bg_888888" value="목 록">
<input type="button" class="btnType1" value="저 장">
</div>
</div>
</div>
<!-- //cont -->
</body>
</html>