From e2a018e998e125ee2ec983962059c4d2b733a4b4 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 9 Dec 2016 17:35:49 +0300 Subject: juick-spring-www: WIP --- .../main/webapp/WEB-INF/templates/views/login.html | 139 +++++++++++++++++++++ .../WEB-INF/templates/views/partial/footer.html | 8 +- .../templates/views/partial/homecolumn.html | 6 +- .../templates/views/partial/navigation.html | 45 +++---- .../webapp/WEB-INF/templates/views/pm_inbox.html | 44 +++++++ .../webapp/WEB-INF/templates/views/pm_sent.html | 42 +++++++ .../WEB-INF/templates/views/settings_about.html | 8 +- 7 files changed, 257 insertions(+), 35 deletions(-) create mode 100644 juick-spring-www/src/main/webapp/WEB-INF/templates/views/login.html create mode 100644 juick-spring-www/src/main/webapp/WEB-INF/templates/views/pm_inbox.html create mode 100644 juick-spring-www/src/main/webapp/WEB-INF/templates/views/pm_sent.html (limited to 'juick-spring-www/src/main/webapp/WEB-INF/templates') diff --git a/juick-spring-www/src/main/webapp/WEB-INF/templates/views/login.html b/juick-spring-www/src/main/webapp/WEB-INF/templates/views/login.html new file mode 100644 index 00000000..ae3aede6 --- /dev/null +++ b/juick-spring-www/src/main/webapp/WEB-INF/templates/views/login.html @@ -0,0 +1,139 @@ + + + + Juick + + + + + + + + + +
juick.com © 2008-2016   Контакты · Помощь
+ +
+ Зарегистрироваться: +
Facebook
+
ВКонтакте
+
XMPP +
Отправьте LOGIN на juick@@juick.com
+
+
+
Уже зарегистрированы? +
+ + + +
+
+ + + \ No newline at end of file diff --git a/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/footer.html b/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/footer.html index 6978a2c0..6fbaecf2 100644 --- a/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/footer.html +++ b/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/footer.html @@ -11,9 +11,7 @@ Facebook \ No newline at end of file diff --git a/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/homecolumn.html b/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/homecolumn.html index 5293918d..534e0368 100644 --- a/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/homecolumn.html +++ b/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/homecolumn.html @@ -1,6 +1,4 @@

- {% include "views/partial/tags.html" %} - {% if showAdv %} - конструктор сайтов - {% endif %} +

Tags
+ конструктор сайтов

\ No newline at end of file diff --git a/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/navigation.html b/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/navigation.html index 2863d0c3..bd6359d7 100644 --- a/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/navigation.html +++ b/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/navigation.html @@ -9,29 +9,30 @@ -
- {% if visitor.getUID() > 0 %} - - - {% else %} -

Чтобы добавлять сообщения и комментарии, представьтесь. -

- {% endif %} +
+ + + + + +

Чтобы добавлять сообщения и комментарии, представьтесь. +

+
diff --git a/juick-spring-www/src/main/webapp/WEB-INF/templates/views/pm_inbox.html b/juick-spring-www/src/main/webapp/WEB-INF/templates/views/pm_inbox.html new file mode 100644 index 00000000..7ab557f5 --- /dev/null +++ b/juick-spring-www/src/main/webapp/WEB-INF/templates/views/pm_inbox.html @@ -0,0 +1,44 @@ + + + + Inbox title + + + +
+ +
+ + + + \ No newline at end of file diff --git a/juick-spring-www/src/main/webapp/WEB-INF/templates/views/pm_sent.html b/juick-spring-www/src/main/webapp/WEB-INF/templates/views/pm_sent.html new file mode 100644 index 00000000..f2c05ad3 --- /dev/null +++ b/juick-spring-www/src/main/webapp/WEB-INF/templates/views/pm_sent.html @@ -0,0 +1,42 @@ + + + + Settings title + + + +
+
+
+
+
To:
+
+
+
+
+ +
+
+ + + + diff --git a/juick-spring-www/src/main/webapp/WEB-INF/templates/views/settings_about.html b/juick-spring-www/src/main/webapp/WEB-INF/templates/views/settings_about.html index ff82b542..b93a699e 100644 --- a/juick-spring-www/src/main/webapp/WEB-INF/templates/views/settings_about.html +++ b/juick-spring-www/src/main/webapp/WEB-INF/templates/views/settings_about.html @@ -10,12 +10,12 @@
-

Full name:

-

Country:

-

URL:
+

Full name:

+

Country:

+

URL:
Please, start with "http://"

About:
-
+
Max. 255 symbols

Avatar:
Recommendations: PNG, 96x96, <50Kb. Also, JPG and GIF supported.

-- cgit v1.2.3