qa-ifish7/web/Application/Admin/View/File/file_temp.html

18 lines
699 B
HTML

<!--列表模式开始-->
<div class="ckf-main-region" data-ckf-priority="50">
<div tabindex="30" class="ckf-files-view-borders ui-body-inherit">
<table class="ckf-files-view ckf-files-list-view" style="width:95%">
<thead>
<tr>
<th style="width:18px;"></th>
<th data-ckf-sort="name">文件名</th>
<th data-ckf-sort="size">大小</th>
<th data-ckf-sort="date">日期</th>
<th data-ckf-sort="size">下载</th>
</tr>
</thead>
<tbody class="file_list"></tbody>
</table>
</div>
</div>
<!--列表模式结束-->