
<table>
<thead>
<tr>
<th class="row-selected row-selected">
<input class="check-all" type="checkbox"></th>
<th>文件夹/文件名</th>
<th>文件类型</th>
<th>文件权限</th>
<th>文件大小</th>
<th>修改时间</th>
<th>相关操作</th></tr>
</tr>
</thead>
<tbody>
<volist name="list" id="vo">
<tr>
<td>{$i}</td>
<td>{$vo.filename}</td>
<td>{$vo.type}</td>
<td>
<if condition='$vo.is_readable==true'>
<font color='green'>可读</font>
<else/>
<font color='red'>不可读</font></if>
<if condition='$vo.is_writeable==true'>
<font color='green'>可写</font>
<else/>
<font color='red'>不可写</font></if>
</td>
<td>{$vo.filesize}</td>
<td>{$vo.mtime|date='Y-m-d H:i:s',###}</td>
<td>
<a href='ja
<eq name="vo.type" value="dir">
<a href="
{:U('FileManage/index',array('dir'=>$vo['nowdir']))}">浏览</a>
</if>
<else /> </eq>
<a id="box" on
<a href='ja
</tr>
</volist>
</tbody>
</table>
Thinkphp文件管理器.zip
( 4.08 KB 下载:531 次 )