#include "/jeecms_sys/head.html"/>
<@s.m "global.position"/>: <@s.m "cmsConfig.function"/> - <@s.m "cmsConfig.function.system"/> - <@s.m "global.edit"/>
<#include "inc_opt.html"/>
<@p.form id="jvForm" action="o_system_update.do" labelWidth="10">
<@p.text colspan="0" width="50" label="cmsConfig.contextPath" name="contextPath" value=cmsConfig.contextPath maxlength="20" help="cmsConfig.contextPath.help"/>
<@p.text colspan="0" width="50" label="cmsConfig.port" name="port" value=cmsConfig.port class="digits" help="cmsConfig.port.help"/><@p.tr/>
<#--极少使用,暂时不显示-->
<#--<@p.text colspan="2" label="cmsConfig.servletPoint" name="servletPoint" value=cmsConfig.servletPoint maxlength="20" help="cmsConfig.servletPoint.help"/><@p.tr/>-->
<@p.text colspan="0" width="50" label="cmsConfig.defImg" name="defImg" value=cmsConfig.defImg style="width:300px" required="true" class="required" maxlength="100" help="cmsConfig.defImg.help"/>
<@p.radio colspan="0" width="50" label="cmsConfig.emailValidate" name="emailValidate" value=cmsConfig.emailValidate list={"true":"global.true","false","global.false"} required="true" class="required"/>
<@p.tr/>
<@p.radio colspan="0" width="50" label="cmsConfig.uploadToDb" name="uploadToDb" value=cmsConfig.uploadToDb required="true" list={"true":"global.true","false":"global.false"}/>
<@p.text colspan="0" width="50" label="cmsConfig.dbFileUri" name="dbFileUri" value=cmsConfig.dbFileUri required="true" class="required" maxlength="50" help="cmsConfig.dbFileUri.help"/><@p.tr/>
<@p.radio colspan="2" width="100" label="cmsConfig.viewOnlyChecked" name="viewOnlyChecked" value=cmsConfig.viewOnlyChecked list={"true":"global.true","false","global.false"} required="true" class="required"/>
<@p.tr/>
<@p.td colspan="2"><@p.hidden name="id" value=cmsConfig.id/><@p.submit code="global.submit"/> <@p.reset code="global.reset"/>@p.td>
@p.form>
<#include "/common/alert_message.html"/>