기존 img 폴더 파일 삭제, 관리자 헤더 디자인
@ -75,15 +75,17 @@ function textarea_size(fld, size)
|
|||||||
<header>
|
<header>
|
||||||
|
|
||||||
<div><a href="#wrapper" id="skip_to_main">본문 바로가기</a></div>
|
<div><a href="#wrapper" id="skip_to_main">본문 바로가기</a></div>
|
||||||
<div id="logo"><a href=""><img src="" alt="관리자 메인으로"></a></div>
|
<div id="logo"><a href=""><img src="<?=$g4['path']?>/img/logo.png" alt="관리자 메인으로"></a></div>
|
||||||
<ul id="home_link">
|
<ul id="home_link">
|
||||||
<li><a href="<?=$g4['path']?>/">관리자정보수정</a></li>
|
<li><a href="<?=$g4['path']?>/adm/member_form.php?&w=u&mb_id=<?=$member['mb_id']?>">관리자정보수정</a></li>
|
||||||
<li><a href="<?=$g4['path']?>/">홈페이지</a></li>
|
<li><a href="<?=$g4['path']?>/">홈페이지</a></li>
|
||||||
<li><a href="<?=$g4['bbs_path']?>/logout.php">로그아웃</a></li>
|
<li><a href="<?=$g4['bbs_path']?>/logout.php">로그아웃</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<div id="current_location">
|
<div id="current_location">
|
||||||
<?=$member['mb_id']?>님 현재위치
|
<ul>
|
||||||
|
<li><?=$member['mb_id']?>님 현재위치</li>
|
||||||
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<nav id="gnb">
|
<nav id="gnb">
|
||||||
|
|||||||
@ -57,14 +57,11 @@ $result = sql_query($sql);
|
|||||||
$colspan = 12;
|
$colspan = 12;
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<section id="idx_newbies">
|
|
||||||
<h2><a href="<?=$g4['admin_path']?>/member_list.php"><span></span>신규가입회원 <?=$new_member_rows?>건</a></h2>
|
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<caption>
|
<caption>
|
||||||
신규가입회원 목록
|
신규가입회원 <?=$new_member_rows?>건 목록
|
||||||
<p>
|
<p>
|
||||||
총회원수 <?=number_format($total_count)?>명 중 차단 <?=number_format($intercept_count)?>명, 탈퇴 : <?=number_format($leave_count)?>명 중 가장 최근가입한 회원 5명의 목록
|
총회원수 <?=number_format($total_count)?>명 중 차단 <?=number_format($intercept_count)?>명, 탈퇴 : <?=number_format($leave_count)?>명 중 가장 최근가입한 회원 <?=$new_member_rows?>명의 목록
|
||||||
</p>
|
</p>
|
||||||
</caption>
|
</caption>
|
||||||
<thead>
|
<thead>
|
||||||
@ -135,8 +132,6 @@ if ($i == 0)
|
|||||||
?>
|
?>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</section>
|
|
||||||
|
|
||||||
|
|
||||||
<?
|
<?
|
||||||
$sql_common = " from {$g4['board_new_table']} a, {$g4['board_table']} b, {$g4['group_table']} c where a.bo_table = b.bo_table and b.gr_id = c.gr_id ";
|
$sql_common = " from {$g4['board_new_table']} a, {$g4['board_table']} b, {$g4['group_table']} c where a.bo_table = b.bo_table and b.gr_id = c.gr_id ";
|
||||||
@ -158,11 +153,11 @@ $total_count = $row[cnt];
|
|||||||
$colspan = 5;
|
$colspan = 5;
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<section id="idx_latest">
|
|
||||||
<h2><span></span><a href="<?=$g4['bbs_path']?>/new.php">최근게시물 <?=$new_write_rows?>건</a></h2>
|
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<caption>최근게시물 목록</caption>
|
<caption>
|
||||||
|
최근게시물 <?=$new_write_rows?>건 목록
|
||||||
|
<p>사이트 전체에서 가장 최근 작성된 게시물 <?=$new_write_rows?>건</p>
|
||||||
|
</caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">그룹</th>
|
<th scope="col">그룹</th>
|
||||||
@ -232,7 +227,6 @@ if ($i == 0)
|
|||||||
?>
|
?>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</section>
|
|
||||||
|
|
||||||
<?
|
<?
|
||||||
$sql_common = " from {$g4['point_table']} ";
|
$sql_common = " from {$g4['point_table']} ";
|
||||||
@ -256,14 +250,11 @@ $result = sql_query($sql);
|
|||||||
$colspan = 7;
|
$colspan = 7;
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<section id="idx_point">
|
|
||||||
<h2><a href="<?=$g4['admin_path']?>/adm/point_list.php"><span></span>최근포인트 <?=$new_point_rows?>건</a></h2>
|
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<caption>
|
<caption>
|
||||||
최근 포인트 기록
|
최근 포인트 기록 <?=$new_point_rows?>건
|
||||||
<p>
|
<p>
|
||||||
전체 포인트 <?=number_format($total_count)?>건 중, 가장 최근 발생한 5건의 내역
|
전체 포인트 <?=number_format($total_count)?>건 중, 가장 최근 발생한 <?=$new_point_rows?>건의 내역
|
||||||
</p>
|
</p>
|
||||||
</caption>
|
</caption>
|
||||||
<thead>
|
<thead>
|
||||||
@ -316,7 +307,6 @@ if ($i == 0)
|
|||||||
?>
|
?>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</section>
|
|
||||||
|
|
||||||
<?
|
<?
|
||||||
include_once ('./admin.tail.php');
|
include_once ('./admin.tail.php');
|
||||||
|
|||||||
21
css/adm.css
@ -4,7 +4,7 @@
|
|||||||
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dt, dd, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, header, article, aside, canvas, details, figcaption, figure, hgroup, menu, nav, section, summary, footer, time, mark, audio, video {margin:0;padding:0;font-size:1em}
|
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dt, dd, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, header, article, aside, canvas, details, figcaption, figure, hgroup, menu, nav, section, summary, footer, time, mark, audio, video {margin:0;padding:0;font-size:1em}
|
||||||
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section {display:block}
|
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section {display:block}
|
||||||
header ul, nav ul {margin:0;padding:0;list-style:none}
|
header ul, nav ul {margin:0;padding:0;list-style:none}
|
||||||
p {margin:8px 0}
|
p {margin:10px 0}
|
||||||
blockquote, q {quotes:none} blockquote:before, blockquote:after, q:before, q:after {content:'';content:none}
|
blockquote, q {quotes:none} blockquote:before, blockquote:after, q:before, q:after {content:'';content:none}
|
||||||
ins {background-color:#fff;color:#000;text-decoration:none}
|
ins {background-color:#fff;color:#000;text-decoration:none}
|
||||||
mark {background-color:#fff;color:#000;font-style:italic;font-weight:bold}
|
mark {background-color:#fff;color:#000;font-style:italic;font-weight:bold}
|
||||||
@ -13,6 +13,7 @@ abbr[title], dfn[title] {border-bottom:1px dotted;cursor:help}
|
|||||||
table {border-collapse:collapse;border-spacing:0}
|
table {border-collapse:collapse;border-spacing:0}
|
||||||
input, select {vertical-align:middle}
|
input, select {vertical-align:middle}
|
||||||
label {cursor:pointer}
|
label {cursor:pointer}
|
||||||
|
img {border:0}
|
||||||
|
|
||||||
/* 내용 건너띄기 */
|
/* 내용 건너띄기 */
|
||||||
#skip_to_main {display:block;position:absolute;top:0;left:0;margin:5px;height:0;text-decoration:none;overflow:hidden}
|
#skip_to_main {display:block;position:absolute;top:0;left:0;margin:5px;height:0;text-decoration:none;overflow:hidden}
|
||||||
@ -25,11 +26,14 @@ label {cursor:pointer}
|
|||||||
html {overflow-y:scroll}
|
html {overflow-y:scroll}
|
||||||
body {background:#dfe4e6}
|
body {background:#dfe4e6}
|
||||||
header {background:#2c2f34}
|
header {background:#2c2f34}
|
||||||
#logo {padding-top:7px;height:43px;text-align:center}
|
#logo {padding-top:4px;height:46px;background:url('../img/logo_bg.png') repeat-x;text-align:center}
|
||||||
#home_link {z-index:2;position:absolute;top:50px;right:20px;zoom:1}
|
#home_link {z-index:2;position:absolute;top:50px;right:20px;height:35px;zoom:1}
|
||||||
#home_link:after {display:block;visibility:hidden;clear:both;content:""}
|
#home_link:after {display:block;visibility:hidden;clear:both;content:""}
|
||||||
#home_link li {float:left}
|
#home_link li {float:left;margin-left:10px}
|
||||||
#current_location {position:absolute;top:50px;left:0;width:100%;height:35px;background:#2c2f34;line-height:2.2em}
|
#home_link a {color:#ccc;font-size:0.75em;text-decoration:none;line-height:2.95em}
|
||||||
|
#current_location {position:absolute;top:50px;left:0;width:100%;height:35px;background:url('../img/top_bg.png') #2c2f34 repeat-x;color:#ccc;font-size:0.75em;line-height:2.95em}
|
||||||
|
#current_location ul {margin-left:20px}
|
||||||
|
#current_location li {float:left}
|
||||||
#wrapper {margin:60px 0 0 220px;min-height:630px}
|
#wrapper {margin:60px 0 0 220px;min-height:630px}
|
||||||
|
|
||||||
/* GNB */
|
/* GNB */
|
||||||
@ -50,18 +54,17 @@ textarea, input, select {border:1px solid #ced9de;background:#f6f9fa}
|
|||||||
textarea, input {padding:3px}
|
textarea, input {padding:3px}
|
||||||
textarea:focus, input:focus {padding:4px;border:0;background:#9aacb4;color:#fff}
|
textarea:focus, input:focus {padding:4px;border:0;background:#9aacb4;color:#fff}
|
||||||
select {padding:2px}
|
select {padding:2px}
|
||||||
fieldset {padding:13px;border:1px solid #ced9de;background:#fff}
|
fieldset {margin-bottom:20px;padding:13px;border:1px solid #ced9de;background:#fff}
|
||||||
legend {margin-left:0;padding:7px 10px;border:1px solid #ced9de;background:#f6f9fa}
|
legend {margin-left:0;padding:7px 10px;border:1px solid #ced9de;background:#f6f9fa}
|
||||||
button {padding:3px;border:1px solid #ced9de;background:#f6f9fa;cursor:pointer}
|
button {padding:3px;border:1px solid #ced9de;background:#f6f9fa;cursor:pointer}
|
||||||
|
|
||||||
/* 테이블 */
|
/* 테이블 */
|
||||||
table {margin-bottom:20px;width:100%;border:1px solid #d5dcdf;background:#fff}
|
table {margin-bottom:20px;width:100%;border:1px solid #d5dcdf;background:#fff}
|
||||||
caption {padding-bottom:10px;text-align:left;font-size:1em}
|
caption {padding-bottom:10px;text-align:left;font-size:1em}
|
||||||
caption p {color:#6b8088;font-size:0.75em}
|
caption p {padding:0 0 5px;color:#6b8088;font-size:0.75em}
|
||||||
th, td {border-bottom:1px solid #e9ecee;font-size:0.75em}
|
th, td {border-bottom:1px solid #e9ecee;font-size:0.75em}
|
||||||
th label {display:block}
|
th label {display:block}
|
||||||
th a {color:#000}
|
th a {color:#000}
|
||||||
th {padding:10px;background:#f1f6f7}
|
th {padding:10px;background:#f1f6f7}
|
||||||
td {padding:10px;border-right:1px solid #f1f3f4}
|
td {padding:10px}
|
||||||
.frm_tbl th {width:130px;text-align:left;font-weight:normal}
|
.frm_tbl th {width:130px;text-align:left;font-weight:normal}
|
||||||
.frm_tbl td {border-right:0}
|
|
||||||
|
|||||||
BIN
img/bar_01.gif
|
Before Width: | Height: | Size: 167 B |
BIN
img/bar_02.gif
|
Before Width: | Height: | Size: 2.5 KiB |
BIN
img/bar_03.gif
|
Before Width: | Height: | Size: 4.6 KiB |
BIN
img/btn_go.gif
|
Before Width: | Height: | Size: 698 B |
BIN
img/calendar.gif
|
Before Width: | Height: | Size: 206 B |
BIN
img/capslock.gif
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 88 B |
BIN
img/dot_line.gif
|
Before Width: | Height: | Size: 43 B |
BIN
img/icon.gif
|
Before Width: | Height: | Size: 197 B |
|
Before Width: | Height: | Size: 105 B |
|
Before Width: | Height: | Size: 85 B |
|
Before Width: | Height: | Size: 105 B |
|
Before Width: | Height: | Size: 86 B |
|
Before Width: | Height: | Size: 105 B |
|
Before Width: | Height: | Size: 89 B |
|
Before Width: | Height: | Size: 105 B |
|
Before Width: | Height: | Size: 88 B |
|
Before Width: | Height: | Size: 105 B |
|
Before Width: | Height: | Size: 104 B |
|
Before Width: | Height: | Size: 91 B |
|
Before Width: | Height: | Size: 67 B |
|
Before Width: | Height: | Size: 49 B |
|
Before Width: | Height: | Size: 105 B |
|
Before Width: | Height: | Size: 67 B |
|
Before Width: | Height: | Size: 49 B |
|
Before Width: | Height: | Size: 105 B |
BIN
img/logo.jpg
|
Before Width: | Height: | Size: 5.8 KiB |
BIN
img/logo.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
img/logo_bg.png
Normal file
|
After Width: | Height: | Size: 420 B |
|
Before Width: | Height: | Size: 308 B |
|
Before Width: | Height: | Size: 173 B |
|
Before Width: | Height: | Size: 207 B |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 130 B |
BIN
img/top_bg.png
Normal file
|
After Width: | Height: | Size: 146 B |
BIN
img/top_img.gif
|
Before Width: | Height: | Size: 7.0 KiB |
|
Before Width: | Height: | Size: 176 B |
BIN
img/top_m01.gif
|
Before Width: | Height: | Size: 587 B |
BIN
img/top_m02.gif
|
Before Width: | Height: | Size: 573 B |
BIN
img/top_m03.gif
|
Before Width: | Height: | Size: 599 B |
BIN
img/top_m04.gif
|
Before Width: | Height: | Size: 590 B |
BIN
img/top_m05.gif
|
Before Width: | Height: | Size: 588 B |
BIN
img/top_m06.gif
|
Before Width: | Height: | Size: 607 B |