{include file="public/css"} {include file="public/js"}
上级分类
{:get_select_cate($Request.controller.'_category',$category.cid)}
分类名称
*
必填
别名
*
必填
{:about('建议使用英文首字母缩写别名,或者中文首字母别名,用于前台url显示')}
SEO标题
SEO关键词
SEO描述
列表模板
{volist name="list_template" id="vo"}
{$vo.name}
{/volist}
默认为空,将模板文件上传到模板目录的 {$Request.controller|strtolower}目录下,如:template/default/{$Request.controller|strtolower}目录下,文件名必须为list/*.html,*为自定义文件名'
详情模板
{volist name="detail_template" id="vo"}
{$vo.name}
{/volist}
默认为空,将模板文件上传到模板目录的 {$Request.controller|strtolower}目录下,如:template/default/{$Request.controller|strtolower}目录下,文件名必须为detail/*.html,*为自定义文件名'
排序
状态
确 定
返 回