Viewing file: showlinedocTable.php (1.55 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
include_once("../../class/clsConnection.php");
include_once("../../class/clsDB.php");
include_once "../global.php";
include_once "../link/function.php";
include_once "../link/functionshow.php";
include_once "funct.php";
include_once "../class/clsDocuments.php";
include_once "../class/clsDocReceiveSend.php";
$oC = new clsConnection($GLOBALS['DBHOST'], $GLOBALS['DBNAME_EOFFICE'], $GLOBALS['DBUSER_EOFFICE'], $GLOBALS['DBPASS_EOFFICE']);
$oDoc = new Documents($oC);
$oDoc1 = new Documents($oC);
$oRs = new DocReceiveSend($oC);
$oDoc->SearchByKey($searchDoc); $oDoc->GetRecord();
?>
<html>
<head>
<title>µÃǨÊͺàÊé¹·Ò§¡ÒÃÊè§Ë¹Ñ§Ê×Í</title>
<meta http-equiv="Content-Type" content="text/html; charset=tis-620">
<link href="../source/style.css" rel="stylesheet" type="text/css">
</head>
<body><br>
<fieldset>
<legend><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_2"];?>"> <strong><img src="../picture/showlinedoc2.gif" alt="" border="0" > µÃǨÊͺàÊé¹·Ò§¡ÒÃÊè§Ë¹Ñ§Ê×Í </strong>
</font></legend>
</fieldset><table border="0" align="center" width="98%">
<tr><td align="left"><font size="2"> <strong>·Õè˹ѧÊ×Í
: </strong> <? if($oDoc->DocNo!=""){ echo $oDoc->DocNo; } ?></font></td>
</tr>
<tr><td align="left"><font size="2"> <strong>àÃ×èͧ
: </strong> <? if($oDoc->DocSubject!=""){ echo $oDoc->DocSubject; } ?></font></td></tr>
<tr><td><hr color="#C87904"></td></tr>
</table>
<?
showsteplinedoc($searchDoc,$tab);
?>
</body>
</html>
|