<#include "/jspgou_sys/head.html"/> <#include "/common/image_upload.html"/>
<@s.m "global.position"/>: <@s.m "advertise.function"/> - <@s.m "global.edit"/>
" onclick="this.form.action='v_list.do';"/>
<@p.form id="jvForm" action="o_update.do" labelWidth="12"> <@p.text colspan="1" width="50" label="advertise.name" name="name" value=advertise.name required="true" class="required" maxlength="100"/> <@p.select colspan="1" width="50" label="adspace.name" name="adspaceId" value=advertise.adspace.id list=adspaceList listKey="id" listValue="name" required="true"/><@p.tr/> <@p.td colspan="2" label="advertise.txt" required="true">

<@s.m "global.imageUrl"/>:

<@s.m "global.imageUpload"/>: " onclick="upload(1);"/>

<@s.m "global.imageSize"/>: * <@s.m "global.widthHeight"/>

<@s.m "global.linkUrl"/>:

<@s.m "global.linkTitle"/>:

<@s.m "global.linkTarget"/>: <@p.radio name="attr_image_target" value="${(attr.image_target)!'_blank'?html}" list={"_blank":"global.blank","_self":"global.self"}/>

<@p.tr/> <@p.text colspan="1" width="50" label="global.startTime" name="startTime" value=advertise.startTime style="width:120px" onclick="WdatePicker({dateFmt:'yyyy-MM-dd'})" class="Wdate"/> <@p.text colspan="1" width="50" label="global.endTime" name="endTime" value=advertise.endTime style="width:120px" onclick="WdatePicker({dateFmt:'yyyy-MM-dd'})" class="Wdate"/><@p.tr/> <@p.text colspan="1" width="50" label="global.clickCount" name="clickCount" value=advertise.clickCount required="true" class="required digits" style="width:70px"/> <@p.text colspan="1" width="50" label="global.displayCount" name="displayCount" value=advertise.displayCount required="true" class="required digits" style="width:70px"/><@p.tr/> <@p.text colspan="1" width="50" label="advertise.weight" name="weight" value=advertise.weight required="true" class="required digits" style="width:70px"/> <@p.radio colspan="1" width="50" label="global.enabled" name="enabled" value=advertise.enabled list={"true":"global.true","false":"global.false"} required="true"/><@p.tr/> <@p.td colspan="2"><@p.hidden name="id" value=advertise.id/><@p.submit code="global.submit"/>   <@p.reset code="global.reset"/>