@extends('layouts.volsMaster') @section('getStarted') @if(isset($vol_type) && $vol_type == 'tripPricer') doSearch('{{$service_class}}', '{{$orig_dep_code}}', '{{$dest_dep_code}}', '{{$orig_ret_code}}', '{{$dest_ret_code}}', '{{$datedep}}', '{{$dateret}}' , '{{$ages}}', '{{$low_cost}}', '{{$caching}}', '{{$flexDate}}', '{{$vol_type}}', '{{$selected_client_ref}}', '{{$pro_mode}}', '{{$no_overnight}}', '{{$no_usa}}', '{{$nightsDest}}', '{{$max_conn}}', '{{$depTime}}', '{{$retTime}}', '{{$no_basicfares}}', '{{$airline}}', '{{$directonly}}', '{{$excludeNearby}}', '{{$onestop}}', '{{$city_id}}', '{{$dep_airline}}', '{{$ret_airline}}', '{{$dep_fltnum}}', '{{$ret_fltnum}}'); @else doSearch('{{$service_class}}', '{{$orig_dep_code}}', '{{$dest_dep_code}}', '{{$orig_ret_code}}', '{{$dest_ret_code}}', '{{$datedep}}', '{{$dateret}}' , '{{$ages}}', '{{$low_cost}}', '{{$caching}}', '{{$flexDate}}', '{{$vol_type}}', '{{$selected_client_ref}}', '{{$pro_mode}}', '{{$no_overnight}}', '{{$no_usa}}', '{{$nightsDest}}', '{{$max_conn}}', '{{$depTime}}', '{{$retTime}}', '{{$no_basicfares}}', '{{$airline}}', '{{$directonly}}', '{{$excludeNearby}}', '{{$onestop}}', '{{$city_id}}'); @endif @stop @section('linkscript') {{ HTML::script('js/vols_v5.js?'.filemtime('js/vols_v5.js')) }} {{ HTML::script('js/volsInt.js?'.filemtime('js/volsInt.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('pageStyle') #mapcanvas { height: 580px; width:848px; /*margin: auto; padding: 0;*/ } /* rich content photos */ .rcNav { border-width:1px; border-color:#048a7e; border-style:solid; font-size:16pt; font-weight:900; width:30px; height:30px; text-align:center; background-color:#ffffff; color:#048a7e; vertical-align:middle; cursor:pointer } .rcNav:hover { background-color:#048a7e; color:#ffffff; } .rcButton { border-width:1px; border-color:#048a7e; border-style:solid; font-size:10pt; padding:1px; width:24px; height:24px; background-color:##048a7e; color:#048a7e; cursor:pointer } .rcButton:hover { background-color:#048a7e; color:#ffffff; } .rcButtonActive { background-color:#048a7e; color:#ffffff; } @endsection @section('myscript') var rcTimer; @endsection