{% extends base %} {% block head %} {% set search_action = '/fs_upload/search' %} {% set search_placeholder = '搜索文件' %} {% init show_rename_file_link = False %} {% init is_upload_page = True %} {% include fs/component/css/fs_css.html %} {% end %} {% block body_left %}

{{title}}
{% if _is_admin %} 文件管理 {% end %} 返回

{% include note/component/filter/type_filter.html %} {% if is_upload_page %}
日期
上个月 下个月
{% end %} {% import os %}
{% if is_upload_page %} {% include fs/mod_fs_upload.html %} {% end %} {% if len(pathlist) == 0 %} {% include common/text/empty_text.html %} {% end %}
{% include fs/component/filelist_gallery.html %}
{% include common/base/pagination.html %}
{% end %} {% block aside %}
日期
{% end %} {% block body_right %} {% include note/component/sidebar/group_manage_sidebar.html %} {% end %}