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

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

{% if page == "upload" %}
日期
上个月 下个月
{% end %} {% if page == "search" %}

搜索结果

{% end %} {% import os %}
{% if page == "upload" %} {% include fs/mod_fs_upload.html %} {% end %} {% if len(pathlist) == 0 %} {% include common/text/empty_text.html %} {% end %} {% include fs/component/filelist_gallery.html %}
{% end %} {% block aside %}
日期
{% end %} {% block body_right %} {% include note/component/sidebar/group_manage_sidebar.html %} {% end %}