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 {