From e0312a3359d7d2e7fe3d7771ad8d896133a2e2fc Mon Sep 17 00:00:00 2001 From: Alexander Alexeev Date: Mon, 12 Dec 2016 20:58:56 +0700 Subject: error page --- .../webapp/WEB-INF/templates/layout/error.html | 25 ++++++++++++++++++++++ .../webapp/WEB-INF/templates/layout/login.html | 2 +- .../webapp/WEB-INF/templates/postNotFound.html | 23 -------------------- .../webapp/WEB-INF/templates/userNotFound.html | 22 ------------------- 4 files changed, 26 insertions(+), 46 deletions(-) create mode 100644 juick-spring-www/src/main/webapp/WEB-INF/templates/layout/error.html delete mode 100644 juick-spring-www/src/main/webapp/WEB-INF/templates/postNotFound.html delete mode 100644 juick-spring-www/src/main/webapp/WEB-INF/templates/userNotFound.html (limited to 'juick-spring-www/src/main/webapp') diff --git a/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/error.html b/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/error.html new file mode 100644 index 00000000..60df54a7 --- /dev/null +++ b/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/error.html @@ -0,0 +1,25 @@ + + +
+ + + + + + + + + + + +Error java.lang.NullPointerException
+ Back to Home Page + + \ No newline at end of file diff --git a/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/login.html b/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/login.html index 9fd43192..bcfa318d 100644 --- a/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/login.html +++ b/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/login.html @@ -131,9 +131,9 @@Произошла ошибка, проверьте имя пользователя и пароль
Уже зарегистрированы?Произошла ошибка, проверьте имя пользователя и пароль