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

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

removed batch navigation when javascript is not enabled

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