PageBute利用時のページング
PageBute 3.5.7〜で、ページングを作成する場合の例。カレントページの場合の出力も制御可能になっている。
MTML
<nav> <mt:Pagination> <mt:PaginationHeader> <ol class="nav-contents-01"> </mt:PaginationHeader> <mt:IfPaginationCurrent> <li><em><$mt:PaginationLink element="number"$></em></li> <mt:Else> <li><a href="<$mt:PaginationLink abs2rel="1"$>"><$mt:PaginationLink element="number"$></a></li> </mt:IfPaginationCurrent> <mt:PaginationFooter> </ol> </mt:PaginationFooter> </mt:Pagination> </nav>