+ + +
+Lorem ipsum
+ + + +From f515a4ea1954b3e98c35d8ea8e7fee58272ea0a0 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 12 Dec 2016 16:14:12 +0300 Subject: juick-spring-www: index template WIP --- .../src/main/webapp/WEB-INF/templates/index.html | 14 ------- .../main/webapp/WEB-INF/templates/views/index.html | 19 +++++++++ .../templates/views/partial/blog_messages.html | 49 ++++++++++++++++++++++ .../templates/views/partial/blog_paginator.html | 3 ++ .../templates/views/partial/blog_postform.html | 12 ++++++ 5 files changed, 83 insertions(+), 14 deletions(-) delete mode 100644 juick-spring-www/src/main/webapp/WEB-INF/templates/index.html create mode 100644 juick-spring-www/src/main/webapp/WEB-INF/templates/views/index.html create mode 100644 juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/blog_messages.html create mode 100644 juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/blog_paginator.html create mode 100644 juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/blog_postform.html (limited to 'juick-spring-www/src/main/webapp/WEB-INF/templates') 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 deleted file mode 100644 index 1695cd02..00000000 --- a/juick-spring-www/src/main/webapp/WEB-INF/templates/index.html +++ /dev/null @@ -1,14 +0,0 @@ - - -
-Главная страница !
-+ + +
+Lorem ipsum
+ + + ++ Читать дальше → +
\ No newline at end of file diff --git a/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/blog_postform.html b/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/blog_postform.html new file mode 100644 index 00000000..804605dd --- /dev/null +++ b/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/blog_postform.html @@ -0,0 +1,12 @@ + \ No newline at end of file -- cgit v1.2.3