#87 에 따른 검색 초기화 용어 정리

This commit is contained in:
whitedot
2012-12-11 13:36:11 +09:00
parent 9e26428d65
commit 6ed28f10ac
7 changed files with 25 additions and 17 deletions

View File

@ -46,8 +46,8 @@ $sql = " select *
$result = sql_query($sql);
$listall = '';
if ($sfl || $stx || $sod) // 검색 혹은 정렬일 때만 처음 버튼을 보여줌 : 지운아빠 2012-10-31
$listall = '<a href="'.$_SERVER['PHP_SELF'].'">처음으로</a>';
if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌 : 지운아빠 2012-10-31
$listall = '<a href="'.$_SERVER['PHP_SELF'].'">전체목록</a>';
$g4['title'] = "관리권한설정";
include_once('./admin.head.php');
@ -65,7 +65,7 @@ var list_delete_php = 'auth_list_delete.php';
<fieldset>
<legend>관리권한 검색</legend>
<div>
<span><?=$listall?></span>
<?=$listall?>
설정된 관리권한 <?=number_format($total_count)?>건
</div>
<input type="hidden" id="sfl" name="sfl" value="a.mb_id">

View File

@ -60,7 +60,8 @@ $sql = " select *
limit {$from_record}, {$rows} ";
$result = sql_query($sql);
$listall = '<a href="'.$_SERVER['PHP_SELF'].'">처음</a>';
if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌
$listall = '<a href="'.$_SERVER['PHP_SELF'].'">전체목록</a>';
$g4['title'] = '게시판관리';
include_once('./admin.head.php');
@ -77,7 +78,7 @@ var list_delete_php = 'board_list_delete.php';
<fieldset>
<legend>게시판 검색</legend>
<div>
<span><?=$listall?></span>
<?=$listall?>
생성된 게시판수 : <?=number_format($total_count)?>건
</div>
<label for="sfl">검색대상</label>

View File

@ -50,7 +50,8 @@ $sql = " select *
limit {$from_record}, {$rows} ";
$result = sql_query($sql);
$listall = '<a href="'.$_SERVER['PHP_SELF'].'">처음</a>';
if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌
$listall = '<a href="'.$_SERVER['PHP_SELF'].'">처음</a>';
$g4['title'] = '게시판그룹설정';
include_once('./admin.head.php');
@ -66,7 +67,7 @@ var list_update_php = "./boardgroup_list_update.php";
<fieldset>
<legend>그룹 검색</legend>
<div>
<span><?=$listall?></span>
<?=$listall?>
생성된 그룹수 : <?=number_format($total_count)?>건
</div>
<label for="sfl">검색대상</label>
@ -92,7 +93,7 @@ var list_update_php = "./boardgroup_list_update.php";
<input type="hidden" name="token" value="<?=$token?>">
<table>
<caption>
<p>게시판그룹 목록</p>
게시판그룹 목록
<p>
접근사용 옵션을 설정하시면 관리자가 지정한 회원만 해당 그룹에 접근할 수 있습니다.<br>
접근사용 옵션은 해당 그룹에 속한 모든 게시판에 적용됩니다.

View File

@ -69,7 +69,9 @@ $sql = " select count(*) as cnt
$row = sql_fetch($sql);
$intercept_count = $row[cnt];
$listall = '<a href="'.$_SERVER['PHP_SELF'].'" class=tt>처음</a>';
$listall = "";
if ($sfl || $stx) // 검색일 때만 처음 버튼을 보여줌
$listall = '<a href="'.$_SERVER['PHP_SELF'].'">전체목록</a>';
$g4['title'] = '회원관리';
include_once('./admin.head.php');

View File

@ -47,7 +47,8 @@ $sql = " select *
limit {$from_record}, {$rows} ";
$result = sql_query($sql);
$listall = '<a href="'.$_SERVER['PHP_SELF'].'">처음</a>';
if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌
$listall = '<a href="'.$_SERVER['PHP_SELF'].'">전체목록</a>';
if ($sfl == 'mb_id' && $stx)
$mb = get_member($stx);
@ -78,7 +79,7 @@ function point_clear()
<fieldset>
<legend>포인트 내역 검색</legend>
<div>
<span><?=$listall?></span>
<?=$listall?>
건수 : <?=number_format($total_count)?>
<?
if ($mb['mb_id'])
@ -202,7 +203,7 @@ else
<input type="hidden" name="token" value="<?=$token?>">
<fieldset>
<legend>특정 회원 포인트 증감 설정</legend>
<legend>개별회원 포인트 증감 설정</legend>
<label for="mb_id">회원아이디</label>
<input type="text" id="mb_id" name="mb_id" required value="<?=$mb_id?>">
<label for="po_content">포인트 내용</label>

View File

@ -44,7 +44,8 @@ $sql = " select *
limit {$from_record}, {$rows} ";
$result = sql_query($sql);
$listall = '<a href="'.$_SERVER['PHP_SELF'].'">처음</a>';
if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌
$listall = '<a href="'.$_SERVER['PHP_SELF'].'">전체목록</a>';
$g4['title'] = '투표관리';
include_once('./admin.head.php');

View File

@ -35,9 +35,10 @@ header {background:#2c2f34}
#gnb {position:absolute;top:110px;left:20px;width:180px}
/* #gnb ul ul {display:block;visibility:hidden;height:0} */
.gnb_1depth {margin-bottom:5px;border:1px solid #c7cfd5;background:#eef2f3}
.gnb_1depth a {display:block;padding-left:15px;height:38px;font-weight:bold;text-decoration:none;line-height:2.5em}
.gnb_1depth a {display:block;padding-left:15px;height:38px;color:#899093;font-weight:bold;text-decoration:none;line-height:2.5em}
.gnb_2depth {border-bottom:1px solid #eef1f2;background:#fff}
.gnb_2depth a {display:block;padding-left:15px;height:30px;font:0.75em normal;text-decoration:none;line-height:2.8em}
.gnb_2depth a {display:block;padding-left:15px;height:30px;color:#000;font:0.75em normal;text-decoration:none;line-height:2.8em}
.gnb_2depth a:focus, .gnb_2depth a:hover {background:#f6f9fa}
/* heading */
h1 {display:block;visibility:hidden;height:0}
@ -56,8 +57,9 @@ button {padding:3px;border:1px solid #ced9de;background:#f6f9fa;cursor:pointer}
table {margin-bottom:20px;width:100%;border:1px solid #d5dcdf;background:#fff}
caption {text-align:left}
caption p {color:#6b8088;font-size:0.75em}
th, td {border-bottom:1px solid #e9ecee;font:0.75em normal}
th, td {border-bottom:1px solid #e9ecee;font-size:0.75em}
th label {display:block}
th a {color:#000}
th {padding:10px;background:#f1f6f7}
.frm_tbl th {width:130px;text-align:left}
.frm_tbl th {width:130px;text-align:left;font-weight:normal}
td {padding:10px}