관리자: 각종추가버튼 스타일
This commit is contained in:
@ -92,7 +92,11 @@ var list_delete_php = 'board_list_delete.php';
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
<?if ($is_admin == 'super') {?><a href="./board_form.php" id="bo_add">게시판 추가</a><?}?>
|
||||
<?if ($is_admin == 'super') {?>
|
||||
<div id="btn_add">
|
||||
<a href="./board_form.php" id="bo_add">게시판 추가</a>
|
||||
</div>
|
||||
<?}?>
|
||||
|
||||
<form id="fboardlist" name="fboardlist" method="post">
|
||||
<input type="hidden" name="sst" value="<?=$sst?>">
|
||||
|
||||
@ -82,7 +82,11 @@ var list_update_php = "./boardgroup_list_update.php";
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
<?if ($is_admin == 'super') {?><a href="./boardgroup_form.php" id="bo_gr_add">게시판그룹 추가</a><?}?>
|
||||
<?if ($is_admin == 'super') {?>
|
||||
<div id="btn_add">
|
||||
<a href="./boardgroup_form.php" id="bo_gr_add">게시판그룹 추가</a>
|
||||
</div>
|
||||
<?}?>
|
||||
|
||||
<form id="fboardgrouplist" name="fboardgrouplist" method="post">
|
||||
<input type="hidden" name="sst" value="<?=$sst?>">
|
||||
|
||||
@ -22,13 +22,13 @@ include_once('./admin.head.php');
|
||||
$colspan = 6;
|
||||
?>
|
||||
|
||||
<a href="./mail_form.php" id="mail_add">메일내용추가</a>
|
||||
|
||||
건수 : <?=$total_count ?>
|
||||
<div id="btn_add">
|
||||
<a href="./mail_form.php" id="mail_add">메일내용추가</a>
|
||||
</div>
|
||||
|
||||
<table>
|
||||
<caption>
|
||||
등록된 메일내용 목록
|
||||
등록된 메일내용 목록 (전체 <?=$total_count ?>건)
|
||||
<p>
|
||||
<strong>테스트</strong>는 등록된 최고관리자의 이메일로 테스트 메일을 발송
|
||||
</p>
|
||||
|
||||
@ -121,7 +121,11 @@ var list_delete_php = 'member_list_delete.php';
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
<? if ($is_admin == 'super') {?><a href="./member_form.php" id="member_add">회원추가</a><?}?>
|
||||
<? if ($is_admin == 'super') {?>
|
||||
<div id="btn_add">
|
||||
<a href="./member_form.php" id="member_add">회원추가</a>
|
||||
</div>
|
||||
<?}?>
|
||||
|
||||
<form id="fmemberlist" name="fmemberlist" method=post>
|
||||
<input type="hidden" name="sst" value='<?=$sst?>'>
|
||||
|
||||
@ -69,7 +69,9 @@ $colspan = 6;
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
<a href="./poll_form.php" id="poll_add">투표 추가</a>
|
||||
<div id="btn_add">
|
||||
<a href="./poll_form.php" id="poll_add">투표 추가</a>
|
||||
</div>
|
||||
|
||||
<table>
|
||||
<caption>투표목록</caption>
|
||||
|
||||
@ -58,7 +58,8 @@ $sql = " select *
|
||||
limit {$from_record}, {$rows} ";
|
||||
$result = sql_query($sql);
|
||||
|
||||
$listall = '<a href="'.$_SERVER['PHP_SELF'].'">전체목록</a>';
|
||||
if ($stx)
|
||||
$listall = '<a href="'.$_SERVER['PHP_SELF'].'">전체목록</a>';
|
||||
|
||||
$g4['title'] = '인기검색어관리';
|
||||
include_once('./admin.head.php');
|
||||
|
||||
@ -34,7 +34,7 @@ $sql = " select pp_word, count(*) as cnt
|
||||
limit {$from_record}, {$rows} ";
|
||||
$result = sql_query($sql);
|
||||
|
||||
$listall = '<a href="'.$_SERVER['PHP_SELF'].'">처음</a>';
|
||||
if ($_GET['fr_date'] || $_GET['to_date']) $listall = '<a href="'.$_SERVER['PHP_SELF'].'">전체목록</a>';
|
||||
|
||||
$g4['title'] = '인기검색어순위';
|
||||
include_once('./admin.head.php');
|
||||
|
||||
11
css/adm.css
11
css/adm.css
@ -28,7 +28,7 @@ header {background:#2c2f34}
|
||||
#current_location {position:absolute;top:50px;left:0;width:100%;height:35px;background:url('../img/top_bg.png') #2c2f34 repeat-x;color:#eee;font-size:0.75em;line-height:2.95em}
|
||||
#current_location ul {margin-left:20px}
|
||||
#current_location li {float:left}
|
||||
#wrapper {margin:60px 10px 0 210px;min-height:630px;height:auto !important;height:630px}
|
||||
#wrapper {margin:60px 210px 0 20px;min-height:630px;height:auto !important;height:630px}
|
||||
|
||||
footer {margin:20px 0;padding:5px 20px;border-top:1px solid #d0d6d8}
|
||||
footer p {color:#576a71}
|
||||
@ -37,12 +37,12 @@ footer p {color:#576a71}
|
||||
h1 {margin-bottom:20px;color:#333;font-size:1.5em;font-family:"verdana","dotum";letter-spacing:-0.1em}
|
||||
|
||||
/* GNB */
|
||||
#gnb {position:absolute;top:110px;left:20px;width:180px}
|
||||
#gnb {position:absolute;top:110px;right:20px;width:180px}
|
||||
.gnb_1depth ul {display:block;visibility:hidden;height:0}
|
||||
.gnb_1depth_on ul {visibility:visible;height:auto}
|
||||
.gnb_1depth {margin-bottom:5px;border:1px solid #c7cfd5;background:#eef2f3}
|
||||
.gnb_1depth a {display:block;padding-left:15px;height:38px;color:#899093;font-size:0.9em;font-weight:bold;text-decoration:none;line-height:2.8em}
|
||||
.gnb_1depth_on a {border-bottom:1px solid #eef1f2;background:#fff;color:#333}
|
||||
.gnb_1depth a {display:block;padding-left:15px;height:38px;color:#333;font-size:0.9em;font-weight:bold;text-decoration:none;line-height:2.8em}
|
||||
.gnb_1depth_on a {border-bottom:1px solid #eef1f2;background:#fff}
|
||||
.gnb_2depth {border-bottom:1px solid #eef1f2}
|
||||
.gnb_2depth a {display:block;padding-left:15px;height:30px;border:0;background:#fff;color:#000;font:0.75em normal;text-decoration:none;line-height:2.8em}
|
||||
.gnb_2depth a:focus, .gnb_2depth a:hover {background:#f6f9fa}
|
||||
@ -59,6 +59,9 @@ h1 {margin-bottom:20px;color:#333;font-size:1.5em;font-family:"verdana","dotum";
|
||||
.btn_list a {display:inline-block;padding:0 15px;height:28px;background:#74868b;color:#fff;font-size:0.875em;text-decoration:none;line-height:2.1em;vertical-align:middle}
|
||||
.btn_list a:focus {background:#555}
|
||||
|
||||
#btn_add {text-align:center}
|
||||
#btn_add a {display:inline-block;padding:0 15px;height:30px;border:0;background:#ff6633;color:#fff;font-size:0.875em;text-decoration:none;line-height:2.2em;vertical-align:middle}
|
||||
|
||||
/* 폼 */
|
||||
label {vertical-align:middle}
|
||||
textarea, input, select {border:1px solid #ced9de;background:#f6f9fa;vertical-align:middle}
|
||||
|
||||
Reference in New Issue
Block a user