DEDEcms默认模板文件夹(templets)的各文件含义

下面主要讲解以下几个地方 1,DEDEcms默认模板文件夹(templets)的各文件含义 2,模板风格的存放形式以位置; 3,模板风格的命名规则; 4,模板风格的定义方法; 一,模板存放形式 在织梦(DedeCMS)系统中,所有的模板存放形式均是以 文件的形式 存放在 系统模

下面主要讲解以下几个地方
1,DEDEcms默认模板文件夹(templets)的各文件含义
2,模板风格的存放形式以位置;
3,模板风格的命名规则;
4,模板风格的定义方法;
 

一,模板存放形式

在织梦(DedeCMS)系统中,所有的模板存放形式均是以文件的形式存放在系统模板目录(templets)下的默认模板风格目录里。

二,模板命名规则

刚才我们了解到,织梦的模板风格是以文件形式存放的。它的命名规则基本上按照如下形式:

网站首页:index.htm
封面模板:index_模型识别ID.htm
列表模板:list_模型识别ID.htm
内容模板:article_article.htm

当然,这只是通常情况下的命名规则。实际上,在织梦(DedeCMS)里模板文件的命名是任意的。只要您创建并设置好就可以。当然,为了让这个任意变得更加具体,我也给大家几个注意的地方:

  1. 文件名称请不要含有中文
  2. 文件后缀请以.htm结尾
  3. 创建好以后,到网站后台去设置并应用

三,模板的设置方法

当我们创建好了模板之后,您可以登陆网站后台,切换到『系统』选项卡,点击『系统基本参数』,将里面的“模板默认风格”表单填写为您新建的模板文件夹名称,如下图:


点击保存提交即可。
当然,如果您的列表页、内容页、封面页模板不是按照上面的标准格式创建,那么就请继续切换到『核心』选项卡,点击『网站栏目管理』,进入您需要修改的栏目编辑界面,并切换到『高级选项』,把你们的模板文件名修改为您自己的模板,如下图:

 

 

四,默认模板含义

我们现在讲的这个模板主要是讲它的一些目录和文件存放位置以及它作用。

|-- templets 默认模板目录
|-- templets -- default 默认模板风格目录
|-- templets -- default -- images 默认模板所用到相关图片存放目录
|-- templets -- default -- js 默认模板所用到相关JS存放目录
|-- templets -- default -- style 默认模板所用到的相关CSS样式文件存放目录;
|-- templets -- default -- advancedsearch.htm 自定义模型高级搜索模板
|-- templets -- default -- ajaxfeedback.htm 前台Ajax无刷新评论模板
|-- templets -- default -- article_article.htm 自带文章模型内容页模板
|-- templets -- default -- article_article_frame.htm 自带文章模型内容页模板(支持二级域名的备用模板)
|-- templets -- default -- article_article1.htm 自带文章模型内容页模板(随机备用)
|-- templets -- default -- article_article2.htm 自带文章模型内容页模板(随机备用)
|-- templets -- default -- article_default.htm 系统模型内容页不存在时的默认模板
|-- templets -- default -- article_default_sg.htm 独立模型内容页不存在时的默认模板
|-- templets -- default -- article_image.htm 自带图集模型内容页模板
|-- templets -- default -- article_image_cl.htm 自带图集模型内容页可选模板
|-- templets -- default -- article_image_frame.htm 自带图集模型内容页可选模板
|-- templets -- default -- article_image_new.htm 自带图集模型内容页可选模板
|-- templets -- default -- article_infos.htm 自带分类信息模型内容页模板
|-- templets -- default -- article_shop.htm 自带商品模型内容页模板
|-- templets -- default -- article_soft.htm 自带软件模型内容页模板
|-- templets -- default -- article_soft_frame.htm 自带软件模型内容页可选模板
|-- templets -- default -- article_spec.htm 专题模型内容页可选模板
|-- templets -- default -- article_spec_test.htm 无用模板,忽略
|-- templets -- default -- footer.htm 前台通用底部模板
|-- templets -- default -- googlemap.htm 前台Goolge地图模板
|-- templets -- default -- head.htm 前台通用头部模板
|-- templets -- default -- head2.htm 前台通用头部可选模板
|-- templets -- default -- index.htm 前台网站首页模板
|-- templets -- default -- index_article.htm 自带文章模型频道封面页模板
|-- templets -- default -- index_default.htm 系统模型封面页模板不存在时默认模板
|-- templets -- default -- index_default_sg.htm 独立表单模型封面页模板不存在时默认模板
|-- templets -- default -- index_image.htm 自带图集模型封面页模板
|-- templets -- default -- index_infos.htm 自带分类信息模型封面页模板
|-- templets -- default -- index_shop.htm 自带商品模型封面页模板
|-- templets -- default -- index_soft.htm 自带软件模型封面页模板
|-- templets -- default -- infosw9_index.htm 无效模板,忽略
|-- templets -- default -- infosw9_list.htm 无效模板,忽略
|-- templets -- default -- list_article.htm 自带文章模型栏目列表页模板
|-- templets -- default -- list_default.htm 系统模型列表页模板不存在时默认模板
|-- templets -- default -- list_default_sg.htm 独立表单模型列表页模板不存在时默认模板
|-- templets -- default -- list_free.htm 自由列表模板
|-- templets -- default -- list_image.htm 自带图集模型列表页模板
|-- templets -- default -- list_infos.htm 自带分类信息模型列表页模板
|-- templets -- default -- list_shop.htm 自带商品模型列表页模板
|-- templets -- default -- list_soft.htm 自带软件模型列表页模板
|-- templets -- default -- list_spec.htm 自带专题模型列表页模板
|-- templets -- default -- search.htm 搜索结果页模板
|-- templets -- default -- singlepage.htm 单页文档模板
|-- templets -- default -- tag.htm 默认TAG标签首页模板
|-- templets -- default -- taglist.htm 默认TAG标签列表模板

|-- templets -- lurd 默认Lurd相关模板风格目录(在前台不起作用,可忽略)

|-- templets -- plus 默认plus杂项功能相关模板风格目录
|-- templets -- plus -- feedback_quote_ajax.htm 前台Ajax评论引用模板
|-- templets -- plus -- feedback_templet.htm 评论页模板
|-- templets -- plus -- feedback_quote.htm 评论页引用模板
|-- templets -- plus -- bookfeedback_confirm.htm 小说评论页确认模板
|-- templets -- plus -- bookfeedback_quote.htm 小说评论引用模板
|-- templets -- plus -- bookfeedback_templet.htm 小说评论页模板
|-- templets -- plus -- bookfeedback_templet_js.htm 小说评论JS调用模板
|-- templets -- plus -- car.htm 购物车模板
|-- templets -- plus -- carbuyaction.htm 提交购买模板
|-- templets -- plus -- comments_frame.htm 评论二级域名模板
|-- templets -- plus -- digg_frame.htm 文档Digg二级域名模板
|-- templets -- plus -- download_links_templet.htm 下载地址页模板
|-- templets -- plus -- erraddsave.htm 错误提交页模板
|-- templets -- plus -- feedback_confirm.htm 评论确认页模板
|-- templets -- plus -- feedback_templet_js.htm 评论JS调用模板
|-- templets -- plus -- flink-add.htm 友情链接申请模板
|-- templets -- plus -- flink-list.htm 友情链接页模板
|-- templets -- plus -- guestbook.htm 留言薄插件模板
|-- templets -- plus -- guestbook-admin.htm 留言薄管理员模板
|-- templets -- plus -- guestbook-user.htm 留言薄用户模板
|-- templets -- plus -- heightsearch.htm 高级搜索页模板
|-- templets -- plus -- js.htm JS文件生成模板
|-- templets -- plus -- list_diyform.htm 自定义表单列表模板
|-- templets -- plus -- plus_foot.htm 杂项插件底部模板
|-- templets -- plus -- post_diyform.htm 自定义表单提交模板
|-- templets -- plus -- recommend.htm 文档推荐模板
|-- templets -- plus -- rss.htm 前台RSS文件模板
|-- templets -- plus -- rssmap.htm 前台RSS地图模板
|-- templets -- plus -- shops_action_payment.htm 商城订单购买页模板
|-- templets -- plus -- showphoto.htm 图集浏览模板
|-- templets -- plus -- sitemap.htm 网站地图模板
|-- templets -- plus -- view_diyform.htm 自定义表单浏览模板
|-- templets -- plus -- view_msg.htm 通用提示窗口模板
|-- templets -- plus -- view_msg_catalog.htm 栏目窗口提示模板
|-- templets -- plus -- vote.htm 投票结果显示模板
|-- templets -- plus -- win_templet.htm 通用提示模板

|-- templets -- system 默认各类系统底层模板模板风格目录(一般情况下无需变动)
|-- templets -- templet-dirlist.inc 默认模板文件夹配置文字说明
|-- templets -- templet-filelist.inc 默认模板文件名称配置说明
|-- templets -- templet-pluslist.inc 默认plus杂项功能文件名称配置说明

以上所列出来的仅供参考

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

dedecms织梦默认的TAG标签不是很灵活。有时候我们的标签需要进行一个分类,能不能像{dede:arclist}标签的自定义属性(如:flag=c,h),这样全站调用的时候更灵活。 全站调用TAG标签方法一般是: {dede:tag row='100' sort='new' getall='1'}a target="_blank
未审核文档的TAG会显示在TAG列表页面, 固然点击进入TAG时, 相关的未审核文章不会显示出来, 这样对用户体验是很不好的. DEDECMS暂时没有提供这个功能,所以要解决这个问题, 让DEDECMS不显示未审核文档的TAG, 就要修改TAG的显示库文件 tag.lib.php。 方法一 打
我们都知道DEDECMS生成的文件夹是按天生成的,只要传了图片就会自动建立个年月日的文件,centos系统下,都是随便排序的,很难找到对应文件夹,如果要按顺序排列,要怎么操作呢? 一、文件管理器: 修改 /dede/templets/file_manage_main.html $dh = dir($inp
我们在用到织梦dedecms软件模型的时候,手动指定地址通常只能是引用其他网址或者链接,我们要实现直接选取站内的文件,这个要怎么操作呢?下面小编一步步为您解答,最终效果如下图所示: 实现教程 1、打开 /dede/templets/soft_add.htm 找到 input type=text
我们有时候需要对织梦文档的点击量进行批量维护,比如采集来的文章,点击量都为0,需要批量修改,可以用到如下方法1。 1、在数据库里运行下面的代码就可以了,文章的点击量变得随机从500到1000 UPDATE dede_archives SET click=FLOOR(500 + (RAND() * 1000))
用过dedecms的朋友都知道,织梦cms后台系统基本参数里是无法直接上传图片的,我们更换logo图只能到ftp里替换,非常的不方便,我们如果想直接在系统基本参数里上传,要怎么处理呢?在这里需要对代码进行修改,具体流程如下: 实现方法,打开/dede/templets/sy