<#include "/jspgou_sys/head.html"/> <#include "/common/image_upload.html"/>
<@s.m "global.position"/>: 礼品管理 - <@s.m "global.add"/>
" onclick="this.form.action='v_list.do';"/>
<@p.form id="jvForm" action="o_update.do"> <@p.text label="礼品名称" colspan="2" width="100" name="giftName" value=gift.giftName required="true" class="required" maxlength="100"/><@p.tr/> <@p.text label="换取积分" colspan="2" width="100" name="giftScore" value=gift.giftScore required="true" class="required digits" maxlength="10"/><@p.tr/> <@p.text label="礼品库存" colspan="2" width="100" name="giftStock" value=gift.giftStock required="true" class="required digits" maxlength="10"/><@p.tr/> <@p.radio label="是否发放" colspan="2" width="100" name="isgift" value=gift.isgift list={"true":"是","false":"否"}/><@p.tr/> <@p.td label="礼品图片" colspan="1" width="50" noHeight="true"> <@p.text id="uploadImgPath1" name="giftPicture" value=gift.giftPicture! size="30"/> " onclick="clearImg(1);"/>
" onclick="upload(1);"/>
<@s.m "global.width"/>: <@s.m "global.height"/>: " onclick="imgCut(1);"/> <@p.td colspan="1" width="50"> <@s.m " style="width:100px;height:70px;background-color:#CCCCCC;border:1px solid #333"/> <@p.tr/> <@p.editor colspan="2" label="礼品介绍" name="introduced" value=gift.introduced! /><@p.tr/> <@p.td colspan="2" width="100"><@p.hidden name="id" value=gift.id/><@p.submit code="global.submit"/>   <@p.reset code="global.reset"/>