<{input type="checkForm" }>
<{if $brandInfo.brand_id > 0}> <{/if}>
<{t}>品牌名称:<{/t}> <{input type="text" name="brand_name" required="true" value=$brandInfo.brand_name}> *
<{t}>品牌别名:<{/t}> <{input type="text" name="brand_keywords" value=$brandInfo.brand_keywords}><{t}>(|分隔,以|开头与结尾)<{/t}>
<{if $brand_logo}> <{/if}>
<{t}>网址:<{/t}> <{input type="text" name="brand_url" value=$brandInfo.brand_url}>
LOGO: <{input type="file" name="brand_logo" value=$brandInfo.brand_logo}>
 
<{if $gtype.status > 0}>
<{t}>商品类型关联:<{/t}> <{if $type.default.type_id}>
<{t}>通用商品类型<{/t}> checked="checked"<{/if}> value="<{$type.default.type_id}>"><{t}>通用商品类型<{/t}>
<{else}> <{/if}>
<{t}>自定义商品类型<{/t}> <{foreach from=$type.custom item=row}> checked="checked"<{/if}> value="<{$row.type_id}>"> <{$row.name}> <{/foreach}>
<{else}> <{/if}>
<{t}>详细说明:<{/t}> <{input type="html" name="brand_desc" value=$brandInfo.brand_desc}>