기존 img 폴더 파일 삭제, 관리자 헤더 디자인

This commit is contained in:
whitedot
2012-12-11 15:00:51 +09:00
parent 99c6651222
commit 58169bdd71
48 changed files with 25 additions and 30 deletions

View File

@ -75,15 +75,17 @@ function textarea_size(fld, size)
<header>
<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">
<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['bbs_path']?>/logout.php">로그아웃</a></li>
</ul>
<div id="current_location">
<?=$member['mb_id']?>님 현재위치
<ul>
<li><?=$member['mb_id']?>님 현재위치</li>
</ul>
</div>
<nav id="gnb">

View File

@ -57,14 +57,11 @@ $result = sql_query($sql);
$colspan = 12;
?>
<section id="idx_newbies">
<h2><a href="<?=$g4['admin_path']?>/member_list.php"><span></span>신규가입회원 <?=$new_member_rows?>건</a></h2>
<table>
<caption>
신규가입회원 목록
신규가입회원 <?=$new_member_rows?>건 목록
<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>
</caption>
<thead>
@ -135,8 +132,6 @@ if ($i == 0)
?>
</tbody>
</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 ";
@ -158,11 +153,11 @@ $total_count = $row[cnt];
$colspan = 5;
?>
<section id="idx_latest">
<h2><span></span><a href="<?=$g4['bbs_path']?>/new.php">최근게시물 <?=$new_write_rows?>건</a></h2>
<table>
<caption>최근게시물 목록</caption>
<caption>
최근게시물 <?=$new_write_rows?>건 목록
<p>사이트 전체에서 가장 최근 작성된 게시물 <?=$new_write_rows?>건</p>
</caption>
<thead>
<tr>
<th scope="col">그룹</th>
@ -232,7 +227,6 @@ if ($i == 0)
?>
</tbody>
</table>
</section>
<?
$sql_common = " from {$g4['point_table']} ";
@ -256,14 +250,11 @@ $result = sql_query($sql);
$colspan = 7;
?>
<section id="idx_point">
<h2><a href="<?=$g4['admin_path']?>/adm/point_list.php"><span></span>최근포인트 <?=$new_point_rows?>건</a></h2>
<table>
<caption>
최근 포인트 기록
최근 포인트 기록 <?=$new_point_rows?>건
<p>
전체 포인트 <?=number_format($total_count)?>건 중, 가장 최근 발생한 5건의 내역
전체 포인트 <?=number_format($total_count)?>건 중, 가장 최근 발생한 <?=$new_point_rows?>건의 내역
</p>
</caption>
<thead>
@ -316,7 +307,6 @@ if ($i == 0)
?>
</tbody>
</table>
</section>
<?
include_once ('./admin.tail.php');

View File

@ -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}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section {display:block}
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}
ins {background-color:#fff;color:#000;text-decoration:none}
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}
input, select {vertical-align:middle}
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}
@ -25,11 +26,14 @@ label {cursor:pointer}
html {overflow-y:scroll}
body {background:#dfe4e6}
header {background:#2c2f34}
#logo {padding-top:7px;height:43px;text-align:center}
#home_link {z-index:2;position:absolute;top:50px;right:20px;zoom:1}
#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;height:35px;zoom:1}
#home_link:after {display:block;visibility:hidden;clear:both;content:""}
#home_link li {float:left}
#current_location {position:absolute;top:50px;left:0;width:100%;height:35px;background:#2c2f34;line-height:2.2em}
#home_link li {float:left;margin-left:10px}
#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}
/* GNB */
@ -50,18 +54,17 @@ textarea, input, select {border:1px solid #ced9de;background:#f6f9fa}
textarea, input {padding:3px}
textarea:focus, input:focus {padding:4px;border:0;background:#9aacb4;color:#fff}
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}
button {padding:3px;border:1px solid #ced9de;background:#f6f9fa;cursor:pointer}
/* 테이블 */
table {margin-bottom:20px;width:100%;border:1px solid #d5dcdf;background:#fff}
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 label {display:block}
th a {color:#000}
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 td {border-right:0}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 167 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 698 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 206 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 197 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 89 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

BIN
img/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
img/logo_bg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 420 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 308 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 173 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 207 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 130 B

BIN
img/top_bg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 176 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 587 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 573 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 599 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 590 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 588 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 607 B