0.8.379
This commit is contained in:
@@ -43,7 +43,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.block_overlay.n_profile{
|
.block_overlay.n_profile{
|
||||||
height: 100%;
|
height: 105%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
/*background: rgba(39, 53, 62, 0.7);*/
|
/*background: rgba(39, 53, 62, 0.7);*/
|
||||||
backdrop-filter: blur(6px);
|
backdrop-filter: blur(6px);
|
||||||
@@ -978,11 +978,32 @@
|
|||||||
width: calc(100% - 35px);
|
width: calc(100% - 35px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.to_address_point_txt.post_route.w_100{
|
||||||
|
border: 1px solid #E6E6E6;
|
||||||
|
width: calc(100% - 35px);
|
||||||
|
border-radius: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
.from_address_point_txt.find_route.first.w_100{
|
.from_address_point_txt.find_route.first.w_100{
|
||||||
width: calc(100% - 35px);
|
width: calc(100% - 35px);
|
||||||
border-right: 1px solid #E6E6E6;
|
border-right: 1px solid #E6E6E6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.from_address_point_txt.post_route.first.w_100{
|
||||||
|
width: calc(100% - 35px);
|
||||||
|
border-right: 1px solid #E6E6E6;
|
||||||
|
}
|
||||||
|
|
||||||
|
.to_address_point_txt.post_route.first.w_100{
|
||||||
|
width: calc(100% - 35px);
|
||||||
|
border-right: 1px solid #E6E6E6;
|
||||||
|
}
|
||||||
|
|
||||||
|
.to_address_point_txt.post_route.first.w_100{
|
||||||
|
width: calc(100% - 35px);
|
||||||
|
border-right: 1px solid #E6E6E6;
|
||||||
|
}
|
||||||
|
|
||||||
.to_address_point_txt.find_route.w_100{
|
.to_address_point_txt.find_route.w_100{
|
||||||
border: 1px solid #E6E6E6;
|
border: 1px solid #E6E6E6;
|
||||||
width: calc(100% - 35px);
|
width: calc(100% - 35px);
|
||||||
@@ -1009,6 +1030,46 @@
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.to_address_point_txt.post_route{
|
||||||
|
display: block;
|
||||||
|
border-left: 1px solid #E6E6E6;
|
||||||
|
border-top: 1px solid #E6E6E6;
|
||||||
|
border-right: 0;
|
||||||
|
border-bottom: 1px solid #E6E6E6;
|
||||||
|
color: #272424;
|
||||||
|
font-family: Inter;
|
||||||
|
font-size: 16px;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
line-height: 22px;
|
||||||
|
appearance: none;
|
||||||
|
margin-top: 10px;
|
||||||
|
height: 20px;
|
||||||
|
border-radius: 15px 0 0 15px;
|
||||||
|
padding: 20px 15.2px;
|
||||||
|
width: calc(100% - 95px);
|
||||||
|
}
|
||||||
|
|
||||||
|
.from_address_point_txt.post_route{
|
||||||
|
display: block;
|
||||||
|
border-left: 1px solid #E6E6E6;
|
||||||
|
border-top: 1px solid #E6E6E6;
|
||||||
|
border-right: 0;
|
||||||
|
border-bottom: 1px solid #E6E6E6;
|
||||||
|
color: #272424;
|
||||||
|
font-family: Inter;
|
||||||
|
font-size: 16px;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
line-height: 22px;
|
||||||
|
appearance: none;
|
||||||
|
margin-top: 10px;
|
||||||
|
height: 20px;
|
||||||
|
border-radius: 15px 0 0 15px;
|
||||||
|
padding: 20px 15.2px;
|
||||||
|
width: calc(100% - 95px);
|
||||||
|
}
|
||||||
|
|
||||||
.input_list.find_route{
|
.input_list.find_route{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
/* display: block; */
|
/* display: block; */
|
||||||
@@ -1112,6 +1173,10 @@
|
|||||||
cursor: text;
|
cursor: text;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.abbreviation_airport_in_search.post_route{
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
.abbreviation_airport_in_search.hide{
|
.abbreviation_airport_in_search.hide{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@@ -2293,6 +2358,20 @@
|
|||||||
height: 695px;
|
height: 695px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cut_width_f_curtain.n_profile{
|
||||||
|
position: fixed;
|
||||||
|
min-width: 1280px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cut_width_f_curtain.close{
|
||||||
|
z-index: -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cut_width_f_curtain.open{
|
||||||
|
z-index: 101;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.cut_width_f_curtain.left{
|
.cut_width_f_curtain.left{
|
||||||
max-width: 1280px;
|
max-width: 1280px;
|
||||||
text-align: -webkit-right;
|
text-align: -webkit-right;
|
||||||
@@ -2391,6 +2470,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.menu_buttons.left.open{
|
.menu_buttons.left.open{
|
||||||
left: 0;
|
left: 0;
|
||||||
transition: 200ms;
|
transition: 200ms;
|
||||||
@@ -2679,9 +2759,9 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.block_overlay.show.routes{
|
/*.block_overlay.show.routes{*/
|
||||||
display: none;
|
/* display: none;*/
|
||||||
}
|
/*}*/
|
||||||
|
|
||||||
.menu_buttons.left.close.filters{
|
.menu_buttons.left.close.filters{
|
||||||
width: 294px;
|
width: 294px;
|
||||||
|
|||||||
@@ -5,6 +5,32 @@
|
|||||||
// window.onfocus = function () {
|
// window.onfocus = function () {
|
||||||
// getSocketState()
|
// getSocketState()
|
||||||
// }
|
// }
|
||||||
|
let map_of_words_en = new Map([
|
||||||
|
['закрыть'],['Close']
|
||||||
|
])
|
||||||
|
let map_of_words_ru = new Map([
|
||||||
|
['close'],['Закрыть']
|
||||||
|
])
|
||||||
|
function translate_words (word,lang){
|
||||||
|
let corr_word = word.toLowersCase()
|
||||||
|
let trans_word = null
|
||||||
|
if (lang === 'ru'){
|
||||||
|
trans_word = map_of_words_ru.get(`${corr_word}`)
|
||||||
|
|
||||||
|
} else if (lang === 'en') {
|
||||||
|
trans_word = map_of_words_en.get(`${corr_word}`)
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
function check_return_trans_word (str) {
|
||||||
|
if (!str === undefined && str === '' && str){
|
||||||
|
return str
|
||||||
|
} else {
|
||||||
|
console.log(`error! str = ${str}`)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
window.onload = function (){
|
window.onload = function (){
|
||||||
middleWareJS()
|
middleWareJS()
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -232,32 +232,36 @@ function confirmRemove(el) {
|
|||||||
|
|
||||||
function loader_place_ins_boris (el,type=null){
|
function loader_place_ins_boris (el,type=null){
|
||||||
if (el){
|
if (el){
|
||||||
|
|
||||||
let loader_place = document.querySelector(".abbreviation_airport_in_search")
|
let loader_place = document.querySelector(".abbreviation_airport_in_search")
|
||||||
let cur_loader_place = el.nextElementSibling
|
let cur_loader_place = el.nextElementSibling
|
||||||
if (type){
|
if (type){
|
||||||
cur_loader_place.innerHTML = ""
|
cur_loader_place.innerHTML = ""
|
||||||
} else {
|
} else {
|
||||||
if (loader_place){
|
if (loader_place){
|
||||||
|
|
||||||
if (cur_loader_place.innerHTML === '<img src="/static/img/svg/loader.svg" style="height: 30px;padding-top: 17px;padding-left: 15px;">'){
|
if (cur_loader_place.innerHTML === '<img src="/static/img/svg/loader.svg" style="height: 30px;padding-top: 17px;padding-left: 15px;">'){
|
||||||
cur_loader_place.innerHTML = ""
|
cur_loader_place.innerHTML = ""
|
||||||
} else {
|
} else {
|
||||||
cur_loader_place.innerHTML = "<img src='/static/img/svg/loader.svg' style='height: 30px;padding-top: 17px;padding-left: 15px;'>"
|
cur_loader_place.innerHTML = "<img src='/static/img/svg/loader.svg' style='height: 30px;padding-top: 17px;padding-left: 15px;'>"
|
||||||
}
|
}
|
||||||
|
changeWidthEL(el)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
changeWidthEL(el)
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function searchTown(el){
|
function searchTown(el){
|
||||||
|
|
||||||
if (el.value.length > 0){
|
if (el.value.length > 0){
|
||||||
el.style.background = 'white url("/static/img/svg/loader.svg") no-repeat calc(100% - 15px) center';
|
// el.style.background = 'white url("/static/img/svg/loader.svg") no-repeat calc(100% - 15px) center';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}else {
|
}else {
|
||||||
el.style.background = 'white url("/static/img/png/icon-arrow.svg") no-repeat calc(100% - 15px) center';
|
// el.style.background = 'white url("/static/img/png/icon-arrow.svg") no-repeat calc(100% - 15px) center';
|
||||||
}
|
}
|
||||||
|
|
||||||
if(el.value.length>=3){
|
if(el.value.length>=3){
|
||||||
@@ -290,7 +294,7 @@ function searchTown(el){
|
|||||||
// enctype: 'json',
|
// enctype: 'json',
|
||||||
data: JSON.stringify(get_address_point),
|
data: JSON.stringify(get_address_point),
|
||||||
success: function(data){
|
success: function(data){
|
||||||
el.style.background = 'white url("/static/img/png/icon-arrow.svg") no-repeat calc(100% - 15px) center';
|
// el.style.background = 'white url("/static/img/png/icon-arrow.svg") no-repeat calc(100% - 15px) center';
|
||||||
loader_place_ins_boris(el,"el")
|
loader_place_ins_boris(el,"el")
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -691,7 +691,7 @@ function open_curtain (left=null,right=null,overlay=null,close=null){
|
|||||||
let curtain = ''
|
let curtain = ''
|
||||||
let left_curtain = document.querySelector(".menu_buttons.left")
|
let left_curtain = document.querySelector(".menu_buttons.left")
|
||||||
let right_curtain = document.querySelector(".menu_buttons.right")
|
let right_curtain = document.querySelector(".menu_buttons.right")
|
||||||
|
let container_curtain = document.querySelector(".cut_width_f_curtain")
|
||||||
if (left || right){
|
if (left || right){
|
||||||
if (left){
|
if (left){
|
||||||
if (left_curtain){
|
if (left_curtain){
|
||||||
@@ -738,12 +738,17 @@ function open_curtain (left=null,right=null,overlay=null,close=null){
|
|||||||
if (user_type === 'mobile' || user_type === 'laptop') {
|
if (user_type === 'mobile' || user_type === 'laptop') {
|
||||||
curtain.classList.remove("open")
|
curtain.classList.remove("open")
|
||||||
curtain.classList.add("close")
|
curtain.classList.add("close")
|
||||||
|
container_curtain.classList.remove("open")
|
||||||
|
container_curtain.classList.add("close")
|
||||||
|
|
||||||
closeOverlay()
|
closeOverlay()
|
||||||
} else if (!window.location.href.includes('profile')){
|
} else if (!window.location.href.includes('profile')){
|
||||||
//
|
//
|
||||||
} else {
|
} else {
|
||||||
curtain.classList.remove("open")
|
curtain.classList.remove("open")
|
||||||
curtain.classList.add("close")
|
curtain.classList.add("close")
|
||||||
|
container_curtain.classList.remove("open")
|
||||||
|
container_curtain.classList.add("close")
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
@@ -760,12 +765,14 @@ function open_curtain (left=null,right=null,overlay=null,close=null){
|
|||||||
if (user_type === 'mobile' || !window.location.host.includes('profile') || user_type === 'laptop' ) {
|
if (user_type === 'mobile' || !window.location.host.includes('profile') || user_type === 'laptop' ) {
|
||||||
curtain.classList.toggle("open")
|
curtain.classList.toggle("open")
|
||||||
curtain.classList.toggle("close")
|
curtain.classList.toggle("close")
|
||||||
|
|
||||||
newCurtainZIndex()
|
newCurtainZIndex()
|
||||||
let curtain_check = getOpenCurtain()
|
let curtain_check = getOpenCurtain()
|
||||||
if (curtain_check.length > 1){
|
if (curtain_check.length > 1){
|
||||||
let curtain_old = getCurtainWIncreaceZindex(curtain_check,'decreace')['increace']
|
let curtain_old = getCurtainWIncreaceZindex(curtain_check,'decreace')['increace']
|
||||||
curtain_old.classList.toggle("close")
|
curtain_old.classList.toggle("close")
|
||||||
curtain_old.classList.toggle("open")
|
curtain_old.classList.toggle("open")
|
||||||
|
|
||||||
}
|
}
|
||||||
if (curtain_check.length > 0){
|
if (curtain_check.length > 0){
|
||||||
let overlay = document.querySelector('.block_overlay.show')
|
let overlay = document.querySelector('.block_overlay.show')
|
||||||
@@ -800,6 +807,8 @@ function open_curtain (left=null,right=null,overlay=null,close=null){
|
|||||||
} else {
|
} else {
|
||||||
body.style.overflowY = 'hidden'
|
body.style.overflowY = 'hidden'
|
||||||
}
|
}
|
||||||
|
container_curtain.classList.toggle("close")
|
||||||
|
container_curtain.classList.toggle("open")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -77,7 +77,6 @@
|
|||||||
{# boris change input #}
|
{# boris change input #}
|
||||||
<input class="el_form_b_new_route" type="text" id="id_departure_DT" name="departure_DT" placeholder="" {% if form.initial.departure_DT %} value="{{ form.initial.departure_DT|date:"y.m.d H:m" }}"{% endif %}/>
|
<input class="el_form_b_new_route" type="text" id="id_departure_DT" name="departure_DT" placeholder="" {% if form.initial.departure_DT %} value="{{ form.initial.departure_DT|date:"y.m.d H:m" }}"{% endif %}/>
|
||||||
<div id="displayRegervation"></div>
|
<div id="displayRegervation"></div>
|
||||||
{# end #}
|
|
||||||
|
|
||||||
{% if not errors_off and form.errors and form.errors.departure_DT %}
|
{% if not errors_off and form.errors and form.errors.departure_DT %}
|
||||||
<span>{{ form.errors.departure_DT }}</span>
|
<span>{{ form.errors.departure_DT }}</span>
|
||||||
@@ -111,68 +110,119 @@
|
|||||||
<div class="from_to_country">
|
<div class="from_to_country">
|
||||||
<div class="from_country_container">
|
<div class="from_country_container">
|
||||||
<label for="id_from_address_point_txt">{{ form.fields.from_address_point.label }}</label>
|
<label for="id_from_address_point_txt">{{ form.fields.from_address_point.label }}</label>
|
||||||
<input
|
{# <input#}
|
||||||
type="number"
|
{# type="number"#}
|
||||||
name="from_address_point"
|
{# name="from_address_point"#}
|
||||||
id="id_from_address_point"
|
{# id="id_from_address_point"#}
|
||||||
class="el_form_b_new_route"
|
{# class="el_form_b_new_route"#}
|
||||||
hidden
|
{# hidden#}
|
||||||
{% if form.initial.from_address_point %}value="{{ form.initial.from_address_point }}"{% endif %}
|
{# {% if form.initial.from_address_point %}value="{{ form.initial.from_address_point }}"{% endif %}#}
|
||||||
/>
|
{# />#}
|
||||||
<input
|
{# <input#}
|
||||||
|
{# oninput="searchTown(this)"#}
|
||||||
|
{# onclick="showSearchList(this)"#}
|
||||||
|
{# onblur="onblurInputField(event, this)"#}
|
||||||
|
{# onFocus="this.select()"#}
|
||||||
|
{# autocomplete="off"#}
|
||||||
|
{# type="text"#}
|
||||||
|
{# minlength="3"#}
|
||||||
|
{##}
|
||||||
|
{# name="from_address_point_txt"#}
|
||||||
|
{# class="from_address_point_txt post_route el_form_b_new_route"#}
|
||||||
|
{# {% if form.fields.from_address_point.required %} required{% endif %}#}
|
||||||
|
{# id="id_from_address_point_txt"#}
|
||||||
|
{# {% if form.initial.from_address_point_txt %}value="{{ form.initial.from_address_point_txt }}"{% endif %}#}
|
||||||
|
{# />#}
|
||||||
|
{# <datalist id="from_address_point">#}
|
||||||
|
{##}
|
||||||
|
{# </datalist>#}
|
||||||
|
{##}
|
||||||
|
{# <div class="input_list post_route" name="from_address_point_txt_list">#}
|
||||||
|
{##}
|
||||||
|
{# </div>#}
|
||||||
|
{# boris changed input#}
|
||||||
|
<div class="container_inp_w_abr">
|
||||||
|
<input
|
||||||
|
type="number"
|
||||||
|
name="from_address_point"
|
||||||
|
id="id_from_address_point"
|
||||||
|
class="el_form_find_route"
|
||||||
|
hidden
|
||||||
|
class="disp-none"
|
||||||
|
{% if route_form.initial.from_address_point %}value="{{ route_form.initial.from_address_point}}"{% endif %}/>
|
||||||
|
<input
|
||||||
oninput="searchTown(this)"
|
oninput="searchTown(this)"
|
||||||
onclick="showSearchList(this)"
|
onclick="showSearchList(this)"
|
||||||
onblur="onblurInputField(event, this)"
|
onblur="onblurInputField(event, this)"
|
||||||
|
|
||||||
onFocus="this.select()"
|
onFocus="this.select()"
|
||||||
autocomplete="off"
|
autocomplete="off"
|
||||||
type="text"
|
type="text"
|
||||||
minlength="3"
|
|
||||||
|
|
||||||
name="from_address_point_txt"
|
name="from_address_point_txt"
|
||||||
class="from_address_point_txt post_route el_form_b_new_route"
|
{# {% if form.fields.to_address_point.required %} required{% endif %}#}
|
||||||
{% if form.fields.from_address_point.required %} required{% endif %}
|
|
||||||
id="id_from_address_point_txt"
|
id="id_from_address_point_txt"
|
||||||
{% if form.initial.from_address_point_txt %}value="{{ form.initial.from_address_point_txt }}"{% endif %}
|
class="from_address_point_txt post_route first"
|
||||||
/>
|
{% if route_form.initial.from_address_point %}value="{{ route_form.initial.from_address_point }}"{% endif %}/>
|
||||||
<datalist id="from_address_point">
|
<div class="abbreviation_airport_in_search post_route" onclick="focusOnInput(this)"></div>
|
||||||
|
<div class="input_list post_route" name="from_address_point_txt_list"></div>
|
||||||
</datalist>
|
|
||||||
|
|
||||||
<div class="input_list post_route" name="from_address_point_txt_list">
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
{% if not errors_off and form.errors and form.errors.from_address_point %}
|
{% if not errors_off and form.errors and form.errors.from_address_point %}
|
||||||
<span>{{ form.errors.from_address_point}}</span>
|
<span>{{ form.errors.from_address_point}}</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<label for="id_to_address_point_txt">{{ form.fields.to_address_point.label }}</label>
|
<label for="id_from_address_point_txt">{{ form.fields.to_address_point.label }}</label>
|
||||||
<input
|
{# <input#}
|
||||||
type="number"
|
{# type="number"#}
|
||||||
name="to_address_point"
|
{# name="to_address_point"#}
|
||||||
id="id_to_address_point"
|
{# id="id_to_address_point"#}
|
||||||
class="el_form_b_new_route"
|
{# class="el_form_b_new_route"#}
|
||||||
hidden
|
{# hidden#}
|
||||||
{% if form.initial.to_address_point %}value="{{ form.initial.to_address_point}}"{% endif %}
|
{# {% if form.initial.to_address_point %}value="{{ form.initial.to_address_point}}"{% endif %}#}
|
||||||
/>
|
{# />#}
|
||||||
<input
|
{# <input#}
|
||||||
oninput="searchTown(this)"
|
{# oninput="searchTown(this)"#}
|
||||||
onclick="showSearchList(this)"
|
{# onclick="showSearchList(this)"#}
|
||||||
onblur="onblurInputField(event, this)"
|
{# onblur="onblurInputField(event, this)"#}
|
||||||
|
{##}
|
||||||
|
{# onFocus="this.select()"#}
|
||||||
|
{# autocomplete="off"#}
|
||||||
|
{# type="text"#}
|
||||||
|
{# name="to_address_point_txt"#}
|
||||||
|
{# {% if form.fields.to_address_point.required %} required{% endif %}#}
|
||||||
|
{# id="id_to_address_point_txt"#}
|
||||||
|
{# class="to_address_point_txt post_route el_form_b_new_route"#}
|
||||||
|
{# {% if form.initial.to_address_point_txt %}value="{{ form.initial.to_address_point_txt}}"{% endif %}#}
|
||||||
|
{##}
|
||||||
|
{# />#}
|
||||||
|
{# <div class="input_list post_route" name="to_address_point_txt_list">#}
|
||||||
|
{##}
|
||||||
|
{# </div>#}
|
||||||
|
<div class="container_inp_w_abr">
|
||||||
|
<input
|
||||||
|
type="number"
|
||||||
|
name="to_address_point"
|
||||||
|
id="id_to_address_point"
|
||||||
|
class="el_form_find_route"
|
||||||
|
hidden
|
||||||
|
class="disp-none"
|
||||||
|
{% if route_form.initial.to_address_point %}value="{{ route_form.initial.to_address_point}}"{% endif %}/>
|
||||||
|
<input
|
||||||
|
oninput="searchTown(this)"
|
||||||
|
onclick="showSearchList(this)"
|
||||||
|
onblur="onblurInputField(event, this)"
|
||||||
|
|
||||||
onFocus="this.select()"
|
onFocus="this.select()"
|
||||||
autocomplete="off"
|
autocomplete="off"
|
||||||
type="text"
|
type="text"
|
||||||
name="to_address_point_txt"
|
name="to_address_point_txt"
|
||||||
{% if form.fields.to_address_point.required %} required{% endif %}
|
{# {% if form.fields.to_address_point.required %} required{% endif %}#}
|
||||||
id="id_to_address_point_txt"
|
id="id_to_address_point_txt"
|
||||||
class="to_address_point_txt post_route el_form_b_new_route"
|
class="to_address_point_txt post_route"
|
||||||
{% if form.initial.to_address_point_txt %}value="{{ form.initial.to_address_point_txt}}"{% endif %}
|
{% if route_form.initial.to_address_point_txt %}value="{{ route_form.initial.to_address_point_txt}}"{% endif %}/>
|
||||||
|
<div class="abbreviation_airport_in_search" onclick="focusOnInput(this)"></div>
|
||||||
/>
|
<div class="input_list post_route" name="to_address_point_txt_list"></div>
|
||||||
<div class="input_list post_route" name="to_address_point_txt_list">
|
</div>
|
||||||
|
|
||||||
</div>
|
|
||||||
{% if not errors_off and form.errors and form.errors.to_address_point %}
|
{% if not errors_off and form.errors and form.errors.to_address_point %}
|
||||||
<span>{{ form.errors.to_address_point }}</span>
|
<span>{{ form.errors.to_address_point }}</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@@ -226,7 +276,7 @@
|
|||||||
<span>{{ form.errors.to_place }}</span>
|
<span>{{ form.errors.to_place }}</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
<div class="clear_both"></div>
|
<div class="clear_both"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
@@ -357,7 +407,7 @@
|
|||||||
<div>
|
<div>
|
||||||
|
|
||||||
<input type="checkbox" name="receive_msg_by_email" class="custom-checkbox" id="id_receive_msg_by_email">
|
<input type="checkbox" name="receive_msg_by_email" class="custom-checkbox" id="id_receive_msg_by_email">
|
||||||
<label for="id_receive_msg_by_email">
|
<label for="id_receive_msg_by_email">s
|
||||||
<div class="receive_msg_by_email">{{ form.fields.receive_msg_by_email.label }}</div>
|
<div class="receive_msg_by_email">{{ form.fields.receive_msg_by_email.label }}</div>
|
||||||
|
|
||||||
<img id="img_msg_by_email"
|
<img id="img_msg_by_email"
|
||||||
|
|||||||
@@ -71,9 +71,7 @@
|
|||||||
class="to_address_point_txt find_route"
|
class="to_address_point_txt find_route"
|
||||||
{% if route_form.initial.to_address_point_txt %}value="{{ route_form.initial.to_address_point_txt}}"{% endif %}/>
|
{% if route_form.initial.to_address_point_txt %}value="{{ route_form.initial.to_address_point_txt}}"{% endif %}/>
|
||||||
<div class="abbreviation_airport_in_search" onclick="focusOnInput(this)"></div>
|
<div class="abbreviation_airport_in_search" onclick="focusOnInput(this)"></div>
|
||||||
<div class="input_list find_route" name="to_address_point_txt_list">
|
<div class="input_list find_route" name="to_address_point_txt_list"></div>
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="cont-el-form-search-carrier">
|
<div class="cont-el-form-search-carrier">
|
||||||
|
|||||||
@@ -50,7 +50,7 @@
|
|||||||
<script src="{% static "js/range_calendar.js" %}"></script>
|
<script src="{% static "js/range_calendar.js" %}"></script>
|
||||||
|
|
||||||
{% block meta %}
|
{% block meta %}
|
||||||
{% endblock %}
|
{% endblock %}s
|
||||||
</head>
|
</head>
|
||||||
<body {% if page_type == 'routes' %}onscroll="scroll_ev(event,this)" {% endif %}>
|
<body {% if page_type == 'routes' %}onscroll="scroll_ev(event,this)" {% endif %}>
|
||||||
<div class="block_overlay {% if page_type == 'profile' %}show{% elif page_type == 'routes' %} routes n_profile{% else %}hidden n_profile{% endif %}" onclick="open_curtain()"></div>
|
<div class="block_overlay {% if page_type == 'profile' %}show{% elif page_type == 'routes' %} routes n_profile{% else %}hidden n_profile{% endif %}" onclick="open_curtain()"></div>
|
||||||
@@ -58,8 +58,8 @@
|
|||||||
|
|
||||||
{% include 'blocks/b_header.html' %}
|
{% include 'blocks/b_header.html' %}
|
||||||
|
|
||||||
<div class="cut_width_f_curtain">
|
<div class="cut_width_f_curtain close{% if page_type == 'profile' %}{% else %} n_profile{% endif %}" onclick="open_curtain()">
|
||||||
<div class="menu_buttons curtain right {% if page_type == 'profile' %}open{% else %} close{% endif %}" data-name="Меню">
|
<div class="menu_buttons curtain right {% if page_type == 'profile' %}open{% else %} n_profile close{% endif %}" data-name="Меню">
|
||||||
|
|
||||||
{% include "blocks/profile/b_buttons_menu_profile.html" %}
|
{% include "blocks/profile/b_buttons_menu_profile.html" %}
|
||||||
<div class="handler_menu close" onclick="open_curtain(null,'right')">
|
<div class="handler_menu close" onclick="open_curtain(null,'right')">
|
||||||
|
|||||||
Reference in New Issue
Block a user