documentation page
This commit is contained in:
@@ -72,9 +72,9 @@
|
||||
<div class="tree_documentation_container_first_level">
|
||||
<div class="tree_documentation_container_first_line">
|
||||
{% if obj.children %}
|
||||
<picture class="tree_documentation_arrow_picture" onclick="showContentPartTree(this)" {% if obj.active %}style="rotate: 180deg;"{% endif %}>
|
||||
<source srcset="{% static "images/arrow_for_documentation_switcher.svg" %}">
|
||||
<img class="tree_documentation_arrow_img" src="{% static "images/arrow_for_documentation_switcher.svg" %}" alt="">
|
||||
<picture class="tree_documentation_arrow_picture" onclick="showContentPartTree(this)" {% if obj.active %}style="rotate: 90deg;"{% endif %}>
|
||||
<source srcset="{% static "images/arrow_for_doc_tree.svg" %}">
|
||||
<img class="tree_documentation_arrow_img" src="{% static "images/arrow_for_doc_tree.svg" %}" alt="">
|
||||
</picture>
|
||||
{% endif %}
|
||||
<a class="tree_documentation_container_first_level_txt {% if not obj.children %}margin {% endif %}{% if cur_article.url == obj.url %}chose{% endif %}" href="{% url 'docs_art_page' cur_version.url obj.url %}">
|
||||
@@ -88,9 +88,9 @@
|
||||
<div class="tree_documentation_container_second_level">
|
||||
<div class="tree_documentation_container_first_line">
|
||||
{% if obj.children %}
|
||||
<picture class="tree_documentation_arrow_picture" onclick="showContentPartTree(this)" {% if obj.active %}style="rotate: 180deg;"{% endif %}>
|
||||
<source srcset="{% static "images/arrow_for_documentation_switcher.svg" %}">
|
||||
<img class="tree_documentation_arrow_img" src="{% static "images/arrow_for_documentation_switcher.svg" %}" alt="">
|
||||
<picture class="tree_documentation_arrow_picture" onclick="showContentPartTree(this)" {% if obj.active %}style="rotate: 90deg;"{% endif %}>
|
||||
<source srcset="{% static "images/arrow_for_doc_tree.svg" %}">
|
||||
<img class="tree_documentation_arrow_img" src="{% static "images/arrow_for_doc_tree.svg" %}" alt="">
|
||||
</picture>
|
||||
{% endif %}
|
||||
<a class="tree_documentation_container_second_level_txt {% if not obj.children %}margin {% endif %}{% if cur_article.url == obj.url %}chose{% endif %}" href="{% url 'docs_art_page' cur_version.url obj.url %}">
|
||||
|
||||
Reference in New Issue
Block a user