OSDN Git Service

NP_PubMed v0.1.7
[nucleus-jp/nucleus-plugins.git] / NP_PubMed / trunk / spring / paging.inc
1 <%if(hasplugin,PageSwitch)%>\r
2 \r
3 <%if(PageSwitch,limit,10)%>\r
4 <div style="text-align:right;">Pages:\r
5 <%PageSwitch(prev,prev)%>\r
6 <%PageSwitch(index,2)%>\r
7 <%PageSwitch(next,next)%>\r
8 Page <%PageSwitch(num)%> of <%PageSwitch(total)%>\r
9 </div>\r
10 <%endif%>\r
11 \r
12 <%else%>\r
13 \r
14 <div style="text-align:right">\r
15 <%prevlink(<<< prev page,10)%>\r
16 &nbsp;&nbsp;&nbsp;\r
17 <%nextlink(next page >>>,10)%>\r
18 </div>\r
19 \r
20 <%endif%>