(全局标签)适用于EyouCMS模板中任何位置,用于获取站点信息、引入公共模板、导航调用等。
网站名称
{eyou:global name='...
网站Logo
{eyou:global name='...
网站关键词
{eyou:global name='...
网站描述
{eyou:global name='...
网站地址
{eyou:global name='...
联系邮箱
{eyou:global name='...
联系电话
{eyou:global name='...
联系地址
{eyou:global name='...
版权信息
{eyou:global name='...
备案号
{eyou:global name='...
统计代码
{eyou:global name='...
(全局标签)模板引入与公共资源
引入头部模板
{eyou:include file='...
引入底部模板
{eyou:include file='...
引入CSS文件
{eyou:static file='...
引入JS文件
{eyou:static file='...
站点动态JS
<script>var web_...
顶级栏目导航
{eyou:channel type...
子栏目导航
{eyou:channel type...
当前栏目高亮
{$field.currentstyle}
栏目文档列表
{eyou:channelarti...
(列表标签)获取列表模板中的内容,用于文章列表、图片列表等循环输出
文档列表(常用)
{eyou:list typeid=...
(列表标签)分页、排序与特殊列表
推荐文档列表
{eyou:list typeid=...
轮播文档列表
{eyou:list typeid=...
图片列表
{eyou:list typeid=...
搜索结果列表
{eyou:list typeid=...
(内容标签)用于内容详情页,获取文章详细信息
(内容标签)分页、上下篇、TAG与相关文章
内容分页
{$field.content_page}
TAG标签
{eyou:tag typeid='...
相关文章
{eyou:relatedartic...
(可视化标签)EyouCMS可视化拖拽编辑功能相关标签,用于模板可视化布局
可视化区域标识
{eyou:visual type...
可视化结束标识
{eyou:visual type...
可视化区块调用
{eyou:visual name...
可视化图片组件
{eyou:visual type...
可视化文本组件
{eyou:visual type...
可视化链接组件
{eyou:visual type...
可视化富文本
{eyou:visual type...
可视化代码组件
{eyou:visual type...
可视化列表组件
{eyou:visual type...
(多语言标签)EyouCMS多语言功能相关标签,用于中英文切换、语言包调用等
当前语言
{eyou:global name='...
语言切换链接
{eyou:langswitch /}
语言包标签
{eyou:lang name='...
英文描述
{$field.description_en}
英文关键词
{$field.keywords_en}
多语言栏目英文名
{$field.typename_en}
系统的模板目录位于根目录下的 template 内,下面是模板目录的文件目录结构
template
┣━pc ························· PC端模板目录
┃ ┣━system ·················· 系统底层模板
┃ ┣━index.htm ················ 首页模板
┃ ┣━lists_article.htm ········ 文章列表模板
┃ ┣━lists_product.htm ········ 产品列表模板
┃ ┣━lists_images.htm ········· 图集列表模板
┃ ┣━view_article.htm ········· 文章详情模板
┃ ┣━view_product.htm ········· 产品详情模板
┃ ┣━view_images.htm ·········· 图集详情模板
┃ ┣━comm
┃ ┃ ┣━head.html ··········· 公共头部
┃ ┃ ┗━foot.html ··········· 公共底部
┃ ┗━skin
┃ ┣━css ················· 样式文件
┃ ┣━js ·················· 脚本文件
┃ ┗━images ·············· 图片资源
┃
┗━mobile ······················ 手机端模板目录
┣━index.htm ················ 手机首页
┣━lists_article.htm ········ 手机列表页
┗━view_article.htm ········· 手机详情页