Skip to content

Commit

Permalink
Hotel Search and List update
Browse files Browse the repository at this point in the history
  • Loading branch information
Woliul Hasan committed Jul 14, 2023
1 parent 4569876 commit e669ad9
Show file tree
Hide file tree
Showing 33 changed files with 1,615 additions and 244 deletions.
Binary file not shown.
Binary file added gypsy/assets/img/amari.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gypsy/assets/img/arefinvau.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gypsy/assets/img/big_ben.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gypsy/assets/img/british_library.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gypsy/assets/img/british_museum.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gypsy/assets/img/buckingham_palace.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gypsy/assets/img/explore1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gypsy/assets/img/explore2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gypsy/assets/img/explore3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gypsy/assets/img/panpacific.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gypsy/assets/img/room-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gypsy/assets/img/room-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gypsy/assets/img/room-3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gypsy/assets/img/room-4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gypsy/assets/img/room-6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gypsy/assets/img/team1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gypsy/assets/img/team2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gypsy/assets/img/team3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gypsy/assets/img/team4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gypsy/assets/img/tower_bridge.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gypsy/assets/img/tower_of_london.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gypsy/assets/img/westin.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
664 changes: 430 additions & 234 deletions gypsy/hotelbook.php

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions gypsy/hoteldetails.php
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,9 @@
<div class="row">
<?php
//Loop for destination data
for ($i = 0; $i < $roomtype; $i++) {
$id=0;
for ($i = 0; $i <= $roomtype; $i++) {
$id=$id+1;
?>

<div class="col-md-4">
Expand Down Expand Up @@ -596,9 +598,9 @@ class="card-text text-danger float-right">We have <?php echo $free; ?> left</spa
</p>

<p class="card-text text-primary"><i class="fas fa-info-circle mr-1"></i>Price details
<span class="card-text btn btn-primary float-right">Reserve<i
class="ml-1 fas fa-chevron-right"></i>
</span>

<a href="hotelbook.php?hname=<?php echo urlencode($hname);?>&rid=<?php echo urlencode($id);?>" class="card-text btn btn-primary float-right">Reserve<i class="ml-1 fas fa-chevron-right"></i>
</a>
</p>
</div>
</div>
Expand Down
Loading

0 comments on commit e669ad9

Please sign in to comment.