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
981 B

  1. <div class="middlecenter scroll-100 scroll-srcollbars">
  2. <div class="height-100">
  3. <!--文件列表开始-->
  4. <div id="filemanage-recent-1"></div>
  5. <!--文件列表结束-->
  6. </div>
  7. </div>
  8. <!--右侧菜单-->
  9. <div id="template_middleicon" style="display:none">
  10. <!--{template template_file_middleicon}-->
  11. </div>
  12. <div id="template_detaillist" style="display:none">
  13. <!--{template template_file_detaillist_cat}-->
  14. </div>
  15. <div id="template_toolButton" style="display:none">
  16. <!--{template template_file_toolButton}-->
  17. </div>
  18. <div id="template_file" style="display:none">
  19. <!--{template template_file_navtopfile}-->
  20. </div>
  21. <div id="template_nofile_notice" style="display:none">
  22. <!--{template noFilePage-recent}-->
  23. </div>
  24. <script type="text/javascript">
  25. $(document).ready(function(e) {
  26. _filemanage.getData(_explorer.appUrl+'&op=recent&do=filelist&sid=recent-1',function(obj){
  27. jQuery('span.total').html(obj.total);
  28. });
  29. });
  30. </script>