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
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      <span class="navlinkSeparator" tal:condition="not:repeat/batch/end">|</span>
7    </a>
8  </tal:block>
9  <a class='nextlink' style="display:none">&#62;</a>
10</tal:navigation>
Note: See TracBrowser for help on using the repository browser.