以前在论坛上看过其他帖子调用利用万能标签实现网站首页公告,有一些不足的地方,我在这里补充一下,增加了发布者和发布日期.
1,建一个标签模板 <!--利用marquee让列表滚动起来--> <marquee direction=up height=70 onmouseout=this.start() onmouseover=this.stop() scrollAmount=1 scrollDelay=60> [!--empirenews.listtemp--] <!--list.var1--> [!--empirenews.listtemp--] </marquee> <!--利用marquee让列表滚动起来-->
2.建立一个发公告的栏目 利用万能标签调用 [ecmsinfo]栏目ID/专题ID,显示条数,标题截取数,是否显示栏目名,操作类型,模板ID,只显示有标题图片[/ecmsinfo] ------------------------------------------------------------------------------------------- [ecmsinfo]79,5,20,0,0,34,0[/ecmsinfo] " 79 "=栏目ID 这签的调用意思是 [万能调用到]ID为:79栏目里的,5条文章,标题显示20字节,不显示栏目名,0=各栏目最新,标签的模板ID是34,不只显示有标题图片[万能调用结束]
3.列表页模板:
<table width="100%" border="0"> <tr> <td><table width="100%" border="0"> <tr> <td>.<a href="[!--titleurl--]" target="_blank">[!--title--]</a></td> </tr> <tr> <td><a href="[!--titleurl--]" target="_blank">[!--smalltext--]</a> <a href="[!--username--]" target="_blank">[!--username--]</a><font color=#999999>[!--newstime--]</font></td> </tr> </table></td> </tr> </table>
公告调用效果请看: http://www.dgass.cn
|