<#include "/jeebbs_sys/head.html"/>
<@s.m "global.position"/>: 会员组 - <@s.m "global.add"/>
" onclick="this.form.action='v_list.do';"/>
<@p.form id="jvForm" action="o_save.do"> <@p.text colspan="2" label="名称" name="name" class="required" maxlength="100"/> <@p.tr/> <@p.text colspan="2" label="升级积分" name="point" class="required digits" maxlength="100"/> <@p.tr/> <@p.radio colspan="1" width="50" label="允许发表主题" name="perms['allow_topic']" value="true" list={"true":"是","false":"否"}/> <@p.radio colspan="1" width="50" label="允许发表回复" name="perms['allow_reply']" value="true" list={"true":"是","false":"否"}/> <@p.tr/> <@p.radio colspan="2" label="允许发布附件" name="perms['allow_attach']" value="true" list={"true":"是","false":"否"}/> <@p.tr/> <@p.text colspan="2" label="允许附件类型" name="perms['attach_type']" size="50" maxlength="255" help="用逗号,分割,留空不限制"/> <@p.tr/> <@p.text colspan="1" width="50" label="最大附件尺寸" id="attach_max_size" name="perms['attach_max_size']" class="required digits" maxlength="9" help="(KB) 为0不限制"/> <@p.text colspan="1" width="50" label="每日附件总尺寸" id="attach_per_day" name="perms['attach_per_day']" class="required digits" maxlength="9" help="(KB) 为0不限制"/><@p.tr/> <@p.td colspan="2" label="权限设置"> <#list forumList as forum>
 
checked="checked" value="${forum.id}"/> checked="checked" value="${forum.id}"/> checked="checked" value="${forum.id}"/>
<@p.tr/> <@p.td colspan="2" label="头衔标识"> <@p.tr/> <#if groupType??> <#if groupType==2> <@p.radio colspan="1" width="50" label="超级管理权限" name="perms['super_moderator']" list={"true":"是","false":"否"} help="无须成为版主即可管理"/> <@p.radio colspan="1" width="50" label="发帖不受限制" name="perms['post_limit']" list={"true":"是","false":"否"}/> <@p.tr/> <@p.radio colspan="2" label="置顶权限" name="perms['topic_top']" list={"0":"无","1":"置顶I","2":"置顶II","3":"置顶III"} help="分别为本版置顶,分区置顶,全局置顶"/> <@p.tr/> <@p.radio colspan="1" width="50" label="帖子管理" name="perms['topic_manage']" list={"true":"是","false":"否"} help="精、锁、提、亮、压"/> <@p.radio colspan="1" width="50" label="帖子编辑" name="perms['topic_edit']" list={"true":"是","false":"否"}/> <@p.tr/> <@p.radio colspan="1" width="50" label="屏蔽帖子" name="perms['topic_shield']" list={"true":"是","false":"否"} help="屏蔽、移动帖子"/> <@p.radio colspan="1" width="50" label="删除帖子" name="perms['topic_delete']" list={"true":"是","false":"否"}/> <@p.tr/> <@p.radio colspan="1" width="50" label="查看IP" name="perms['view_ip']" list={"true":"是","false":"否"}/> <@p.radio colspan="1" width="50" label="会员禁言" name="perms['member_prohibit']" list={"true":"是","false":"否"}/> <@p.tr/> <@p.td colspan="2"> <@p.hidden name="groupType" value=groupType/> <@p.submit code="global.submit"/>   <@p.reset code="global.reset"/>