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 page + + + +

404

+

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 @@
+

Произошла ошибка, проверьте имя пользователя и пароль

Уже зарегистрированы?
-

Произошла ошибка, проверьте имя пользователя и пароль

diff --git a/juick-spring-www/src/main/webapp/WEB-INF/templates/postNotFound.html b/juick-spring-www/src/main/webapp/WEB-INF/templates/postNotFound.html deleted file mode 100644 index 4162aa8b..00000000 --- a/juick-spring-www/src/main/webapp/WEB-INF/templates/postNotFound.html +++ /dev/null @@ -1,23 +0,0 @@ - - - - Страница не найдена - - - -
-
-

Страница не найдена

-
- -
-

Похоже, пользователь удалил страницу, возможна она и не была создана.

-
-
- Вернуться на главную -
-
- - \ No newline at end of file diff --git a/juick-spring-www/src/main/webapp/WEB-INF/templates/userNotFound.html b/juick-spring-www/src/main/webapp/WEB-INF/templates/userNotFound.html deleted file mode 100644 index de1a97a0..00000000 --- a/juick-spring-www/src/main/webapp/WEB-INF/templates/userNotFound.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - Пользователь не найден - - -
-
-

Пользователь не найден

-
- -
-

Пользователь не найден.

-
-
- Вернуться на главную -
-
- - \ No newline at end of file -- cgit v1.2.3