<?php
include("../include/FunctionDB.php");
ConnectDB();
 
$sql "Select * From res_project_tb Where Resp_code ='$Resp_code '";
$result mysql_query($sql) or die(" Error").mysql_error();
$rs mysql_fetch_array($result)
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Detail</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874">
<link href="../source/style.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style1 {
    font-size: 14px;
    font-weight: bold;
}
.style2 {font-size: 14px}
-->
</style>
</head>

<body bgcolor="#FFFFFF">
<table width="67%" border="0" align="center" cellpadding="0" cellspacing="1"  style="background-color:#eeeeee; border:0px solid gray"size="12">
  <!--DWLayoutTable-->
  <tr bgcolor="#D1EFE6"> 
    <td colspan="3" bgcolor="#FFFFFF"> <div align="center" class="style1"><font color="#000000" face="Tahoma">แสดงรายละเอียด</font></div></td>
  </tr>
  <tr> 
    <td height="20" nowrap bordercolor="#D8D2A9" bgcolor="#FFFFFF"> <div align="center" class="style2"><font color="#003366" face="Tahoma">ปี 
    พ.ศ</font></div></td>
    <td nowrap bordercolor="#DDF8D1" bgcolor="#FFFFFF"><!--DWLayoutEmptyCell-->&nbsp;</td>
    <td nowrap bordercolor="#DDF8D1" bgcolor="#FFFFFF"><strong><font color="#000000" size="2" face="Tahoma"> 
      <?php
            
echo"$rs[Year_res]";
      
?>
      </font></strong></td>
  </tr>
  <tr> 
    <td width="176" height="20" nowrap bordercolor="#D8D2A9" bgcolor="#FFFFFF"> 
    <div align="center" class="style2"><font color="#003366" face="Tahoma">เรื่อง</font></div></td>
    <td nowrap bordercolor="#DDF8D1" bgcolor="#FFFFFF"><!--DWLayoutEmptyCell-->&nbsp;</td>
    <td nowrap bordercolor="#DDF8D1" bgcolor="#FFFFFF"><font color="#000000" size="2" face="Tahoma"><? echo $rs[Project_name?></font></td>
  </tr>
  <tr> 
    <td height="20" nowrap bordercolor="#D8D2A9" bgcolor="#FFFFFF"> <div align="center" class="style2"><font color="#003366" face="Tahoma">หน้าที่รับผิดชอบ</font></div></td>
    <td width="2" nowrap bordercolor="#DDF8D1" bgcolor="#FFFFFF"><!--DWLayoutEmptyCell-->&nbsp;</td>
    <td width="465" nowrap bordercolor="#DDF8D1" bgcolor="#FFFFFF"> <font color="#000000" size="2" face="Tahoma"><? echo $rs[Duty?></font><font color="#336600" size="2" face="Tahoma">&nbsp; 
      </font></td>
  </tr>
  <tr> 
    <td height="20" nowrap bordercolor="#D8D2A9" bgcolor="#FFFFFF"> <div align="center" class="style2"><font color="#003366" face="Tahoma">การประยุกต์นำไปใช้งาน</font></div></td>
    <td nowrap  bgcolor="#FFFFFF"><!--DWLayoutEmptyCell-->&nbsp;</td>
    <td nowrap  bgcolor="#FFFFFF"><font color="#000000" size="2" face="Tahoma"><? echo $rs[Apply?></font></td>
  </tr>
  <tr bgcolor="#D1EFE6"> 
    <td height="20" colspan="3" bgcolor="#FFFFFF"> <div align="center">
      <input type="button" name="Submit" value=" ปิดหน้าต่าง" onclick="javascript:parent.close();" class="button1" />
</div></td>
  </tr>
</table>
<p>&nbsp;</p>
</body>
</html>