Viewing file: addcollege_c.php (6.02 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php include_once "template.php"; include_once "../class/clsTable.php"; include_once "../link/functionshow.php"; include_once "funct.php"; include_once "../link/keyThai.php"; include_once "../class/clsCollegeDetail.php"; include_once "../class/clsSysConfig.php"; include_once "../class/clsCollegeUnder.php"; include_once "../class/clsQuarterCollege.php";
$oC = new clsConnection($GLOBALS['DBHOST'], $GLOBALS['DBNAME_EOFFICE'], $GLOBALS['DBUSER_EOFFICE'], $GLOBALS['DBPASS_EOFFICE']);
$oCd = new collegedetail($oC); $oCd2 = new collegedetail($oC); $oSys = new sysConfig($oC); $oCu = new collegeUnder($oC); $oQc = new quarterCollege($oC);
$oSys->RSsysConfig(); $oSys->GetRecord(); ?> <? if($method=="addpbriHost"){ if($actionpbriHost=="บันทึก"){ $oSys->RSsysConfig(); $oSys->GetRecord(); $oSys->Edit(); $oSys->pbriHost=$pbriHost; $oSys->Save(); ?> <script language="JavaScript"> parent.location.href ="addcollege_c.php"; </script> <? }else if($actionpbriHost=="แก้ไข"){ if($e==1){ $oSys->RSsysConfig(); $oSys->GetRecord(); $oSys->Edit(); $oSys->pbriHost=$pbriHost; $oSys->Save(); ?> <script language="JavaScript"> parent.location.href ="addcollege_c.php"; </script> <? } ?> <script language="JavaScript"> parent.location.href ="addcollege_c.php?e=1"; </script> <? }
}
?> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=tis-620"> <link href="../source/style.css" rel="stylesheet" type="text/css"> </head> <body> <iframe id="configCollege" name="configCollege" src="" style="width:$0px;height:0px;border:0"></iframe> <br> <table width=703 align="center"> <tr><td height="150"> <fieldset> <legend><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>"><a href="?mm=1">จัดการระบบ</a> <img src="../picture/ico3.gif" width="10" height="10" border="0" align="absmiddle">กำหนดข้อมูลเครื่องแม่ข่ายรับ-ส่งหนังสือระหว่างหน่วยงาน</font></legend> <form name="ff" action="addcollege_c.php" method="post" target="configCollege"><? // ?> <table width="95%" border="0" align="center" > <tr><td>ชื่อเครื่อง server (สบช.) <input name="pbriHost" id="pbriHost" type="text" value="<? echo $oSys->pbriHost; ?>" <? if($e!="1" && $oSys->pbriHost!=''){ echo "disabled"; }?> > <input name="method" type="hidden" value="addpbriHost"> <input name="e" type="hidden" value="<? echo $e;?>"> <? if($oSys->pbriHost==''){ $act="บันทึก"; }else{ $act="แก้ไข"; } ?> <input name="actionpbriHost" type="submit" value="<? echo $act; ?>" ></td></tr> </table> </form> <? if($oSys->pbriHost!=''){ if($r=="" && $e!="1"){ include_once "processAddCollege.php"; } ?> <form name="ff" action="processAddCollege.php" method="post" target="configCollege"><? // ?> <? if($r!=''){ ?> <table width="95%" border="0" align="center" > <tr><td align="center"><font size="2" color="<?php echo $GLOBALS['COLOR_FONT_3'];?>"> <strong> <? if($r==1){ echo "เกิดความผิดพลาดในการส่งข้อมูล<br>กรุณากดปุ่มอัพเดทโปรแกรมอีกครั้ง"; }else if($r==2){ echo "ไม่สามารถติดต่อกับเครื่อง server ได้<br>กรุณาตรวจสอบชื่อเครื่อง Server อีกครั้ง"; }else if($r==3){ echo "ข้อมูลหน่วยงานถูกอัพเดทแล้ว"; } ?></strong></font></td></tr> </table> <? } ?> <table width="95%" border="0" align="center" > <tr><td align="center"><input name="add" type="submit" value="อัพเดทข้อมูลหน่วยงาน" ><br><b>(ระบบจะทำการอัพเดทข้อมูลหน่วยงานอัตโนมัติเมื่อผู้ใช้งานเปิดหน้าจอนี้)</b></td></tr> </table> <input type="hidden" name="method" id="method" value="updatecollege"> </form> <table width="95%" height="100%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#DADADA" style="border-collapse:collapse"> <tr bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_15"];?>"> <td align="center" width="5%"><strong>รหัสหน่วยงาน</strong></td> <td align="center" width="35%"><strong>ชื่อหน่วยงาน (เครือข่าย)</strong></td> <td align="center" width="15%"><strong>ชื่อย่อหน่วยงาน</strong></td> <td align="center" width="20%"><strong>ip ของหน่วยงาน</strong></td> <td align="center" width="10%"><strong>สถานะ<br>การใช้งาน</strong></td> </tr> <? $i=0; $oCd->RScollegedetail(); while($oCd->GetRecord()){ $oCu->SearchByKey($oCd->collegecUID); $oCu->GetRecord(); $oQc->SearchByKey($oCd->collegeqCID); $oQc->GetRecord(); if(($i%2) == 0) echo "<tr>"; else echo "<tr bgcolor=\"".$GLOBALS["COLOR_BG_TD_16"]."\">"; ?> <td align="center"><? echo $oCd->collegeID; ?></td> <td> <? echo $oCd->collegeName."<br> <font color=#029b0a>(เครือข่าย".$oQc->quarterName.",".$oCu->collegeUnderName.")</font>"; ?></td> <td> <? echo $oCd->collegeAbbr; ?></td> <td> <? echo $oCd->collegeHost; ?></td> <td align="center"><? if($oCd->collegeType=="Y"){ ?><img src="../picture/apply.gif" title="ใช้งาน"><? }else{ ?><img src="../picture/delete.gif" title="ไม่ถูกใช้งาน"><? } ?> </td></tr> <? $i++;} if($i==0){ ?> <tr><td align="center" bgcolor="#FFFFFF" colspan="5"><font color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>" size="2">** ไม่มีข้อมูลหน่วยงาน **</font></td></tr> <? } ?> </table><? } ?> <table border="0" align="center" width="100%"><tr><td align="center"> <br> <input type="hidden" name="method" id="method"> <input type="hidden" name="editID" id="editID"> <input type="button" name="cancel" value="กลับสู่เมนูหลัก" onClick="location.href = '?mm=1'"> </td> </tr></table> </fieldset> <br>
</td> </tr> </table> </body> </html>
<script language="javascript"> function checkFormat(editID){ var agree=confirm("คุณต้องการแก้ไขข้อมูลหน่วยงานแน่นอนใช่หรือไม่ ?"); if (agree){ document.ff.editID.value=editID; document.ff.method.value="addcollege"; document.ff.submit(); return true; }else{ return false ; }
} </script>
|