Files
UNION_HUTB/target/classes/views/public/pc/cn/index/index.html
T
2026-09-09 09:14:28 +08:00

22 lines
626 B
HTML

<!--# include( "../include/top.html" ){}; #-->
演示模板标签的使用:
<#cms_article_list pageNumber="${pageNumber}" pageSize="${pageSize}" sortName="publishAt" sortOrder="desc" var="p">
<ul class="clearfix2 i_news_text">
<!--#for(o in p.list){#-->
<!--#if(oLP.index==1){#--><li><!--#}#-->
<p>${o.title!} - ${@date.getDate(o.publishAt,'yyyy.MM.dd')}</p>
<!--#if(oLP.index%8==0||oLP.last){#-->
</li>
<!--#}#-->
<!--#if(oLP.index%8!=0&&!oLP.last){#-->
</li><li>
<!--#}#-->
<!--#}#-->
</ul>
<!--end页码-->
</#cms_article_list>
<!--# include( "../include/buttom.html" ){}; #-->