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