diff --git a/src/main/webapp/WEB-INF/jsp/include/head.jsp b/src/main/webapp/WEB-INF/jsp/include/head.jsp index 586c282f..548741ab 100644 --- a/src/main/webapp/WEB-INF/jsp/include/head.jsp +++ b/src/main/webapp/WEB-INF/jsp/include/head.jsp @@ -41,5 +41,8 @@ " /> " /> " /> + + + diff --git a/src/main/webapp/WEB-INF/jsp/login.jsp b/src/main/webapp/WEB-INF/jsp/login.jsp index 2a120405..2eb1fb5b 100644 --- a/src/main/webapp/WEB-INF/jsp/login.jsp +++ b/src/main/webapp/WEB-INF/jsp/login.jsp @@ -1,6 +1,52 @@ <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" isELIgnored="false" session="false"%> <%@ include file="/WEB-INF/jsp/include/taglib.jsp"%> - + +" + data-template="vertical-menu-template-starter"> + + + 과태료통합관리시스템 + + + " /> + + + + + + + + " /> + " /> + " /> + " /> + + " /> + " /> + " /> + " /> + + + " /> + " /> + + "/> + " /> + " /> + " /> + " /> + " /> + + + + + + @@ -13,12 +59,10 @@
-
- @@ -52,6 +96,7 @@ function login() { account:$("#userId").val(), password:$("#password").val(), institute:"default" + <%--, rememberCredentials:true--%> }; json.post({ url:wctx.url("/login.do"), @@ -72,13 +117,14 @@ function login() { }); } + $(function(){ $("#formAuthentication input").onEnterPress(login); + if ($("#userId").val()) + $("#password").focus(); }); - - /** * 회원가입 팝업 */