ADD hotels - hotellook
This commit is contained in:
parent
fdb0a0bdb5
commit
c1314e8504
|
|
@ -81,7 +81,8 @@ $index = 0;
|
||||||
<th colspan="2">Дополнительная информация:</th>
|
<th colspan="2">Дополнительная информация:</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<?php foreach ($extraParams as $extraParam) {
|
<?php
|
||||||
|
foreach ($extraParams as $extraParam) {
|
||||||
print '<tr>';
|
print '<tr>';
|
||||||
print '<td>' . $extraParam->name . '</td>';
|
print '<td>' . $extraParam->name . '</td>';
|
||||||
if (false && $point->isPaid()) {
|
if (false && $point->isPaid()) {
|
||||||
|
|
@ -128,12 +129,12 @@ $index = 0;
|
||||||
window.TP_FORM_SETTINGS["394e02eacac3a5c9b000360787c2d5d2"] = {
|
window.TP_FORM_SETTINGS["394e02eacac3a5c9b000360787c2d5d2"] = {
|
||||||
"handle": "394e02eacac3a5c9b000360787c2d5d2",
|
"handle": "394e02eacac3a5c9b000360787c2d5d2",
|
||||||
"widget_name": "Поисковая форма — точка",
|
"widget_name": "Поисковая форма — точка",
|
||||||
"border_radius": "2",
|
"border_radius": "3",
|
||||||
"additional_marker": null,
|
"additional_marker": null,
|
||||||
"width": null,
|
"width": null,
|
||||||
"show_logo": true,
|
"show_logo": true,
|
||||||
"show_hotels": false,
|
"show_hotels": false,
|
||||||
"form_type": "avia",
|
"form_type": "avia_hotel",
|
||||||
"locale": "ru",
|
"locale": "ru",
|
||||||
"currency": "rub",
|
"currency": "rub",
|
||||||
"sizes": "default",
|
"sizes": "default",
|
||||||
|
|
@ -141,15 +142,22 @@ $index = 0;
|
||||||
"active_tab": "avia",
|
"active_tab": "avia",
|
||||||
"search_host": "hydra.aviasales.ru",
|
"search_host": "hydra.aviasales.ru",
|
||||||
"hotels_host": "hotellook.ru/search",
|
"hotels_host": "hotellook.ru/search",
|
||||||
"hotel": "",
|
"hotel": {
|
||||||
"hotel_alt": "",
|
"name": "<?= $pointsAirport->cityRu?>",
|
||||||
"avia_alt": "",
|
"location": "<?= $pointsAirport->countryRu?>",
|
||||||
|
"hotels_count": "89",
|
||||||
|
"search_id": "12104",
|
||||||
|
"search_type": "city",
|
||||||
|
"country_name": "Россия"
|
||||||
|
},
|
||||||
|
"hotel_alt": "Hotellook — Поиск дешёвых отелей!",
|
||||||
|
"avia_alt": "Aviasales — Поиск дешёвых авиабилетов!",
|
||||||
"retargeting": true,
|
"retargeting": true,
|
||||||
"trip_class": "economy",
|
"trip_class": "economy",
|
||||||
"depart_date": null,
|
"depart_date": "<?= date('Y-m-d', strtotime('+7 days')) ?>",
|
||||||
"return_date": null,
|
"return_date": null,
|
||||||
"check_in_date": null,
|
"check_in_date": "<?= date('Y-m-d', strtotime('+7 days')) ?>",
|
||||||
"check_out_date": null,
|
"check_out_date": "<?= date('Y-m-d', strtotime('+10 days')) ?>",
|
||||||
"id": 70240,
|
"id": 70240,
|
||||||
"marker": 52337,
|
"marker": 52337,
|
||||||
"origin": {
|
"origin": {
|
||||||
|
|
@ -157,7 +165,7 @@ $index = 0;
|
||||||
"iata": "<?= $usersAirport->iata?>"
|
"iata": "<?= $usersAirport->iata?>"
|
||||||
},
|
},
|
||||||
"destination": {
|
"destination": {
|
||||||
"name": "<?= '';//$pointsAirport->cityRu?>",
|
"name": "<?= $pointsAirport->cityRu?>",
|
||||||
"iata": "<?= $pointsAirport->iata?>"
|
"iata": "<?= $pointsAirport->iata?>"
|
||||||
},
|
},
|
||||||
"color_scheme": {
|
"color_scheme": {
|
||||||
|
|
@ -197,7 +205,7 @@ $index = 0;
|
||||||
"hotel_marker_format": "marker=",
|
"hotel_marker_format": "marker=",
|
||||||
"hotelscombined_marker": null,
|
"hotelscombined_marker": null,
|
||||||
"responsive": true,
|
"responsive": true,
|
||||||
"height": 194
|
"height": 245
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<script charset="utf-8" src="//www.travelpayouts.com/widgets/394e02eacac3a5c9b000360787c2d5d2.js?v=727" async></script>
|
<script charset="utf-8" src="//www.travelpayouts.com/widgets/394e02eacac3a5c9b000360787c2d5d2.js?v=727" async></script>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue