<#include "/jeebbs_sys/head.html"/>
<@s.m "global.position"/>: 版块 - <@s.m "global.edit"/>
" onclick="this.form.action='v_list.do';"/>
<@p.form id="jvForm" action="o_update.do"> <@p.text colspan="1" width="50" label="板块名称" size="25" name="title" value=bbsForum.title required="true" class="required" maxlength="150"/> <@p.select colspan="1" width="50" label="所属分区" name="categoryId" value=bbsForum.category.id list=categoryList listKey="id" listValue="title"/> <@p.tr/> <@p.text colspan="1" width="50" label="访问路径" name="path" value=bbsForum.path required="true" class="required" maxlength="20"/> <@p.text colspan="1" width="50" label="keywords" name="keywords" value=bbsForum.keywords maxlength="255" help="关键字,用于搜索引擎优化"/> <@p.tr/> <@p.textarea colspan="1" width="50" label="板块介绍" rows="4" cols="40" name="description" value=bbsForum.description maxlength="255"/> <@p.textarea colspan="1" width="50" label="板块规则" rows="4" cols="40" name="forumRule" value=bbsForum.forumRule maxlength="255"/> <@p.tr/> <@p.td colspan="2" label="积分规则"> 发主题:<@p.text name="pointTopic" size="10" value=bbsForum.pointTopic class="required digits"/>   回复:<@p.text name="pointReply" size="10" value=bbsForum.pointReply class="required digits"/>   加精华:<@p.text name="pointPrime" size="10" value=bbsForum.pointPrime class="required digits"/> <@p.tr/> <@p.td colspan="2" label="威望规则"> 发主题:<@p.text name="prestigeTopic" size="10" value=bbsForum.prestigeTopic class="required digits"/>   回复:<@p.text name="prestigeReply" size="10" value=bbsForum.prestigeReply class="required digits"/>   解除精华(减威望):<@p.text name="prestigePrime0" size="10" value=bbsForum.prestigePrime0 class="required digits"/>   加精华<@p.text name="prestigePrime1" size="10" value=bbsForum.prestigePrime1 class="required digits"/> <@p.tr/> <@p.text width="50" colspan="1" label="版主" name="moderators" value=bbsForum.moderators size="40"/> <@p.radio width="50" colspan="1" label="是否支持打赏配置" name="supportReward" value=bbsForum.supportReward list={"true":"global.true","false":"global.false"}/> <@p.tr/> <@p.text colspan="1" width="50" label="外部链接" size="25" name="outerUrl" value=bbsForum.outerUrl maxlength="255" help="指向外部url"/> <@p.text colspan="1" width="50" label="排列顺序" name="priority" value=bbsForum.priority required="true" class="required digits"/> <@p.tr/> <@p.select headerKey="" headerValue="global.default" list=forumTplList value=tplForum label="主题列表模板" name="tplForum" colspan="1" width="50"/> <@p.select headerKey="" headerValue="global.default" list=mobileForumTplList value=tplMobileForum label="手机主题列表模板" name="tplMobileForum" colspan="1" width="50"/> <@p.tr/> <@p.select headerKey="" headerValue="global.default" list=topicTplList value=tplTopic label="主题详细模板" name="tplTopic" colspan="1" width="50"/> <@p.select headerKey="" headerValue="global.default" list=mobileTopicTplList value=tplMobileTopic label="手机主题详细模板" name="tplMobileTopic" colspan="1" width="50"/> <@p.tr/> <@p.radio width="50" colspan="1" label="发帖是否需要审核" name="topicNeedCheck" value=bbsForum.topicNeedCheck list={"true":"global.true","false":"global.false"}/> <@p.radio width="50" colspan="1" label="回帖是否需要审核" name="postNeedCheck" value=bbsForum.postNeedCheck list={"true":"global.true","false":"global.false"}/> <@p.tr/> <@p.td colspan="2"><@p.hidden name="id" value=bbsForum.id/><@p.submit code="global.submit"/>   <@p.reset code="global.reset"/>