From c3e73de64fb28f72cad4f92bc2a82935e4f4b7ee Mon Sep 17 00:00:00 2001 From: Alexander Alexeev Date: Tue, 22 Nov 2016 03:11:22 +0700 Subject: user not found page, post not found page --- .../webapp/WEB-INF/templates/divideByZero.html | 11 +++++++++++ .../src/main/webapp/WEB-INF/templates/index.html | 3 ++- .../webapp/WEB-INF/templates/layout/footer.html | 3 +++ .../WEB-INF/templates/layout/mainLayout.html | 2 +- .../webapp/WEB-INF/templates/postNotFound.html | 22 +++++++++++++++++++++ .../webapp/WEB-INF/templates/userNotFound.html | 22 +++++++++++++++++++++ juick-spring-www/src/main/webapp/favicon.ico | Bin 0 -> 244 bytes juick-spring-www/src/main/webapp/favicon.png | Bin 0 -> 244 bytes juick-spring-www/src/main/webapp/logo.png | Bin 0 -> 1184 bytes 9 files changed, 61 insertions(+), 2 deletions(-) create mode 100644 juick-spring-www/src/main/webapp/WEB-INF/templates/divideByZero.html create mode 100644 juick-spring-www/src/main/webapp/WEB-INF/templates/postNotFound.html create mode 100644 juick-spring-www/src/main/webapp/WEB-INF/templates/userNotFound.html create mode 100644 juick-spring-www/src/main/webapp/favicon.ico create mode 100644 juick-spring-www/src/main/webapp/favicon.png create mode 100644 juick-spring-www/src/main/webapp/logo.png (limited to 'juick-spring-www/src/main/webapp') diff --git a/juick-spring-www/src/main/webapp/WEB-INF/templates/divideByZero.html b/juick-spring-www/src/main/webapp/WEB-INF/templates/divideByZero.html new file mode 100644 index 00000000..7e03d74a --- /dev/null +++ b/juick-spring-www/src/main/webapp/WEB-INF/templates/divideByZero.html @@ -0,0 +1,11 @@ + + + + + Title + + +00000000000000000000000000000000000000000000000000000000000000000000000 + + + \ No newline at end of file diff --git a/juick-spring-www/src/main/webapp/WEB-INF/templates/index.html b/juick-spring-www/src/main/webapp/WEB-INF/templates/index.html index 566549bd..a5c5b348 100644 --- a/juick-spring-www/src/main/webapp/WEB-INF/templates/index.html +++ b/juick-spring-www/src/main/webapp/WEB-INF/templates/index.html @@ -1,10 +1,11 @@ - + Title +

Index page

\ No newline at end of file diff --git a/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/footer.html b/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/footer.html index e69de29b..1182e61d 100644 --- a/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/footer.html +++ b/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/footer.html @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/mainLayout.html b/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/mainLayout.html index 91a76f72..659a3fb0 100644 --- a/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/mainLayout.html +++ b/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/mainLayout.html @@ -1,5 +1,5 @@ - + 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 new file mode 100644 index 00000000..c8712c9f --- /dev/null +++ b/juick-spring-www/src/main/webapp/WEB-INF/templates/postNotFound.html @@ -0,0 +1,22 @@ + + + + + Страница не найдена + + + + + +
+

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

+
+ +
+

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

+
+
+ Вернуться на главную +
+ + \ 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 new file mode 100644 index 00000000..300b7730 --- /dev/null +++ b/juick-spring-www/src/main/webapp/WEB-INF/templates/userNotFound.html @@ -0,0 +1,22 @@ + + + + + Пользователь не найден + + + + + +
+

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

+
+ +
+

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

+
+
+ Вернуться на главную +
+ + \ No newline at end of file diff --git a/juick-spring-www/src/main/webapp/favicon.ico b/juick-spring-www/src/main/webapp/favicon.ico new file mode 100644 index 00000000..bc7161e2 Binary files /dev/null and b/juick-spring-www/src/main/webapp/favicon.ico differ diff --git a/juick-spring-www/src/main/webapp/favicon.png b/juick-spring-www/src/main/webapp/favicon.png new file mode 100644 index 00000000..bc7161e2 Binary files /dev/null and b/juick-spring-www/src/main/webapp/favicon.png differ diff --git a/juick-spring-www/src/main/webapp/logo.png b/juick-spring-www/src/main/webapp/logo.png new file mode 100644 index 00000000..933f6099 Binary files /dev/null and b/juick-spring-www/src/main/webapp/logo.png differ -- cgit v1.2.3