@extends('layouts.hotelsMaster') @section('getStarted') doSearch('{{$internal}}','{{$dest_code}}', '{{$longi}}', '{{$lati}}', '{{$rayon_hot}}', '{{$date_dep}}', '{{$date_ret}}', '{{$occupancy}}', '{{$connectors}}', '{{$session}}' , '{{$hotname}}', '{{$caching}}', '{{$clientLocation}}', '{{$ebb}}', '{{$chain}}' , '{{$selected_client_ref}}', "{{$region}}", '{{$HOTnum}}', '{{$cityId}}'); @stop @section('linkscript') {{ HTML::script('js/country.js?'.filemtime('js/country.js')) }} {{ HTML::script('js/hotels_v3.js?'.filemtime('js/hotels_v3.js')) }} {{ HTML::script('js/hotelsInt.js?'.filemtime('js/hotelsInt.js')) }} {{ HTML::script('js/ctrlRcPhotos.js?'.filemtime('js/ctrlRcPhotos.js')) }} @stop @section('myscript') $(document).ready(function () { // Timeout de 55 minutes setTimeout(function() { if (confirm('{{ Lang::get('format.sessionExpired') }}')) { location.reload(); } else { $('#bookinglist').html(''); } }, 3300000); }); @stop @section('pageContent')