<table id="tbl_bookinglist"> <thead> <th width="50px"><input type="checkbox" onclick="javascript: allChecked('.chkHotel', this.checked);"></th> <th width="160px">체크인/체크아웃</th> <th width="160px">객실/베드타입</th> <th width="60px">방갯수</th> <th width="60px">숙박일</th> <th width="95px">단가</th> <th width="95px">서차지합계</th> <th width="110px" class="brrightnone">금액</th> </thead> <tbody> <tr> <td align="center"><input type="checkbox" name="chkCartNo[]" class="chkHotel" value="<?= $i; ?>"></td> <td align="center"><?= $_SESSION['check_in'][$i]; ?> ~ <?= $_SESSION['check_out'][$i]; ?></td> <td align="center"><?= $objRoom['room_name']; ?> / <?= $objType['bedtype_name']; ?></td> <td align="center"><?= $_SESSION['room_count'][$i] ?> 개</td> <td colspan="2" class="pd0"> <?php foreach ($periodAR as $periodKey => $periodValue) { ?> <ul id="list_price"> <li class="night"><?= number_format($totalNight[$periodCountArray], 0); ?> 박</li> <li class="price"><?= number_format($periodPriceAR[$periodKey], 0); ?> 바트</li> </ul> <?php } // end foreach ?> </td> <td> <?= number_format($totalExtra, 0); ?> 바트 </td> <td class="brrightnone"> <p class="f_red f_bold"><?= number_format(getCurrency($sumtotal), 0); ?> 원</p> (<?= number_format($sumtotal, 0); ?> 바트) </td> </tr> </tbody>
<table width="872" border="0"> <? $i++; ?> <tr> <td rowspan="<?=$i;?>"> </td> <td rowspan="<?=$i;?>"> </td> <td rowspan="<?=$i;?>"> </td> <td> </td> <td rowspan="<?=$i;?>"> </td> </tr> <tr> <td> </td> </tr> <tr> <td> </td> </tr> </table>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง