1 2 3 4 5 6 7 |
[e:loop={591,6,0,0}] <?php if (! $bqr [titlepic]) $bqr [titlepic]= "/skin/news/" .rand(1,10). ".jpg" ; $resizeimgurl =sys_ResizeImg( $bqr [titlepic],210,125,1, 'list_' . $bqno ); echo "<img src='$resizeimgurl' title='" . $bqr [title]. "'>" ; ?> [/e:loop] |
需开启:列表内容模板(list.var) (*)
1 2 3 4 5 6 7 8 9 10 |
$rand =rand(1,10); if ( $r [titlepic]){ $listpic = '[!--titlepic--]' ; } else { $listpic = '/skin/news/' . $rand . '.jpg' ; } $listtemp =' <li><a href= "[!--titleurl--]" class = "ph" ><img src= "'.$listpic.'" ></a><div><div class = "ta" ><a href= "[!--this.classlink--]" >[!--this.classname--]</a></div><h3><a href= "[!--titleurl--]" >[!--title--]</a></h3> <p><span>[!--befrom--]</span><span></span><label>[!--newstime--]</label></p></div> '; |
标签:
本文链接:https://www.cmsjc.com/article/6a154.html
版权声明:站内所有文章皆来自网络转载,只供分享作用,不代表本站的观点!