{template "header.html"}

{dr_lang('更改数据之后需要更新缓存之后才能生效')}

{$form}
{dr_lang('在发布内容时自动将关键词存储到关键字库之中')}
{dr_lang('关键词支持子词功能')}
{if is_file(IS_USE_MODULE.'Models/Repair.php')}
{dr_lang('后台列表中显示关联模块的数量统计,会影响加载速度')}
{/if}
{dr_lang('设置哪个字段作为tag词语关联的字段,默认是keywords字段')}
{cache name=module-content more=1 return=m}
{/cache}
默认地址是:/index.php?s=tag&name=词语 {tag}表示英文词、{name}表示中文词、{id}表示id号
默认地址是:/index.php?s=tag&name=词语&page=2 {tag}表示英文词、{name}表示中文词、{id}表示id号、{page}表示分页号
示例自定义内容地址:tag/{tag}.html 示例自定义分页地址:tag/{tag}-{page}.html 1、服务器开启伪静态功能,https://www.xunruicms.com/doc/671.html 2、将以下代码手动写入到更目录的./config/rewrite.php 数组体[ .... ]中
"tag\/(.+)\-([0-9]+)\.html" => "index.php?s=tag&name=$1&page=$2",  // tag插件分页
"tag\/(.+)\.html" => "index.php?s=tag&name=$1",  // tag插件
{dr_lang('针对tag的连接符号,默认为"/",如:china[连接符号]beijin')}
通配符:{字段名称},{name}表示tag名称
通配符:{字段名称},{tags}表示tag词组
通配符:{字段名称},{content}表示tag的内容
默认地址是:/index.php?s=tag
默认地址是:/index.php?s=tag&page=分页号
示例自定义地址:/tag/ 示例自定义分页地址:/tag/p{page}.html 1、服务器开启伪静态功能,https://www.xunruicms.com/doc/671.html 2、将以下代码手动写入到更目录的./config/rewrite.php 数组体[ .... ]中 "tag" => "index.php?s=tag", // tag插件聚合首页 "tag\/p([0-9]+)\.html" => "index.php?s=tag&page=$1", // tag插件聚合首页分页
通配符:[第{page}页{join}]表示分页
{template "footer.html"}