<tr> <td class="tipsblock"><ul id="tipslis"> <li>文 件 名:<?php echo $rs->filename; ?> </li> <li>原文件名:<?php echo $rs->ofilename; ?> </li> <li>文件路径:<?php echo $path; ?> </li> <li>文件类型:<?php echo FileName2Pic($rs->filename); ?> .<?php echo $rs->ext; ?> </li> <li>保存方式:<?php echo $rs->type == "remote" ? "远程" : "本地上传"; ?> </li> <li>保存时间:<?php echo _getdate('Y-m-d H:i:s', $rs->time); ?> </li> </ul></td> </tr>
?> &type=other"><span>其它文件</span></a></li> </ul> </div> <table class="tb tb2 " width="100%"> <tr> <th></th> <th>文件名</th> <th>文件大小</th> <th>上传时间</th> </tr> <?php for ($i = 0; $i < $_count; $i++) { $rs[$i]['time'] = _getdate("Y-m-d H:i", $rs[$i]['time']); $rs[$i]['size'] = GetFileSize($rs[$i]['size']); $rs[$i]['icon'] = FileName2Pic($rs[$i]['filename']); ?> <tr> <td><?php echo $total - ($i + $firstcount); ?> </td> <td><?php echo $rs[$i]['icon']; ?> <?php echo $rs[$i]['filename']; ?> </td> <td><?php