From 1128f93fcd4119cf71cbd8179ebd948d264fec46 Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 22 Mar 2018 03:58:25 +0900 Subject: [PATCH] =?UTF-8?q?=ED=9A=8C=EC=9B=90=20=EA=B4=80=EB=A6=AC=20?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=20=EC=B4=88=EC=95=88=20=EC=9E=91?= =?UTF-8?q?=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- i_entrance/admin_userlist.php | 93 +++++++++++++++++++++++++-- i_entrance/entrance.php | 5 -- i_entrance/member/Style.css | 50 +++++++------- i_entrance/templates/server_panel.php | 13 ---- 4 files changed, 112 insertions(+), 49 deletions(-) diff --git a/i_entrance/admin_userlist.php b/i_entrance/admin_userlist.php index 3886dd5a..ef883c8e 100644 --- a/i_entrance/admin_userlist.php +++ b/i_entrance/admin_userlist.php @@ -13,14 +13,97 @@ if($userGrade < 6){ die(); } ?> + + + + + 유저 관리 + + + + + + + + + + + + + + +
+
+
+ 회원 관리 +
+
+ 가입 허용  +
+ + +
+ 로그인 허용  +
+ + +
+ +
+ + + +
+ + + +
+
회원 목록
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
코드유저명가입 방식EMAIL등급닉네임전콘가입일자최근 로그인탈퇴 신청명령
+
+
회 원 정 보 @@ -81,3 +164,5 @@ EntranceMember_Init();
+ + \ No newline at end of file diff --git a/i_entrance/entrance.php b/i_entrance/entrance.php index f5249830..8c26c4db 100644 --- a/i_entrance/entrance.php +++ b/i_entrance/entrance.php @@ -39,11 +39,6 @@ $userGrade = $SESSION->getGrade(); -= 6) { - include('member/Frame.php'); -} -?>
diff --git a/i_entrance/member/Style.css b/i_entrance/member/Style.css index a115f7c8..c0a104f6 100644 --- a/i_entrance/member/Style.css +++ b/i_entrance/member/Style.css @@ -3,38 +3,34 @@ #EntranceMember_00 { width: 1100px; height: 20px; border: none; - position: absolute; - top: 20px; left: 50%; - margin-left: -550px; /* DIV박스 크기의 1/2로 마진을 잡아줍니다. */ - display: none; z-index: 2; } #EntranceMember_0000 { width: 1098px; height: 50px; - position: absolute; top: 0px; left: 0px; + top: 0px; left: 0px; } #EntranceMember_0001 { width: 100px; height: 30px; - position: absolute; top: 10px; left: 750px; + top: 10px; left: 750px; } #EntranceMember_0006 { width: 1098px; height: 20px; - position: absolute; top: 52px; left: 0px; + top: 52px; left: 0px; } #EntranceMember_000600 { width: 200px; height: 20px; - position: absolute; top: 0px; left: 0px; + top: 0px; left: 0px; border: 0px; line-height: 20px; } #EntranceMember_0002 { width: 1098px; height: 20px; - position: absolute; top: 74px; left: 0px; + top: 74px; left: 0px; } #EntranceMember_000200 { @@ -47,93 +43,93 @@ #EntranceMember_0003 { width: 1098px; height: 20px; - position: absolute; top: 96px; left: 0px; + top: 96px; left: 0px; } #EntranceMember_0004 { width: 1100px; height: 20px; - position: absolute; top: 118px; left: 0px; + top: 118px; left: 0px; border: none; } #EntranceMember_000400 { width: 38px; height: 20px; - float: left; + } #EntranceMember_000401 { width: 98px; height: 20px; - float: left; + } #EntranceMember_000402 { width: 68px; height: 20px; - float: left; + } #EntranceMember_000403 { width: 88px; height: 20px; - float: left; + } #EntranceMember_000404 { width: 98px; height: 20px; - float: left; + } #EntranceMember_000405 { width: 38px; height: 20px; - float: left; + } #EntranceMember_000406 { width: 138px; height: 20px; - float: left; + } #EntranceMember_000407 { width: 38px; height: 20px; - float: left; + } #EntranceMember_000408 { width: 138px; height: 20px; - float: left; + } #EntranceMember_000409 { width: 38px; height: 20px; - float: left; + } #EntranceMember_000410 { width: 58px; height: 20px; - float: left; + } #EntranceMember_000411 { width: 78px; height: 20px; - float: left; + } #EntranceMember_000412 { width: 88px; height: 20px; - float: left; + } #EntranceMember_000413 { width: 28px; height: 20px; - float: left; + } #EntranceMember_000414 { width: 38px; height: 20px; - float: left; + } #EntranceMember_0005 { width: 1100px; height: 20px; - position: absolute; top: 140px; left: 0px; + top: 140px; left: 0px; border: none; } diff --git a/i_entrance/templates/server_panel.php b/i_entrance/templates/server_panel.php index d353eb79..7846dc46 100644 --- a/i_entrance/templates/server_panel.php +++ b/i_entrance/templates/server_panel.php @@ -19,16 +19,3 @@ - - \ No newline at end of file