<div id="dvData"> <table border="0" > <?php $rq = $_REQUEST; /* อันนี้ไม่จำเป็นแค่ทำตัวแปรให้สั้นลง เพื่อสดวกในการอ่าน */?> <td colspan="6" style="color:blue"> <B>รายงานสรุปวันลาวันที่ <font color="red"> "<?=($startDate=isset($rq['search_start'])? date("d-m-Y",strtotime($rq['search_start'])):'')?>" </font> ถึง <font color="red"> "<?=($endDate=isset($rq['search_end'])? date("d-m-Y",strtotime($rq['search_end'])):'')?>" </font> </B> </td> <table width="976" class="table-bordered"> <tr> <th width="172" height="34"bgcolor="#CCCCCC"><B><center>ชื่อ-นามสกุล<br></center></B></th> <th width="106" bgcolor="#CCCCCC"><B><center>วันที่เริ่มลา<br></center></B></th> <th width="98" bgcolor="#CCCCCC"><B><center>วันที่สิ้นสุด<br></center></B></th> <th width="86" bgcolor="#CCCCCC"><B><center>จำนวนวัน<br></center></B></th> <th width="102" bgcolor="#CCCCCC"><B><center>จำนวนชั่วโมง</center></B></th> <th width="112" bgcolor="#CCCCCC"><B><center>ประเภท</center></B></th> <th width="268" bgcolor="#CCCCCC"><B><center>สาเหตุ</center></B></th> </tr> <?php while($objResult = mysql_fetch_array($rs_report_order_detail)) { ?> <tr> <td><?php echo $objResult['Emp_Name']; ?></td> <td><center><?php echo date("d-m-Y",strtotime($objResult['Date_start'])); ?></center></td> <td><center><?php echo date("d-m-Y", strtotime($objResult['Date_end'])); ?></center></td> <td><center><?php echo $objResult['Rec_Day']; ?></center></td> <td><center><?php echo $objResult['Rec_Hour']; ?></center></td> <td><?php echo $objResult['Leave_Name']; ?></td> <td><?php echo $objResult['Rec_Com']; ?></td> </tr> <?php $old_record = $objResult['Emp_Name'] ; } while ($objResult = mysql_fetch_assoc($rs_report_order_detail)); ?> <td colspan="7"><BR><B>ทั้งหมด <?php echo $Num_Rows;?> คน </B> <?php $pages = new Paginator; $pages->items_total = $Num_Rows; $pages->mid_range = 10; $pages->current_page = $Page; $pages->default_ipp = $Per_Page; $pages->url_next = '?search_start='.$startDate.'&search_end='.$endDate.'&Page='; $pages->paginate(); echo $pages->display_pages() ?> </td> </table> </table> </div>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง