From 86e7af47783763447fc8962547a1fdf6f03107ad Mon Sep 17 00:00:00 2001 From: leebeomjun Date: Mon, 12 Jun 2023 16:56:16 +0900 Subject: [PATCH] no message --- src/main/webapp/WEB-INF/jsp/include/head.jsp | 3 ++ src/main/webapp/WEB-INF/jsp/login.jsp | 56 ++++++++++++++++++-- 2 files changed, 54 insertions(+), 5 deletions(-) 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(); }); - - /** * 회원가입 팝업 */