按照demo模块为例子
前端界面
1、前端显示模板介绍
模块首页:/template/pc/default/home/demo/index.html (独立模块才有)
模块栏目封面:/template/pc/default/home/demo/category.html
模块栏目列表:/template/pc/default/home/demo/list.html
模块内容:/template/pc/default/home/demo/show.html
模块搜索页面:/template/pc/default/home/demo/search.html
模块评论页面:/template/pc/default/home/demo/comment.html comment_ajax.html
2、用户中心管理模板介绍
发布:/template/pc/default/member/demo/module_post.html
内容列表:/template/pc/default/member/demo/module_list.html
草稿列表:/template/pc/default/member/demo/module_draft.html
审核列表:/template/pc/default/member/demo/module_verify.html
如果上面地址不存在,cms默认会使用上一层目录中的文件
后台界面
默认模块模板介绍
发布:/dayrui/App/Module/Views/share_post.html
列表:/dayrui/App/Module/Views/share_list.html
自定义模板介绍
发布:/dayrui/App/Demo/Views/demo_post.html
列表:/dayrui/App/Demo/Views/demo_list.html
