{% import xutils.textutil as textutil %} {% init parent_path = None %} {% include note/component/css/gallery_css.html %}
{% include note/component/view_header.html %}
{% include note/component/note_path.html %}
{% include note/component/view_header_tag.html %}
{% if file.creator == _user_name %} {% include fs/mod_fs_upload.html %} {% end %}
{% for item in filelist %} {# 隐藏文件 #} {% if item.name == "" %} {% continue %} {% end %} {% if not item.name.startswith("._") %} {% end %} {% end %}