<{include file="admin:common/header.html"}>
<{$MOD.title}>  <{link ctl="system/theme:index" class="button" title="返回模板管理"}>
<{$nowtmpl}>
<{$detail.title}>(<{$detail.theme}>)
<{if $tmpldir != $theme }> <{link ctl="system/theme:detail" arg0=$theme_id arg1=$uptheme class="button" title="上一级"}> <{link ctl="system/theme:detail" arg0=$theme_id class="button" title="回到首页"}> <{else}> <{link ctl="system/theme:index" class="button" title="更换模板"}> <{/if}>
<{foreach from=$tmpls item=item}> <{/foreach}>
文件名 文件大小 最新修改时间 操作
<{if $item.type == 'dir'}> <{$item.basename}> <{else}> <{$item.basename}> <{/if}> <{if $item.type == 'dir'}>目录<{else}><{$item.size|format:"size"}><{/if}><{if $item.type == 'dir'}>--<{else}><{$item.time|format}><{/if}> <{if $item.type == 'dir'}> <{link ctl="system/theme:detail" arg0=$theme_id arg1=$item.url class="button" title="查看"}> <{else}> <{link ctl="system/theme:tmpledit" arg0=$theme_id arg1=$item.url class="button" title="编辑"}> <{link ctl="system/theme:tmplbak" arg0=$theme_id arg1=$item.url width="mini:600" load="mini:还原文件备份" class="button" title="还原"}> <{/if}>
<{include file="admin:common/footer.html"}>