|-template ---------------------------- 模板目录 |-- iCMS ------------------------------ 系统模板 | |-- comment ----------------------- 评论模板 | | |-- api.json.htm -------------- 评论JSON | | |-- comment.item.htm ---------- 评论列表单元 | | |-- form.default.htm ---------- 评论框 | | |-- list.default.htm ---------- 评论列表模板 | | |-- widget.item.htm ----------- 评论列表单元(ajax) | | `-- widget.mini.form.htm ------ 迷你评论框 | |-- desktop ----------------------- 系统PC端模板 | | |-- comment ------------------- 评论模板 向下兼容 | | `-- user ---------------------- 系统PC端用户中心 | | |-- agreement.htm --------- 网络服务使用协议 | | |-- api.data.htm ---------- 登陆后获取用户数据(ajax) | | |-- findpwd.htm ----------- 找回密码 | | |-- home ------------------ 用户首页功能 | | | |-- article.htm ------- 文章列表 | | | |-- fans.htm ---------- 粉丝列表 | | | |-- favorite.htm ------ 收藏列表 | | | `-- follower.htm ------ 关注列表 | | |-- home.htm -------------- 用户首页 | | |-- login.close.htm ------- 登陆关闭页 | | |-- login.htm ------------- 登陆页 | | |-- manage ---------------- 用户中心/我的内容功能 | | | |-- article.htm ------- 我的文章 | | | |-- category.htm ------ 我的分类 | | | |-- comment.htm ------- 我的评论 | | | |-- fans.htm ---------- 我的粉丝 | | | |-- favorite.htm ------ 我的收藏 | | | |-- follow.htm -------- 我的关注 | | | |-- inbox.htm --------- 我的私信 | | | |-- publish.htm ------- 发布文章 | | | |-- share.htm --------- 我的分享 | | | `-- sidebar.htm ------- 侧边栏 | | |-- manage.htm ------------ 我的内容 | | |-- passport.head.htm ----- 登陆/注册页头部 | | |-- profile --------------- 用户中心/账号设置功能 | | | |-- avatar.htm -------- 修改头像 | | | |-- base.htm ---------- 基本信息 | | | |-- bind.htm ---------- 绑定账号 | | | |-- custom.htm -------- 个人封面 | | | |-- setpassword.htm --- 修改密码 | | | `-- sidebar.htm ------- 侧边栏 | | |-- profile.htm ----------- 账号设置 | | |-- profile.menu.htm ------ 账号设置菜单 | | |-- register.close.htm----- 注册关闭页 | | |-- register.htm ---------- 注册 | | |-- resetpwd.htm ---------- 重置密码 | | |-- user.card.htm --------- 用户信息卡片 | | |-- user.follow.htm ------- 用户关注模块 | | `-- user.header.htm ------- 用户中心头部 | |-- mobile | | |-- comment ------------------- 评论模板 向下兼容 | | `-- user ---------------------- 移动端模板 结构与PC版保持一致 | | |-- agreement.htm | | |-- api.data.htm | | |-- findpwd.htm | | |-- home.htm | | |-- login.close.htm | | |-- login.htm | | |-- manage | | | |-- article.htm | | | |-- category.htm | | | |-- comment.htm | | | |-- fans.htm | | | |-- favorite.htm | | | |-- follow.htm | | | |-- inbox.htm | | | |-- publish.htm | | | `-- share.htm | | |-- manage.htm | | |-- menu.htm | | |-- navbar.htm | | |-- profile | | | |-- avatar.htm | | | |-- base.htm | | | |-- bind.htm | | | |-- custom.htm | | | `-- setpassword.htm | | |-- profile.htm | | |-- profile.menu.htm | | |-- register.close.htm | | |-- register.htm | | |-- resetpwd.htm | | |-- user.card.htm | | |-- user.follow.htm | | `-- user.header.htm | |-- public.dialog.htm ------------- 系统对话框 | |-- public.seccode.htm ------------ 验证码 | `-- public.ui.htm ----------------- 系统UI |-- tools | |-- sitemap.baidu.htm ------------- 百度站长平台sitemap xml模板 | |-- sitemap.index.htm ------------- 百度站长平台sitemap index模板 | |-- taoke.tpl.htm ----------------- 淘客链接 | `-- weixin.api.htm ---------------- 微信API |-- weapp ----------------------------- 微信小程序 | |-- api --------------------------- 微信小程序接口 | | |-- app.site.htm -------------- 站点信息 | | |-- article.htm --------------- 文章信息 | | |-- article_list.json.htm ----- 文章列表 | | |-- category.index.htm -------- 栏目首页 | | |-- category.list.htm --------- 栏目列表 | | |-- index.htm ----------------- 首页 | | |-- search.htm ---------------- 搜索结果 | | |-- search.index.htm ---------- 搜索页 | | `-- tag.htm ------------------- 标签 | |-- app.js ------------------------ 小程序app.js | |-- app.json ---------------------- 小程序配置 | |-- app.wxss ---------------------- 小程序样式 | |-- iCMS.config.js ---------------- iCMS小程序配置 | |-- images ------------------------ 小程序UI图片 | |-- pages ------------------------- 小程序页面 | | |-- article ------------------- 文章页 | | | |-- article.js | | | |-- article.wxml | | | `-- article.wxss | | |-- category ------------------ 栏目页 | | | |-- category.js | | | |-- category.wxml | | | |-- category.wxss | | | |-- index.js | | | |-- index.json | | | |-- index.wxml | | | `-- index.wxss | | |-- common -------------------- 通用页 | | | |-- article.wxml | | | |-- common.wxss | | | |-- foot.wxml | | | |-- head.wxml | | | |-- iCMS.wxss | | | `-- tag.wxml | | |-- index --------------------- 首页 | | | |-- index.js | | | |-- index.wxml | | | `-- index.wxss | | |-- search -------------------- 搜索 | | | |-- index.js | | | |-- index.json | | | |-- index.wxml | | | |-- index.wxss | | | |-- search.js | | | |-- search.wxml | | | `-- search.wxss | | |-- tag ----------------------- 标签 | | | |-- tag.js | | | |-- tag.wxml | | | `-- tag.wxss | | `-- user ---------------------- 用户 | | |-- index.js | | |-- index.json | | |-- index.wxml | | `-- index.wxss | `-- utils ------------------------- 工具 | |-- iCMS.js ------------------- iCMS脚本 | |-- util.js | `-- weui `-- www ------------------------------- 模板 |-- desktop ----------------------- PC端模板 | |-- article.htm --------------- 文章内容页 | |-- category.index.htm -------- 栏目首页 | |-- category.list.htm --------- 栏目列表页 | |-- content.htm --------------- 自定义应用-内容页 | |-- content.index.htm --------- 自定义应用-栏目首页 | |-- content.list.htm ---------- 自定义应用-栏目列表页 | |-- footer.htm ---------------- 页脚 | |-- forms.htm ----------------- 自定义表单模板 | |-- header.htm ---------------- 页头 | |-- index.htm ----------------- 首页 | |-- public.ui.htm ------------- UI资源调用 | |-- search.htm ---------------- 搜索结果页 | |-- static -------------------- 静态资源 | | |-- css ------------------- 样式 | | | |-- bootstrap-switch.min.css | | | |-- passport.css ------ 用户登陆/注册样式 | | | |-- ui.css ------------ PC端样式 | | | `-- user.css ---------- 用户中心样式 | | |-- img ------------------- 图片 | | | |-- iCMS.LOGO.png ----- 网站logo | | | `-- iCMS.logo.bg.png -- 评论框背景logo | | `-- js -------------------- 脚本 | | |-- bootstrap-dropdown.min.js | | |-- bootstrap-switch.min.js | | |-- city_utf8.js ------ 用户中心-个人资料-所在地脚本 | | |-- meitu ------------- 用户中心-个人资料-图片编辑 | | | |-- Main.swf | | | `-- xiuxiu.js | | |-- ui.js ------------- PC端脚本 | | `-- ui.plugin.js ------ 脚本扩展 | `-- tag.htm ------------------- 标签页 `-- mobile ------------------------ 移动端模板 结构与PC端保持一致 |-- article.htm |-- article.item.htm |-- category.index.htm |-- category.list.htm |-- content.htm |-- content.index.htm |-- content.item.htm |-- content.list.htm |-- footer.htm |-- forms.htm |-- header.htm |-- index.htm |-- public.ui.htm |-- search.htm |-- static | |-- cropper | | |-- cropper.min.css | | `-- cropper.min.js | |-- css | | |-- bootstrap-switch.min.css | | |-- ui.css | | `-- user.css | |-- img | | |-- iCMS.LOGO.fff.png | | |-- iCMS.LOGO.png | | `-- iCMS.logo.bg.png | |-- js | | |-- avatar.js | | |-- bootstrap-switch.min.js | | |-- city_utf8.js | | |-- cropper.js | | |-- swipe.js | | |-- ui.js | | `-- ui.plugin.js | `-- webuploader `-- tag.htm
iCMS其它设备的模板结构要与PC版的一致