{% if file.creator_id == _user_id %} {% include fs/mod_fs_upload.html %} {% end %}
{% for item in filelist %} {# 隐藏文件 #} {% if item.name == "" %} {% continue %} {% end %} {% if not item.name.startswith("._") %}
{% if item.type == "dir" %}
{% elif xutils.is_img_file(item.path) %}
{% elif xutils.is_text_file(item.path) %}
{% else %}
{% end %}
{% end %} {% end %}