<div class="index-hot-forum">
<div class="head clearfix">
<div class="head11">
<h3 class="tt"><em></em>最新资讯</h3>
</div>
</div>
<ul class="list clearfix">
[e:loop={80,24,0,0}]
<?
$newstime=format_datetime($bqr[newstime],'m-d');
if(date('Y-m-d')==date('Y-m-d',$bqr[newstime]))
{
$newstime="<font color=red>$newstime</font>";
}
?>
<a href="<?=$bqsr['titleurl']?>" target="_blank">
<li class="list-item clearfix">
<i class="circle"></i>
<h2 class="title"><?=$bqr['title']?></h2>
<span class="timestamp"><?=$newstime?></span>
</li>
</a>
[/e:loop]
</ul>
</div>
此方法应用在(栏目)列表页或者标签也的列表内容模板,先勾选开启列表内容模板右上角的“使用程序代码”
$newimg='[!--newstime--]';
if(time()-$r[newstime]<=1*24*3600)
{
$newimg='<FONT color=red>[!--newstime--]</FONT>';
}
$listtemp='<LI><SPAN class="date">'.$newimg.'</SPAN> <a href="[!--titleurl--]" target=_blank>[!--title--]</A> </LI>';
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。
评论(0)