Removing the docs/ directory because we really no longer need it for anything
[viewsvn.git] / templates / default / pagenav.tpl
1 <div>
2 <if condition="$show['first']"><a href="{$baselink}p=1">{@"First"}</a> ...</if>
3 <if condition="$show['prev']"><a href="{$baselink}p=$prevpage">{@"Prev"}</a> ...</if>
4 $pagebits
5 <if condition="$show['next']">... <a href="{$baselink}p=$nextpage">{@"Next"}</a></if>
6 <if condition="$show['last']">... <a href="{$baselink}p={$paginator->getPageCount()}">{@"Last"}</a></if>
7 </div>