{template "header.html"}

{dr_safe_replace_path($path)}

{if IS_EDIT_TPL}

{dr_lang('目前已开启可编辑文件权限和编辑代码权限,此权限风险极高,建议尽快在index.php中关闭IS_EDIT_TPL参数')}

{else}

{dr_lang('目前没有开启可编辑文件权限和编辑代码权限,不能编辑模板代码编辑框中的内容,需要在index.php中开启IS_EDIT_TPL参数')}

{/if}
{dr_form_hidden()}
{if $ci->_is_admin_auth('del')} {/if} {loop $list $t} {if $ci->_is_admin_auth('del')} {/if} {/loop}
{dr_lang('文件名')} {dr_lang('别名')} {dr_lang('大小')} {dr_lang('修改日期')} {dr_lang('操作')}
{$t.name} {if $is_root && $t.thumb} {/if} {if $is_root && $is_tpl && $t.name == SITE_TEMPLATE} {dr_lang('当前模板')} {/if} {if $is_root && $is_theme && $t.name == SITE_THEME} {dr_lang('当前风格')} {/if} {$t.cname} {$t.size} {$t.time} {if $ci->_is_admin_auth('edit')} {if $t.edit} {/if} {if $is_root && $is_tpl} {/if} {if $is_root && $is_theme} {/if} {if $t.zip} {/if} {/if}
{template "footer.html"}