<{input type="hidden" name='id' value=$data.id}>
<{if $data.parent_id == '0'}> <{/if}> <{if $data.parent_id == '0'}> <{else}> <{/if}> <{if $data.parent_id == '0'}> <{else}> <{/if}>
* <{input type="text" name="name" value=$data.name id="title" size=28 vtype="required" class="x-input " autocomplete="off"}>
* checked<{/if}>> <{t}>是<{/t}> checked<{/if}>> <{t}>否<{/t}>
<{input type='select' noselect=true name='parent_id' value=$data.parent_id required='true' vtype='required' caution=$__weixin='请选择上级菜单'|t:'weixin' rows=$selectmaps valueColumn="id" labelColumn="name"}>
<{input type='text' name='ordernum' size='3' vtype='required&&number' caution=$__weixin='请填写排序值'|t:'weixin' value=$data.ordernum|default:'0' }> <{t}>数字越小越靠前<{/t}>
* <{input type="text" name="title" value=$data.title id="title" size=28 required="1" vtype="required" class="x-input " autocomplete="off"}>
<{input type="image" name="picurl" id="picurl" value=$data.picurl class="x-input" vtype="required" autocomplete="off" width=135 height=75}> <{t}>图片链接,支持JPG、PNG格式,较好的效果为360*200<{/t}> <{input type="image" name="picurl" id="picurl" value=$data.picurl class="x-input" vtype="required" autocomplete="off" width=75 height=75}> <{t}>图片链接,支持JPG、PNG格式,较好的效果为200*200<{/t}>
<{input type="text" name="url" id="_msg_url" value=$data.url vtype='url' size=68 placeholder='http://' class="x-input " autocomplete="off"}>
<{button class="btn-primary" id="addimagereply-edit-form-submit" type="submit" label=$___weixin="保存"|t:'weixin'}>