日期:2012-12-07  浏览次数:20410 次

 

get_config($configureFile,$actionid,"upload");

?>

<html>

<head>

<title>
文件管理</title>

<meta http-equiv="Content-Type" content="text/html; charset=gb2312">

</head>

<SCRIPT LANGUAGE="JavaScript">

<!--

function MM_goToURL() { //v3.0

 var i, args=MM_goToURL.arguments; document.MM_returnValue = false;

 for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");

}

function mydelfun(fileName) {

answer=confirm('
您确定要删除'+fileName+'文件吗?');

if(answer == 1){

MM_goToURL('parent','upfile.php?actid=<? echo $actionid;?>&username=<? echo $username;?>&filename='+fileName+'&sec=<? echo $password;?>');return document.MM_returnValue;}

else{



}

}

//-->

</SCRIPT>

<body bgcolor="#FFFFFF">

<table width="80%" border="0" cellspacing="0" cellpadding="1" align="center">

 <tr>

   <td width="25%">&nbsp;</td>

 </tr>

 <tr>

   <td width="25%">
操作ID<?echo $actionid;?></td>

 </tr>

 <tr>

   <td width="25%">
用户名:<?echo $username;?></td>

 </tr>

 <