0.0.15 block plugin
This commit is contained in:
@@ -1,33 +1,58 @@
|
||||
{% load static %}
|
||||
<div class="cut-width">
|
||||
<div class="plugin_container">
|
||||
<div class="semi_large_light">Все работы по проектированию производятся с помощью</div>
|
||||
<div class="large_txt plugin_txt">Плагина 3D SECURITY DESIGNER</div>
|
||||
{% if block.pre_title %}
|
||||
<div class="semi_large_light">{{ block.pre_title }}</div>
|
||||
{% endif %}
|
||||
{% if block.name %}
|
||||
<div class="large_txt plugin_txt">{{ block.name }}</div>
|
||||
{% endif %}
|
||||
<div class="plugin_container_content">
|
||||
<div class="left_part_plugin_container">
|
||||
<div class="semi_large_semi_light plugin_description">
|
||||
плагин был разработан нашим отделом разработки программного обеспечения для проектирования инженерных систем любой сложности
|
||||
быстрое проектирование инженерных систем
|
||||
поддержка популярных семейств оборудования и внедрение новых семейств в плагин
|
||||
</div>
|
||||
<button class="btn_download_plugin pointer">
|
||||
<div class="container_content_btn_download">
|
||||
<div class="left_part_btn">
|
||||
<img src="{% static "/images/download_icon.svg" %}" class="img_download_f_btn">
|
||||
|
||||
{% if block.description %}
|
||||
<div class="semi_large_semi_light plugin_description">
|
||||
{{ block.description|linebreaksbr }}
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if block.but1_title or block.but1_icon %}
|
||||
<button class="btn_download_plugin pointer">
|
||||
<div class="container_content_btn_download">
|
||||
{% if block.but1_icon %}
|
||||
<div class="left_part_btn">
|
||||
<img src="{{ MEDIA_URL }}{{ block.but1_icon }}" class="img_download_f_btn" />
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if block.but1_title %}
|
||||
<div class="standart_semi_bold_txt right_part_btn">{{ block.but1_title }}</div>
|
||||
{% endif %}
|
||||
<div class="clear_both"></div>
|
||||
</div>
|
||||
<div class="standart_semi_bold_txt right_part_btn">Скачать бесплатную версию плагина</div>
|
||||
<div class="clear_both"></div>
|
||||
</div>
|
||||
</button>
|
||||
<button class="btn_inf_about_plugin pointer">
|
||||
<div class="container_content_btn_download btn_inf_about_plugin_txt standart_semi_bold_txt">
|
||||
Информация о плагине
|
||||
</div>
|
||||
</button>
|
||||
</div>
|
||||
<div class="right_part_plugin_container">
|
||||
<img class="logo_3d_sec_designer" src="{% static "images/delete_later/logo_3d_sec_dis_n_correct.svg" %}">
|
||||
</button>
|
||||
{% endif %}
|
||||
{% if block.but2_title or block.but2_icon %}
|
||||
<button class="btn_inf_about_plugin pointer">
|
||||
<div class="container_content_btn_download">
|
||||
{% if block.but2_icon %}
|
||||
<div class="left_part_btn">
|
||||
<img src="{{ MEDIA_URL }}{{ block.but2_icon }}" class="img_download_f_btn">
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if block.but2_title %}
|
||||
<div class="container_content_btn_download btn_inf_about_plugin_txt standart_semi_bold_txt">
|
||||
{{ block.but2_title }}
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="clear_both"></div>
|
||||
</div>
|
||||
</button>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% if block.picture %}
|
||||
<div class="right_part_plugin_container">
|
||||
<img class="logo_3d_sec_designer" src="{{ MEDIA_URL }}{{ block.picture }}">
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -4,43 +4,55 @@
|
||||
<div class="container_how_w_us_working">
|
||||
<div class="cut-width">
|
||||
<div class="large_txt h_w_u_w">
|
||||
{% translate 'КАК С НАМИ РАБОТАТЬ?' %}
|
||||
{{ block.title }}
|
||||
</div>
|
||||
<div class="descript_process_block">
|
||||
<div class="descript_process_container">
|
||||
<div class="photo_container_descript_process">
|
||||
<img class="img_descript_process" src="{% static "images/delete_later/photo_test_descript_process.svg" %}">
|
||||
</div>
|
||||
<div class="txt_descript_process standart_txt">
|
||||
Получение инфы
|
||||
</div>
|
||||
</div>
|
||||
<div class="descript_process_container">
|
||||
<div class="photo_container_descript_process">
|
||||
<img class="img_descript_process" src="{% static "images/delete_later/photo_test_descript_process.svg" %}">
|
||||
</div>
|
||||
<div class="txt_descript_process standart_txt">
|
||||
Получение инфы
|
||||
</div>
|
||||
</div>
|
||||
<div class="descript_process_container">
|
||||
<div class="photo_container_descript_process">
|
||||
<img class="img_descript_process" src="{% static "images/delete_later/photo_test_descript_process.svg" %}">
|
||||
</div>
|
||||
<div class="txt_descript_process standart_txt">
|
||||
Получение инфы
|
||||
</div>
|
||||
</div>
|
||||
<div class="descript_process_container">
|
||||
<div class="photo_container_descript_process">
|
||||
<img class="img_descript_process" src="{% static "images/delete_later/photo_test_descript_process.svg" %}">
|
||||
</div>
|
||||
<div class="txt_descript_process standart_txt">
|
||||
Получение инфы
|
||||
</div>
|
||||
</div>
|
||||
{% if block.rel_widgets_for_block.all %}
|
||||
<div class="descript_process_block">
|
||||
{% for b_widget in block.rel_widgets_for_block.all %}
|
||||
|
||||
<div class="descript_process_container">
|
||||
{% if b_widget.picture %}
|
||||
<div class="photo_container_descript_process">
|
||||
<img class="img_descript_process" src="{{ MEDIA_URL }}{{ b_widget.picture }}">
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if b_widget.title %}
|
||||
<div class="txt_descript_process standart_txt">
|
||||
{{ b_widget.title }}
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endfor %}
|
||||
{# <div class="descript_process_container">#}
|
||||
{# <div class="photo_container_descript_process">#}
|
||||
{# <img class="img_descript_process" src="{% static "images/delete_later/photo_test_descript_process.svg" %}">#}
|
||||
{# </div>#}
|
||||
{# <div class="txt_descript_process standart_txt">#}
|
||||
{# Получение инфы#}
|
||||
{# </div>#}
|
||||
{# </div>#}
|
||||
{# <div class="descript_process_container">#}
|
||||
{# <div class="photo_container_descript_process">#}
|
||||
{# <img class="img_descript_process" src="{% static "images/delete_later/photo_test_descript_process.svg" %}">#}
|
||||
{# </div>#}
|
||||
{# <div class="txt_descript_process standart_txt">#}
|
||||
{# Получение инфы#}
|
||||
{# </div>#}
|
||||
{# </div>#}
|
||||
{# <div class="descript_process_container">#}
|
||||
{# <div class="photo_container_descript_process">#}
|
||||
{# <img class="img_descript_process" src="{% static "images/delete_later/photo_test_descript_process.svg" %}">#}
|
||||
{# </div>#}
|
||||
{# <div class="txt_descript_process standart_txt">#}
|
||||
{# Получение инфы#}
|
||||
{# </div>#}
|
||||
{# </div>#}
|
||||
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="form_consultation_container">
|
||||
<div class="top_border_gradient"></div>
|
||||
<form class="form_consultation">
|
||||
|
||||
@@ -4,7 +4,11 @@
|
||||
{% for block in cur_section.blocks.all %}
|
||||
{% if block.block_type == 'photo150_n_title' %}
|
||||
{% include 'blocks/b_photo150_n_title.html' %}
|
||||
{% elif block.block_type == 'how_work' %}
|
||||
{% include 'blocks/b_how_with_us_working.html' %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% include 'blocks/b_3d_s_d.html' %}
|
||||
{% if cur_section.plugin_presentation.all %}
|
||||
{% include 'blocks/b_3d_s_d.html' with block=cur_section.plugin_presentation.all.0 %}
|
||||
{% endif %}
|
||||
{% include 'blocks/b_faq.html' %}
|
||||
Reference in New Issue
Block a user