* |
<{input type="text" name="name" value=$data.name id="title" size=28 vtype="required" class="x-input " autocomplete="off"}> |
<{if $data.parent_id == '0'}>
*
|
checked<{/if}>> <{t}>是<{/t}>
checked<{/if}>> <{t}>否<{/t}>
|
<{/if}>
|
<{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"}> |
<{if $data.parent_id == '0'}>
|
<{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}>
|
<{else}>
|
<{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}>
|
<{/if}>
<{if $data.parent_id == '0'}>
|
<{else}>
|
<{/if}>
<{input type="text" name="url" id="_msg_url" value=$data.url vtype='url' size=68 placeholder='http://' class="x-input " autocomplete="off"}>
<{t}>商品详细页:<{/t}> |
<{input type="object" name='product_id' breakpoint=0 cols='name' textcol="name" object="products@b2c" select='radio' callback="_callback_product"}>
|
<{t}>商品列表页:<{/t}> |
<{input type="object" breakpoint=0 name='cat_id' cols='cat_name' textcol="cat_name" object="goods_cat@b2c" select='radio' callback="_callback_gallery"}>
|
<{t}>文章列表页:<{/t}> |
<{input type='select' name='node_id' value=0 rows=$article_nodes valueColumn="node_id" labelColumn="node_name" onchange="_callback_articlelist(this.value)"}>
|
<{t}>文章页:<{/t}> |
<{input type="object" breakpoint=0 filter="platform=wap" name='article_id' cols='title' textcol="title" object="article_indexs@content" select='radio' callback="_callback_article"}>
|
<{t}>需授权页:<{/t}> |
<{input type='select' name='auth_url' rows=$auth_module valueColumn="url" labelColumn="label" onchange="$('_msg_url').value=this.value;"}>
|
|