Lines 21-34
Link Here
|
21 |
[% IF ( Search ) %] |
21 |
[% IF ( Search ) %] |
22 |
<div id="MARC21_Linking_section_search" class="page-section"> |
22 |
<div id="MARC21_Linking_section_search" class="page-section"> |
23 |
<h2>Search for</h2> |
23 |
<h2>Search for</h2> |
24 |
<form name="f" method="post" action="/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=marc21_linking_section.pl"> |
24 |
<form name="f" method="get" action="/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=marc21_linking_section.pl"> |
25 |
[% INCLUDE 'csrf-token.inc' %] |
|
|
26 |
|
25 |
|
27 |
<p> |
26 |
<p> |
28 |
<input type="hidden" name="plugin_name" value="marc21_linking_section.pl" /> |
27 |
<input type="hidden" name="plugin_name" value="marc21_linking_section.pl" /> |
29 |
<input type="hidden" name="index" value="[% index | html %]" /> |
28 |
<input type="hidden" name="index" value="[% index | html %]" /> |
30 |
<input type="hidden" name="result" value="marc12 field 7 [% index | html %]" /> |
29 |
<input type="hidden" name="result" value="marc12 field 7 [% index | html %]" /> |
31 |
<input type="hidden" name="op" value="cud-do_search" /> |
30 |
<input type="hidden" name="op" value="do_search" /> |
32 |
<label class="label100" for="searchbox">Any word</label> |
31 |
<label class="label100" for="searchbox">Any word</label> |
33 |
<input type="text" name="search" id="searchbox" size="35" /><br /> |
32 |
<input type="text" name="search" id="searchbox" size="35" /><br /> |
34 |
<label for="itypeloop">Item type</label> |
33 |
<label for="itypeloop">Item type</label> |
Lines 53-59
Link Here
|
53 |
<p>[% IF ( displayprev ) %] <a class="resultnumber" href="/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=marc21_linking_section.pl&index=[% index | html %]&startfrom=[% startfromprev | html %]&search=[% search | html %]&resultsperpage=[% resultsperpage | html %]&type=intranet&op=do_search"><< Previous</a>[% END %] |
52 |
<p>[% IF ( displayprev ) %] <a class="resultnumber" href="/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=marc21_linking_section.pl&index=[% index | html %]&startfrom=[% startfromprev | html %]&search=[% search | html %]&resultsperpage=[% resultsperpage | html %]&type=intranet&op=do_search"><< Previous</a>[% END %] |
54 |
[% FOREACH number IN numbers %] |
53 |
[% FOREACH number IN numbers %] |
55 |
[% IF ( number.highlight ) %] <span class="highlight">[% number.number | html %]</span> |
54 |
[% IF ( number.highlight ) %] <span class="highlight">[% number.number | html %]</span> |
56 |
[% ELSE %] <a class="resultnumber" href="/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=marc21_linking_section.pl&index=[% index | html %]&startfrom=[% number.startfrom | html %]&search=[% number.search |url %]&resultsperpage=[% number.resultsperpage | html %]&type=intranet&op=do_search">[% number.number | html %]</a> |
55 |
[% ELSE %] <a class="resultnumber" href="/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=marc21_linking_section.pl&index=[% index | html %]&startfrom=[% number.startfrom | html %]&search=[% search |url %]&resultsperpage=[% resultsperpage | html %]&type=intranet&op=do_search">[% number.number | html %]</a> |
57 |
[% END %] |
56 |
[% END %] |
58 |
[% END %] |
57 |
[% END %] |
59 |
[% IF ( displaynext ) %] |
58 |
[% IF ( displaynext ) %] |
Lines 114-120
Link Here
|
114 |
[% number.number | html %] |
113 |
[% number.number | html %] |
115 |
</span> |
114 |
</span> |
116 |
[% ELSE %] |
115 |
[% ELSE %] |
117 |
<a class="resultnumber" href="/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=marc21_linking_section.pl&index=[% index | html %]&startfrom=[% number.startfrom | html %]&search=[% number.search | html %]&resultsperpage=[% number.resultsperpage | html %]&type=intranet&op=do_search"> |
116 |
<a class="resultnumber" href="/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=marc21_linking_section.pl&index=[% index | html %]&startfrom=[% number.startfrom | html %]&search=[% search | html %]&resultsperpage=[% resultsperpage | html %]&type=intranet&op=do_search"> |
118 |
[% number.number | html %] |
117 |
[% number.number | html %] |
119 |
</a> |
118 |
</a> |
120 |
[% END %] |
119 |
[% END %] |
121 |
- |
|
|