first commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,10 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="renderer" content="webkit" />
|
||||
<meta name="viewport" content="width=1024" />
|
||||
<title>NutzWk</title>
|
||||
</head>
|
||||
<body>
|
||||
@@ -0,0 +1,22 @@
|
||||
|
||||
<!--# 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" ){}; #-->
|
||||
Reference in New Issue
Block a user