hotfix/paypal-note
candice 2 years ago
parent 2396ff592c
commit 84fefcb252

@ -42,7 +42,7 @@
Premium <span style="font-size:17px;">(+Transfer+Dinner)</span>+ Novotel Hotel Premium <span style="font-size:17px;">(+Transfer+Dinner)</span>+ Novotel Hotel
<div class="selectionMemo"> <div class="selectionMemo">
US$ 199 per ticket<br> US$ 199 per ticket<br>
US$ 100 per room per night US$100 PRPN
</div> </div>
</label> </label>
</div> </div>
@ -69,13 +69,13 @@
</div> </div>
<div id="hotel_choice" style="display: none"> <div id="hotel_choice" style="display: none">
<div class="peopleSelect" style="width: auto;"> <div class="peopleSelect" style="width: auto;">
<p style="font-size: 22px;"><strong>Select the Number of Hotel Room(s)</strong></p> <p style="font-size: 22px; margin-bottom: 5px;"><strong>Select the Number of Hotel Room(s)</strong></p>
<div class="numberBtn"> <div class="numberBtn">
<input class="minaddBtn reduce_room" id='minusRoomBtn' type="button" value="-"> <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="number" id="hotel_room" readonly="readonly" type="text" value="1" name="hotelrooms">
<input class="minaddBtn add_room" id='plusRoomBtn' type="button" value="+"> <input class="minaddBtn add_room" id='plusRoomBtn' type="button" value="+">
</div> </div>
<p style="font-size: 22px;"><strong>Select the Length of Stay (Night)</strong></p> <p style="font-size: 22px; margin-bottom: 5px;"><strong>Select the Length of Stay (Night)</strong></p>
<div class="numberBtn"> <div class="numberBtn">
<input class="minaddBtn reduce_stay" id='minusStayBtn' type="button" value="-"> <input class="minaddBtn reduce_stay" id='minusStayBtn' type="button" value="-">
<input class="number" id="stay_length" readonly="readonly" type="text" value="1" name="hotelstay"> <input class="number" id="stay_length" readonly="readonly" type="text" value="1" name="hotelstay">
@ -88,7 +88,7 @@
2. The superior room at Novotel Chiang Mai is pricing at US$100 PRPN, include <strong>breakfast</strong> and tax. 2. The superior room at Novotel Chiang Mai is pricing at US$100 PRPN, include <strong>breakfast</strong> and tax.
</p> </p>
</div> </div>
<p style="font-size: 22px;"><strong>Select Ticket Quantity</strong></p> <p style="font-size: 22px; margin-bottom: 5px;"><strong>Select Ticket Quantity</strong></p>
<div class="peopleSelect" style="width: auto;"> <div class="peopleSelect" style="width: auto;">
<span class="formMemo"> <span class="formMemo">
Adults and older children (8+ years old) Adults and older children (8+ years old)
@ -640,5 +640,13 @@
</script> </script>
<style> <style>
#hotel_choice { display: inline-block;} #hotel_choice { display: inline-block;}
.selectionMemo {
font-size: 18px;
line-height: 17px;
}
@media (min-width: 751px){
.optionLable {
width: 31.8%;
}}
</style> </style>
<!--AH-Lantern-From-Info--> <!--AH-Lantern-From-Info-->

@ -42,7 +42,7 @@
Premium <span style="font-size:17px;">(+Transfer+Dinner)</span>+ Novotel Hotel Premium <span style="font-size:17px;">(+Transfer+Dinner)</span>+ Novotel Hotel
<div class="selectionMemo"> <div class="selectionMemo">
US$ 199 per ticket<br> US$ 199 per ticket<br>
US$ 100 per room per night US$100 PRPN
</div> </div>
</label> </label>
</div> </div>
@ -69,13 +69,13 @@
</div> </div>
<div id="hotel_choice" style="display: none"> <div id="hotel_choice" style="display: none">
<div class="peopleSelect" style="width: auto;"> <div class="peopleSelect" style="width: auto;">
<p style="font-size: 22px;"><strong>Select the Number of Hotel Room(s)</strong></p> <p style="font-size: 22px; margin-bottom: 5px;"><strong>Select the Number of Hotel Room(s)</strong></p>
<div class="numberBtn"> <div class="numberBtn">
<input class="minaddBtn reduce_room" id='minusRoomBtn' type="button" value="-"> <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="number" id="hotel_room" readonly="readonly" type="text" value="1" name="hotelrooms">
<input class="minaddBtn add_room" id='plusRoomBtn' type="button" value="+"> <input class="minaddBtn add_room" id='plusRoomBtn' type="button" value="+">
</div> </div>
<p style="font-size: 22px;"><strong>Select the Length of Stay (Night)</strong></p> <p style="font-size: 22px; margin-bottom: 5px;"><strong>Select the Length of Stay (Night)</strong></p>
<div class="numberBtn"> <div class="numberBtn">
<input class="minaddBtn reduce_stay" id='minusStayBtn' type="button" value="-"> <input class="minaddBtn reduce_stay" id='minusStayBtn' type="button" value="-">
<input class="number" id="stay_length" readonly="readonly" type="text" value="1" name="hotelstay"> <input class="number" id="stay_length" readonly="readonly" type="text" value="1" name="hotelstay">
@ -88,7 +88,7 @@
2. The superior room at Novotel Chiang Mai is pricing at US$100 PRPN, include <strong>breakfast</strong> and tax. 2. The superior room at Novotel Chiang Mai is pricing at US$100 PRPN, include <strong>breakfast</strong> and tax.
</p> </p>
</div> </div>
<p style="font-size: 22px;"><strong>Select Ticket Quantity</strong></p> <p style="font-size: 22px; margin-bottom: 5px;"><strong>Select Ticket Quantity</strong></p>
<div class="peopleSelect" style="width: auto;"> <div class="peopleSelect" style="width: auto;">
<span class="formMemo"> <span class="formMemo">
Adults and older children (8+ years old) Adults and older children (8+ years old)
@ -640,5 +640,14 @@
</script> </script>
<style> <style>
#hotel_choice { display: inline-block;} #hotel_choice { display: inline-block;}
.selectionMemo {
font-size: 18px;
line-height: 17px;
}
@media (min-width: 751px){
.optionLable {
width: 31.8%;
}}
</style> </style>
<!--AH-Lantern-From--> <!--AH-Lantern-From-->
Loading…
Cancel
Save