From b148ed88cde35040fdf518604f3d297f15d7f3d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Sun, 30 Oct 2016 14:22:47 +0800 Subject: [PATCH] --- WebRoot/login.jsp | 208 +++++++++++++++++++++++++++++++++++++++++++++ WebRoot/logout.jsp | 27 ++++++ 2 files changed, 235 insertions(+) create mode 100644 WebRoot/login.jsp create mode 100644 WebRoot/logout.jsp diff --git a/WebRoot/login.jsp b/WebRoot/login.jsp new file mode 100644 index 00000000..c44457ee --- /dev/null +++ b/WebRoot/login.jsp @@ -0,0 +1,208 @@ +<%@page import="com.jsh.util.common.Tools"%> +<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> +<% + String path = request.getContextPath(); + String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; + String clientIp = Tools.getCurrentUserIP(); +%> + + + + ERP系统 + + + + + + + + + +
+
+ +
+

login

+

+ +

+

+ +

+ + + + <%-- +

vpic

--%> + + + + +
+

如果忘记密码,请与管理员联系。

+ +
+
+ + + \ No newline at end of file diff --git a/WebRoot/logout.jsp b/WebRoot/logout.jsp new file mode 100644 index 00000000..42a7113a --- /dev/null +++ b/WebRoot/logout.jsp @@ -0,0 +1,27 @@ +<%@ page language="java" pageEncoding="utf-8"%> +<% +String path = request.getContextPath(); +String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; +%> + + + + + + + + + + + + + + + + + +
+