<? include("conn.php") ; $sql1 = "SELECT * FROM tb_department WHERE dept_type='summer' and dept_status='A' "; $sqlquery1=mysql_db_query($dbname, $sql1); ?> <table width="800" border=0 align=center cellpadding=1 cellspacing=1> <tr> <td colspan="3"><span clASs=style10>Summer [<a href="JavaScript:fncShow('tr1');">Show</a>] [<a href="JavaScript:fncHide('tr1');">Hide</a>]</span></td> </tr> <tr> <td width="400" height=30 bgcolor=#0c4e9c><div align=center><span clASs=style4>Department</span></div></td> <td width="200" height=30 bgcolor=#0c4e9c><div align=center><span clASs=style4>Monthly Summary</span></div></td> <td width="200" height=30 bgcolor=#0c4e9c><div align=center><span clASs=style4>Checklist</span></div></td> </tr> <? while($row=mysql_fetch_row($sqlquery1)) { $i++; if($i%2==0) { $bg = "#DDDDDD"; } else { $bg = "#F7F7F7"; } ?> <tr id="tr1" bgcolor="<?=$bg;?>"> <td height=20><div align=left><span clASs=style3> <?=$row[0]?> <?=$row[1]?></div></span></td> <td height=20><div align=center><span clASs=style14></div></span></td> <td height=20><div align=center><span clASs=style3><a href="m1_select_staff.php?dept_id=<?=$row[0]?>">Checklist</a></div></span></td> </tr> <? } ?> </table>
<table width="800" border=0 align=center cellpadding=1 cellspacing=1 RULES=GROUPS FRAME=BOX> <THEAD> <tr> <td colspan="3"><span clASs=style10>Summer [<a href="void(0);" class="showContent">Show</a>] [<a href="void(0)" class="hideContent">Hide</a>]</span></td> </tr> <tr> <td width="400" height=30 bgcolor=#0c4e9c><div align=center><span clASs=style4>Department</span></div></td> <td width="200" height=30 bgcolor=#0c4e9c><div align=center><span clASs=style4>Monthly Summary</span></div></td> <td width="200" height=30 bgcolor=#0c4e9c><div align=center><span clASs=style4>Checklist</span></div></td> </tr> </THEAD> <TBODY> <? while($row=mysql_fetch_row($sqlquery1)) { $i++; if($i%2==0) { $bg = "#DDDDDD"; } else { $bg = "#F7F7F7"; } ?> </TBODY> <TFOOT> <tr bgcolor="<?=$bg;?>"> <td height=20><div align=left><span clASs=style3> <?=$row[0]?> <?=$row[1]?></div></span></td> <td height=20><div align=center><span clASs=style14></div></span></td> <td height=20><div align=center><span clASs=style3><a href="m1_select_staff.php?dept_id=<?=$row[0]?>">Checklist</a></div></span></td> </tr> </TFOOT> <? } ?> </table> <script src="http://code.jquery.com/jquery-latest.js"></script> <script> $("a.showContent").click(function(){ $("tbody").show(400); }); $("a.hideContent").click(function(){ $("tbody").hide(400); }); </script>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง