您现在的位置是:首页 > 教程 > dedecms教程dedecms教程
dede织梦分类信息一二级地区分类不同样式的实现方法
甘风力2023-10-03 22:12:07dedecms教程已有人查阅
导读如何给dede分类信息的一二级地区分类设定不同样式,这样挤在一起很不好看,我现在想把“北京市”和后面的地区分别设定不同的样式,例如分成两块儿。
如何给dede分类信息的一二级地区分类设定不同样式,这样挤在一起很不好看,我现在想把“北京市”和后面的地区分别设定不同的样式,例如分成两块儿。织梦网络公司代码号下面说下修改步骤。
一、先来查看代码:
分类信息列表页模板: /templets/default/list_infos.htm
模板处调用上面数据的代码是:
二、开始添加样式。
打开控制分类信息标签的文件/include/taglib/infolink.lib.php
找到下面的代码:
1、将>>修改为<div class=ythwxb>
2、打开 /templets/default/list_infos.htm 文件在代码:
保存文件,刷新页面。前台已经更改过来了。
一、先来查看代码:
分类信息列表页模板: /templets/default/list_infos.htm
模板处调用上面数据的代码是:
{dede:infolink}
<table id='dedeinfolink'>
<tr>
<td colspan='3' class='iftitle'>
信息附加条件:
</td>
</tr>
<tr>
<td width='50'> 地 区:</td>
<td align='center' nowrap='yes'>
<div>[field:linkallplace/]</div>
</td>
<td>
[field:nativeplace /]
</td>
</tr>
<tr><td colspan='3' class='spline'> </td></tr>
<tr>
<td> 类 型:</td>
<td align='center' nowrap='yes'>
<div>[field:linkalltype/]</div>
</td>
<td>
[field:infotype /]
</td>
</tr>
<tr><td colspan='3' class='spline'> </td></tr>
</table>
{/dede:infolink}
前台的html代码是:
<table id='dedeinfolink'>
<tr>
<td colspan='3' class='iftitle'>
信息附加条件:
</td>
</tr>
<tr>
<td width='50'> 地 区:</td>
<td align='center' nowrap='yes'>
<div style="color:#FF0000; font-size:12px; font-weight:bold;"><a href='/plus/list.php?channelid=-8&tid=9&infotype=0'>不限</a></div>
</td>
<td>
<a href='/plus/list.php?channelid=-8&tid=9&nativeplace=1000&infotype=0'> <b>北京市</b></a> >> <a href='/plus/list.php?channelid=-8&tid=9&nativeplace=1001&infotype=0'>东城区</a>
<a href='/plus/list.php?channelid=-8&tid=9&nativeplace=1002&infotype=0'>西城区</a>
<a href='/plus/list.php?channelid=-8&tid=9&nativeplace=1003&infotype=0'>崇文区</a>
<a href='/plus/list.php?channelid=-8&tid=9&nativeplace=1004&infotype=0'>宣武区</a>
<a href='/plus/list.php?channelid=-8&tid=9&nativeplace=1005&infotype=0'>朝阳区</a>
<a href='/plus/list.php?channelid=-8&tid=9&nativeplace=1006&infotype=0'>丰台区</a>
<a href='/plus/list.php?channelid=-8&tid=9&nativeplace=1007&infotype=0'>石景山区</a>
<a href='/plus/list.php?channelid=-8&tid=9&nativeplace=1008&infotype=0'>海淀区</a>
<a href='/plus/list.php?channelid=-8&tid=9&nativeplace=1009&infotype=0'>门头沟区</a>
<a href='/plus/list.php?channelid=-8&tid=9&nativeplace=1010&infotype=0'>房山区</a>
<a href='/plus/list.php?channelid=-8&tid=9&nativeplace=1011&infotype=0'>通州区</a>
<a href='/plus/list.php?channelid=-8&tid=9&nativeplace=1012&infotype=0'>顺义区</a>
<a href='/plus/list.php?channelid=-8&tid=9&nativeplace=1013&infotype=0'>昌平区</a>
<a href='/plus/list.php?channelid=-8&tid=9&nativeplace=1014&infotype=0'>大兴区</a>
<a href='/plus/list.php?channelid=-8&tid=9&nativeplace=1015&infotype=0'>怀柔区</a>
<a href='/plus/list.php?channelid=-8&tid=9&nativeplace=1016&infotype=0'>平谷区</a>
<a href='/plus/list.php?channelid=-8&tid=9&nativeplace=1017&infotype=0'>密云县</a>
<a href='/plus/list.php?channelid=-8&tid=9&nativeplace=1018&infotype=0'>延庆县</a>
</td>
</tr>
<tr><td colspan='3' class='spline'> </td></tr>
<tr>
<td> 类 型:</td>
<td align='center' nowrap='yes'>
<div><a href='/plus/list.php?channelid=-8&tid=9&nativeplace=1000'>不限</a></div>
</td>
<td>
<a href='/plus/list.php?channelid=-8&tid=9&infotype=500&nativeplace=1000'>商品</a>
<a href='/plus/list.php?channelid=-8&tid=9&infotype=1000&nativeplace=1000'>租房</a>
<a href='/plus/list.php?channelid=-8&tid=9&infotype=1500&nativeplace=1000'>交友</a>
<a href='/plus/list.php?channelid=-8&tid=9&infotype=2000&nativeplace=1000'>招聘</a>
<a href='/plus/list.php?channelid=-8&tid=9&infotype=2500&nativeplace=1000'>求职</a>
<a href='/plus/list.php?channelid=-8&tid=9&infotype=3000&nativeplace=1000'>票务</a>
<a href='/plus/list.php?channelid=-8&tid=9&infotype=3500&nativeplace=1000'>服务</a>
<a href='/plus/list.php?channelid=-8&tid=9&infotype=4000&nativeplace=1000'>培训</a>
</td>
</tr>
<tr><td colspan='3' class='spline'> </td></tr>
</table>
内容分别对应相同部分的调用标签。知道了这个下面就可以来开始添加样式了。织梦网站建设代码号为地区的二级分类写了个样式,让它好跟“北京市”分行分离开。样式为.ythwxb二、开始添加样式。
打开控制分类信息标签的文件/include/taglib/infolink.lib.php
找到下面的代码:
$fields['nativeplace'] = "<a href='{$baseurl}plus/list.php?channelid={$channelid}&tid={$typeid}&nativeplace={$toptype}&infotype={$infotype}'> <b>{$em_nativeplaces[$toptype]}</b></a> >> ";
foreach($em_nativeplaces as $eid=>$em)
{
if($eid < $toptype+1 || $eid > $toptype+499) continue;
if($eid == $nativeplace) {
$fields['nativeplace'] .= " <b>{$em}</b>\r\n";
}
else {
$fields['nativeplace'] .= " <a href='{$baseurl}plus/list.php?channelid={$channelid}&tid={$typeid}&nativeplace={$eid}&infotype={$infotype}'>{$em}</a>\r\n";
现在我们开始来添加html代码。1、将>>修改为<div class=ythwxb>
2、打开 /templets/default/list_infos.htm 文件在代码:
<tr>
<td width='50'> 地 区:</td>
<td align='center' nowrap='yes'>
<div>[field:linkallplace/]</div>
</td>
<td>
[field:nativeplace /]
</td>
</tr>
的[field:nativeplace /]后添加代码</div>即可。保存文件,刷新页面。前台已经更改过来了。
本文标签:
很赞哦! ()
相关文章
- dede织梦支付宝接口常见错误代码和解决方法介绍
- dede织梦采集图片不全怎么办
- dede织梦读取附加信息出错怎么办
- dede织梦采集文章只显示列表第一页的实现方法
- dede织梦出现Upload filetype not allow ! 的解决方法
- dede织梦tag Engine Create File False的原因和解决方法
- dede织梦tag标签修改自动提取字节数的方法
- dede织梦likearticle调用全站相关文章的方法
- dede织梦版权去除powered by dedecms的方法
- dede织梦上传不了缩略图“上传失败,请检查配置”的解决方法
- dede织梦后台登陆提示验证码错误怎么办
- dede织梦文章列表 “隔行换色” 的实现方法
随机图文
-
dedecms友情链接标签中的li标签删除方法
dedecms默认模板的友情链接调用方式是这样的{dede:flink row=’24′/}但是把li写进去了,对css不熟悉,或者不想友情链接代码有li的就为难了 -
autoindex,itemindex的区别和使用心得
channelartlist 标签下使用 {dede:global name='itemindex' runphp='yes'}@me;{/dede:global} -
dedecms5.7修改文章标题长度限制的方法
织梦(dedecms)系统有一个长度限制,因为存储文章标题的数据库字段长度默认是60字节即30个汉字长度。但是文章标题不全怎么办呢? -
修改织梦默认栏目页文章页URL命名规则
用织梦DedeCms建站,建议优化系统默认的URL结构,这样能简化网站目录深度,利于搜索引擎收录。现在织梦的默认文章命名规则是{typedir}/{Y}{
留言与评论 (共有 条评论) |
本栏推荐
相关标签
大家喜欢
- dedecms循环调用二级栏目下三级栏目的代码示例
- 修改dede织梦添加栏目时“文章命名规则”默认路径的方法
- 织梦dedecms的{dede:field name='position'/}增加其它属性
- dedecms怎么更换空间,dedecms搬家的方法
- dedecms会员空间怎么调用会员和积分头衔
- 织梦CMS时间日期时间戳调用标签,dedecms时间标签大全
- DedeCMS调用相关文章likearticle附加自定义字段的方法
- 织梦dedecms首页调用自定义内容模型的写法
- dede织梦关键词内链系统大比拼一:Phpcms VS dedecms
- DEDE5.6升级dedecms5.7无法发布编辑文章的方法