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 @@
-
-
-{% 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 @@
-
-
-
-
- {{ tags(msg.user.name, msg.tags | tagsList) }}
-
- {{ msg | formatMessage }}
-
- {% if msg.AttachmentType is not empty %}
-
-
-
- {% endif %}
-
- {% if visitor.uid == msg.user.uid %}
-
-
-
- {% if msg.likes > 0 %} {{ msg.likes }}
- {% else %}
- {{ i18n("messages","message.recommend") }}
- {% endif %}
-
-
- {% elseif visitor.uid > 0 %}
-
-
-
- {% if msg.likes > 0 %} {{ msg.likes }}
- {% else %}
- {{ i18n("messages","message.recommend") }}
- {% endif %}
-
-
- {% else %}
-
-
-
- {% if msg.likes > 0 %}
- {{ msg.likes }}
- {% else %}
- {{ i18n("messages","message.recommend") }}
- {% endif %}
-
-
-
- {% endif %}
- {% if (not msg.ReadOnly) or (visitor.uid == msg.user.uid) %}
-
- {% 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 @@
-
-
- {% 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 %}
-
-{% 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 @@
-
-
-
- {% include "views/partial/usertags" %}
-
-
-
- {% if iread is not empty %}
-
- {% for u in iread %}
-
-
-
-
-
- {% 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