欢迎进入极速独立站群官方网! 咨询电话:13135381668 销售QQ:1000207

独立站群

当前位置:首页 - - 独立站群 - 站群操作 - 文章详情
编辑推荐

新闻、产品调用标签说明

浏览:4182 发布时间:2016-08-07

<!--新闻开始-->
 <?   if(isset($TEMP_SET[8])){
    $tcid=intval($TEMP_SET[8]["value"]);
    $title=$TEMP_SET[8]["title"];?>
  
<h3><? echo $title;?></h3>
<a href="<? echo getcurl($tcid);?>" class="titlezx-more position" title="<? echo $title;?>">更多>></a>

      <div class="CON--r-bxw"><ol class='list-none metlist'>
      <? $query=$db->query("select addtime,pic,title,aid,remark from ".$LG->table("article")." where class like '".getarcn($tcid)."%' order by addtime desc limit 8");
    while($rs=$db->fetchrow($query)){?>
  
      <li class='list top'><span class='time'><? echo date("Y-m-d",$rs["addtime"]);?></span><a href='<? echo getarurl($rs["aid"]);?>' title='<? echo $rs["title"];?>' target='_self'><? echo $rs["title"];?></a></li><? }?>
      
      </ol></div><? }?>


调用新闻或产品说明

 

<h3><? echo $title;?></h3>   栏目标题


<a href="<? echo getcurl($tcid);?>" class="titlezx-more position" title="<? echo $title;?>">更多>></a>     更多联连地址


<? echo date("Y-m-d",$rs["addtime"]);?>   时间

<? echo getarurl($rs["aid"]);?>   联接ID


<? echo $rs["title"];?>  标题 


<? echo  $jj_pic;?>图片地址


<? echo  $jj_remark;?>  简要说明