|
Server : Apache/2.2.2 (Fedora) System : Linux App1.pathumtani.go.th 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 EDT 2007 i686 User : apache ( 48) PHP Version : 5.2.9 Disable Function : NONE Directory : /var/www/html/pathumthani_eoffice/application/gov_news/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
<title>Untitled Document</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style></head>
<body>
<?
include("../../config/config.inc.php");
include("../../common/function.php");
$gov_direct=$_GET['gov_id'];
?>
<TABLE width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<TR>
<TD width="80" height="80" background="images/h-rayong_03.jpg">
<?
$sql_icon="select * from tbl_gov_icons where gov_id=$gov_direct";
$result=mysql_query($sql_icon);
if($result){
$rs_gov=mysql_fetch_assoc($result);
}
?>
<? if ($rs_gov) {?>
<IMG src="../../files/gov_icons/<?=$rs_gov[attach]?>" width="80" height="80">
<? }else{?>
<IMG src="../../files/gov_icons/no_icon.png" width="80" height="80">
<? }?>
</TD>
<TD align="right" background="images/h-rayong_03.jpg"><? include "../control/headder.php"; ?></TD>
</TR>
<TR>
<TD colspan=3>
<? include"doc_menu_bar.php";?>
</TD>
</TR>
</TABLE>
</body>
</html>