0.8.398
This commit is contained in:
@@ -56,9 +56,9 @@
|
||||
<div class="block_overlay {% if page_type == 'profile' %}show{% elif page_type == 'routes' %} routes n_profile hidden{% else %}hidden n_profile{% endif %}" onclick="close_open_curtain()"></div>
|
||||
<div class="wrapper_main">
|
||||
|
||||
{% include 'blocks/b_header.html' %}
|
||||
{% include 'blocks/b_header.html' %}s
|
||||
|
||||
<div class="cut_width_f_curtain close{% if page_type == 'profile' %}{% else %} n_profile{% endif %} right">
|
||||
<div class="cut_width_f_curtain close{% if page_type == 'profile' %}{% else %} n_profile{% endif %} right" onclick="reAdressClickOnbackrground(event,this)">
|
||||
<div class="menu_buttons curtain right {% if page_type == 'profile' %}open{% else %} n_profile close{% endif %}" data-name="<img style='width: 25px;display: block;position: relative;bottom: 2px;transform: rotate(270deg);' src='{% static "/img/svg/burger.svg" %}'>">
|
||||
|
||||
{% include "blocks/profile/b_buttons_menu_profile.html" %}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<div
|
||||
{% if dom_id %}id="{{ dom_id }}"{% endif %}
|
||||
{% if ajax_url %}onclick="select_tab_profile(this,'{{ ajax_url }}'{% if owner_type %},'{{ owner_type }}'{% endif %})"{% endif %}
|
||||
{% if ajax_url and page_type == 'profile' %}onclick="select_tab_profile(this,'{{ ajax_url }}'{% if owner_type %},'{{ owner_type }}'{% endif %})"{% endif %}
|
||||
{% if page_name == sel_page_name %}
|
||||
class="selected"
|
||||
{% endif %} >
|
||||
@@ -9,13 +9,16 @@
|
||||
{% if page_type and page_type == 'profile' or not sel_page_name %}
|
||||
|
||||
{% if sel_page_name == 'logout' %}
|
||||
<a href="/profile/logout/" class="text_btn_profile">
|
||||
<a href="/profile/logout/" class="text_btn_profile logout">
|
||||
<span class="logout_span">
|
||||
{% else %}
|
||||
<span class="text_btn_profile">
|
||||
{% endif %}
|
||||
{% else %}
|
||||
|
||||
{% if sel_page_name != 'logoout' %}
|
||||
{% if sel_page_name == 'logout' %}
|
||||
<a href="/profile/logout/" class="text_btn_profile logout">
|
||||
<span class="logout_span">
|
||||
{% elif sel_page_name != 'logoout' %}
|
||||
<a href="{% url "profile_page" sel_page_name %}" class="text_btn_profile">
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
@@ -29,6 +32,7 @@
|
||||
{% endif %}
|
||||
{% if page_type and page_type == 'profile' or not sel_page_name %}
|
||||
{% if sel_page_name == 'logout' %}
|
||||
</span>
|
||||
</a>
|
||||
{% else %}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user