Esempio n. 1
0
<input type="hidden" name="pk_id2" id="pk_id2">
<input type="hidden" name="pk_id3" id="pk_id3">
</form>
<div class="content">
  <div class="main" id="main">
    <div class="inline-main">
      <div class="hottel-list-header" id="hottel-list-header">
        <div class="hottel-list-header-right">
          <p><span>Check-In :</span><span class="red-date" id="check-in-red-span"><?php 
echo $_REQUEST["date-in"];
?>
</span><span>Check-Out :</span><span class="red-date  id="check-out-red-span""><?php 
echo $_REQUEST["date-out"];
?>
</span><span class="red-date"><span id="datepicker-deffernt-span"><?php 
echo date_dffrent($_REQUEST["date-out"], $_REQUEST["date-in"]);
?>
</span> Nights</span><button  class="book-now" id="change-date-btn">Change Date</button></p>
        </div>
        <div class="hottel-list-header-left">
          <p><?php 
echo ucfirst($_REQUEST["country-name-hidden"]);
?>
 <span class="red-date" >></span> <?php 
echo ucfirst($_REQUEST["city-name-hidden"]);
?>
          <?php 
if ($_REQUEST["cat"] != 0) {
    ?>
           <span class="red-date" >></span> <?php 
    echo $_REQUEST["cat"] . ' Star(s)';
Esempio n. 2
0
?>
 </span>
          
          </p>
          <p class="hotel-continue-page-second"> <span> Check-In : </span> <span class="red-date ht-page-sc-date" id="ht-page-sc-date-place-a"> <span><?php 
echo $hottel_info["check_in"];
?>
 </span>
            <input type="text" class="ht-ac-page-box-pa-item-input" style="display:none">
            </span> <span> Check-Out : </span> <span class="red-date ht-page-sc-date" id="ht-page-sc-date-place-b"><span> <?php 
echo $hottel_info["check_out"];
?>
</span>
            <input type="text" class="ht-ac-page-box-pa-item-input" style="display:none">
            </span><span></span><span >Nights :  <?php 
echo date_dffrent($hottel_info["check_out"], $hottel_info["check_in"]);
?>
</span> </p>
         
          <p> <span>
            <label>
              <input type="checkbox" id="ac-info-hottel">
              I have read and accepted <a href="<?php 
echo $hottel_info['condition'];
?>
" target="_new">conditions</a></label>
            </span> </p>
          <div class="hotel-continue-page-btn">
            <a class="book-now" id="continue-page-btn">Continue</a>
           </div>
        </div>