当前位置: 首页 > 站长资讯 > 正文页面

帝国cms7.0内容页模板实现多背景tag标签

 bmM网站目录_网站网址收录与提交入口

调用代码 加到内容页模板里bmM网站目录_网站网址收录与提交入口

<?phpbmM网站目录_网站网址收录与提交入口

$ecms_bq_sql=sys_ReturnEcmsLoopBq("select * from [!db.pre!]enewstagsdata where classid='$navinfor[classid]' and id='$navinfor[id]' order by tagid",10,24,0);bmM网站目录_网站网址收录与提交入口

$bqno=0;bmM网站目录_网站网址收录与提交入口

while($bqr=$empire->fetch($ecms_bq_sql))bmM网站目录_网站网址收录与提交入口

{bmM网站目录_网站网址收录与提交入口

$bqsr=sys_ReturnEcmsLoopStext($bqr);bmM网站目录_网站网址收录与提交入口

$bqno++;bmM网站目录_网站网址收录与提交入口

?>bmM网站目录_网站网址收录与提交入口

<?phpbmM网站目录_网站网址收录与提交入口

$ecms_bq_sql2=sys_ReturnEcmsLoopBq("select * from [!db.pre!]enewstags where tagid='$bqr[tagid]' order by tagid",1,24,0);bmM网站目录_网站网址收录与提交入口

$bqno2=0;bmM网站目录_网站网址收录与提交入口

while($bqr2=$empire->fetch($ecms_bq_sql2))bmM网站目录_网站网址收录与提交入口

{bmM网站目录_网站网址收录与提交入口

$bqsr2=sys_ReturnEcmsLoopStext($bqr2);bmM网站目录_网站网址收录与提交入口

$bqno2++;bmM网站目录_网站网址收录与提交入口

?>bmM网站目录_网站网址收录与提交入口

<li class="tag-<?=$bqno?>"><a href="/e/tags/?tagname=<?=urlencode($bqr2[tagname])?>"><?=$bqr2[tagname]?></a></li>bmM网站目录_网站网址收录与提交入口

<?phpbmM网站目录_网站网址收录与提交入口

}bmM网站目录_网站网址收录与提交入口

}bmM网站目录_网站网址收录与提交入口

?>bmM网站目录_网站网址收录与提交入口

css代码 自己写bmM网站目录_网站网址收录与提交入口

.tag-1{background:#ff7094;}bmM网站目录_网站网址收录与提交入口

.tag-2{background:#94b770;}bmM网站目录_网站网址收录与提交入口

.tag-3{background:#db94ff;}bmM网站目录_网站网址收录与提交入口

.tag-4{background:#399;}bmM网站目录_网站网址收录与提交入口

.tag-5{background:#f60;}bmM网站目录_网站网址收录与提交入口

  

此文由 网站目录_网站网址收录与提交入口 编辑,未经允许不得转载!:

相关文章