| Server IP : 180.180.241.3 / Your IP : 216.73.216.25 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/AppServ/www/umedia3/ |
Upload File : |
<?
;
// ตรวจสอบว่าเป็น Root Admin หรือไม่
// include("config.inc.php");
// include("head.php");
include("inc/config.inc.php");
head();
$_REQPERM="mainmenu";
mn_lib();
pagesection("Editing Log.");
?>
<TABLE width="780" border="0" cellspacing="1" cellpadding="3" align=center>
<TR>
<TD><?
show_mediaicon($ID,"","no",160);
?></TD>
</TR>
</TABLE>
<?
?><BR>
<table bgcolor=white width=780 border=0 align=center cellpadding=1
cellspacing=0 >
<tr><td><a href='dublin.php?ID=<? echo $ID;?>'><B>Back</B></a></td>
<td width=50><a href="javascript:window.close();"><nobr><IMG SRC="neoimg/closewin.jpg" WIDTH="26" HEIGHT="26" BORDER="0" ALT="" align=absmiddle> <B> Close
</B></td>
</tr></table>
<?
$dsp[2][text]="Librarian";
$dsp[2][field]="login";
$dsp[2][width]="30%";
$dsp[2][filter]="module:local_lib";
$dsp[3][text]="Date";
$dsp[3][field]="dt";
$dsp[3][width]="30%";
$dsp[3][filter]="datetime";
$dsp[4][text]="Action";
$dsp[4][field]="edittype";
$dsp[4][width]="30%";
$dsp[4][filter]="module:local_edittype";
function local_lib($wh) {
$s=get_library_name($wh[login]);;
return $s;
}
function local_edittype($wh) {
$s=ucwords($wh[edittype]);;
return $s;
}
$tbname="media_edittrace";
fixform_tablelister($tbname," bibid='$ID' ",$dsp,"no","no","yes","ID=$ID",$c);
foot();
?>