{template nheader.html}

{fc_lang('通过URL规则可以对URL地址进行个性化设置!')}

{loop $list $t} {/loop}
{fc_lang('名称')} {fc_lang('类型')} {fc_lang('操作')}
{if $this->ci->is_auth('admin/urlrule/edit')}{$t.name}{else}{$t.name}{/if} {$type[$t['type']]} {if $this->ci->is_auth('admin/urlrule/edit')} {fc_lang('修改')}{/if} {if $this->ci->is_auth('admin/urlrule/edit')} 复制{/if}
{if $this->ci->is_auth('admin/urlrule/del')} {/if}
{template nfooter.html}