#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_" labelWidth="15"> <@ label="cmsConfig.mark.on" name="on" value=markConfig.on list={"true":"global.true","false":"global.false"} required="true"/> <@ label="cmsConfig.mark.control" required="true" help=""> <@s.m "cmsConfig.mark.minWidth"/>:
<@s.m "cmsConfig.mark.minHeight"/>:
@><@> <@ label="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.text label="cmsConfig.mark.content" name="content" value=markConfig.content style="width:200px" required="true" class="required" maxlength="100" help=""/> <@ 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=""/> @><@> <@ label="cmsConfig.mark.pos" required="true"> <@ 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":""}/> <@s.m "cmsConfig.mark.offsetX"/>:
<@s.m "cmsConfig.mark.offsetY"/>:
@><@> <@><@p.submit code="global.submit"/> <@p.reset code="global.reset"/>@> @p.form>
<#include "/common/alert_message.html"/>