dede分类信息的一二级地区分类设定不同样式的方法

资源来源网络,如需授权,请更换源码,模块仅供学习,如需商用请购买正版授权,本栏目不提供技术服务,积分不够请签到!如何签到?系统升级暂停签到,恢复关注公告!
如遇下载链接蓝奏网盘打不开lanzous替换成lanzoux尝试! 广告

如何给dede分类信息的一二级地区分类设定不同样式
官方默认模板中的效果如图:
1.png

这样挤在一起很不好看,我现在想把“北京市”和后面的地区分别设定不同的样式,例如分成两块儿。织梦网络公司跟板网下面说下修改步骤。
一、先来查看代码:
分类信息列表页模板: /templets/default/list_infos.htm
模板处调用上面数据的代码是:

{dede:infolink}
<table id=’dedeinfolink’>
<tr>
<td colspan=’3′ class=’iftitle’>
信息附加条件:
</td>
</tr>
<tr>
<td width=’50’>&nbsp;地 区:</td>
<td align=’center’ nowrap=’yes’>
<div>[field:linkallplace/]</div>
</td>
<td>
[field:nativeplace /]
</td>
</tr>
<tr><td colspan=’3′ class=’spline’>&nbsp;</td></tr>
<tr>
<td>&nbsp;类 型:</td>
<td align=’center’ nowrap=’yes’>
<div>[field:linkalltype/]</div>
</td>
<td>
[field:infotype /]&nbsp;
</td>
</tr>
<tr><td colspan=’3′ class=’spline’>&nbsp;</td></tr>
</table>
{/dede:infolink}

前台的html代码是:

<table id=’dedeinfolink’>
<tr>
<td colspan=’3′ class=’iftitle’>
信息附加条件:
</td>
</tr>
<tr>
<td width=’50’>&nbsp;地 区:</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> &gt;&gt; <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>
&nbsp;
</td>
</tr>
<tr><td colspan=’3′ class=’spline’>&nbsp;</td></tr>
<tr>
<td>&nbsp;类 型:</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>
&nbsp;
</td>
</tr>
<tr><td colspan=’3′ class=’spline’>&nbsp;</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> &gt;&gt; “;
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、将&gt;&gt;修改为<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分类信息的一二级地区分类设定不同样式的方法
NOTICE:【咨询风格酷】客服QQ:1131734965
NOTICE:【咨询风格酷】客服微信:wwwxmamnet
NOTICE:【风格酷模板网②群】QQ群:288678775
☉免责声明:本站所有模板均来自用户分享和网络收集,仅供学习与参考,请勿用于商业用途,如果损害了您的权利,请联系网站客服,我们核实后会立即删除。
☉如果源码网盘地址失效!或有其他问题,请点我报错,谢谢合作!
☉人民币与积分汇率为1比10,即1元=10积分.有任何疑问请联系客服
☉如有其他问题,请加网站客服QQ(1131734965)进行交流。
☉本站提供的源码、模板、软件工具等其他资源,都不包含技术服务,请大家谅解!
☉源码、模板等资源会随着技术、环境的升级而存在部分问题,还请慎重选择。

发表评论

风格酷模板网www.xmam.net分享优质网站模板

立即查看 了解详情