0.0.37
This commit is contained in:
@@ -1,10 +1,31 @@
|
||||
{% load static %}
|
||||
<div>
|
||||
<div>
|
||||
<div class="container_inf_about_moving">
|
||||
<div class="line_inf_about_moving">
|
||||
<div class="carrier_inf_moving left">
|
||||
<div>Отправка:</div>
|
||||
<div class="from-to-city-text">{% if route.arrival_DT %}{{ route.arrival_DT }}{% else %}Неизвестно{% endif %}</div>
|
||||
|
||||
</div>
|
||||
<img>
|
||||
<div class="carrier_inf_moving right">
|
||||
<div>Прибытие:</div>
|
||||
<div class="from-to-city-text">{% if route.departure_DT %}{{ route.departure_DT }}{% else %}Неизвестно{% endif %}</div>
|
||||
|
||||
</div>
|
||||
<div class="clear_both"></div>
|
||||
</div>
|
||||
<img>
|
||||
<div>
|
||||
<div class="line_inf_about_moving second">
|
||||
<div class="carrier_inf_moving left">
|
||||
<div>Отправка:</div>
|
||||
<div class="from-to-city-text">{% if route.from_city %}{{ route.from_city }}{% else %}Неизвестно{% endif %} / {% if route.from_airport %}{{ route.from_airport }}{% else %}Неизвестно{% endif %}</div>
|
||||
|
||||
</div>
|
||||
<img>
|
||||
<div class="carrier_inf_moving right">
|
||||
<div>Прибытие:</div>
|
||||
<div class="from-to-city-text">{% if route.to_city %}{{ route.to_city }}{% else %}Неизвестно{% endif %} / {% if to.from_airport %}{{ route.to_airport }}{% else %}Неизвестно{% endif %}</div>
|
||||
|
||||
</div>
|
||||
<div class="clear_both"></div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -8,6 +8,10 @@
|
||||
|
||||
<script src='{% static "js/jquery_v3_6_4.js" %}'> </script>
|
||||
|
||||
<script src='{% static "js/user_profile.js" %}'> </script>
|
||||
|
||||
<script src='{% static "js/user_profile(boris).js" %}'> </script>
|
||||
|
||||
<link rel="stylesheet" href="{% static 'css/styles.css' %}">
|
||||
|
||||
<link rel="stylesheet" href="{% static 'css/styles(boris).css' %}">
|
||||
|
||||
@@ -8,20 +8,50 @@
|
||||
<div class="type_transportation_carrier">
|
||||
{{ route.get_type_transport_display }}
|
||||
</div>
|
||||
<div class="clear_both"></div>
|
||||
</div>
|
||||
<div class="from-to-country-container-carrier">
|
||||
<div>
|
||||
{{ route.get_from_place_display }}
|
||||
<div class="from-to-country-text left fl-left txt-al-right">
|
||||
{% if route.from_country %}{{ route.from_country }}{% else %}Неизвестно{% endif %} / {% if route.from_city %}{{ route.from_city }}{% else %}Неизвестно{% endif %}
|
||||
</div>
|
||||
<div></div>
|
||||
<div>
|
||||
{{ route.get_to_place_display }}
|
||||
<div class="splitter-from-to-country"></div>
|
||||
<div class="from-to-country-text right fl-right txt-al-left">
|
||||
{% if route.to_country %}{{ route.to_country }}{% else %}Неизвестно{% endif %} / {% if route.to_city %}{{ route.to_city }}{% else %}Неизвестно{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
{% include "small_INCLUDES/carrier_card/inf_about_moving.html" %}
|
||||
|
||||
</div>
|
||||
<div>
|
||||
{# <div class="splliter-left-right-part-carrier-card"></div>#}
|
||||
<div class="inf_carrier_container">
|
||||
<div class="title_container_inf_carrier">Контакты отправителия:</div>
|
||||
<div>
|
||||
<img src="{% static "/delete_later/Avatar.png" %}">
|
||||
<span class="name_carrier">Иванов Иван</span>
|
||||
</div>
|
||||
<form>
|
||||
<div class="inf_carrier">
|
||||
<a class="phones_carrier" href="tel:+ 6 (666) 666-66-66">
|
||||
<img src="{% static "/img/svg/phone.svg" %}"/>
|
||||
<span class="phones_carrier_span">+ 6 (666) 666-66-66</span>
|
||||
<input name="phone_1" value="+6 29 123123123">
|
||||
</a>
|
||||
<a class="phones_carrier" href="tel:+ 6 (666) 666-66-66">
|
||||
<img src="{% static "/img/svg/phone.svg" %}">
|
||||
<span class="phones_carrier_span">+ 6 (666) 666-66-66</span>
|
||||
<input name="phone_2" value="+6 29 123123123">
|
||||
</a>
|
||||
<a class="email_carrier" href="mailto:ivanship@gmail.com">
|
||||
<img src="{% static "/img/svg/email.svg" %}">
|
||||
<span class="email_carrier_span">ivanship@gmail.com</span>
|
||||
<input name="email_1" value="+6 29 123123123">
|
||||
</a>
|
||||
</div>
|
||||
<button class="open_chat_carrier" onclick="show_inf_carrier(this)">Открыть чат</button>
|
||||
<button class="open_inf_carrier" onclick="show_inf_carrier(this)">Открыть контакт</button>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
<div class="clear_both"></div>
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user