帝国cms列表分页及列表内容调用演示

页面模板:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		<title>[!--pagetitle--]</title>
		<meta name="keywords" content="[!--pagekey--]" />
		<meta name="description" content="[!--pagedes--]" />

		<meta name="viewport" content="width=device-width, initial-scale=1.0">
		<link href="/e/web/css/base.css" rel="stylesheet">
		<link href="/e/web/css/index.css" rel="stylesheet">
		<link href="/e/web/css/m.css" rel="stylesheet">
		<script src="/e/web/js/jquery.min.js"></script>
		<script src="/e/web/js/jquery.easyfader.min.js"></script>
		<script src="/e/web/js/hc-sticky.js"></script>
		<script src="/e/web/js/comm.js"></script>
		<script src="/e/web/js/scrollReveal.js"></script>
		<!--[if lt IE 9]>
<script src="/e/web/js/modernizr.js"></script>
<![endif]-->
	</head>
	<body>
		[!--temp.header--]
		<article>
			<main>
[!--empirenews.listtemp--]

<!--list.var1-->

[!--empirenews.listtemp--]

<div class="pagelist">
[!--show.listpage--]
</div>

			</main>
			[!--temp.aside--]

		</article>
		<a href="#" class="cd-top">Top</a>
		[!--temp.footer--]

	</body>
</html>

列表内容模板(list.var) 

<div class="blogs" data-scroll-reveal="enter bottom over 1s">
					<h3 class="blogtitle"><a href="[!--titleurl--]">
							[!--title--]</a></h3>
					<span class="blogpic"><a href="[!--titleurl--]" title="[!--oldtitle--]"><img src="[!--titlepic--]" alt="[!--oldtitle--]"></a></span>
					<p class="blogtext">
						[!--smalltext--]
					</p>
					<div class="bloginfo">
						<ul>
							<li class="author">
								[!--writer--]</li>
							<li class="lmname"><a href="[!--this.classlink--]">
									[!--this.classname--]</a></li>
							<li class="timer">
								[!--newstime--]
							</li>
							<li class="view">
								[!--onclick--]已阅读</li>
							<li class="like">[!--onclick--]</li>
						</ul>
					</div>
				</div>




 

@版权声明: 本站所有文章,如左上角无特殊说明,则归类于图图网原创,其它版权归原作者所有,如若本站内容侵犯了您的合法权益,可联系我们进行处理。

给TA支持
共{{data.count}}人
人已支持
0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧