#include "/jeecms_sys/head.html"/>
<@s.m "global.position"/>: <@s.m "cmsConfig.function"/> - <@s.m "cmsConfig.function.mark"/> - <@s.m "global.edit"/>
<#include "inc_opt.html"/>
<@p.form id="jvForm" action="o_mark_update.do" labelWidth="15"> <@p.radio label="cmsConfig.mark.on" name="on" value=markConfig.on list={"true":"global.true","false":"global.false"} required="true"/> <@p.td label="cmsConfig.mark.control" required="true" help="cmsConfig.mark.control.help"> <@s.m "cmsConfig.mark.minWidth"/>:
<@s.m "cmsConfig.mark.minHeight"/>:
@p.td><@p.tr/> <@p.td label="cmsConfig.mark.imagePath" help="cmsConfig.mark.imagePath.help"> <@p.text id="imagePath" name="imagePath" value=markConfig.imagePath style="width:200px" maxlength="100"/>
" onclick="preview();"/>
"<#if markConfig.imagePath??> src="${base+markConfig.imagePath}"#if>/> @p.td><@p.tr/> <@p.text label="cmsConfig.mark.content" name="content" value=markConfig.content style="width:200px" required="true" class="required" maxlength="100" help="cmsConfig.mark.content.help"/> <@p.td label="cmsConfig.mark.textAttr" required="true"> <@s.m "cmsConfig.mark.size"/>: <@p.text name="size" value=markConfig.size style="width:70px" class="required digits" maxlength="5"/> <@s.m "cmsConfig.mark.color"/>: <@p.text id="color" name="color" value=markConfig.color style="width:70px" class="required" maxlength="7"/> <@s.m "cmsConfig.mark.alpha"/>: <@p.text name="alpha" value=markConfig.alpha style="width:70px" class="required digits" maxlength="3" help="cmsConfig.mark.alpha.help"/> @p.td><@p.tr/> <@p.td label="cmsConfig.mark.pos" required="true"> <@p.select name="pos" value=markConfig.pos list={"0":"cmsConfig.mark.pos.random","1":"cmsConfig.mark.pos.leftTop","2":"cmsConfig.mark.pos.rightTop","3":"cmsConfig.mark.pos.leftBottom","4":"cmsConfig.mark.pos.rightBottom","5":"cmsConfig.mark.pos.center"}/> <@s.m "cmsConfig.mark.offsetX"/>:
<@s.m "cmsConfig.mark.offsetY"/>:
@p.td><@p.tr/> <@p.td><@p.submit code="global.submit"/> <@p.reset code="global.reset"/>@p.td> @p.form>
<#include "/common/alert_message.html"/>