summary refs log tree commit diff stats
path: root/theme/quotes/pagenumbers.tpl
blob: 3171c106ec893876f64df0b68851224eb0713736 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<DIV CLASS="quote_pagenums">
	<A HREF="/quotes/<!--LORIGIN-->.php">First</A>&nbsp;&nbsp;
	<A HREF="/quotes/<!--LORIGIN-->.php?page=<!--MINUSTEN-->">-10</A>&nbsp;&nbsp;
	<!--BDDD-->
	<!--BEGIN BPAGES-->
	<A HREF="/quotes/<!--LORIGIN-->.php?page=<!--BPAGES.PAGENUM-->"><!--BPAGES.PAGENUM--></A>&nbsp;&nbsp;
	<!--END BPAGES-->
	<!--CURPAGE-->&nbsp;&nbsp;
	<!--BEGIN APAGES-->
	<A HREF="/quotes/<!--LORIGIN-->.php?page=<!--APAGES.PAGENUM-->"><!--APAGES.PAGENUM--></A>&nbsp;&nbsp;
	<!--END APAGES-->
	<!--ADDD-->
	<A HREF="/quotes/<!--LORIGIN-->.php?page=<!--PLUSTEN-->">+10</A>&nbsp;&nbsp;
	<A HREF="/quotes/<!--LORIGIN-->.php?page=<!--LASTPAGE-->">Last</A>&nbsp;&nbsp;
</DIV>