From b034b3ede4844c6873fef9b2f031d698bc8b0327 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 31 Mar 2021 00:21:12 +0300 Subject: Gradle -> Maven --- .../resources/templates/views/partial/footer.html | 11 --- .../templates/views/partial/homecolumn.html | 25 ------ .../resources/templates/views/partial/message.html | 87 -------------------- .../templates/views/partial/navigation.html | 43 ---------- .../templates/views/partial/settings_tabs.html | 11 --- .../templates/views/partial/tagcolumn.html | 26 ------ .../resources/templates/views/partial/tags.html | 3 - .../templates/views/partial/usercolumn.html | 93 ---------------------- .../templates/views/partial/usertags.html | 3 - 9 files changed, 302 deletions(-) delete mode 100644 src/main/resources/templates/views/partial/footer.html delete mode 100644 src/main/resources/templates/views/partial/homecolumn.html delete mode 100644 src/main/resources/templates/views/partial/message.html delete mode 100644 src/main/resources/templates/views/partial/navigation.html delete mode 100644 src/main/resources/templates/views/partial/settings_tabs.html delete mode 100644 src/main/resources/templates/views/partial/tagcolumn.html delete mode 100644 src/main/resources/templates/views/partial/tags.html delete mode 100644 src/main/resources/templates/views/partial/usercolumn.html delete mode 100644 src/main/resources/templates/views/partial/usertags.html (limited to 'src/main/resources/templates/views/partial') diff --git a/src/main/resources/templates/views/partial/footer.html b/src/main/resources/templates/views/partial/footer.html deleted file mode 100644 index 9a627373..00000000 --- a/src/main/resources/templates/views/partial/footer.html +++ /dev/null @@ -1,11 +0,0 @@ - diff --git a/src/main/resources/templates/views/partial/homecolumn.html b/src/main/resources/templates/views/partial/homecolumn.html deleted file mode 100644 index a4cca153..00000000 --- a/src/main/resources/templates/views/partial/homecolumn.html +++ /dev/null @@ -1,25 +0,0 @@ -
- - - Top - - - - {{ i18n("messages","link.allMessages") }} - - - - {{ i18n("messages", "link.withPhotos") }} - -
-
-

{{ i18n("messages","link.trends") }}

- {% include "views/partial/tags" %} - {% if showAdv | default(false) %} -

Наши друзья

- - Работа в России - - {% endif %} -
-{% include "views/partial/footer" %} \ No newline at end of file diff --git a/src/main/resources/templates/views/partial/message.html b/src/main/resources/templates/views/partial/message.html deleted file mode 100644 index 47dfb6c5..00000000 --- a/src/main/resources/templates/views/partial/message.html +++ /dev/null @@ -1,87 +0,0 @@ -
-
- - {{ msg.user.name }} - -
- {{ msg.user.name }} -
-
- {% if msg.FriendsOnly %} - · - {% endif %} - - - - {% if msg.created != msg.updatedAt %} - · Edited - {% endif %} -
-
-
- - {{ tags(msg.user.name, msg.tags | tagsList) }} - - {{ msg | formatMessage }} -
- {% if msg.AttachmentType is not empty %} -

- -

- {% endif %} - -
\ No newline at end of file diff --git a/src/main/resources/templates/views/partial/navigation.html b/src/main/resources/templates/views/partial/navigation.html deleted file mode 100644 index 184c8f2b..00000000 --- a/src/main/resources/templates/views/partial/navigation.html +++ /dev/null @@ -1,43 +0,0 @@ - diff --git a/src/main/resources/templates/views/partial/settings_tabs.html b/src/main/resources/templates/views/partial/settings_tabs.html deleted file mode 100644 index 00f7068a..00000000 --- a/src/main/resources/templates/views/partial/settings_tabs.html +++ /dev/null @@ -1,11 +0,0 @@ -
-
- {{ i18n("messages","link.settings.main") }} - {{ i18n("messages","link.settings.password") }} - {{ i18n("messages","link.settings.about") }} - {{ i18n("messages","link.logout") }} -
-
- - {% include "views/partial/footer" %} - \ No newline at end of file diff --git a/src/main/resources/templates/views/partial/tagcolumn.html b/src/main/resources/templates/views/partial/tagcolumn.html deleted file mode 100644 index a7728ef3..00000000 --- a/src/main/resources/templates/views/partial/tagcolumn.html +++ /dev/null @@ -1,26 +0,0 @@ -
-

*{{ tag.name }}

-
-{% if visitor is not empty and visitor.uid > 0 %} -
- {% if isSubscribed %} - - Subscribed - - {% else %} - - Subscribe - - {% endif %} - {% if isInBL %} - - Unblock - - {% else %} - - Block - - {% endif %} -
-{% endif %} -{% include "views/partial/footer" %} \ No newline at end of file diff --git a/src/main/resources/templates/views/partial/tags.html b/src/main/resources/templates/views/partial/tags.html deleted file mode 100644 index 4d05b7fb..00000000 --- a/src/main/resources/templates/views/partial/tags.html +++ /dev/null @@ -1,3 +0,0 @@ -{% for tag in tags %} - {{ tag }} -{% endfor %} \ No newline at end of file diff --git a/src/main/resources/templates/views/partial/usercolumn.html b/src/main/resources/templates/views/partial/usercolumn.html deleted file mode 100644 index ee9ab267..00000000 --- a/src/main/resources/templates/views/partial/usercolumn.html +++ /dev/null @@ -1,93 +0,0 @@ -
- {% if visitor is not empty and visitor.uid > 0 and visitor.uid != user.uid %} -
- - {{ user.name }} - -
- {% if isSubscribed %} - - - Subscribed - - {% else %} - - - Subscribe - - {% endif %} - {% if isInBL %} - - - Unblock - - {% else %} - - - Block - - {% endif %} - {% if not isInBLAny %} - - - PM - - {% endif %} - {% endif %} - {% if visitor is not empty and visitor.uid == user.uid %} - - {{ i18n("messages","link.my") }} - - - {{ i18n("messages","link.privateMessages") }} - - - {{ i18n("messages","link.discuss") }} - - {% endif %} - {% if visitor is not empty and visitor.uid == user.uid and false %} - {{ i18n("messages","blog.comments") }} - Неотвеченные - {% endif %} - {% if visitor is not empty and visitor.uid == user.uid %} - - - - {% if not visitor.verified %} - - {% else %} - {{ i18n("messages","link.settings") }} - {% endif %} - - {% endif %} -
-
-

-
- - {% include "views/partial/usertags" %} - -
- - {% if iread is not empty %} -
- {% for u in iread %} - - - {{ u.name }} - - - {% endfor %} -
- {% endif %} - -
-{% include "views/partial/footer" %} \ No newline at end of file diff --git a/src/main/resources/templates/views/partial/usertags.html b/src/main/resources/templates/views/partial/usertags.html deleted file mode 100644 index 71d1303e..00000000 --- a/src/main/resources/templates/views/partial/usertags.html +++ /dev/null @@ -1,3 +0,0 @@ -{% import "views/macros/tags" %} -{{ tags(user.name, tagStats) }} -... \ No newline at end of file -- cgit v1.2.3