From 509a2f809f3fb2af7b68ae76b686185fe62471a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EC=84=9D=20=EC=B5=9C?= Date: Thu, 24 Feb 2022 10:55:05 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EA=B7=B8=EC=9D=B8=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80=20=EC=88=98=EC=A0=95.=20=EC=9D=B4=EB=AF=B8=EC=A7=80?= =?UTF-8?q?=20=EA=B2=BD=EB=A1=9C=20=EC=88=98=EC=A0=95.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../webapp/WEB-INF/jsp/admin/dashBoard.jsp | 78 +++++++++++++++++-- .../webapp/WEB-INF/jsp/include/header.jsp | 10 +-- .../webapp/WEB-INF/jsp/layout/leftMenu.jsp | 12 +-- .../WEB-INF/jsp/layout/template_login.jsp | 2 +- src/main/webapp/WEB-INF/jsp/login.jsp | 6 +- src/main/webapp/css/style.css | 22 +++--- 6 files changed, 98 insertions(+), 32 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/admin/dashBoard.jsp b/src/main/webapp/WEB-INF/jsp/admin/dashBoard.jsp index f1fa801..3d9772d 100644 --- a/src/main/webapp/WEB-INF/jsp/admin/dashBoard.jsp +++ b/src/main/webapp/WEB-INF/jsp/admin/dashBoard.jsp @@ -9,10 +9,10 @@
-
+
- +
지도사용 요청 승인대기 @@ -20,12 +20,10 @@
-
-
-
+
- +
회원가입 승인대기 @@ -33,6 +31,74 @@
+
+
+
+ +
+
+

오늘 방문자 수

+

+
+
+
+
+
+
+
+
+

-

+ 그래프 +
+
+
+
+
+
+
+
+
+
+ +
+
+

최근 한달 방문자 수

+

+
+
+
+
+
+
+ +
+
+

-

+

0

+
+
+
+
+
+
+ +
+
+

-

+

0

+
+
+
+
+
+
+
+
+

-

+ 그래프 +
+
+
diff --git a/src/main/webapp/WEB-INF/jsp/include/header.jsp b/src/main/webapp/WEB-INF/jsp/include/header.jsp index 039a75e..c9a771a 100644 --- a/src/main/webapp/WEB-INF/jsp/include/header.jsp +++ b/src/main/webapp/WEB-INF/jsp/include/header.jsp @@ -45,15 +45,15 @@
  • class="thisOn" onclick="location.href='/admin/dashBoard'"> -  대시보드
  • +  대시보드
  • class="thisOn" onclick="location.href='/admin/request'"> -  지도사용 요청
  • +  지도사용 요청
  • class="thisOn" onclick="location.href='/admin/history'"> -  지도사용 이력
  • +  지도사용 이력
  • class="thisOn" onclick="location.href='/admin/fieldData'"> -  현장수집 데이터
  • +  현장수집 데이터
  • class="thisOn" onclick="location.href='/admin/userInfo?auth=99'"> -  회원 관리
  • +  회원 관리
diff --git a/src/main/webapp/WEB-INF/jsp/layout/leftMenu.jsp b/src/main/webapp/WEB-INF/jsp/layout/leftMenu.jsp index 7fd3502..902d767 100644 --- a/src/main/webapp/WEB-INF/jsp/layout/leftMenu.jsp +++ b/src/main/webapp/WEB-INF/jsp/layout/leftMenu.jsp @@ -20,18 +20,18 @@ diff --git a/src/main/webapp/WEB-INF/jsp/layout/template_login.jsp b/src/main/webapp/WEB-INF/jsp/layout/template_login.jsp index 25e051e..097cb48 100644 --- a/src/main/webapp/WEB-INF/jsp/layout/template_login.jsp +++ b/src/main/webapp/WEB-INF/jsp/layout/template_login.jsp @@ -31,7 +31,7 @@ - +
diff --git a/src/main/webapp/WEB-INF/jsp/login.jsp b/src/main/webapp/WEB-INF/jsp/login.jsp index 0944858..234968a 100644 --- a/src/main/webapp/WEB-INF/jsp/login.jsp +++ b/src/main/webapp/WEB-INF/jsp/login.jsp @@ -9,7 +9,7 @@
- + @@ -23,11 +23,11 @@
diff --git a/src/main/webapp/css/style.css b/src/main/webapp/css/style.css index 47624c7..5ffc967 100644 --- a/src/main/webapp/css/style.css +++ b/src/main/webapp/css/style.css @@ -85,14 +85,15 @@ a { } .loginWrap { - width: 400px; - margin: 0 auto; - position: absolute; - top: 50%; - left: 50%; - transform: translate(-50%, -50%); - border: 1px solid #ccc; - box-shadow: 5px 5px 20px grey; + width: 400px; + height: 100%; + margin: 0 auto; + position: absolute; + left: 50%; + transform: translate(-50%); + background-color: rgba(55, 55, 55, 1); + border: 1px solid #ccc; + box-shadow: 5px 5px 20px grey; } .login_title{ float: left; @@ -107,9 +108,8 @@ a { } .loginBox { - background-color: rgba(255, 255, 255, 1); - overflow: hidden; - padding: 30px 0px 0px 0px; + overflow: hidden; + padding: 75% 0; } .login_text input {