[%if $updirtype==1%]
/[%$dirlist%]
[%$ST.filemanage_view_updir%]
[%/if%] [%if count($array) > 0%] [%forlist from=$array key=list%]
[%if $array[list].bottype=='dir'%] [%else%]
[%/if%]
[%$array[list].filename%] [%if $array[list].bottype!='dir'%][%$array[list].size|format_size(1)%][%/if%] [%$array[list].time|timeformat(3)%] [%if $array[list].bottype!='dir' && $array[list].bottype=='img'%] [%if @this->powercheck('communicate','fileedit')==true %] [%/if%] [%/if%] [%if @this->powercheck('communicate','fileedit')==true && $array[list].bottype=='dir' %] [%/if%] [%if @this->powercheck('communicate','fileedit')==true && $array[list].bottype!='dir' %] [%/if%]
[%$ST.filemanage_view_botton%] [%$ST.filemanage_view_edit%] [%$ST.filemanage_view_rename1%] [%$ST.filemanage_view_rename%]
[%/forlist%] [%else%]
[%$ST.list_nothing_title%]
[%/if%]