<table class="table table-hover"> <tr bgcolor="#80CCFF"> <th>เลขที่ใบสั่งซื้อ</th> <th>ราคารวม</th> <th>วันที่</th> <th>สุถานะชำระเงิน</th> <th>สถานะจัดส่ง</th> <th>ผู้สั่งซื้อ</th> </tr> <?php foreach($order AS $orders) { ?> <tr bgcolor="#CCEBFF"> <td ><a href="#Modal" role="button" class="btn" data-toggle="modal"><?php echo $orders->or_id ?></a></td> <td><?php echo $orders->or_sum ?></td> <td><?php echo $orders->or_date ?></td> <td><?php echo $orders->pay_status ?></td> <td><?php echo $orders->delive_status ?></td> <td> <a href="<?php echo site_url("admins/user"). "/$orders->cus_id"?>"><?php echo $orders->cus_id ?></a></td> </tr> <?php } ?> </table>
<div id="Modal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h3 id="myModalLabel">รายการสั่งซื้อสินค้า</h3> </div> <div class="modal-body"> <p> <table width="95%" align="center" style="font-size: 13px;" border="1" bgcolor="#94DBFF"> <tr bgcolor="#85C5E6"> <th width="17%">รหัสสินค้า</th> <th>ชื่อสินค้า</th> <th width="25%">ราคา</th> <th width="10%">จำนวน</th> </tr> <?PHP foreach ($orderdetail as $orderde){ ?> <tr> <td><?php echo $orderde->pro_id ?></td> <td><?php echo $orderde->pro_name ?></td> <td><?php echo $orderde->pro_price ?></td> <td><?php echo $orderde->pro_qut ?></td> </tr> <?PHP }?> <tr bgcolor="#94DBFF" ><td colspan="2" align="right">ราคารวม :</td><td colspan="2" ><?php echo $orderde->pro_sum ?> บาท</td></tr> </table> </p> </div> <div class="modal-footer"> <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button> <button class="btn btn-primary">Save changes</button> </div> </div>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง