From e7fd58f1023ce9e1c9ab880bf27c5c0b2a3cffca Mon Sep 17 00:00:00 2001 From: Alexander Alexeev Date: Wed, 23 Nov 2016 16:19:26 +0700 Subject: thymeleaf layout plugin used --- .../webapp/WEB-INF/templates/divideByZero.html | 11 ---- .../src/main/webapp/WEB-INF/templates/index.html | 12 +++-- .../webapp/WEB-INF/templates/layout/footer.html | 3 -- .../WEB-INF/templates/layout/mainLayout.html | 63 ++++++++++++++++++++-- .../webapp/WEB-INF/templates/layout/sponsors.html | 8 +++ .../webapp/WEB-INF/templates/postNotFound.html | 27 +++++----- .../webapp/WEB-INF/templates/userNotFound.html | 28 +++++----- 7 files changed, 102 insertions(+), 50 deletions(-) delete mode 100644 juick-spring-www/src/main/webapp/WEB-INF/templates/divideByZero.html delete mode 100644 juick-spring-www/src/main/webapp/WEB-INF/templates/layout/footer.html create mode 100644 juick-spring-www/src/main/webapp/WEB-INF/templates/layout/sponsors.html (limited to 'juick-spring-www/src/main/webapp/WEB-INF/templates') 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 deleted file mode 100644 index 7e03d74a..00000000 --- a/juick-spring-www/src/main/webapp/WEB-INF/templates/divideByZero.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - 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 a5c5b348..5687985d 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,11 +1,15 @@ - + - - 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 deleted file mode 100644 index 1182e61d..00000000 --- a/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/footer.html +++ /dev/null @@ -1,3 +0,0 @@ - - - \ 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 659a3fb0..34891b45 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,12 +1,65 @@ - + - - - - + + + + + + + + + Layout title + + + + +
+

Page content goes here

+
+ + \ No newline at end of file diff --git a/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/sponsors.html b/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/sponsors.html new file mode 100644 index 00000000..6c68a867 --- /dev/null +++ b/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/sponsors.html @@ -0,0 +1,8 @@ + + + +
+ Спонсоры: +
+ + \ No newline at end of file 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 index c8712c9f..4162aa8b 100644 --- a/juick-spring-www/src/main/webapp/WEB-INF/templates/postNotFound.html +++ b/juick-spring-www/src/main/webapp/WEB-INF/templates/postNotFound.html @@ -1,22 +1,23 @@ - + - Страница не найдена - - -
-

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

-
+
+
+

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

+
-
-

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

-
-
- Вернуться на главную -
+
+

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

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

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

+
-
-

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

-
- -
-

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

-
-
- Вернуться на главную -
+
+

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

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