From 8b02f969d3a09e39557474eb90ec821d550e3b1b Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 20 Dec 2016 12:33:51 +0300 Subject: juick-spring-www: WIP --- .../main/webapp/WEB-INF/templates/views/error.html | 1 + .../templates/views/partial/blog_messages.html | 6 ++-- .../webapp/WEB-INF/templates/views/posted.html | 40 ++++++++++++++++++++++ 3 files changed, 44 insertions(+), 3 deletions(-) create mode 100644 juick-spring-www/src/main/webapp/WEB-INF/templates/views/posted.html (limited to 'juick-spring-www/src/main/webapp') diff --git a/juick-spring-www/src/main/webapp/WEB-INF/templates/views/error.html b/juick-spring-www/src/main/webapp/WEB-INF/templates/views/error.html index 0b22deb3..9d763feb 100644 --- a/juick-spring-www/src/main/webapp/WEB-INF/templates/views/error.html +++ b/juick-spring-www/src/main/webapp/WEB-INF/templates/views/error.html @@ -11,5 +11,6 @@

Probably, user deleted this post, or this page never existed.

+

Main side column

\ No newline at end of file diff --git a/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/blog_messages.html b/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/blog_messages.html index 3c7e4238..5d808f98 100644 --- a/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/blog_messages.html +++ b/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/blog_messages.html @@ -28,12 +28,12 @@ diff --git a/juick-spring-www/src/main/webapp/WEB-INF/templates/views/posted.html b/juick-spring-www/src/main/webapp/WEB-INF/templates/views/posted.html new file mode 100644 index 00000000..25432c2c --- /dev/null +++ b/juick-spring-www/src/main/webapp/WEB-INF/templates/views/posted.html @@ -0,0 +1,40 @@ + + + + Page title + + + +
+

Сообщение опубликовано

+

Поделитесь своим новым постом в социальных сетях:

+

+ Отправить в Twitter +

+

+ Отправить в LiveJournal +

+

+ Отправить в ВКонтакте +

+

+ Отправить в Facebook +

+

Ссылка на сообщение: + http://juick.com/12345 + +

+
+ + + + + \ No newline at end of file -- cgit v1.2.3