{%extends 'theme/'+GetConfig('theme')+'/layout.html'%} {% import 'theme/'+GetConfig('theme')+'/_macro.html' as macros %} {%block content%}
{%include 'theme/'+GetConfig('theme')+'/head.html'%} {%if all_image!=True or image_mode==0%}
{%if path.split(':')[-1]!=''%} {%endif%} {%for data in items%} {%if data['type']=='folder' %} {%else%} {%if image_mode==1%} {%if file_ico(data)!='image'%} {%endif%} {%else%} {%endif%} {%endif%} {%endfor%}
标题 修改时间 类型 大小
{%if '/'.join(path_list(path)[:-1])==''%} {%else%} {%endif%} 返回上一层
{{data['name']}} {{data['lastModtime']}} {{data['type']}} {{data['size']}}
{{ macros.get_ico(file_ico(data)) }} {{data['name']}} {{data['lastModtime']}} {{data['type']}} {{data['size']}}
{{ macros.get_ico(file_ico(data)) }} {{data['name']}} {{data['lastModtime']}} {{data['type']}} {{data['size']}}
{%endif%} {%if image_mode==1%}
{%for data in items%} {%if file_ico(data)=='image'%} {%endif%} {%endfor%}
{%endif%} {%if pagination%}
{% if pagination %} {{ macros.pagination_widget(pagination, endpoint,path=path,sortby=sortby,order=order) }} {% endif %}
{%endif%} {%include 'theme/'+GetConfig('theme')+'/readme.html'%}
{%endblock content%} {%block script%} {%endblock script%}