|
|
|
@ -62,14 +62,14 @@
|
|
|
|
|
<div class="selectHotl" style="margin-bottom: 20px;">
|
|
|
|
|
<div class="optionLable">
|
|
|
|
|
<input type="radio" value="Novotel Chiang Mai" id="Novotel" name="hotel" checked>
|
|
|
|
|
<label for="Novotel">
|
|
|
|
|
<label for="Novotel" style="font-size: 17px;">
|
|
|
|
|
Novotel Chiang Mai (4 star)
|
|
|
|
|
<div>superior room with balcony</div>
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="optionLable">
|
|
|
|
|
<input type="radio" value="Smile Lanna Hotel" id="Lanna" name="hotel">
|
|
|
|
|
<label for="Lanna">
|
|
|
|
|
<label for="Lanna" style="font-size: 17px;">
|
|
|
|
|
Smile Lanna Hotel (4.5 star)
|
|
|
|
|
<div>deluxe room</div>
|
|
|
|
|
</label>
|
|
|
|
@ -78,13 +78,15 @@
|
|
|
|
|
|
|
|
|
|
<div class="peopleSelect" style="width: auto;">
|
|
|
|
|
<span class="formMemo">
|
|
|
|
|
Select the Number of Hotel Rooms and Length of Stay
|
|
|
|
|
Select the Number of Hotel Room(s) and Length of Stay
|
|
|
|
|
</span>
|
|
|
|
|
<p>Hotel room</p>
|
|
|
|
|
<div class="numberBtn">
|
|
|
|
|
<input class="minaddBtn reduce_room" id='minusRoomBtn' type="button" value="-">
|
|
|
|
|
<input class="number" id="hotel_room" readonly="readonly" type="text" value="1" name="hotelrooms">
|
|
|
|
|
<input class="minaddBtn add_room" id='plusRoomBtn' type="button" value="+">
|
|
|
|
|
</div>
|
|
|
|
|
<p>Length of stay (night)</p>
|
|
|
|
|
<div class="numberBtn">
|
|
|
|
|
<input class="minaddBtn reduce_stay" id='minusStayBtn' type="button" value="-">
|
|
|
|
|
<input class="number" id="stay_length" readonly="readonly" type="text" value="1" name="hotelstay">
|
|
|
|
@ -640,4 +642,7 @@
|
|
|
|
|
return result;
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
<style>
|
|
|
|
|
#hotel_choice { display: inline-block;}
|
|
|
|
|
</style>
|
|
|
|
|
<!--AH-Lantern-From-Info-->
|