编号 | 文件名 | 用途说明 |
1 | default.html | 首页展示模板。 引用b_article-istop.html显示置顶文章; 引用b_article-multi.html显示日志摘要; 引用b_pagebar.html显示分页条; |
2 | single.html | 日志页显示模板。 引用b_article-single.html显示日志 |
3 | catalog.html | 分类目录页展示模板 |
4 | search.html | 搜索页模板 |
5 | tags.html | 标签页模板,展示TagCloud |
6 | b_article-guestbook.html | 用户留言页模板 |
7 | b_pagebar.html | 页脚模板,可改为分页条样式 |
8 | b_article-multi.html | 首页摘要文章模板 |
9 | b_article-single.html | 日志页文章模板。 分别引用 b_article_trackback.html、b_article_mutuality.html、b_article_comment.html、b_article_commentpost.html 显示日志后的引用列表,相关文章,评论内容,评论发表框。 |
10 | b_article-istop.html | 置顶文章模板 |
11 | b_article_nvabar_l.html | 日志页面文章导航,显示“上一篇”日志链接 |
12 | b_article_nvabar_r.html | 日志页面文章导航,显示“下一篇”日志链接 |
13 | b_article_tag.html | 每个tag 的显示样式 |
14 | b_article_trackback.html | 引用通告显示模板 |
15 | b_article_mutuality.html | 相关文章显示模板 |
16 | b_article_comment.html | 评论内容显示模板 |
17 | b_article_commentpost.html | 评论发表框模板 |
18 | b_article_commentpost-verify.html | 评论验证码显示样式 |
编号 | 标签 | 说明 |
1 | <#ZC_BLOG_VERSION#> | 当前博客系统的版本号 |
2 | <#ZC_BLOG_LANGUAGE#> | 博客页面语言 (默认为zh-CN) |
3 | <#ZC_BLOG_HOST#> | 博客网址 |
4 | <#ZC_BLOG_TITLE#> | 博客标题(用于显示于浏览器标题栏) |
5 | <#ZC_BLOG_SUBTITLE#> | 博客简介 |
6 | <#ZC_BLOG_NAME#> | 博客名称 (显示于页面中) |
7 | <#ZC_BLOG_SUB_NAME#> | 博客副标题 |
8 | <#ZC_BLOG_CSS#> | CSS界面样式名称 |
9 | <#ZC_BLOG_COPYRIGHT#> | 版权说明 |
10 | <#ZC_BLOG_MASTER#> | 博客主人名 |
11 | <#ZC_CONTENT_MAX#> | 留言最长字数 |
12 | <#ZC_EMOTICONS_FILENAME#> | 表情字符串 |
13 | <#ZC_EMOTICONS_FILESIZE#> | 表情图片大小 |
14 | <#ZC_GUESTBOOK_CONTENT#> | 留言本正文内容 |
15 | <#ZC_BLOG_CLSID#> | 博客唯一标识号 (更改该标识可能对防机器spam有效) |
16 | <#ZC_TIME_ZONE#> | 博客时区 (默认为+0800 ,即北京时间) |
17 | <#ZC_IMAGE_WIDTH#> | 图片自动缩小尺寸,分别引用 c_custom.asp及c_option.asp 中相应数据,如<#ZC_BLOG_VERSION#> 引用:ZC_BLOG_VERSION (c_option.asp),可于后台网站设置中更改其内容. |
编号 | 标签 | 说明 |
1 | <#CACHE_INCLUDE_CATALOG#> | 分类目录: |
2 | <#CACHE_INCLUDE_AUTHORS#> | 用户目录: |
3 | <#CACHE_INCLUDE_TAGS#> | tags |
4 | <#CACHE_INCLUDE_STATISTICS#> | 站点统计: |
5 | <#CACHE_INCLUDE_PREVIOUS#> | 最近发表: |
6 | <#CACHE_INCLUDE_NAVBAR#> | 导 航 条: |
7 | <#CACHE_INCLUDE_MISC#> | 图标汇集: |
8 | <#CACHE_INCLUDE_LINK#> | 友情链接: |
9 | <#CACHE_INCLUDE_FAVORITE#> | 网站收藏: |
10 | <#CACHE_INCLUDE_COMMENTS#> | 最新评论: |
11 | <#CACHE_INCLUDE_GUESTCOMMENTS#> | 最近留言: |
12 | <#CACHE_INCLUDE_TRACKBACKS#> | 最近引用: |
13 | <#CACHE_INCLUDE_CALENDAR#> | 日 历: |
14 | <#CACHE_INCLUDE_ARCHIVES#> | 文章归档: |
15 | 补充:V1.7中可以引用INCLUDE下的任意文件,使用<#CACHE_INCLUDE_文件名(全大写且不要后缀)#> |
编号 | 标签 | 说明 |
1 | <#article/id#> | 编号 |
2 | <#article/url#> | 链接 |
3 | <#article/level#> | 权限 |
4 | <#article/title#> | 标题 |
5 | <#article/intro#> | 摘要 |
6 | <#article/content#> | 内容 |
7 | <#article/posttime#> | 时间 |
8 | <#article/commnums#> | 评论数 |
9 | <#article/viewnums#> | 浏览数 |
10 | <#article/trackbacknums#> | 引用数 |
11 | <#article/trackback_url#> | 引用链接 |
12 | <#article/commentrss#> <#article/commentposturl#> <#article/pretrackback_url#> <#article/trackbackkey#> <#article/commentkey#> |
评论RSS |
13 | <#article/staticname#> | 别名 |
14 | <#article/tagtoname#> <#article/firsttagname#> <#article/firsttagid#> |
tags(非链接) |
编号 | 标签 | 说明 |
1 | <#article/category/id#> | 编号 |
2 | <#article/category/name#> | 名称 |
3 | <#article/category/order#> | 序号 |
4 | <#article/category/count#> | 文章数 |
5 | <#article/category/url#> | 链接 |
6 | <#article/category/staticname#> | 别名 |
编号 | 标签 | 说明 |
1 | <#article/author/id#> | 编号 |
2 | <#article/author/name#> | 名称 |
3 | <#article/author/level#> | 权限 |
4 | <#article/author/email#> | |
5 | <#article/author/homepage#> | 主页 |
6 | <#article/author/count#> | 文章数 |
7 | <#article/author/url#> | 链接 |
8 | <#article/author/staticname#> | 别名 |
编号 | 标签 | 说明 |
1 | <#article/tag/id#> | 编号 |
2 | <#article/tag/name#> | 名称 |
3 | <#article/tag/intro#> | 摘要 |
4 | <#article/tag/count#> | 文章数 |
5 | <#article/tag/url#> | 链接 |
6 | <#article/tag/encodename#> | Encode |
编号 | 标签 | 说明 |
1 | <#article/comment/id#> | 编号 |
2 | <#article/comment/name#> | 名称 |
3 | <#article/comment/url#> <#article/comment/urlencoder#> |
网址(下面的是干扰处理过的URL,防spam) |
4 | <#article/comment/email#> | |
5 | <#article/comment/posttime#> | 时间 |
6 | <#article/comment/content#> | 内容 |
7 | <#article/comment/count#> | 序号 |
8 | <#article/comment/authorid#> | 作者编号 |
9 | <#article/comment/firstcontact#> | 第一联系(网址优先) |
10 | <#article/comment/emailmd5#> | Email的MD5 |
编号 | 标签 | 说明 |
1 | <#article/trackback/id#> | 编号 |
2 | <#article/trackback/name#> | 名称 |
3 | <#article/trackback/url#> | 网址 |
4 | <#article/trackback/tile#> | 标题 |
5 | <#article/trackback/posttime#> | 时间 |
6 | <#article/trackback/content#> | 内容 |
7 | <#article/trackback/count#> | 序号 |
编号 | 标签 | 说明 |
1 | <#article/mutuality/id#> | 编号 |
2 | <#article/mutuality/url#> | 网址 |
3 | <#article/mutuality/posttime#> | 时间 |
4 | <#article/mutuality/name#> | 名称 |
编号 | 标签 | 说明 |
1 | <#article/nav_l/url#> | |
2 | <#article/nav_l/name#> | |
3 | <#article/nav_r/url#> | |
4 | <#article/nav_r/name#> |
编号 | 标签 | 样式说明 |
1 | <#article/posttime/longdate#> | 2007年1月13日 |
2 | <#article/posttime/shortdate#> | 2007-1-13 |
3 | <#article/posttime/longtime#> | 15:31:13 |
4 | <#article/posttime/shorttime#> | 15:31 |
5 | <#article/posttime/year#> | 2007 |
6 | <#article/posttime/month#> | 1 |
7 | <#article/posttime/monthname#> | Jan //LANGUAGE文件中对应 ZVA_Month_Abbr(12) |
8 | <#article/posttime/day#> |
13 |
9 | <#article/posttime/weekday#> |
7 |
10 | <#article/posttime/weekdayname#> | Sat //LANGUAGE文件中对应 ZVA_Week_Abbr(7) |
11 | <#article/posttime/hour#> | 15 |
12 | <#article/posttime/minute#> | 31 |
13 | <#article/posttime/second#> | 13 |