<html> <head> <title>จัดการหนังสือ</title> <link href="blu.css" rel="stylesheet" type="text/css" /> <link href="print.css" rel="stylesheet" type="text/css" /> <link href="style.css" rel="stylesheet" type="text/css" /> <meta http-equiv="Content-Type" content="text/html; charset=windows-874"></head> <body> <? include "connect.php"; $strSQL = "SELECT * FROM book"; mysql_query("SET NAMES TIS620"); $objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]"); $Num_Rows = mysql_num_rows($objQuery); $Per_Page = 10; // Per Page $Page = $_GET["Page"]; if(!$_GET["Page"]) { $Page=1; } $Prev_Page = $Page-1; $Next_Page = $Page+1; $Page_Start = (($Per_Page*$Page)-$Per_Page); if($Num_Rows<=$Per_Page) { $Num_Pages =1; } else if(($Num_Rows % $Per_Page)==0) { $Num_Pages =($Num_Rows/$Per_Page) ; } else { $Num_Pages =($Num_Rows/$Per_Page)+1; $Num_Pages = (int)$Num_Pages; } $strSQL .=" order by IDBook DESC LIMIT $Page_Start , $Per_Page"; $objQuery = mysql_query($strSQL); ?></p> <table width="654" align="center"> <tr> <th width="86" bgcolor="#FF0000"> <div align="center"><font color="#FFFFFF">รหัสหนังสือ</font></div></th> <th width="162" bgcolor="#FF0000"> <div align="center"><font color="#FFFFFF">ชื่อหนังสือ</font></div></th> <th width="113" bgcolor="#FF0000"> <div align="center"><font color="#FFFFFF">ผู้เแต่ง</font></div></th> <th width="129" bgcolor="#FF0000"> <div align="center"><font color="#FFFFFF">หมวดหมู่</font></div></th> <th width="65" bgcolor="#FF0000"> <div align="center"><font color="#FFFFFF">สถานะ</font></div></th> <th width="71" bgcolor="#FF0000"> <div align="center"><font color="#FFFFFF">จัดการ</font></div></th> </tr> <? while($objResult = mysql_fetch_array($objQuery)) { if($bg == "#FFFF99") { //ส่วนของการ สลับสี $bg = "#FFFFCC"; } else { $bg = "#FFFF99"; } ?> <tr bgcolor="<?=$bg?>"> <td valign="top"><div align="center"><?=$objResult["IDBook"];?></div></td> <td valign="top"><?=$objResult["Name"];?></td> <td valign="top"><?=$objResult["Author"];?></td> <td valign="top"><div align="center"><?=$objResult["Category"];?></div></td> <td align="right" valign="top"><div align="center"><?=$objResult["Status"];?></div></td> <td align="right" valign="top"><div align="center"><a href="edit-book.php?IDb=<?=$objResult["IDBook"];?>">Edit</a> <a href="JavaScript:if(confirm('Confirm Delete?')==true){window.location='del-book.php?IDb=<?=$objResult["IDBook"];?>';}">Del</a></div></td> </tr> <? } ?> </table> <p> </p> <table width="654" border="0" align="center"> <tr> <td>ทั้งหมด <?= $Num_Rows;?> เล่ม <?=$Num_Pages;?> หน้า : <? if($Prev_Page) { echo " <a href='$_SERVER[SCRIPT_NAME]?Page=$Prev_Page'><< Back</a> "; } for($i=1; $i<=$Num_Pages; $i++){ if($i != $Page) { echo "[ <a href='$_SERVER[SCRIPT_NAME]?Page=$i'>$i</a> ]"; } else { echo "<b> $i </b>"; } } if($Page!=$Num_Pages) { echo " <a href ='$_SERVER[SCRIPT_NAME]?Page=$Next_Page'>Next>></a> "; } mysql_close(); ?> </td> </tr> </table> <p> </p> </body> </html>
<? $status = $objResult["Status"]; if ($status == "ถูกยืม"){ print("<td align=right valign=top><div align=center><font color = red>$status</font></div></td>"); } else { print("<td align=right valign=top><div align=center><font color = green>$status</font></div></td>"); } ?>
<? $status = $objResult["Status"]; switch ($status) { case "ถูกยืม": print("<td align=right valign=top><div align=center><font color = red>$status</font></div></td>"); break; case "ปกติ": print("<td align=right valign=top><div align=center><font color = green>$status</font></div></td>"); break; } ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง