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.
30 lines
1.0 KiB
30 lines
1.0 KiB
<div class="middlecenter scroll-100 scroll-srcollbars">
|
|
<!--文件列表开始-->
|
|
<div id="filemanage-collect-1"></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_collection}-->
|
|
</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">
|
|
<div class="emptyPage">
|
|
<img src="{MOD_PATH}/images/noFilePage-collect.png"/>
|
|
<p class="emptyPage-text">{lang no_collect}</p>
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript">
|
|
$(document).ready(function(e) {
|
|
_filemanage.getData(_explorer.appUrl+'&op=collection&do=filelist&sid=collect-1',function(obj){
|
|
jQuery('span.total').html(obj.total);
|
|
});
|
|
})
|
|
</script>
|