From f75becbe370cbe15ccb4506e67cbe5845ae068f7 Mon Sep 17 00:00:00 2001 From: egmp777 Date: Mon, 15 Dec 2014 18:37:30 -0500 Subject: [PATCH] Password Encoding --- src/main/webapp/WEB-INF/view/home.jsp | 22 ++++++++++++++ src/main/webapp/WEB-INF/view/homepage.jsp | 35 +++++++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 src/main/webapp/WEB-INF/view/home.jsp create mode 100644 src/main/webapp/WEB-INF/view/homepage.jsp diff --git a/src/main/webapp/WEB-INF/view/home.jsp b/src/main/webapp/WEB-INF/view/home.jsp new file mode 100644 index 0000000000..68819f09f4 --- /dev/null +++ b/src/main/webapp/WEB-INF/view/home.jsp @@ -0,0 +1,22 @@ +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> +<%@ page session="true"%> +<%@taglib uri="http://www.springframework.org/tags" prefix="spring"%> + + + +" rel="stylesheet"> +<spring:message code="label.pages.home.title"></spring:message> + + +
+
+

+ +

+ "> +
+
+ + + diff --git a/src/main/webapp/WEB-INF/view/homepage.jsp b/src/main/webapp/WEB-INF/view/homepage.jsp new file mode 100644 index 0000000000..2d2942b44e --- /dev/null +++ b/src/main/webapp/WEB-INF/view/homepage.jsp @@ -0,0 +1,35 @@ +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> +<%@ taglib prefix="sec" + uri="http://www.springframework.org/security/tags"%> +<%@taglib uri="http://www.springframework.org/tags" prefix="spring"%> +<%@ page session="true"%> + + +" rel="stylesheet"> +<spring:message code="label.pages.home.title"></spring:message> + + + +
+ +
+ + +
+
+ + + +
+
+ ${param.user} + "> "> "> +
+
+ + \ No newline at end of file