]]jkjjgdjffksdkdxdsghfghdfghfgdfsdsdfsdfsfdsbcxvxcbccwewqeqwewqskfgj
במ12[cxvbcxvbxcvbcxvcxvbcvxcvbsdfsdfsdfsdfsdfsdfxcvbxcvxbbxqwqewqewv;'
/
home
/
u506006416
/
domains
/
makevision.in
/
public_html
/
paystorepe
/
paystorepe
/
Upload FileeE
HOME
<!DOCTYPE html> <html lang="en"> <?php include'head.php'?> <link rel="stylesheet" type="text/css" href="jquery.seat-charts.css"> <link href="http://www.jqueryscript.net/css/jquerysctipttop.css" rel="stylesheet" type="text/css"> <style> </style> <body style="background-color: #f2f2f2;"> <?php include'header.php'?> <section class="pt-3 pb-3 page-info section-padding border-bottom bg-white"> <div class="container"> <div class="row"> <div class="col-md-12"> <a href="index.php"><strong><span class="mdi mdi-home"></span> Home</strong></a> <span class="mdi mdi-chevron-right"></span> <a href="#">Seat Selection</a> </div> </div> </div> </section> <section class="slectrout"> <div class="container"> <div class="row"> <div class="col-md-12 mt-2"> <h4> Seat Selection </h4> </div> <div class="col-md-12"> <div class="seabox"> <div class="sebox10 fise10"> <p> Delhi <i class="fa fa-arrow-right"></i> jaipur </p> <span> Sat 28 Oct, 2023 <i class="fa fa-circle"></i> 11:59 PM - 05:55 AM </span> </div> <div class="sebox10"> <p class="selname"> Vikas Travels Jaipur </p> <span> Bharat Benz A/C Seater /Sleeper (2+1) </span> </div> </div> </div> </div> </div> </section> <section class="flight_search mt-4"> <div class="container"> <div class="row"> <div class="col-md-9"> <div class="slesat"> <div class="seatop"> <ul class="seuloa"> <li> <a href="#"> Boarding & Drop points </a> </li> <li> <a href="#"> Amenities </a> </li> <li> <a href="#"> Ratings </a> </li> <li> <a href="#"> Policies </a> </li> </ul> <ul class="avibox"> <li> <span class="aviboxc"> </span> <span class="avibcte"> Available </span> </li> <li> <span class="aviboxc"> </span> <span class="avibcte"> Booked </span> </li> <li> <span class="aviboxc"> </span> <span class="avibcte"> Selected </span> </li> <li> <span class="aviboxc"> </span> <span class="avibcte"> Female </span> </li> <li> <span class="aviboxc"> </span> <span class="avibcte"> Male </span> </li> </ul> </div> <div class="wrapper"> <div class="container"> <div id="seat-map"> <div class="front-indicator"> <img src="../img/staring.png" alt="staring"> </div> </div> </div> </div> </div> </div> <div class="col-md-3"> <div class="drop_lts"> <div class="lts_box"> <div class="booking-details box_13"> <div class="box_11"> <h4>Total Amount</h4> <b>₹<span id="total">0</span></b> </div> <div class="box_12"> <p class="s_no">Seat no.:</p> <p class="number_seat"> <span id="selected-seats"> </span> </p> </div> <div class="selcout"> Selected Seats <span id="counter">0</span></div> <button class="checkout-button btn_lts">Proceed to Boarding Points</button> </div> </div> </div> </div> </div> </div> </section> <?php include'footer.php'?> <!-- Modal --> <script data-cfasync="false" src="../cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script> <script src="../vendor/jquery/jquery.min.js" type="ed4a61421ddfca64ccb2d52f-text/javascript"></script> <script src="../vendor/bootstrap/js/bootstrap.bundle.min.js" type="ed4a61421ddfca64ccb2d52f-text/javascript"></script> <script src="../vendor/select2/js/select2.min.js" type="ed4a61421ddfca64ccb2d52f-text/javascript"></script> <script src="../vendor/owl-carousel/owl.carousel.js" type="ed4a61421ddfca64ccb2d52f-text/javascript"></script> <script src="../js/custom.js" type="ed4a61421ddfca64ccb2d52f-text/javascript"></script> <script src="../cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js" data-cf-settings="ed4a61421ddfca64ccb2d52f-|49" defer=""></script> <script defer="" src="../beacon.min.js/v8b253dfea2ab4077af8c6f58422dfbfd1689876627854" integrity="sha512-bjgnUKX4azu3dLTVtie9u6TKqgx29RBwfj3QXYt5EKfWM/9hPSAI/4qcV5NACjwAo8UtTeWefx6Zq5PHcMm7Tg==" data-cf-beacon='{"rayId":"7fa97b669df93c70","version":"2023.8.0","r":1,"b":1,"token":"dd471ab1978346bbb991feaa79e6ce5c","si":100}' crossorigin="anonymous"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> <script src="../vendor/flight.js" type="ed4a61421ddfca64ccb2d52f-text/javascript"></script> <link href="../css/flight.css" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="../css/flight-search.css"> <script> $('.rating_1').on('click', 'button', function() { $('.rating_1 button.active').removeClass('active'); $(this).addClass('active'); }); </script> <script src="jquery.seat-charts.js"></script> <script> var firstSeatLabel = 1; $(document).ready(function() { var $cart = $('#selected-seats'), $counter = $('#counter'), $total = $('#total'), sc = $('#seat-map').seatCharts({ map: [ 'ff_ff', 'ff_ff', 'ee_ee', 'ee_ee', 'ee___', 'ee_ee', 'ee_ee', 'ee_ee', 'eeeee', ], seats: { f: { price : 100, classes : '', //your custom CSS class category: '' }, e: { price : 40, classes : '', //your custom CSS class category: '' } }, naming : { top : false, getLabel : function (character, row, column) { return firstSeatLabel++; }, }, legend : { node : $('#legend'), items : [ [ 'f', 'available', 'First Class' ], [ 'e', 'available', 'Economy Class'], [ 'f', 'unavailable', 'Already Booked'] ] }, click: function () { if (this.status() == 'available') { //let's create a new <li> which we'll add to the cart items $('<span>'+this.data().category+' '+this.settings.label+', <a href="#" class="cancel-cart-item"></a></span>') .attr('id', 'cart-item-'+this.settings.id) .data('seatId', this.settings.id) .appendTo($cart); /* * Lets update the counter and total * * .find function will not find the current seat, because it will change its stauts only after return * 'selected'. This is why we have to add 1 to the length and the current seat price to the total. */ $counter.text(sc.find('selected').length+1); $total.text(recalculateTotal(sc)+this.data().price); return 'selected'; } else if (this.status() == 'selected') { //update the counter $counter.text(sc.find('selected').length-1); //and total $total.text(recalculateTotal(sc)-this.data().price); //remove the item from our cart $('#cart-item-'+this.settings.id).remove(); //seat has been vacated return 'available'; } else if (this.status() == 'unavailable') { //seat has been already booked return 'unavailable'; } else { return this.style(); } } }); //this will handle "[cancel]" link clicks $('#selected-seats').on('click', '.cancel-cart-item', function () { //let's just trigger Click event on the appropriate seat, so we don't have to repeat the logic here sc.get($(this).parents('li:first').data('seatId')).click(); }); //let's pretend some seats have already been booked sc.get(['1_2', '4_1', '7_1', '7_2']).status('unavailable'); }); function recalculateTotal(sc) { var total = 0; //basically find every selected seat and sum its price sc.find('selected').each(function () { total += this.data().price; }); return total; } </script> </body> </html>