Merge remote-tracking branch 'origin/main'
# Conflicts: # static/js/user_profile.js
This commit is contained in:
198
static/css/mobile_styles.css
Normal file
198
static/css/mobile_styles.css
Normal file
@@ -0,0 +1,198 @@
|
|||||||
|
/*media breakpoints*/
|
||||||
|
@media (max-width: 360px) {
|
||||||
|
|
||||||
|
header{
|
||||||
|
padding: 5px 16px;
|
||||||
|
margin-top: unset;
|
||||||
|
}
|
||||||
|
|
||||||
|
header .header-second {
|
||||||
|
margin-left: unset;
|
||||||
|
}
|
||||||
|
.header_big_background{
|
||||||
|
height: 45px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.header_logo_mobile{
|
||||||
|
display: inline-block ;
|
||||||
|
|
||||||
|
}
|
||||||
|
.header_logo{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.container_form_search_carrier{
|
||||||
|
flex-direction: column;
|
||||||
|
width: unset;
|
||||||
|
margin: 170px 10px 10px 10px;
|
||||||
|
}
|
||||||
|
#abbreviation_airport_in_search{
|
||||||
|
float: left;
|
||||||
|
height: 95%;
|
||||||
|
border-radius: 0 10px 0 0;
|
||||||
|
border-top: 2px solid #E6E6E6;
|
||||||
|
border-right: 2px solid #E6E6E6;
|
||||||
|
border-bottom: 2px solid #E6E6E6;
|
||||||
|
}
|
||||||
|
.abbreviation_airport_in_search{
|
||||||
|
float: left;
|
||||||
|
border-top: 2px solid #E6E6E6;
|
||||||
|
border-right: 2px solid #E6E6E6;
|
||||||
|
border-bottom: 2px solid #E6E6E6;
|
||||||
|
height: 95%;
|
||||||
|
width: 33%;
|
||||||
|
}
|
||||||
|
.from_address_point_txt.find_route.first{
|
||||||
|
border-radius: 10px 0 0 0;
|
||||||
|
border-top: 2px solid #E6E6E6;
|
||||||
|
border-bottom: 2px solid #E6E6E6;
|
||||||
|
border-left: 2px solid #E6E6E6;
|
||||||
|
|
||||||
|
}
|
||||||
|
.to_address_point_txt.find_route{
|
||||||
|
float: left;
|
||||||
|
border-top: 2px solid #E6E6E6;
|
||||||
|
border-left: 2px solid #E6E6E6;
|
||||||
|
border-bottom: 2px solid #E6E6E6;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cont-el-form-search-carrier > input{
|
||||||
|
border: 2px solid #E6E6E6;
|
||||||
|
width: 90%;
|
||||||
|
}
|
||||||
|
.cont-el-form-search-carrier.last > select{
|
||||||
|
width: 97.5%;
|
||||||
|
border-radius: 0 0 10px 10px;
|
||||||
|
border: 2px solid #E6E6E6;
|
||||||
|
}
|
||||||
|
.daterangepicker{
|
||||||
|
width: 305px;
|
||||||
|
}
|
||||||
|
.cont-el-form-search-carrier > button{
|
||||||
|
width: 97%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.button_profile_header{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.button_profile_header_mobile{
|
||||||
|
display: inline-block ;
|
||||||
|
}
|
||||||
|
.header-first>div {
|
||||||
|
margin-right: 37px;
|
||||||
|
}
|
||||||
|
.line_f_header{
|
||||||
|
top: 45px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.top_block_static_wrapper_main{
|
||||||
|
background: unset;
|
||||||
|
}
|
||||||
|
.header_big_background {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
#sub_title_static>p{
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
|
.top_block_static{
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
.mid_block_static{
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
.wrapper_tab_button{
|
||||||
|
width: 55%;
|
||||||
|
}
|
||||||
|
.benefit_img{
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
|
.tab-btn-2{
|
||||||
|
margin: 0 0 5px 0;
|
||||||
|
}
|
||||||
|
button#more_button{
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
#title_static{
|
||||||
|
font-size: 34px;
|
||||||
|
line-height: 42px;
|
||||||
|
}
|
||||||
|
.cards_wrapper{
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cards_item_1,
|
||||||
|
.cards_item_2,
|
||||||
|
.cards_item_3,
|
||||||
|
.cards_item_4
|
||||||
|
{
|
||||||
|
width: 100%;
|
||||||
|
height: 180px;
|
||||||
|
background-size:60%;
|
||||||
|
}
|
||||||
|
.card_title_1{
|
||||||
|
font-size: 34px;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 700;
|
||||||
|
line-height: 42px;
|
||||||
|
margin: 22px 0 0 10px;
|
||||||
|
text-shadow: 1px 1px 0px #272424;
|
||||||
|
}
|
||||||
|
.card_title_2{
|
||||||
|
font-size: 17px;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 600;
|
||||||
|
line-height: 26px;
|
||||||
|
margin: 10px 0 0 10px;
|
||||||
|
text-shadow: 1px 1px 0px #272424;
|
||||||
|
}
|
||||||
|
.card_title_3{
|
||||||
|
margin: 10px 0 0 10px;
|
||||||
|
width: 95%;
|
||||||
|
font-size: 12px;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
line-height: 20px;
|
||||||
|
text-shadow: 1px 1px 0px #272424;
|
||||||
|
}
|
||||||
|
|
||||||
|
summary{
|
||||||
|
font-size: 18px;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 600;
|
||||||
|
line-height: 26px;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
summary ~ * {
|
||||||
|
padding: 0 1em 10px 1.4em;
|
||||||
|
font-size: 14px;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
line-height: 20px;
|
||||||
|
}
|
||||||
|
.news_block_main {
|
||||||
|
margin: 0 16px 120px 16px;
|
||||||
|
}
|
||||||
|
.news_item {
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.header-second-item,
|
||||||
|
.header_btn_sender,
|
||||||
|
.header_btn_mover{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 992px) {
|
||||||
|
.benefit_img>img{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*END media breakpoints*/
|
||||||
@@ -957,6 +957,9 @@
|
|||||||
height: 20px;
|
height: 20px;
|
||||||
width: 88%;
|
width: 88%;
|
||||||
padding: 20px 10px;
|
padding: 20px 10px;
|
||||||
|
background: url(/static/img/svg/Calendar.svg) white 50%;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: right 5% bottom 45%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -999,9 +1002,9 @@
|
|||||||
|
|
||||||
.abbreviation_airport_in_search{
|
.abbreviation_airport_in_search{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
float: right;
|
float: left;
|
||||||
width: 29%;
|
width: 29%;
|
||||||
height: 95%;
|
height: 97%;
|
||||||
border-top: 1px solid #E6E6E6;
|
border-top: 1px solid #E6E6E6;
|
||||||
border-right: 1px solid #E6E6E6;
|
border-right: 1px solid #E6E6E6;
|
||||||
border-bottom: 1px solid #E6E6E6;
|
border-bottom: 1px solid #E6E6E6;
|
||||||
@@ -1953,7 +1956,7 @@
|
|||||||
.header_big_background{
|
.header_big_background{
|
||||||
height: 90px;
|
height: 90px;
|
||||||
background: #F8F8F8;
|
background: #F8F8F8;
|
||||||
width: 1440px;
|
width: 1280px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -139,10 +139,15 @@ html, body{
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wrapper {
|
.wrapper_content {
|
||||||
max-width: 1440px;
|
margin: 55px auto;;
|
||||||
|
/*padding: 40px 5px;*/
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.wrapper_main{
|
||||||
|
max-width: 1280px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
padding: 40px 5px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -214,8 +219,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
/*width: 1280px;*/
|
margin-top: 20px;
|
||||||
/*margin: 0 50px;*/
|
|
||||||
padding: 5px 40px;
|
padding: 5px 40px;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
z-index: 4;
|
z-index: 4;
|
||||||
@@ -357,16 +361,16 @@ footer>div {
|
|||||||
color: #272424;
|
color: #272424;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sf_1-column{
|
.sf_1_column{
|
||||||
padding-left: 80px;
|
padding-left: 80px;
|
||||||
padding-right: 230px;
|
padding-right: 230px;
|
||||||
}
|
}
|
||||||
.sf_2-column,
|
.sf_2_column,
|
||||||
.sf_3-column
|
.sf_3_column
|
||||||
{
|
{
|
||||||
padding-right: 40px;
|
padding-right: 40px;
|
||||||
}
|
}
|
||||||
.sf_4-column{
|
.sf_4_column{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -480,14 +484,18 @@ footer>div {
|
|||||||
}
|
}
|
||||||
|
|
||||||
header .header-first {
|
header .header-first {
|
||||||
display: inline-block;
|
float: left;
|
||||||
|
margin-top: 12px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.header_logo_mobile{
|
.header_logo_mobile{
|
||||||
display: none !important;
|
display: none;
|
||||||
}
|
}
|
||||||
.header-first>div{
|
|
||||||
|
.header_logo,
|
||||||
|
.header_btn_mover,
|
||||||
|
.header_btn_sender{
|
||||||
margin-right: 40px;
|
margin-right: 40px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
@@ -508,7 +516,7 @@ header .header-first {
|
|||||||
.dropbtn {
|
.dropbtn {
|
||||||
|
|
||||||
color: white;
|
color: white;
|
||||||
|
margin-right: 40px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
@@ -586,18 +594,20 @@ header>div>div>a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
header .header-second {
|
header .header-second {
|
||||||
display: inline-block;
|
float: right;
|
||||||
margin-left: 20%;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.button_profile_header_mobile{
|
.button_profile_header_mobile{
|
||||||
display: none !important;
|
display: none;
|
||||||
}
|
}
|
||||||
.header-second>div {
|
|
||||||
|
|
||||||
|
.header-second-item,
|
||||||
|
.cont_header_btn_profile,
|
||||||
|
.header-second-item-lang{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
span.btn_profile_name {
|
span.btn_profile_name {
|
||||||
@@ -1060,9 +1070,7 @@ section.login>form>div>div:nth-child(5)>a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
section.profile {
|
section.profile {
|
||||||
max-width: 1280px;
|
padding: 60px 40px 0;
|
||||||
margin: auto;
|
|
||||||
padding: 120px 40px 0;
|
|
||||||
margin-bottom: 120px;
|
margin-bottom: 120px;
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -2513,7 +2521,7 @@ details[open] summary ~ *{
|
|||||||
/*news_block_main_page*/
|
/*news_block_main_page*/
|
||||||
.news_block_main {
|
.news_block_main {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin: 0 80px 120px 80px;
|
/*margin: 0 80px 120px 80px;*/
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|
||||||
@@ -2694,160 +2702,6 @@ details[open] summary ~ *{
|
|||||||
/*END news articles all*/
|
/*END news articles all*/
|
||||||
|
|
||||||
|
|
||||||
/*media breakpoints*/
|
|
||||||
@media (max-width: 360px) {
|
|
||||||
|
|
||||||
header{
|
|
||||||
padding: 5px 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
header .header-second {
|
|
||||||
margin-left: unset;
|
|
||||||
}
|
|
||||||
.header_big_background{
|
|
||||||
height: 45px!important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.header_logo_mobile{
|
|
||||||
display: inline-block !important;
|
|
||||||
|
|
||||||
}
|
|
||||||
.header_logo{
|
|
||||||
display: none!important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.container_form_search_carrier{
|
|
||||||
margin: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.button_profile_header{
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.button_profile_header_mobile{
|
|
||||||
display: inline-block !important;
|
|
||||||
}
|
|
||||||
.header-first>div {
|
|
||||||
margin-right: 37px;
|
|
||||||
}
|
|
||||||
.line_f_header{
|
|
||||||
top: 44px!important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.top_block_static_wrapper_main{
|
|
||||||
background: unset;
|
|
||||||
}
|
|
||||||
.header_big_background {
|
|
||||||
max-width: 100%;
|
|
||||||
}
|
|
||||||
#sub_title_static>p{
|
|
||||||
white-space: normal;
|
|
||||||
}
|
|
||||||
.top_block_static{
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
.mid_block_static{
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
.wrapper_tab_button{
|
|
||||||
width: 55%;
|
|
||||||
}
|
|
||||||
.benefit_img{
|
|
||||||
flex-wrap: wrap;
|
|
||||||
}
|
|
||||||
.tab-btn-2{
|
|
||||||
margin: 0 0 5px 0;
|
|
||||||
}
|
|
||||||
button#more_button{
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
#title_static{
|
|
||||||
font-size: 34px;
|
|
||||||
line-height: 42px;
|
|
||||||
}
|
|
||||||
.cards_wrapper{
|
|
||||||
flex-direction: column;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cards_item_1,
|
|
||||||
.cards_item_2,
|
|
||||||
.cards_item_3,
|
|
||||||
.cards_item_4
|
|
||||||
{
|
|
||||||
width: 100%;
|
|
||||||
height: 180px;
|
|
||||||
background-size:60%;
|
|
||||||
}
|
|
||||||
.card_title_1{
|
|
||||||
font-size: 34px;
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: 700;
|
|
||||||
line-height: 42px;
|
|
||||||
margin: 22px 0 0 10px;
|
|
||||||
text-shadow: 1px 1px 0px #272424;
|
|
||||||
}
|
|
||||||
.card_title_2{
|
|
||||||
font-size: 17px;
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: 600;
|
|
||||||
line-height: 26px;
|
|
||||||
margin: 10px 0 0 10px;
|
|
||||||
text-shadow: 1px 1px 0px #272424;
|
|
||||||
}
|
|
||||||
.card_title_3{
|
|
||||||
margin: 10px 0 0 10px;
|
|
||||||
width: 95%;
|
|
||||||
font-size: 12px;
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: 400;
|
|
||||||
line-height: 20px;
|
|
||||||
text-shadow: 1px 1px 0px #272424;
|
|
||||||
}
|
|
||||||
|
|
||||||
summary{
|
|
||||||
font-size: 18px;
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: 600;
|
|
||||||
line-height: 26px;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
summary ~ * {
|
|
||||||
padding: 0 1em 10px 1.4em;
|
|
||||||
font-size: 14px;
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: 400;
|
|
||||||
line-height: 20px;
|
|
||||||
}
|
|
||||||
.news_block_main {
|
|
||||||
margin: 0 16px 120px 16px;
|
|
||||||
}
|
|
||||||
.news_item {
|
|
||||||
margin-bottom: 20px;
|
|
||||||
}
|
|
||||||
.container_form_search_carrier{
|
|
||||||
flex-direction: column;
|
|
||||||
margin-top: 170px !important;
|
|
||||||
width: unset !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.header-second-item,
|
|
||||||
.header_btn_sender,
|
|
||||||
.header_btn_mover{
|
|
||||||
display: none!important;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 992px) {
|
|
||||||
.benefit_img>img{
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/*END media breakpoints*/
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -51,21 +51,7 @@ window.addEventListener('scroll', () => {
|
|||||||
// Действия при изменении URL
|
// Действия при изменении URL
|
||||||
|
|
||||||
|
|
||||||
// function changeImgLang(el) {
|
|
||||||
//
|
|
||||||
// let img = document.getElementById('dropbtn_lang')
|
|
||||||
//
|
|
||||||
// if (el.innerText === 'RU'){
|
|
||||||
// img.style.background = "url('/static/img/png/ru.png') no-repeat left center;"
|
|
||||||
// }
|
|
||||||
// else if(el.innerText === 'EN'){
|
|
||||||
// img.style.background = "url('/static/img/png/en.png')"
|
|
||||||
// img.style.backgroundRepeat = "no-repeat"
|
|
||||||
// img.style.backgroundPosition = "left center"
|
|
||||||
//
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// }
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -68,14 +68,16 @@
|
|||||||
<div class="second-footer">
|
<div class="second-footer">
|
||||||
<div>
|
<div>
|
||||||
|
|
||||||
<div class="sf_1-column">Copyright © 2023. Все права защищены.</div>
|
<div class="sf_1_column">Copyright © 2023. Все права защищены.</div>
|
||||||
<div class="sf_2-column">
|
<div class="sf_2_column">
|
||||||
<a href="/ru/info_page/publichnaya-oferta/">Публичная оферта</a>
|
<a href="/ru/info_page/publichnaya-oferta/">Публичная оферта</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="sf_3-column">
|
<div class="sf_3_column">
|
||||||
<a href="/ru/info_page/politika-konfidencialnosti/">Политика конфиденциальности</a></div>
|
<a href="/ru/info_page/politika-konfidencialnosti/">Политика конфиденциальности</a>
|
||||||
<div class="sf_4-column">
|
</div>
|
||||||
<a href="/ru/info_page/pravila-polzovaniya-servisom/">Правила пользования сервисом</a></div>
|
<div class="sf_4_column">
|
||||||
|
<a href="/ru/info_page/pravila-polzovaniya-servisom/">Правила пользования сервисом</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% load base_tags_extra %}
|
{% load base_tags_extra %}
|
||||||
|
<div class="header_big_background">
|
||||||
|
</div>
|
||||||
<header id="header_bg">
|
<header id="header_bg">
|
||||||
<div class="header-first">
|
<div class="header-first">
|
||||||
<div class="header_logo">
|
<div class="header_logo">
|
||||||
@@ -37,12 +39,12 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="header-second">
|
<div class="header-second">
|
||||||
<div>
|
<div class="header-second-item-lang">
|
||||||
<div class="dropdown_lang">
|
<div class="dropdown_lang">
|
||||||
<div id="dropbtn_lang" class="dropbtn_lang">RU</div>
|
<div id="dropbtn_lang" class="dropbtn_lang">RU</div>
|
||||||
<div class="dropdown-content-lang">
|
<div class="dropdown-content-lang">
|
||||||
<a onclick="changeImgLang(this)" href="/ru{{ request.path|del_lang_from_path }}">RU</a>
|
<a id="ru_lang" href="/ru{{ request.path|del_lang_from_path }}">RU</a>
|
||||||
<a onclick="changeImgLang(this)" href="/en{{ request.path|del_lang_from_path }}">EN</a>
|
<a id="en_lang" href="/en{{ request.path|del_lang_from_path }}">EN</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -103,4 +105,5 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="clear_both"></div>
|
<div class="clear_both"></div>
|
||||||
</header>
|
</header>
|
||||||
|
<div class="line_f_header"></div>
|
||||||
@@ -32,7 +32,7 @@
|
|||||||
id="id_from_address_point_txt"
|
id="id_from_address_point_txt"
|
||||||
{% if route_form.initial.from_address_point_txt %}value="{{ route_form.initial.from_address_point_txt }}"{% endif %}
|
{% if route_form.initial.from_address_point_txt %}value="{{ route_form.initial.from_address_point_txt }}"{% endif %}
|
||||||
/>
|
/>
|
||||||
<div class="abbreviation_airport_in_search"></div>
|
<div id="abbreviation_airport_in_search" class="abbreviation_airport_in_search"></div>
|
||||||
<div class="input_list find_route" name="from_address_point_txt_list">
|
<div class="input_list find_route" name="from_address_point_txt_list">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -34,8 +34,8 @@
|
|||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="{% static 'css/styles.css' %}">
|
<link rel="stylesheet" href="{% static 'css/styles.css' %}">
|
||||||
|
|
||||||
<link rel="stylesheet" href="{% static 'css/styles(boris).css' %}" >
|
<link rel="stylesheet" href="{% static 'css/styles(boris).css' %}" >
|
||||||
|
<link rel="stylesheet" href="{% static 'css/mobile_styles.css' %}">
|
||||||
|
|
||||||
<script src='{% static "js/find_route.js" %}'></script>
|
<script src='{% static "js/find_route.js" %}'></script>
|
||||||
<script src="{% static "js/filters_functions_find_route.js" %}"></script>
|
<script src="{% static "js/filters_functions_find_route.js" %}"></script>
|
||||||
@@ -52,17 +52,17 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="wrapper">
|
<div class="wrapper_main">
|
||||||
{# modifided by boris#}
|
|
||||||
<div class="header_big_background">
|
|
||||||
</div>
|
|
||||||
{% include 'blocks/b_header.html' %}
|
{% include 'blocks/b_header.html' %}
|
||||||
<div class="line_f_header"></div>
|
<div class="wrapper_content">
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% include 'blocks/b_footer.html' %}
|
{% include 'blocks/b_footer.html' %}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user