From 61d3831739fd4b5f4b113e37117e439e6a4702ee Mon Sep 17 00:00:00 2001 From: pavel Date: Tue, 21 Apr 2015 09:50:40 +0000 Subject: [PATCH] EXPO-25 accounts/feed.html --- templates/client/accounts/feed.html | 300 +++++++++++++--------------- 1 file changed, 144 insertions(+), 156 deletions(-) diff --git a/templates/client/accounts/feed.html b/templates/client/accounts/feed.html index 61de510a..7b22e691 100644 --- a/templates/client/accounts/feed.html +++ b/templates/client/accounts/feed.html @@ -2,83 +2,75 @@ {% load i18n %} {% load static %} {% block bread_scrumbs %} - + {% endblock %} - - {% block page_title %} -
-

{% trans 'Моя лента событий' %}

-
+
+

{% trans 'Моя лента событий' %}

+
{% endblock %} - {% block page_body %} -
-
- Фильтрация ленты - +
+
+ Фильтрация ленты +
+
+

Тематические фильтры не выбраны: (Изменить):

+
+
+
+
~~text~~
+ x +
+ +
+
+
+
+

Географические фильтры не выбраны: (Изменить):

+ +
+
+
+
~~text~~
+ x +
+ +
+
+
+ +
+
{% csrf_token %} +
+
+
+
+ + {% if search_form.th %} + {% include 'client/popups/theme.html' with search_form=search_form filter="filter-" formId="filter-pwSubj" selectedItemTemplate="filter-subj-selected" autoCompleteId="filter-subj-complete-block" filterInputId="filter-subj-fliter-input" selectedItemsContainer="filter-csb-subj-selected-items" subjectTriggerWrapId="filter-subj-checks" exhibitionCheck="filter-exhibition-check" conferenceCheck="filter-conference-check" prefix="f-s-" submitText="Применить" %} + {% endif %} + + {% if search_form.area %} + {% include 'client/popups/place.html' with search_form=search_form filter="filter-" formId="filter-pwPlace" selectedItemTemplate="filter-csb-selected" autoCompleteId="filter-place-complete-block" filterInputId="filter-place-filter-input" selectedItemsContainer="filter-csb-selected-items" prefix="f-p-" submitText="Применить" %} + {% endif %} -
-
-

Тематические фильтры не выбраны: (Изменить):

-
-
-
-
~~text~~
- x
- -
-
-
-
-

Географические фильтры не выбраны: (Изменить):

- -
-
-
-
~~text~~
- x -
- -
-
-
- - -
- {% csrf_token %} -
-
-
-
- - {% if search_form.th %} - {% include 'client/popups/theme.html' with search_form=search_form filter="filter-" formId="filter-pwSubj" selectedItemTemplate="filter-subj-selected" autoCompleteId="filter-subj-complete-block" filterInputId="filter-subj-fliter-input" selectedItemsContainer="filter-csb-subj-selected-items" subjectTriggerWrapId="filter-subj-checks" exhibitionCheck="filter-exhibition-check" conferenceCheck="filter-conference-check" prefix="f-s-" submitText="Применить" %} - {% endif %} - - {% if search_form.area %} - {% include 'client/popups/place.html' with search_form=search_form filter="filter-" formId="filter-pwPlace" selectedItemTemplate="filter-csb-selected" autoCompleteId="filter-place-complete-block" filterInputId="filter-place-filter-input" selectedItemsContainer="filter-csb-selected-items" prefix="f-p-" submitText="Применить" %} - {% endif %} - +
-
- -
- - -
-
-

*{% trans ' Вы можете настроить ленту событий, один раз выбрав интересные темы и географию с помощью кнопки «Фильтрация ленты».' %}

-
- {% if object_list %} - {% include 'includes/exposition/exposition_list.html' with object_list=object_list %} - {% else %} + +
+
+

*{% trans ' Вы можете настроить ленту событий, один раз выбрав интересные темы и географию с помощью кнопки «Фильтрация ленты».' %}

+
+ {% if object_list %} + {% include 'includes/exposition/exposition_list.html' with object_list=object_list %} + {% else %}

@@ -87,92 +79,88 @@ {% trans "Увы, событий, соответствующих выбранным фильтрам, нет в каталоге.
Попробуйте укрупнить параметры поиска" %}

- - {% endif %} - - {% include 'includes/catalog_paginator.html' with page_obj=page_obj %} - - - - - - - -
+ {% endif %} + {% include 'includes/catalog_paginator.html' with page_obj=page_obj %} + {% if request.GET.debug == '1' %} + + {% else %} + + {% endif %} + +
{% endblock %}