{template nheader.html}

{fc_lang('模块表单是对模块内容的一种扩展,如内容评论、内容报名、内容留言、内容反馈等等')}

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