Lines 52-58
Link Here
|
52 |
<a href="label-item-search.pl?startfrom=[% startfromprev %]&ccl_query=[% ccl_query %]&resultsperpage=[% resultsperpage %]&op=do_search&batch_id=[% batch_id %]"><<</a> |
52 |
<a href="label-item-search.pl?startfrom=[% startfromprev %]&ccl_query=[% ccl_query %]&resultsperpage=[% resultsperpage %]&op=do_search&batch_id=[% batch_id %]"><<</a> |
53 |
[% END %] |
53 |
[% END %] |
54 |
[% FOREACH number IN numbers %] |
54 |
[% FOREACH number IN numbers %] |
55 |
<a href="label-item-search.pl?startfrom=[% number.startfrom %]&ccl_query=[% number.ccl_query %]&resultsperpage=[% number.resultsperpage %]&op=do_search&batch_id=[% number.batch_id %]">[% number.number %]</a> |
55 |
<a href="label-item-search.pl?startfrom=[% number.startfrom %]&ccl_query=[% ccl_query %]&resultsperpage=[% resultsperpage %]&op=do_search&batch_id=[% batch_id %]">[% number.number %]</a> |
56 |
[% END %] |
56 |
[% END %] |
57 |
[% IF ( displaynext ) %] |
57 |
[% IF ( displaynext ) %] |
58 |
<a href="label-item-search.pl?startfrom=[% startfromnext %]&ccl_query=[% ccl_query %]&resultsperpage=[% resultsperpage %]&op=do_search&batch_id=[% batch_id %]">>></a> |
58 |
<a href="label-item-search.pl?startfrom=[% startfromnext %]&ccl_query=[% ccl_query %]&resultsperpage=[% resultsperpage %]&op=do_search&batch_id=[% batch_id %]">>></a> |
Lines 127-130
Link Here
|
127 |
</p> |
127 |
</p> |
128 |
[% END %] |
128 |
[% END %] |
129 |
</div> |
129 |
</div> |
130 |
[% INCLUDE 'intranet-bottom.inc' %] |
130 |
[% INCLUDE 'popup-bottom.inc' %] |