<#include "/jeecms_sys/head.html"/>
<@s.m "global.position"/>: <@s.m "cmsConfig.function"/> - <@s.m "cmsConfig.function.firewall"/> - <@s.m "global.edit"/>
<#include "inc_opt.html"/>
<@p.form id="jvForm" action="o_firewall.do" labelWidth="10"> <@p.radio width="100" colspan="2" label="cms.firewall.isopen" name="open" list={"1":"cms.firewall.open","0":"cms.firewall.close"} value=open required="true" class="required" /><@p.tr/> <@p.password width="50" colspan="1" label="cms.firewall.password" id="password" name="password" maxlength="100" help="cmsUser.password.help"/> <@p.password width="50" colspan="1" label="cmsUser.pwdAgain" equalTo="#password" help="cmsUser.password.help"/><@p.tr/> <@p.text colspan="1" width="50" label="cms.firewall.domain" name="domain" value=domain style="width:300px" maxlength="100" /> <@p.text colspan="1" width="50" label="cms.firewall.ips" name="ips" value=ips style="width:300px" maxlength="100" /> <@p.tr/> <@p.td colspan="2" width="50" label="cms.firewall.hour"> <#list 0..23 as hour> checked="checked">${hour}<@s.m "cms.firewall.hourofday"/> <@p.tr/> <@p.td colspan="2" width="50" label="cms.firewall.week"> <#list 2..7 as week> checked="checked"><@s.m "cms.firewall.dayweek${week}"/> checked="checked"><@s.m "cms.firewall.dayweek1"/> <@p.tr/> <@p.td colspan="2"><@p.submit code="global.submit"/>   <@p.reset code="global.reset"/>
<#include "/common/alert_message.html"/>