海洋CMS模板目录文件对照大全
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
│─templets/1/模板1
│├─images 静态资源路径(官方模板)
│└─html 模板文件目录
│ └─head.html 公共头部文件
│ └─foot.html 公共底部文件
│ └─index.html 首页
│ └─channel.html 频道页
│ └─search.html 搜索列表页
│ └─cascade.html 级联搜索页
│ └─self_xxxx.html 自定义搜索页
│ └─newsindex.html 文章首页
│ └─newspage.html文章列表页
│ └─newssearch.html文章搜索页
│ └─topicindex.html专题列表页
│ └─topic.html 专题首页
│ └─content.html 视频详情页
│ └─play.html 视频播放页
│ └─news.html 文章内容页
│ └─gbook.html 留言板
│ └─tag.html tags页
│ └─map.html 视频地图页
│ └─newsmap.html 文章地图页
│ └─reg.html 用户注册页
│ └─login.html 用户登录页
│─templets/2/模板2
│─...
│─templets/n/模板N
页:
[1]