관리자: 리디자인 13, gnb ie6 완료
This commit is contained in:
@ -81,8 +81,8 @@ $colspan = 15;
|
||||
<label for="sfl">검색대상</label>
|
||||
<select id="sfl" name="sfl">
|
||||
<option value="mb_id">회원아이디</option>
|
||||
<option value="mb_name">이름</option>
|
||||
<option value="mb_nick">별명</option>
|
||||
<option value="mb_name">이름</option>
|
||||
<option value="mb_level">권한</option>
|
||||
<option value="mb_email">E-MAIL</option>
|
||||
<option value="mb_tel">전화번호</option>
|
||||
@ -121,8 +121,8 @@ $colspan = 15;
|
||||
<tr>
|
||||
<th scope="col"><label for="chkall">전체</label><br><input type="checkbox" id="chkall" name="chkall" value="1" title="현재 페이지 회원 전체선택" onclick="check_all(this.form)"></th>
|
||||
<th scope="col"><?=subject_sort_link('mb_id')?>회원아이디</a></th>
|
||||
<th scope="col"><?=subject_sort_link('mb_name')?>이름</a></th>
|
||||
<th scope="col"><?=subject_sort_link('mb_nick')?>별명</a></th>
|
||||
<th scope="col"><?=subject_sort_link('mb_name')?>이름</a></th>
|
||||
<th scope="col"><?=subject_sort_link('mb_level', '', 'desc')?>권한</a></th>
|
||||
<th scope="col"><?=subject_sort_link('mb_point', '', 'desc')?> 포인트</a></th>
|
||||
<th scope="col"><?=subject_sort_link('mb_today_login', '', 'desc')?>최종접속</a></th>
|
||||
@ -187,8 +187,8 @@ for ($i=0; $row=sql_fetch_array($result); $i++) {
|
||||
<?=$mb_id?>
|
||||
<span><?=$leave_msg?><?=$intercept_msg?></span>
|
||||
</td>
|
||||
<td class="td_mbname"><?=$row['mb_name']?></td>
|
||||
<td class="td_name"><div><?=$mb_nick?></div></td>
|
||||
<td class="td_mbname"><?=$row['mb_name']?></td>
|
||||
<td><?=get_member_level_select("mb_level[$i]", 1, $member['mb_level'], $row['mb_level'])?></td>
|
||||
<td><a href="point_list.php?sfl=mb_id&stx=<?=$row['mb_id']?>"><?=number_format($row['mb_point'])?></a></td>
|
||||
<td><?=substr($row['mb_today_login'],2,8)?></td>
|
||||
|
||||
44
css/adm.css
44
css/adm.css
@ -31,24 +31,25 @@ h1 {margin-bottom:20px;color:#333;font-size:1.5em;font-family:"dotum";letter-spa
|
||||
#hd h1,
|
||||
#hd h2 {margin:0;padding:0;width:0;height:0;border:0;overflow:hidden}
|
||||
#hd_wrap {position:relative;margin:0 auto;width:1000px}
|
||||
#logo {height:70px}
|
||||
#logo img {margin-top:15px}
|
||||
#logo {position:relative;height:70px}
|
||||
#logo img {position:absolute;top:15px;left:0}
|
||||
|
||||
#snb {z-index:2;position:absolute;top:17px;right:0;height:35px;zoom:1}
|
||||
#snb {z-index:2;position:absolute;top:17px;right:0;zoom:1}
|
||||
#snb:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#snb ul {float:right;zoom:1}
|
||||
#snb ul {float:right;margin:0;padding:0;height:35px;background:#222;zoom:1}
|
||||
#snb ul:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#snb li {float:left;margin-left:10px}
|
||||
#snb a {color:#e0e0e0;text-decoration:none;line-height:2.95em}
|
||||
|
||||
/* gnb js off */
|
||||
|
||||
#gnb {}
|
||||
#gnb ul {z-index:10}
|
||||
.gnb_1depth {position:relative;margin-left:-1px;zoom:1}
|
||||
.gnb_1depth {position:relative;margin-left:-1px;background:#383a3f;zoom:1}
|
||||
.gnb_1depth:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
.gnb_1depth a {display:inline-block;float:left;width:90px;height:35px;color:#e0e0e0;font-weight:bold;line-height:2.95em}
|
||||
.gnb_1depth_air a {}
|
||||
.gnb_1depth_on a {height:35px;color:#000}
|
||||
.gnb_1depth a {display:inline-block;float:left;width:90px;height:35px;color:#e0e0e0;font-weight:bold;line-height:2.95em !important;line-height:2.65em}
|
||||
.gnb_1depth_air a,
|
||||
.gnb_1depth_on a {color:#000}
|
||||
.gnb_1depth a:focus,
|
||||
.gnb_1depth a:hover,
|
||||
.gnb_1depth a:active {text-decoration:none}
|
||||
@ -56,19 +57,20 @@ h1 {margin-bottom:20px;color:#333;font-size:1.5em;font-family:"dotum";letter-spa
|
||||
.gnb_1depth ul:after {display:inline-block;visibility:hidden;clear:both;content:""}
|
||||
.gnb_1depth li {float:left}
|
||||
.gnb_1depth_over ul {top:35px;left:-1px;width:auto;height:auto;border:1px solid #ccc;border-top:0}
|
||||
.gnb_2depth a {display:inline-block;float:none;margin-right:10px;padding:5px;width:auto;height:25px;border-bottom:0;color:#e0e0e0;font-weight:normal;text-align:left;line-height:2.1em}
|
||||
.gnb_2depth a {display:inline-block;float:none;margin-right:10px;padding:5px;width:auto;height:25px;border-bottom:0;color:#e0e0e0;font-weight:normal;text-align:left;line-height:2.1em !important;line-height:1.8em}
|
||||
/* gnb js on */
|
||||
.gnb_js {}
|
||||
.gnb_js ul {zoom:1}
|
||||
.gnb_js ul:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
.gnb_js .gnb_1depth {position:relative;float:left;margin-left:-1px;border:1px solid #222;border-top:0;border-bottom:0}
|
||||
.gnb_js .gnb_1depth a {display:inline-block;float:none;width:90px;height:35px;color:#e0e0e0;font-weight:bold;text-align:center;line-height:2.95em}
|
||||
.gnb_js .gnb_1depth_air a {height:35px;background:#fff;color:#000}
|
||||
.gnb_js .gnb_1depth_on a {height:35px;background:#fff;color:#000}
|
||||
.gnb_js .gnb_1depth a {display:inline-block;float:none;width:90px;height:35px;color:#e0e0e0;font-weight:bold;text-align:center}
|
||||
.gnb_js .gnb_1depth_air a,
|
||||
.gnb_js .gnb_1depth_on a {float:none;background:#fff;color:#000}
|
||||
.gnb_js .gnb_1depth a:focus,
|
||||
.gnb_js .gnb_1depth a:hover,
|
||||
.gnb_js .gnb_1depth a:active {text-decoration:none}
|
||||
.gnb_js .gnb_1depth ul {width:0px;height:0px;overflow:hidden}
|
||||
.gnb_js .gnb_1depth li {float:none}
|
||||
.gnb_js .gnb_1depth_over ul {position:absolute;top:35px;left:-1px;width:181px;height:auto;border:1px solid #ccc;border-top:0}
|
||||
.gnb_js .gnb_2depth a {display:inline-block;margin:0;padding:5px 10px;width:161px;height:25px;border-bottom:0;background:#fff;color:#000;font-weight:normal;text-align:left;line-height:2.1em}
|
||||
|
||||
@ -153,15 +155,6 @@ button {padding:3px;border:1px solid #ced9de;background:#f6f9fa;cursor:pointer}
|
||||
#frm_extra input {margin-right:10px}
|
||||
|
||||
/* 컨텐츠별 테이블 설정 */
|
||||
/* 공통 */
|
||||
.td_chk {width:30px;text-align:center}
|
||||
.td_num {width:60px;text-align:center}
|
||||
.td_bignum {width:120px;text-align:center}
|
||||
.td_mbid,
|
||||
.td_mbnick,
|
||||
.td_mbname {width:100px;text-align:left}
|
||||
.td_time {width:150px;text-align:center}
|
||||
.td_boolean {width:50px;text-align:center}
|
||||
/* 인덱스 */
|
||||
/* 관리권한설정 목록 */
|
||||
.td_menu {}
|
||||
@ -194,6 +187,15 @@ button {padding:3px;border:1px solid #ced9de;background:#f6f9fa;cursor:pointer}
|
||||
.td_category {width:120px;text-align:center}
|
||||
.visit_bar {position:relative}
|
||||
.visit_bar span {position:absolute;top:-8px;left:0;height:15px;background:#ddd}
|
||||
/* 공통 */
|
||||
.td_chk {width:30px;text-align:center}
|
||||
.td_num {width:60px;text-align:center}
|
||||
.td_bignum {width:120px;text-align:center}
|
||||
.td_mbid,
|
||||
.td_mbnick,
|
||||
.td_mbname {width:100px;text-align:left}
|
||||
.td_time {width:150px;text-align:center}
|
||||
.td_boolean {width:50px;text-align:center}
|
||||
|
||||
/* 메일 테스트, 세션파일일괄삭제 */
|
||||
#fsendmailtest p,
|
||||
|
||||
Reference in New Issue
Block a user