Viewing file: EditManList.php (13.97 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
session_start();
if (session_is_registered("valid_user"))
{
$Username = $valid_user;
include("../../include/FunctionDB.php");
include("../../include/Function.php");
//include("header.php");
ConnectDB();
$sql = "SELECT * FROM personal_tb WHERE Username='$Username'";
$res = mysql_query($sql);
$rs = mysql_fetch_array($res);
$Teacher_code = $rs[Teacher_code];
$strSQL = "SELECT * FROM manament_tb Order By Date_Buy DESC ";
if (! $Page)
$Page = 1;
$Pre_Page = $Page - 1;
$Next_Page = $Page +1;
$Per_Page = 30;
$result = mysql_query($strSQL);
$Page_start = ($Per_Page*$Page) - $Per_Page;
$Num_Rows = mysql_num_rows($result);
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;
if (( $Page > $Num_Pages) || ($Page < 0))
echo"Page $Page More than $Num_Pages";
$strSQL .=" LIMIT $Page_start,$Per_Page" ;
$result = mysql_query($strSQL);
$num = mysql_num_rows($result );
?>
<html>
<head>
<title>แก้ไข </title>
<link rel="stylesheet" href="../css/cart3.css" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=windows-874">
<link href="../../css/style1.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style5 {color: #FF0000}
.style6 {font-family: Tahoma}
-->
</style>
</head>
<body bgcolor="#FFFFFF" topmargin="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> <table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" bordercolor="#999999">
<tr>
<td colspan="4" bgcolor="#6699CC"><img src="../../Image/Manlogo.jpg" width="837" height="110"></td>
</tr>
<tr>
<td width="20%" background="../../Image/barm.jpg" class="table">
<div align="center"><strong><font size="2" face="Tahoma"><a href="../menu_teacher.php" class="d">กลับหน้าหลัก</a></font></strong></div></td>
<td width="20%" background="../../Image/barm.jpg" class="table">
<div align="center"><strong><font size="2" face="Tahoma"><a href="ManAcc.php" class="d">เพิ่ม</a></font></strong></div></td>
<td width="20%" background="../../Image/barm.jpg" class="table">
<div align="center"><strong><font size="2" face="Tahoma"><a href="ManList.php" class="d">
แสดง</a></font></strong></div></td>
<td width="20%" background="../../Image/barm.jpg" class="table">
<div align="center"><strong><font size="2" face="Tahoma"><a href="../../Logout.php" class="d">Logout</a></font></strong></div></td>
</tr>
</table></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
</tr>
<tr>
<td><table width="100%" border="0" cellspacing="1" cellpadding="0" style="border:1px solid #CCCCFF">
<form name="form1" method="get" action="../../Plan_dura/Manament/EditSearchList.php">
<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="../../Image/b_select.png" width="16" height="16" align="absmiddle" border="0">
<input name="keyword" type="text" style="background-color:#F0FFD2;" value="<? echo"$keyword"; ?>" size="50" >
<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>
</form>
</table></td>
</tr>
<tr>
<td> </td>
</tr>
</table>
<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="31" align="center" style="border:1px solid gray"> </td>
<td width="42" align="center" style="border:1px solid gray"><strong><font color="#000000" size="2" face="Tahoma">No.</font></strong></td>
<td width="112" align="center" style="border:1px solid gray"><font size="2" face="Tahoma"><strong>วันที่แจ้งซ่อม </strong></font></td>
<td width="419" 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="142" align="center" style="border:1px solid gray"><font size="2" face="Tahoma"><strong>วันที่ซ่อมเสร็จ</strong></font></td>
<td width="166" 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="18" 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" class="style6"><font color="#336600" size="2">
<?=$row["Date_buy"]?>
</font></div></td>
<td align=center bgcolor="#F7F7F7" > <div align="left"><font color="#000000" size="2" face="Tahoma">
</font><font color="#996600" size="2" face="Tahoma"><span class="style5"><font size="2" face="Tahoma"><a href="ManDetail.php?code=<?=$row["code"]?>"title="Click to see Detail" class="d" ><? echo $row["Acc_code"]?> </a></font></span><font size="2" face="Tahoma"><a href="ManDetail.php?code=<?=$row["code"]?>"title="Click to see Detail" class="d" ><span class="style5">-</span></a></font><font color="#996600" size="2" face="Tahoma"><a href="ManDetail.php?code=<?=$row["code"]?>"title="Click to see Detail" class="d" > <? echo $row["Acc_name"]?> </a></font></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="left"> <span class="style6"><font color="#000000" size="2">
<?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></span>
</div></td>
<td width="35" ><div align="left"><a href="Detail.php?BuildD_No=<? echo $row[BuildD_No]?>" class="e">
<img src="../../Image/b_browse.png" alt="เพิ่ม" width="16" height="16" border="0" align="absmiddle">
</a></div></td>
<td width="32" ><div align="left"><font size="2" face="Tahoma"><strong><a href="FrmEdit.php?code=<? echo $row[code]?>" class="c" ><img src="../../Image/edit.gif" width="15" height="12" border="0" alt="แก้ไข"></a></strong></font></div></td>
<td width="32" ><div align="left"><strong><font size="2" face="Tahoma">
<script language="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="../../Image/b_drop.png" width="13" height="13" 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 name="checkbox[]2" type="checkbox" id="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" class="style6"><font color="#336600" size="2">
<?=$row["Date_buy"]?>
</font></div></td>
<td height="18" align="center" bordercolor="#FFFFFF" ><div align="left" class="style5"><font color="#996600" size="2" face="Tahoma"><font size="2" face="Tahoma"><a href="ManDetail.php?code=<?=$row["code"]?>"title="Click to see Detail" class="d" ><? echo $row["Acc_code"]?> -</a></font><font color="#996600" size="2" face="Tahoma"><a href="ManDetail.php?code=<?=$row["code"]?>"title="Click to see Detail" class="d" > <? echo $row["Acc_name"]?> </a></font></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></div></td>
<td bordercolor="#FFFFFF"><font color="#000000" size="2">
<?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></td>
<td bordercolor="#FFFFFF" ><div align="left"><a href="Detail.php?BuildD_No=<? echo $row[BuildD_No]?>" class="e"> <img src="../../Image/b_browse.png" alt="เพิ่ม" width="16" height="16" border="0" align="absmiddle"></a></div></td>
<td bordercolor="#FFFFFF" ><div align="left"><font size="2" face="Tahoma"><strong><a href="FrmEdit.php?code=<? echo $row[code]?>" class="c"><img src="../../Image/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">
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="../../Image/b_drop.png" width="13" height="13" align="absmiddle" border="0" onClick="return Conf<?=$row[code];?>0(this)" alt="ลบข้อมูล"></a>
</font></strong></div></td>
</tr>
<?
$count=0;
}
$i++;
}
CloseDB();
?>
<tr bgcolor="#E6E6E6">
<td colspan="9" align="center" > <input type="submit" name="Submit" value=" Delete ">
</td>
<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>
</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="#FFFFFF" size="3" face="MS Sans Serif"><strong>
<font color="#0033CC" size="2" face="Tahoma"> <?php echo $Num_Pages;?></font></strong></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\" 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\" 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\" class=\"PageLink\"><font =\"Ms San serif\" size=\"3\"><b> Next >></b> </font></a>";
?>
</strong></font> </font> </div></td>
</tr>
</table>
<p> </p>
</html>
<?php
}
else
{
echo"<meta http-equiv=\"refresh\" content=\"3;URL=FrmLogin.php\">\n";
echo"Please Login ";
}
?>
|