{%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%}
{{ macros.Arraw(endpoint=endpoint,name='标题',cur_type='name',sortby=sortby,order=order,path=path) }} {{ macros.Arraw(endpoint=endpoint,name='修改时间',cur_type='lastModtime',sortby=sortby,order=order,path=path,class="layui-hide-xs") }} {{ macros.Arraw(endpoint=endpoint,name='类型',cur_type='type',sortby=sortby,order=order,path=path,class="layui-hide-xs") }} {{ macros.Arraw(endpoint=endpoint,name='大小',cur_type='size',sortby=sortby,order=order,path=path,class="layui-hide-xs") }} {%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%}
{{CutText(data['name'])}} {{data['lastModtime']}} {{data['type']}} {{data['size']}}
{%if GetConfig("verify_url")=="True"%} {%else%} {%endif%} {{ macros.get_ico(file_ico(data)) }} {{CutText(data['name'])}} {{data['lastModtime']}} {{data['type']}} {{data['size']}}
{%if GetConfig("verify_url")=="True"%} {%else%} {%endif%} {{ macros.get_ico(file_ico(data)) }} {{CutText(data['name'])}} {{data['lastModtime']}} {{data['type']}} {{data['size']}}
{%endif%} {%if image_mode==1%}
{%for data in items%} {%if file_ico(data)=='image'%} {%if GetConfig("verify_url")=="True"%} {%else%} {%endif%} {%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%}