|
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 : /home/pathumthani_integration/integration/application/industry/ |
Upload File : |
<? session_start() ;
if($_GET['status']!='executive'){
header("Content-Type: text/html; charset=windows-874");
}
set_time_limit(0) ;
include_once("../../config/config_epm.inc.php");
//include_once("manage_user.inc.php");
?>
<!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=tis-620" />
<title><?=$title_name?></title>
</head>
<body>
<?php
if($_GET['status']!='executive'){
include("header.php");
}
?>
<br/>
<table width="700" border="0" align="center">
<tr>
<td>
<fieldset>
<legend><strong>รายงานดัชนีราคาผู้บริโภคจังหวัด</strong></legend>
<iframe src="../industry/price_moc_action_post.php" width="650" height="350" frameborder="0" scrolling="no"></iframe>
</fieldset>
</td>
</tr>
</table>
</body>
</html>