From e1f239d6ee171a3259523b2a7aaea3edd4bde44b Mon Sep 17 00:00:00 2001 From: sysadminix Date: Fri, 21 Mar 2025 16:44:30 +0300 Subject: [PATCH 01/10] reklama code insert --- templates/blocks/articles/b_news_elements_content.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/templates/blocks/articles/b_news_elements_content.html b/templates/blocks/articles/b_news_elements_content.html index d3925c1..27199c6 100644 --- a/templates/blocks/articles/b_news_elements_content.html +++ b/templates/blocks/articles/b_news_elements_content.html @@ -2,5 +2,15 @@
{% include "blocks/articles/b_news_elements.html" %} +
+
+
\ No newline at end of file From 26f29e4353e5c16a90741aad88b9f0e5e1ea467a Mon Sep 17 00:00:00 2001 From: sysadminix Date: Fri, 21 Mar 2025 16:47:19 +0300 Subject: [PATCH 02/10] reklama code insert --- templates/blocks/articles/b_news_elements_content.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/blocks/articles/b_news_elements_content.html b/templates/blocks/articles/b_news_elements_content.html index 27199c6..64c2617 100644 --- a/templates/blocks/articles/b_news_elements_content.html +++ b/templates/blocks/articles/b_news_elements_content.html @@ -2,7 +2,8 @@
{% include "blocks/articles/b_news_elements.html" %} -
+
+
-
\ No newline at end of file From 53ec69d27c58f81432289cd2d157dcd9e566e58f Mon Sep 17 00:00:00 2001 From: sysadminix Date: Fri, 21 Mar 2025 16:50:03 +0300 Subject: [PATCH 03/10] reklama code insert --- templates/blocks/b_find_route_form.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/templates/blocks/b_find_route_form.html b/templates/blocks/b_find_route_form.html index a47d094..28919d3 100644 --- a/templates/blocks/b_find_route_form.html +++ b/templates/blocks/b_find_route_form.html @@ -19,6 +19,17 @@
+
+
+
+ {% if last_block == False and next_page_els_count %}
From 191ceaca36db77dbce80a3b354a7590f26255d98 Mon Sep 17 00:00:00 2001 From: sysadminix Date: Fri, 21 Mar 2025 16:51:46 +0300 Subject: [PATCH 04/10] reklama code insert --- templates/blocks/b_find_route_form.html | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/templates/blocks/b_find_route_form.html b/templates/blocks/b_find_route_form.html index 28919d3..a47d094 100644 --- a/templates/blocks/b_find_route_form.html +++ b/templates/blocks/b_find_route_form.html @@ -19,17 +19,6 @@
-
-
-
- {% if last_block == False and next_page_els_count %}
From a37e0091094cffc526c66a02e0a84c7749a057d9 Mon Sep 17 00:00:00 2001 From: sysadminix Date: Fri, 21 Mar 2025 16:52:37 +0300 Subject: [PATCH 05/10] reklama code insert --- templates/blocks/articles/b_news_elements.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/templates/blocks/articles/b_news_elements.html b/templates/blocks/articles/b_news_elements.html index 4b57a0e..05d01b4 100644 --- a/templates/blocks/articles/b_news_elements.html +++ b/templates/blocks/articles/b_news_elements.html @@ -2,5 +2,15 @@ {% for art in articles %} {% include "widgets/w_news_element_item.html" %} +
+
+
{#
{{ art.text|safe }}
#} {% endfor %} \ No newline at end of file From 70b481480f2592e56dd9b36fa53c613907eac6af Mon Sep 17 00:00:00 2001 From: sysadminix Date: Fri, 21 Mar 2025 16:53:40 +0300 Subject: [PATCH 06/10] reklama code insert --- templates/blocks/articles/b_news_elements.html | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/templates/blocks/articles/b_news_elements.html b/templates/blocks/articles/b_news_elements.html index 05d01b4..4b57a0e 100644 --- a/templates/blocks/articles/b_news_elements.html +++ b/templates/blocks/articles/b_news_elements.html @@ -2,15 +2,5 @@ {% for art in articles %} {% include "widgets/w_news_element_item.html" %} -
-
-
{#
{{ art.text|safe }}
#} {% endfor %} \ No newline at end of file From a5c098509363107696e103dc0dcfc7a01fe60af2 Mon Sep 17 00:00:00 2001 From: sysadminix Date: Fri, 21 Mar 2025 16:54:43 +0300 Subject: [PATCH 07/10] reklama code insert --- templates/blocks/routes/b_my_routes_list.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/templates/blocks/routes/b_my_routes_list.html b/templates/blocks/routes/b_my_routes_list.html index 31d869d..49344d6 100644 --- a/templates/blocks/routes/b_my_routes_list.html +++ b/templates/blocks/routes/b_my_routes_list.html @@ -1,6 +1,16 @@ {% for route in routes %} {% include "widgets/routes/w_my_route.html" %} +
+
+
{% endfor %} From 794d5e810d319c7449788be4de3c5d732a9d0dbd Mon Sep 17 00:00:00 2001 From: sysadminix Date: Fri, 21 Mar 2025 16:58:12 +0300 Subject: [PATCH 08/10] reklama code insert --- templates/blocks/routes/b_my_routes_list.html | 10 ---------- templates/forms/f_find_route_filters_form.html | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/templates/blocks/routes/b_my_routes_list.html b/templates/blocks/routes/b_my_routes_list.html index 49344d6..31d869d 100644 --- a/templates/blocks/routes/b_my_routes_list.html +++ b/templates/blocks/routes/b_my_routes_list.html @@ -1,16 +1,6 @@ {% for route in routes %} {% include "widgets/routes/w_my_route.html" %} -
-
-
{% endfor %} diff --git a/templates/forms/f_find_route_filters_form.html b/templates/forms/f_find_route_filters_form.html index 98d8d34..5b2a0ba 100644 --- a/templates/forms/f_find_route_filters_form.html +++ b/templates/forms/f_find_route_filters_form.html @@ -94,5 +94,15 @@
+
+
+
{#
#} \ No newline at end of file From f625537b6f779a0b149d58af1a25c466d142f7be Mon Sep 17 00:00:00 2001 From: sysadminix Date: Fri, 21 Mar 2025 17:52:35 +0300 Subject: [PATCH 09/10] reklama code insert --- templates/blocks/articles/b_news_elements_content.html | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/templates/blocks/articles/b_news_elements_content.html b/templates/blocks/articles/b_news_elements_content.html index 64c2617..d3925c1 100644 --- a/templates/blocks/articles/b_news_elements_content.html +++ b/templates/blocks/articles/b_news_elements_content.html @@ -3,14 +3,4 @@
{% include "blocks/articles/b_news_elements.html" %}
-
-
-
\ No newline at end of file From f6f4bfa2abd9c1dcf1bca91d3ce743c995711c9b Mon Sep 17 00:00:00 2001 From: sysadminix Date: Fri, 21 Mar 2025 17:53:06 +0300 Subject: [PATCH 10/10] reklama code insert --- templates/tb_base.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/tb_base.html b/templates/tb_base.html index 990c38a..d03ecd0 100644 --- a/templates/tb_base.html +++ b/templates/tb_base.html @@ -23,6 +23,9 @@ + + {% include "inter/meta_OpenGraph_Schema.html" %}