Viewing file: SearchEditManList.php (16.73 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php include("../include/FunctionDB.php"); include("admin_menu.php"); include("../include/Function.php"); ConnectDB(); $keyword = $_GET[keyword]; $fields = $_GET[fields]; if ($keyword== "" || $fields== "") { echo"<body bgcolor=\"#EBF2FE\"> <center><br><font face=\"Tahoma\" size=\"4\" color=\"#FF0000\">กรุณาเลือกรายการค้นหา </font></center></body>"; exit(); } else if($keyword == "") { echo"<body bgcolor=\"#EBF2FE\"> <center><br><font face=\"Tahoma\" size=\"4\" color=\"#FF0000\">กรุณาเลือกชื่อรายการค้นหา </font></center></body>"; } else if($fields=="") { echo"<body bgcolor=\"#EBF2FE\"> <center><br><font face=\"Tahoma\" size=\"4\" color=\"#FF0000\">กรุณาเลือกรายการค้นหา </font></center></body>"; } else $sql = "SELECT * FROM manament_tb WHERE $fields LIKE '%$keyword%' "; $result = mysql_query($sql) or die("Error".mysql_error()); $num = mysql_num_rows($result); if(empty($num)) { echo"<body bgcolor=\"#EBF2FE\"> <center><br><font face=\"Tahoma\" size=\"4\" color=\"#FF0000\">ไม่พบข้อมูล</font><font face=\"Tahoma\" size=\"4\" color=\"#003399\"> <b>$keyword</b></font> </center></body>"; exit(); }
?>
<meta http-equiv="Content-Type" content="text/html; charset=TIS-620">
<style type="text/css"> <!-- .style1 {color: #0000FF} .style3 {color: #000000} .style4 {color: #003366} .style23 {font-size: 14px} --> </style> <script type="text/JavaScript"> <!-- function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } //--> </script> <table width="840" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="840" ><br> <fieldset> <legend><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>"><a href="menu_teacher.php">หน้าหลัก</a> <img src="../picture/ico3.gif" width="10" height="10" border="0" align="absmiddle"> <a href="addMan.php">เพิ่มรายการ</a></font></legend> <label> <div align="center"> <form id="form1" name="form1" method="get" action="SearchEditManList.php"> <table width="100%" border="0" cellspacing="1" cellpadding="0" style="border:1px solid #CCCCFF"> <tr> <td height="24" bgcolor="#DFDFFF"><div align="center"><font size="2" face="Tahoma"> </font><font size="2" face="Tahoma"><strong>ชื่อที่ต้องการค้นหา</strong></font> <font size="2" face="Tahoma"> <img src="../picture/search.gif" width="15" height="19" align="absmiddle" border="0" /> <input name="keyword" type="text" style="background-color:#F0FFD2;" value="<? echo"$keyword"; ?>" size="30"> <strong>จาก</strong></font> <font size="2" face="Tahoma"> <select name="fields" style="background-color:#F0FFD2;" > <option value="<? echo "$fields"; ?>">เลือกรายการ</option> <option value="Date_buy">วัน-เดือน-ปี ที่แจ้งซ่อม</option> <option value="Date_year">วัน-เดือน-ปี ที่ซ่อมเสร็จ</option> <option value="Status">ชนิดของอุปกรณ์</option> <option value="Status_1">สถานะ</option> <option value="Fix_History">ประวัติการซ่อม</option> <option value="Acc_name">ชื่ออุปกรณ์</option> </select> <input type="submit" name="Submit" value="ค้นหา" /> </font></div></td> </tr> </table> </form> <table width="100%" border="0" cellpadding="0" cellspacing="1" style="background-color:#eeeeee; border:1px solid gray"> <form action="DelMan.php" method="post"> <tr bgcolor="#D2F49F"> <td height="25" colspan="9" bgcolor="#CCCCFF" ><div align="center"><font color="#000000" size="4" face="Tahoma"><strong><font color="#FF0000">แก้ไข</font> รายการ </strong></font></div></td> </tr> <tr bgcolor="#E6E6E6"> <td width="21" align="center" style="border:1px solid gray"> </td> <td width="26" align="center" style="border:1px solid gray"><strong><font color="#000000" size="2" face="Tahoma">No.</font></strong></td> <td width="84" align="center" style="border:1px solid gray"><font size="2" face="Tahoma"><strong>วันที่แจ้งซ่อม </strong></font></td> <td width="313" align="center" style="border:1px solid gray"><strong><font color="#000000" size="2" face="Tahoma">ชื่ออุปกรณ</font><font color="#000000" size="2" face="Tahoma">์</font></strong></td> <td width="90" align="center" style="border:1px solid gray"><font size="2" face="Tahoma"><strong>วันที่ซ่อมเสร็จ</strong></font></td> <td width="120" align="center" style="border:1px solid gray"><font size="2" face="Tahoma"><strong>ชื่อผู้รับผิดชอบ</strong></font></td> <td colspan="3" align="center" style="border:1px solid gray"><font size="2" face="Tahoma"><strong>กระทำการ</strong></font></td> </tr> <?php $i = 1; while($row = mysql_fetch_array($result)) {
if($count==0) { ?> <tr bgcolor="#F7F7F7" > <td height="20" align="center" ><input type="checkbox" name="checkbox[]" value="<? echo $row[code]?>" /> </td> <td align="center" ><strong><font color="#996600" size="2" face="Tahoma"> <?=$i?> </font></strong></td> <td align="center" ><div align="center"><font color="#336600" size="2" face="Tahoma"> <?=$row["Date_buy"]?> </font></div></td> <td align="center" bgcolor="#F7F7F7" ><div align="left"><font color="#000000" size="2" face="Tahoma"> </font> <div align="left"> <div align="left"><font color="#996600" size="2" face="Tahoma"><a href="ManDetail.php?code=<?=$row["code"]?>"title="Click to see Detail" class="d" ></a> </font> <div align="left"> <div align="left"> <div align="left"> <div align="center" onclick="MM_openBrWindow('ManDetail.php?code=<?=$row["code"]?>','Detail','width=700,height=430')"> <div align="left"><span class="style5"><font color="#996600" size="2" face="Tahoma"><a href="#"><? echo $row["Acc_code"]?>-<? echo $row["Acc_name"]?></a></font></div> </div> </div> <font color="#996600" size="2" face="Tahoma"><a href="#" onclick="openNewWindow('TrainingDetail.php?Training_code=<?php echo $row["Training_code"];?>','','scrollbars=No,width=600,height=650')" class="nav"></a> </font></div> </div> </div> </div> <font color="#996600" size="2" face="Tahoma"><a href="ManDetail.php?code=<?=$row["code"]?>"title="Click to see Detail" class="d" ></a></font></div></td> <td><div align="center"><font color="#336600" size="2" face="Tahoma"> </font><font color="#003366" size="2" face="Tahoma"> <?php $sday = $row[Date_year]; $yearthai = explode("-",$sday); $day = intval($yearthai[2]); $month = intval($yearthai[1]); $year = intval($yearthai[0]); ////////////////// // $yearthai = $day ; // $month = TxtThaiMonth($month); echo"$day"."/"."$month"."/"."$year"; ?> </font><font color="#336600" size="2" face="Tahoma"> </font></div></td> <td><div align="center"><font color="#336600" size="2" face="Tahoma"> </font><font color="#000000" size="2" face="Tahoma"> <?php $Teacher_code = $row["Teacher_code"]; $sql = "Select * From personal_tb Where Teacher_code='$Teacher_code'"; $result1 = mysql_query($sql) or die("Error".mysql_error()); $rss = mysql_fetch_array($result1); echo "$rss[Teacher_name] $rss[Teacher_lastname]"; ?> </font><font color="#336600" size="2" face="Tahoma"> </font><font color="#336600" size="2" face="Tahoma"> </font> <font color="#336600" size="2" face="Tahoma"> </font><font color="#336600" size="2" face="Tahoma"> </font></div></td> <td width="28" ><div align="left"><a href="Detail.php?BuildD_No=<? echo $row[BuildD_No]?>" class="e"> <img src="../picture/home.gif" width="20" height="20" border="0" align="absmiddle" /> </a></div></td> <td width="28" ><div align="left"><font size="2" face="Tahoma"><strong><a href="FrmEditMan.php?code=<? echo $row[code]?>" class="c" ><img src="../picture/edit.gif" width="15" height="12" border="0" alt="แก้ไข" /></a></strong></font></div></td> <td width="26" ><div align="left"><strong><font size="2" face="Tahoma"> <script language="JavaScript" type="text/javascript"> function Conf<?=$row[code];?>0(object) { if (confirm("คุณต้องการลบข้อมูล <?php echo " $row[Acc_name]"; ?> หรือไม่?") == true) { return true; } return false; } </script> <a href="DelMan2.php?code=<?php echo $row[code]; ?>&&Acc_code=<?php echo $row[Acc_code];?>"> <img src="../picture/deletenewgrey.gif" width="11" height="12" align="absmiddle" border="0" onclick="return Conf<?=$row[code];?>0(this)" alt="ลบข้อมูล" /></a> </font></strong></div></td> </tr> <? $count=1; } else { ?> <tr bgcolor="#FFFFFF"> <td align="center" bordercolor="#FFFFFF" ><input type="checkbox" name="checkbox[]2" value="<? echo $row[code]?>" /> </td> <td align="center" bordercolor="#FFFFFF" ><strong><font color="#996600" size="2" face="Tahoma"> <?=$i?> </font></strong></td> <td align="center" bordercolor="#FFFFFF" ><div align="center"><font color="#336600" size="2" face="Tahoma"> <?=$row["Date_buy"]?> </font></div></td> <td height="20" align="center" bordercolor="#FFFFFF" ><div align="left"><font color="#000000" size="2" face="Tahoma"> </font><font color="#000000" size="2" face="Tahoma"> </font><font color="#000000" size="2" face="Tahoma"> </font> <div align="left"> <div align="left"><font color="#996600" size="2" face="Tahoma"><a href="ManDetail.php?code=<?=$row["code"]?>"title="Click to see Detail" class="d" ></a> </font> <div align="left"> <div align="left"> <div align="left"> <div align="center" onclick="MM_openBrWindow('ManDetail.php?code=<?=$row["code"]?>','Detail','width=700,height=430')"> <div align="left"><span class="style5"><font color="#996600" size="2" face="Tahoma"><a href="#"><? echo $row["Acc_code"]?>-<? echo $row["Acc_name"]?></a></font></div> </div> </div> <font color="#996600" size="2" face="Tahoma"><a href="#" onclick="openNewWindow('TrainingDetail.php?Training_code=<?php echo $row["Training_code"];?>','','scrollbars=No,width=600,height=650')" class="nav"></a> </font></div> </div> </div> </div> <font color="#996600" size="2" face="Tahoma"><a href="ManDetail.php?code=<?=$row["code"]?>"title="Click to see Detail" class="d" ></a></font></div></td> <td bordercolor="#FFFFFF"><div align="center"><font color="#003366" size="2" face="Tahoma"> <?php $sday = $row[Date_year]; $yearthai = explode("-",$sday); $day = intval($yearthai[2]); $month = intval($yearthai[1]); $year = intval($yearthai[0]); ////////////////// // $yearthai = $day ; // $month = TxtThaiMonth($month); echo"$day"."/"."$month"."/"."$year"; ?> </font><font color="#336600" size="2" face="Tahoma"> </font></div></td> <td bordercolor="#FFFFFF"><div align="center"><font color="#336600" size="2" face="Tahoma"> </font><font color="#000000" size="2" face="Tahoma"> <?php $Teacher_code = $row["Teacher_code"]; $sql = "Select * From personal_tb Where Teacher_code='$Teacher_code'"; $result1 = mysql_query($sql) or die("Error".mysql_error()); $rss = mysql_fetch_array($result1); echo "$rss[Teacher_name] $rss[Teacher_lastname]"; ?> </font><font color="#336600" size="2" face="Tahoma"> </font><font color="#336600" size="2" face="Tahoma"> </font> <font color="#336600" size="2" face="Tahoma"> </font><font color="#336600" size="2" face="Tahoma"> </font></div></td> <td bordercolor="#FFFFFF" ><div align="left"><a href="Detail.php?BuildD_No=<? echo $row[BuildD_No]?>" class="e"><img src="../picture/home.gif" width="20" height="20" border="0" align="absmiddle" /></a></div></td> <td bordercolor="#FFFFFF" ><div align="left"><font size="2" face="Tahoma"><strong><a href="FrmEditMan.php?code=<? echo $row[code]?>" class="c"><img src="../picture/edit.gif" width="15" height="12" border="0" alt="แก้ไข" /></a></strong></font></div></td> <td bordercolor="#FFFFFF" ><div align="left"><strong><font size="2" face="Tahoma"> <script language="JavaScript" type="text/javascript"> function Conf<?=$row[code];?>0(object) { if (confirm("คุณต้องการลบข้อมูล <?php echo " $row[Acc_name]"; ?> หรือไม่?") == true) { return true; } return false; } </script> <a href="DelMan2.php?code=<?php echo $row[code]; ?>&&Acc_code=<?php echo $row[Acc_code];?>"><img src="../picture/deletenewgrey.gif" width="11" height="12" align="absmiddle" border="0" onclick="return Conf<?=$row[code];?>0(this)" alt="ลบข้อมูล" /></a><a href="DelMan2.php?code=<?php echo $row[code]; ?>&&Acc_code=<?php echo $row[Acc_code];?>"></a> </font></strong></div></td> </tr> <? $count=0; } $i++; } CloseDB(); ?> <tr bgcolor="#E6E6E6"> <td colspan="9" align="center" ><input type="submit" name="Submit2" value=" Delete " /> </td> </tr> <tr bgcolor="#D2F49F"> <td height="18" colspan="9" align="center" bgcolor="#CCCCFF" ><div align="center"><strong><font color="#000000" size="2" face="Tahoma">ทั้งหมด</font><font color="#003399" size="2" face="Tahoma"> <? echo $num ?> </font><font color="#FFFFFF" size="2" face="Tahoma"><font color="#003366">รายการ</font><font color="#FFFFFF"> </font></font> <font color="#993333" size="2" face="Tahoma"> </font> </strong></div></td> </tr> </form> </table> <table width="100%" border="0" cellpadding="0" cellspacing="1" bordercolor="#CCCCCC"> <tr> <td align="right" bordercolor="#CCCCCC" class="Tahoma11"><div align="center"><font color="#FFFFFF"> <font color="<?php echo $GLOBALS["COLOR_FONT_3"];?>" size="2" face="MS Sans Serif"><strong> <font color="#0033CC"> <?php echo $Num_Pages;?></font></font></font><font color="#000000" size="2" face="Tahoma"><strong> หน้า</strong></font> <font color="#0033CC" size="2" face="Tahoma"><strong> <?php if ($Pre_Page) echo"<a href=\"$PHP_SELF?Page=$Pre_Page&&Faculty_code=$Faculty_code\" class=\"PageLink\"><font =\"Ms San serif\" size=\"3\"><b><< Previus</b> </font></a>";
for($i=1;$i<=$Num_Pages;$i++) { if($i != $Page) echo" [<a href=\"$PHP_SELF?Page=$i&&Faculty_code=$Faculty_code\" class=\"PageLink\"><font =\"Ms San serif\" size=\"3\"><b>$i</b></font></a>] "; else echo"<b>$i</b>"; } if($Page != $Num_Pages) echo"<a href=\"$PHP_SELF?Page=$Next_Page&&Faculty_code=$Faculty_code\" class=\"PageLink\"><font =\"Ms San serif\" size=\"3\"><b> Next >></b> </font></a>"; ?> </strong></font> </font> </div></td> </tr> </table> </div> </label> </fieldset><br> <font color="<?php echo $GLOBALS["COLOR_FONT_3"];?>" size="2"><b>หมายเหตุ :</b> ใช้เมาส์คลิกที่ชื่อหลักสูตรเพื่อสมัครเรียนของนักศึกษาในหลักสูตร<br> </font></td> </tr> </table>
|