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

Last change on this file since 2867 was 2867, checked in by gvizdyk, 14 years ago

added styles and edited the template to batching

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