webworld888/resources/markup/admin/admin_member_setting_redister.html
2021-10-26 19:14:12 +09:00

271 lines
15 KiB
HTML

<!DOCTYPE html>
<html lang="ko">
<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,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no">
<title>XpressEngine - PHP Open Source CMS</title>
<!-- core -->
<link href="../../../assets/core/common/css/xe-common.css" rel="stylesheet" media="all">
<link href="../../../assets/core/xe-ui-component/xe-ui-component.css" rel="stylesheet" media="all">
<link href="https://cdn.jsdelivr.net/npm/xeicon@2.3/xeicon.min.css" rel="stylesheet" media="all">
<script>var xeBaseURL = '../../../';</script>
<script src="../../../assets/vendor.js" type="text/javascript"></script>
<script src="../../../assets/common.js" type="text/javascript"></script>
<script src="../../../assets/core/common/js/xe.bundle.js" type="text/javascript"></script>
<!-- additional -->
<link rel="stylesheet" href="../../../assets/vendor/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="../../../assets/core/settings/css/admin.css">
<script src="../../../assets/core/settings/js/admin.bundle.js"></script>
</head>
<!--[D] 사이드 메뉴 감출 시 sidebar-collapse 클래스 추가-->
<body>
<div class="admin-wrap">
<header>
</header>
<aside class="transition">
</aside>
<div id="content" class="transition">
<div class="ct">
<div class="title-area container-fluid">
<div class="row">
<div class="col-sm-6">
<h2>회원 설정</h2>
<small>사이트에 가입한 회원을 관리하는 페이지입니다.</small>
</div>
</div>
</div>
<div class="container-fluid">
<!--어드민 컨텐츠 영역 col-sm-"n" n:1~12에 따라 그리드 사용가능-->
<div class="row">
<div class="col-sm-12">
<div class="panel-group">
<div class="panel">
<div class="panel-heading">
<div class="pull-left">
<h3 class="panel-title">회원 가입 설정</h3>
</div>
</div>
<div class="panel-body">
<div class="form-group">
<label for="item-url">회원 가입 허용</label>
<div class="list-group-item">
<div class="radio">
<label>
<input type="radio">사용
</label>
<label>
<input type="radio">사용 안함
</label>
</div>
</div>
</div>
<div class="form-group">
<label for="item-url">이메일 인증 사용</label>
<div class="list-group-item">
<div class="radio">
<label>
<input type="radio">사용
</label>
<label>
<input type="radio">사용 안함
</label>
</div>
</div>
</div>
<div class="form-group">
<label for="item-url">가입 CAPTCHA 사용</label>
<div class="list-group-item">
<div class="radio">
<label>
<input type="radio">사용
</label>
<label>
<input type="radio">사용 안함
</label>
</div>
</div>
</div>
</div>
<div class="panel-footer">
<div class="pull-right">
<button type="button" class="btn btn-default btn-lg">취소</button>
<button type="button" class="btn btn-primary btn-lg">저장</button>
</div>
</div>
</div>
<div class="panel">
<div class="panel-heading">
<div class="pull-left">
<h3 class="panel-title">가입 항목 설정</h3>
</div>
<div class="pull-right">
<a href="#" class="btn btn-primary"><i class="xi-plus"></i><span>항목 추가</span></a>
</div>
</div>
<div class="table-responsive">
<table class="table">
<thead>
<tr>
<th scope="col">항목</th>
<th scope="col">로그인계정</th>
<th scope="col">사용</th>
<th scope="col">공개</th>
<th scope="col">필수/선택</th>
<th scope="col">정렬</th>
</tr>
</thead>
<tbody>
<tr>
<td>이메일 주소</td>
<td><input type="radio"></td>
<td><input type="checkbox"></td>
<td><input type="checkbox"></td>
<td>
<div class="radio">
<label>
<input type="radio">필수
</label>
<label>
<input type="radio">선택
</label>
</div>
</td>
<td>
<div class="btn-group" role="group">
<button type="button" class="btn btn-default btn-ico off"><i class="xi-arrow-up"></i></button>
<button type="button" class="btn btn-default btn-ico"><i class="xi-arrow-down"></i></button>
</div>
</td>
</tr>
<tr>
<td>아이디</td>
<td><input type="radio"></td>
<td><input type="checkbox"></td>
<td><input type="checkbox"></td>
<td>
<div class="radio">
<label>
<input type="radio">필수
</label>
<label>
<input type="radio">선택
</label>
</div>
</td>
<td>
<div class="btn-group" role="group">
<button type="button" class="btn btn-default btn-ico"><i class="xi-arrow-up"></i></button>
<button type="button" class="btn btn-default btn-ico"><i class="xi-arrow-down"></i></button>
</div>
</td>
</tr>
<tr>
<td>이름</td>
<td>&nbsp;</td>
<td><input type="checkbox"></td>
<td><input type="checkbox"></td>
<td>
<div class="radio">
<label>
<input type="radio">필수
</label>
<label>
<input type="radio">선택
</label>
</div>
</td>
<td>
<div class="btn-group" role="group">
<button type="button" class="btn btn-default btn-ico"><i class="xi-arrow-up"></i></button>
<button type="button" class="btn btn-default btn-ico"><i class="xi-arrow-down"></i></button>
</div>
</td>
</tr>
<tr>
<td>비밀번호</td>
<td>&nbsp;</td>
<td><input type="checkbox"></td>
<td><input type="checkbox"></td>
<td>
<div class="radio">
<label>
<input type="radio">필수
</label>
<label>
<input type="radio">선택
</label>
</div>
</td>
<td>
<div class="btn-group" role="group">
<button type="button" class="btn btn-default btn-ico"><i class="xi-arrow-up"></i></button>
<button type="button" class="btn btn-default btn-ico"><i class="xi-arrow-down"></i></button>
</div>
</td>
</tr>
<tr>
<td>비밀번호 찾기 질문</td>
<td>&nbsp;</td>
<td><input type="checkbox"></td>
<td><input type="checkbox"></td>
<td>
<div class="radio">
<label>
<input type="radio">필수
</label>
<label>
<input type="radio">선택
</label>
</div>
</td>
<td>
<div class="btn-group" role="group">
<button type="button" class="btn btn-default btn-ico"><i class="xi-arrow-up"></i></button>
<button type="button" class="btn btn-default btn-ico off"><i class="xi-arrow-down"></i></button>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="panel-footer">
<div class="pull-right">
<button type="button" class="btn btn-default btn-lg">취소</button>
<button type="button" class="btn btn-primary btn-lg">저장</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!--//어드민 컨텐츠 영역 -->
</div>
</div>
</div>
<div class="footer transition">
</div>
</div>
<div class="dim"></div>
<script>
$(document).ready(function() {
function loadCheckFunc(headUrl, asideUrl, footUrl) {
$('header').load( headUrl );
$('aside').load( asideUrl );
$('.footer').load( footUrl );
}
function init_include() {
loadCheckFunc('00_header.html', '00_aside.html', '00_footer.html');
}
init_include();
});
</script>
</body>
</html>