{template nheader.html}

{fc_lang('表单可以用于前端数据展示与收集,如留言板、反馈、证书展示,需要配合前端页面使用')}

{loop $list $t} {/loop}
{fc_lang('名称')} {fc_lang('表名称')} {fc_lang('提交页模板')} {fc_lang('操作')}
{if $this->ci->is_auth('admin/form/edit')} {$t.name} {else} {$t.name} {/if} {$t.table} form_{$t.table}.html {fc_lang('生成表单')} {fc_lang('发布预览')} {if $this->ci->is_auth('admin/form/listc')} {fc_lang('内容维护')}{/if} {if $this->ci->is_auth('admin/field/index')} {fc_lang('字段')}{/if} {if $this->ci->is_auth('admin/form/edit')} {fc_lang('修改')}{/if} {if $this->ci->is_auth('admin/form/del')} {fc_lang('删除')}{/if}
{fc_lang('表单默认提交模板文件是/%s/templates/%s/form.html(当表单内容页模板文件不存在时就默认调用它)', 'dayrui', SITE_TEMPLATE)}
{template nfooter.html}