Main content
From 559ae343aa72db04e12b94acfa0bec30ed9a11f1 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 9 Dec 2016 16:14:27 +0300 Subject: juick-spring-www: merge some work from develop branch, port some templates to Thymeleaf --- .../WEB-INF/templates/layout/mainLayout.html | 48 +----- .../webapp/WEB-INF/templates/layout/sponsors.html | 8 - .../main/webapp/WEB-INF/templates/views/help.html | 18 +++ .../WEB-INF/templates/views/partial/footer.html | 34 +++++ .../templates/views/partial/homecolumn.html | 6 + .../templates/views/partial/navigation.html | 37 +++++ .../templates/views/partial/settings_tabs.html | 5 + .../WEB-INF/templates/views/partial/tags.html | 3 + .../WEB-INF/templates/views/settings_about.html | 31 ++++ .../templates/views/settings_auth-email.html | 20 +++ .../WEB-INF/templates/views/settings_main.html | 167 +++++++++++++++++++++ .../WEB-INF/templates/views/settings_password.html | 26 ++++ .../WEB-INF/templates/views/settings_result.html | 18 +++ 13 files changed, 373 insertions(+), 48 deletions(-) delete mode 100644 juick-spring-www/src/main/webapp/WEB-INF/templates/layout/sponsors.html create mode 100644 juick-spring-www/src/main/webapp/WEB-INF/templates/views/help.html create mode 100644 juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/footer.html create mode 100644 juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/homecolumn.html create mode 100644 juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/navigation.html create mode 100644 juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/settings_tabs.html create mode 100644 juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/tags.html create mode 100644 juick-spring-www/src/main/webapp/WEB-INF/templates/views/settings_about.html create mode 100644 juick-spring-www/src/main/webapp/WEB-INF/templates/views/settings_auth-email.html create mode 100644 juick-spring-www/src/main/webapp/WEB-INF/templates/views/settings_main.html create mode 100644 juick-spring-www/src/main/webapp/WEB-INF/templates/views/settings_password.html create mode 100644 juick-spring-www/src/main/webapp/WEB-INF/templates/views/settings_result.html (limited to 'juick-spring-www/src/main/webapp/WEB-INF/templates') 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 bbee7f6a..61062a3b 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 @@ -11,53 +11,21 @@
Main content