黑马模板网专注企业网站模板制作,包括企业pbootcms网站模板,静态网页模板,网站源码下载,HTML网站模板等等。
免责声明:本站所有资源(模板、图片)搜集整理于互联网或者网友提供,仅供学习与交流使用,如果不小心侵犯到你的权益,请及时联系我们删除该资源。
<?php
$Result = sys_ReturnEcmsLoopBq("select classid,classname from {$dbtbpre}enewsclass where bclassid='$GLOBALS[navclassid]' order by myorder,classid asc",0,24,0);
while($IndexClass=$empire->fetch($Result)){
$ClassLink = sys_ReturnBqClassname($IndexClass,9);
?>
<div class="mod-content modclearfix" id="l22">
<div class="content-con content-con-first">
<h2 class="content-title"><a href="<?=$ClassLink?>"><?=$IndexClass[classname]?></a></h2>
<ul class="content-link">
<?php
$bqno=0;
$ResultG = sys_ReturnEcmsLoopBq($IndexClass[classid],'1,30',0,0,'','newstime DESC');
while($ClassGoods=$empire->fetch($ResultG)){
$bqsr=sys_ReturnEcmsLoopStext($ResultG);
$bqsr=sys_ReturnEcmsLoopStext($ClassGoods);
$bqno++;
?>
<li><h3><div><a href="<?=$ClassGoods[ftitle]?>" class="dian1" style="background:url(<?=$ClassGoods[titlepic]?$ClassGoods[titlepic]:'/e/data/images/notimg.gif'?>) no-repeat 0 center;background-size: 16px 16px;" target="_blank" title="<?=$ClassGoods[title]?>"><?=$ClassGoods[title]?></a><a data-siteid="318" href="<?=$ClassGoods[ftitle]?>" title="<?=$ClassGoods[title]?>" target="_blank" class="text-con"><?=$ClassGoods[title]?></a></div></h3></li>
<?php
}
//显示10条
?>
</div>
</div>
<?
}
?>