сетка + тег "все"

This commit is contained in:
erjemin
2021-08-26 16:49:37 +03:00
parent 4a5527e083
commit a39cfb27a9
2 changed files with 8 additions and 9 deletions

View File

@@ -28,7 +28,6 @@
</a>{% endif %}{% else %} </a>{% endif %}{% else %}
<a href="/tag_{{ I.slug|lower }}" class="tag-not-active"> <a href="/tag_{{ I.slug|lower }}" class="tag-not-active">
{{ I.name }} &nbsp; <span class="tag-note"><sup><b>{{ I.NumInPage }}</b></sup>/<sub>{{ I.NumTotal }}</sub></span> {{ I.name }} &nbsp; <span class="tag-note"><sup><b>{{ I.NumInPage }}</b></sup>/<sub>{{ I.NumTotal }}</sub></span>
</a>{% endif %}{% endfor %}{% if TAGS_L %} </a>{% endif %}{% endfor %} &nbsp; <a href="/alltags" class="tag-not-active"><i class="bi bi-three-dots"></i> <i class="bi bi-arrow-right"></i> &nbsp; &nbsp;</a>
<span class="label label-primary"><a href="?"><b class="glyphicon glyphicon-remove"></b></a></span> </p>
{% endif %} <!-- ОБЛАКО ТЕГОВ: НАЧАЛО -->
</p><!-- ОБЛАКО ТЕГОВ: НАЧАЛО -->

View File

@@ -51,7 +51,11 @@
</div>{#<!-- ХЛЕБНЫЕ КРОШКИ: КОНЕЦ -->#} </div>{#<!-- ХЛЕБНЫЕ КРОШКИ: КОНЕЦ -->#}
{#<!-- POINT-СРАНИЦА: НАЧАЛО -->#}<div class="container lenta"> {#<!-- POINT-СРАНИЦА: НАЧАЛО -->#}<div class="container lenta">
<div class="row"> <div class="row">
<div class="col-12 col-md-9"> {#<!-- БОКОВАЯ НАВИГАЦИЯ: НАЧАЛО-->#}<nav class="col-12 col-lg-3 l-menu">
<h6>Теги текущей страницы:</h6>
{% include "blocks/tags-cloud.jinja2" %}
</nav>{#<!-- боковая навигация: конец-->#}
<div class="col-12 col-lg-9">
{% for i in LENTA %}<div class="row default-list"> {% for i in LENTA %}<div class="row default-list">
<div class="col-md-4 d-none d-md-block{% if forloop.counter|divisibleby:2 %} order-last{% endif %}"> <div class="col-md-4 d-none d-md-block{% if forloop.counter|divisibleby:2 %} order-last{% endif %}">
<a href="/item/{{ i.id }}-{{ i.szContentSlug }}?p={{ PAGE_OF_LIST }}&n={{ forloop.counter }}">{% if i.imgContentPreview is None %} <a href="/item/{{ i.id }}-{{ i.szContentSlug }}?p={{ PAGE_OF_LIST }}&n={{ forloop.counter }}">{% if i.imgContentPreview is None %}
@@ -96,10 +100,6 @@
</nav> </nav>
</div>{# НАВИГАЦИЯ ПО СТРАНИЦАМ СО СПИСКАМИ КОНТЕНТА ИЗ ПРОИЗВОЛЬНОЙ КАТЕГОРИИ: КОНЕЦ #}{% endif %} </div>{# НАВИГАЦИЯ ПО СТРАНИЦАМ СО СПИСКАМИ КОНТЕНТА ИЗ ПРОИЗВОЛЬНОЙ КАТЕГОРИИ: КОНЕЦ #}{% endif %}
</div> </div>
{#<!-- БОКОВАЯ НАВИГАЦИЯ: НАЧАЛО-->#}<nav class="col order-last order-md-first l-menu">
<h6>Теги текущей страницы:</h6>
{% include "blocks/tags-cloud.jinja2" %}
</nav>{#<!-- боковая навигация: конец-->#}
</div> </div>
</div>{#<!-- POINT-СРАНИЦА: КОНЕЦ -->#}{% endblock %} </div>{#<!-- POINT-СРАНИЦА: КОНЕЦ -->#}{% endblock %}