pagebreak| Content Paging
Label name: PageBreak
Feature Description: Represents a list of page links for a document
Scope of application: content template article_*.htm only
Basic syntax:
{dede:pagebreak/}
Related functions:
File \include\arc.archives.class.php Line No. 686
Get a dynamic page paging list
function GETPAGEBREAKDM ($totalPage, $nowPage, $aid)
Get a static page paging list
function Getpagebreak ($totalPage, $nowPage, $aid)
Usages:
This tab is for the Content pagination section where we can view the content page: &http://www.aliyun.com/zixun/aggregation/37954.html >nbsp;
You can look through the template \templets\default\article_article.htm to see the following content
<div class= "Dede_pages" >
<ul class= "PageList" >
{dede:pagebreak/}
</ul>
</div><!--/pages-->
Here are the tags that are specifically used to generate content pagination, and of course we can view the generated source files
<div class= "dede_pages"
<ul class= "pagelist"
<li><a> total 4 Pages: </a></li> <li><a href= ' # ' > Prev </a></li><li class= "ThisClass" ><a href= ' # ' >1</a>< /li><li><a href= ' 91_2.html ' >2</a></li><li><a href= ' 91_3.html ' >3</a> </li><li><a href= ' 91_4.html ' >4</a></li><li><a href= ' 91_2.html ' > next < /a></li>
</ul>
</div><!--/pages
We can modify the pagination style by specifying CSS styles.