Viewing file: 2552-03-04-1.0.01-printallupdate.php (7.39 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
include_once "../../class/clsDB.php";
include_once "../../class/clsConnection.php";
include_once "../global.php";
include_once "../link/function.php";
include_once "../class/clsFileUpdate.php";
openWindow();
autotab();
$oCA = new clsConnection($GLOBALS['HOST'], $GLOBALS['DB_EASS'], $GLOBALS['USER_EASS'], $GLOBALS['PASSWORD_EASS']);
$oFd = new FileUpdate($oCA);
$oFd1 = new FileUpdate($oCA);
?>
<meta http-equiv="Content-Type" content="text/html; charset=tis-620">
<link href="../source/style.css" rel="stylesheet" type="text/css">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr align="center">
<td align="center"><font size="3" color="<?php echo $GLOBALS["COLOR_FONT_4"];?>"><strong>ประวัติการอัพเดทโปรแกรมของระบบประเมินการศึกษา</strong></font></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><div align="center">
<form name="ff" method="post" action="submitupdate.php">
<table width="100%" border="1" cellspacing="0" cellpadding="0" bordercolor="<?php echo $GLOBALS["COLOR_BORDER_TABLE_1"];?>" valign="top">
<tr bgcolor="<?php echo $GLOBALS["COLOR_BG_TABLE_2"];?>" >
<td width="11%" height="17" align="center"><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_1"];?>"><strong>วันที่อัพเดท</strong></font></td>
<td width="10%" align="center"><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_1"];?>"><strong>เวลาอัพเดท</strong></font></td>
<td width="34%" align="center"><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_1"];?>"><strong>ชื่อไฟล์ (Version)</strong></font></td>
<td width="3%" align="center"><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_1"];?>"><strong> </strong>
</font></td>
<td width="7%" align="center"><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_1"];?>"><strong>เวอร์ชั่น<br>ปัจจุบัน</strong>
</font></td>
<td width="23%" align="center" ><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_1"];?>"><strong>Path</strong>
</font></td>
<td width="12%" align="center" ><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_1"];?>"><strong>รายละเอียด<br>การเปลี่ยนแปลง</strong>
</font></td>
</tr>
<? $i=0;
if($sort_show=="0" || $sort_show==""){
$oFd->RSFileUpdategroupname2();
}else{
$oFd->RSFileUpdategroupnameordertext2();
}
while($oFd->GetRecord()){ ?>
<tr bgcolor="#EBEBEB" >
<td colspan="7" height="22" ><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_4"];?>"><strong><? echo $oFd->filename1; ?></strong></font></td>
</tr>
<tr><td height="22" align="center"><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_4"];?>"><? //echo "($i)"; ?><? echo abbreDate2($oFd->updateDate); ?></font></td>
<td height="22" align="center"><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_4"];?>"><? echo $oFd->updatetime; ?></font></td>
<td align="left"><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_4"];?>"><? if($oFd->filename2==""){ echo $oFd->filename1; }else{ echo $oFd->filename2; }?></font></td>
<td align="center"><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_4"];?>">
<? if($oFd->flagfile=="1"){ echo "C"; }else if($oFd->flagfile=="2"){ echo "E"; }else{ echo "D"; } ?>
</font></td>
<td align="center"><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_4"];?>">
<? if($oFd->flaguse=="Y"){ ?>
<img src="../picture/apply.gif" align="absmiddle">
<? }else if($oFd->flaguse=="N"){ ?>
<img src="../picture/delete.gif" align="absmiddle">
<? }?>
</font></td>
<td align="left" ><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_4"];?>"><? echo $oFd->path; ?>
</font></td>
<td align="left" ><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_4"];?>">
<? if($oFd->detail==""){ echo "- (ลบไฟล์)"; }else{ echo $oFd->detail; } ?> </font>
</td>
</tr>
<?
$oFd1->SearchBynotfileId($oFd->fileId,$oFd->filename1,$oFd->path);
while($oFd1->GetRecord()){
$i++;
?>
<tr>
<td height="22" align="center"><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_4"];?>"><? //echo "($i)"; ?><? echo abbreDate2($oFd1->updateDate); ?></font></td>
<td height="22" align="center"><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_4"];?>"><? echo $oFd1->updatetime; ?></font></td>
<td align="left"><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_4"];?>"><? if($oFd1->filename2==""){ echo $oFd1->filename1; }else{ echo $oFd1->filename2; }?></font></td>
<td align="center"><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_4"];?>">
<? if($oFd1->flagfile=="1"){ echo "C"; }else if($oFd1->flagfile=="2"){ echo "E"; }else{ echo "D"; } ?>
</font></td>
<td align="center"><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_4"];?>">
<? if($oFd1->flaguse=="Y"){ ?>
<img src="../picture/apply.gif" align="absmiddle">
<? }else if($oFd1->flaguse=="N"){ ?>
<img src="../picture/delete.gif" align="absmiddle">
<? }?>
</font></td>
<td align="left" ><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_4"];?>"><? echo $oFd1->path; ?>
</font></td>
<td align="left" ><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_4"];?>">
<? if($oFd1->detail==""){ echo "- (ลบไฟล์)"; }else{ echo $oFd1->detail; } ?> </font>
</td>
</tr>
<? }?>
<? $i++;
}
if($i == 0){
?>
<tr>
<td colspan="8" height="22" align="center"><font size="2" color="<?php echo $GLOBALS['COLOR_FONT_3'];?>">**
ไม่ปรากฏรายการในฐานข้อมูล **</font></td>
</tr><? } ?>
</table>
</form>
</div>
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" bordercolor="<?php echo $GLOBALS["COLOR_BORDER_TABLE_1"];?>" valign="top">
<tr>
<td><font size="2" color="<?php echo $GLOBALS['COLOR_FONT_3'];?>"> <b>หมายเหตุ
: </b> <br>
ประเภทของไฟล์ :: C หมายถึงไฟล์ที่สร้างใหม่<br>
E หมายถึงไฟล์ที่แก้ไข<br>
D หมายถึงไฟล์ที่ถูกลบ<br>
เวอร์ชั่นปัจจุบัน ::<img src="../picture/apply.gif" align="absmiddle">หมายถึงไฟล์ได้ถูกนำไปใช้งานแล้ว<br>
<img src="../picture/delete.gif" align="absmiddle"> หมายถึงไฟล์ไม่ได้ถูกนำไปใช้งาน</font></td>
</tr>
</table>
<table align="center">
<tr>
<td align="center"><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_4"];?>"><a href="#" onClick="window.close()">[ปิดหน้าต่างนี้]</a></font></td>
</tr>
</table>
|