source: products/quintagroup.portlet.collection/trunk/quintagroup/portlet/collection/browser/templates/navigation.pt @ 2704

Last change on this file since 2704 was 2704, checked in by fenix, 14 years ago

added batch navigation

File size: 298 bytes
Line 
1<tal:navigation>
2  <a class='prevlink'>&#60;</a>
3  <tal:block repeat="batch options/batches">
4    <a class="navlink">
5      <span tal:content="repeat/batch/number"/>
6      <span tal:condition="not:repeat/batch/end">|</span>
7    </a>
8  </tal:block>
9  <a class='nextlink'>&#62;</a>
10</tal:navigation>
Note: See TracBrowser for help on using the repository browser.