summary refs log tree commit diff stats
path: root/theme/quotes/pagenumbers.tpl
blob: 57533be868ae49aba60f3d9443c2b0ce22759133 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<div class="cleardiv"></div>

<center>
	<a href="/quotes/<!--LORIGIN-->.php">First</a>&nbsp;&nbsp;
	<a href="/quotes/<!--LORIGIN-->.php?page=<!--MINUSTEN-->">-10</a>&nbsp;&nbsp;
	<span class="light-at-night"><!--BDDD--></span>
	<!--BEGIN BPAGES-->
	<a href="/quotes/<!--LORIGIN-->.php?page=<!--BPAGES.PAGENUM-->"><!--BPAGES.PAGENUM--></a>&nbsp;&nbsp;
	<!--END BPAGES-->
	<span class="light-at-night"><!--CURPAGE--></span>&nbsp;&nbsp;
	<!--BEGIN APAGES-->
	<a href="/quotes/<!--LORIGIN-->.php?page=<!--APAGES.PAGENUM-->"><!--APAGES.PAGENUM--></a>&nbsp;&nbsp;
	<!--END APAGES-->
	<span class="light-at-night"><!--ADDD--></span>
	<a href="/quotes/<!--LORIGIN-->.php?page=<!--PLUSTEN-->">+10</a>&nbsp;&nbsp;
	<a href="/quotes/<!--LORIGIN-->.php?page=<!--LASTPAGE-->">Last</a>&nbsp;&nbsp;
</center>