You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
981 B
31 lines
981 B
<div class="middlecenter scroll-100 scroll-srcollbars">
|
|
<div class="height-100">
|
|
<!--文件列表开始-->
|
|
<div id="filemanage-recent-1"></div>
|
|
<!--文件列表结束-->
|
|
</div>
|
|
</div>
|
|
<!--右侧菜单-->
|
|
<div id="template_middleicon" style="display:none">
|
|
<!--{template template_file_middleicon}-->
|
|
</div>
|
|
<div id="template_detaillist" style="display:none">
|
|
<!--{template template_file_detaillist_cat}-->
|
|
</div>
|
|
<div id="template_toolButton" style="display:none">
|
|
<!--{template template_file_toolButton}-->
|
|
</div>
|
|
<div id="template_file" style="display:none">
|
|
<!--{template template_file_navtopfile}-->
|
|
</div>
|
|
<div id="template_nofile_notice" style="display:none">
|
|
<!--{template noFilePage-recent}-->
|
|
</div>
|
|
<script type="text/javascript">
|
|
$(document).ready(function(e) {
|
|
_filemanage.getData(_explorer.appUrl+'&op=recent&do=filelist&sid=recent-1',function(obj){
|
|
jQuery('span.total').html(obj.total);
|
|
});
|
|
});
|
|
|
|
</script>
|