|
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();
require_once('../../config/config_epm.inc.php');
include_once("manage_user.inc.php");
$strSQL = "SELECT * FROM tbl_xmlprofile WHERE PROFILE_ID='1'";
$rsConn = mysql_query($strSQL);
$Result = mysql_fetch_object($rsConn);
?>
<!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>
<?
include("header.php");
?>
<br />
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#B4B4B4">
<table width="100%" border="0" cellpadding="5" cellspacing="1">
<tr>
<td bgcolor="#FFFFFF" align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="3">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="3">
<tr>
<td width="20"></td>
<td align="left"><strong>Export XML </strong></td>
</tr>
</table>
</td>
</tr>
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="3">
<tr>
<td width="11%" align="right">XML Scheme : </td>
<td width="89%" align="left">[ <strong><a href="xml.php?ProfileID=<?=$Result->PROFILE_ID;?>&Encoding=<?=$Result->ENCODING;?>&ShowScheme=TRUE" target="_blank">Download</a></strong> ]</td>
</tr>
<tr>
<td align="right">XML Data : </td>
<td align="left">[ <strong><a href="xml.php?ProfileID=<?=$Result->PROFILE_ID;?>&Encoding=<?=$Result->ENCODING;?>&ShowScheme=FALSE" target="_blank">Download</a></strong> ]</td>
</tr>
<tr>
<td align="right"> </td>
<td><!--<input name="Submit2" type="button" style="width:80" value="Go to Import" onclick="location.href='xml_import_form.php'"/>--></td>
</tr>
</table></td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</td></tr></table></td></tr></table>