zoukankan      html  css  js  c++  java
  • GXCMS模板说明文档

    GXCMS采用TP框架的内置模板引擎,支持模板缓存技术,如果将本地修改后的模板文件通过FTP等工具上传到网站服务器后需要在后台清空缓存。 GXCMS的模板保存在./template目录下,其结构说明如下 ./template 模板总目录 ./template/default 模板主题包名称 ./template/default/Home/* 模板文件 ./template/default/Images/* 模板图片等文件 ./template/default/template.css 当前模板主题样式表 ./template/default/template.js 当前模板主题脚本 ./template/default/Home/comment.html ajax评论模板 ./template/default/Home/footer.html 公用底部模板 ./template/default/Home/guestbook.html 留言本模板 ./template/default/Home/header.html 公用头部模板 ./template/default/Home/info_channel.html 文章频道模板 ./template/default/Home/info_list.html 文章列表模模板 ./template/default/Home/info_search.html 文章搜索模板 ./template/default/Home/my_hot_info.html 自定义模板》调用文章热门 ./template/default/Home/my_hot_video.html 自定义模板》调用视频热门 ./template/default/Home/special_detail.html 专题内容模板 ./template/default/Home/special_list.html 专题列表模板 ./template/default/Home/system.html 系统ajax插件公用模板(要使用默认的ajax操作则要包含该文件) ./template/default/Home/top10.html 排行榜模板 ./template/default/Home/video_channel.html 视频频道页模板 ./template/default/Home/video_detail.html 视频内容页模板 ./template/default/Home/video_play.html 视频播放页模板 ./template/default/Home/video_search.html 视频搜索页模板
  • 相关阅读:
    省市三级联动
    Python 函数中,参数是传值,还是传引用?
    CSRF(Cross Site Request Forgery, 跨站域请求伪造)
    Django 中间件
    python的内存管理机制
    adb的一些常用的命令
    ant使用备忘
    关于如何以编程的方式执行TestNG
    关于使用testng的retry问题
    SSH中将hibernate托管给spring获取session的方法
  • 原文地址:https://www.cnblogs.com/AS30/p/3113248.html
Copyright © 2011-2022 走看看