<#include "/jspgou_sys/head.html"/>
<@s.m "global.position"/>: <@s.m "shopChannel.function"/> - <@s.m "global.add"/>
" onclick="this.form.action='v_list.do';"/>
<@p.form id="jvForm" labelWidth="12" action="o_save.do"> <@p.td colspan="1" width="50" label="category.parent"><#if parent??>${parent.name}<#else>顶级栏目 <@p.td colspan="1" width="50" label="shopChannel.type"><@s.m "shopChannel.type.${type}"/><@p.tr/> <@p.text colspan="1" width="50" label="shopChannel.name" name="name" required="true" class="required" maxlength="100"/> <#if type==1> <@p.text colspan="1" width="50" label="shopChannel.path" name="path" required="true" class="required" maxlength="50"/><@p.tr/> <@p.select colspan="2" label="shopChannel.tpl" name="tplChannel" list=channelTpls headerKey="" headerValue="global.default"/><@p.tr/> <#elseif type==2> <@p.text colspan="1" width="50" label="shopChannel.path" name="path" required="true" class="required" maxlength="50"/><@p.tr/> <@p.select colspan="1" width="50" label="shopChannel.tplChannel" name="tplChannel" list=channelTpls headerKey="" headerValue="global.default"/> <@p.select colspan="1" width="50" label="shopChannel.tplContent" name="tplContent" list=contentTpls headerKey="" headerValue="global.default"/><@p.tr/> <#elseif type==3> <@p.text colspan="1" width="50" label="shopChannel.outerUrl" name="outerUrl" size="40" required="true" class="required" maxlength="255"/><@p.tr/> <@p.text colspan="2" label="shopChannel.priority" name="priority" value="10" required="true digits" class="required" maxlength="10"/><@p.tr/> <@p.radio colspan="1" width="50" label="shopChannel.display" name="display" required="true" value="true" list={"true":"global.true","false":"global.false"}/> <@p.radio colspan="1" width="50" label="shopChannel.blank" name="blank" required="true" value="false" list={"true":"global.true","false":"global.false"}/><@p.tr/> <#if type==1||type==2> <@p.td colspan="2" label="shopChannel.extendData"> <@s.m "shopChannel.data"/>1: <@p.text name="param1" maxlength="255"/>   <@s.m "shopChannel.data"/>2: <@p.text name="param2" maxlength="255"/>   <@s.m "shopChannel.data"/>3: <@p.text name="param3" maxlength="255"/> <@p.tr/> <@p.editor colspan="2" label="shopChannel.content" name="content"/><@p.tr/> <@p.td colspan="2"> <@p.submit code="global.submit"/>   <@p.reset code="global.reset"/>