0.0.159 upd footer
This commit is contained in:
@@ -22,19 +22,19 @@
|
||||
</p>
|
||||
</span>
|
||||
|
||||
<div class="wrapper_switch">
|
||||
<div class="switch">
|
||||
<div class="form_radio_btn">
|
||||
|
||||
<input class="{% if account_type == "mover" %}active {% else %} deactive{% endif %}" id="radio-1" type="radio" name="account_type" value="mover" >
|
||||
<label for="radio-1">{% translate "Автоперевозки" %}</label>
|
||||
</div>
|
||||
<div class="form_radio_btn">
|
||||
<input class="{% if account_type == "sender" %}active {% else %} deactive{% endif %}" id="radio-2" type="radio" name="account_type" value="sender" checked>
|
||||
<label for="radio-2">{% translate "Авиаперевозки" %}</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{# <div class="wrapper_switch">#}
|
||||
{# <div class="switch">#}
|
||||
{# <div class="form_radio_btn">#}
|
||||
{##}
|
||||
{# <input class="{% if account_type == "mover" %}active {% else %} deactive{% endif %}" id="radio-1" type="radio" name="account_type" value="mover" >#}
|
||||
{# <label for="radio-1">{% translate "Автоперевозки" %}</label>#}
|
||||
{# </div>#}
|
||||
{# <div class="form_radio_btn">#}
|
||||
{# <input class="{% if account_type == "sender" %}active {% else %} deactive{% endif %}" id="radio-2" type="radio" name="account_type" value="sender" checked>#}
|
||||
{# <label for="radio-2">{% translate "Авиаперевозки" %}</label>#}
|
||||
{# </div>#}
|
||||
{# </div>#}
|
||||
{# </div>#}
|
||||
|
||||
|
||||
{# <img src="/static/img/png/Box1.png" alt="">#}
|
||||
@@ -63,14 +63,12 @@
|
||||
|
||||
<div class="tabs">
|
||||
|
||||
|
||||
<input type="radio" name="tab-btn" id="tab-btn-1" value="" checked>
|
||||
<label for="tab-btn-1">{% translate "Как отправить?" %}</label>
|
||||
<input type="radio" name="tab-btn" id="tab-btn-2" value="">
|
||||
<label for="tab-btn-2">{% translate "Как перевезти?" %}</label>
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="content-1">
|
||||
<h2 id="title_static">{% translate "Вам нужно отправить посылку быстро и недорого?" %}</h2>
|
||||
<div class="benefit_img">
|
||||
|
||||
Reference in New Issue
Block a user