View | Details | Raw Unified | Return to bug 8185
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_linking_section.tt (-6 / +5 lines)
Lines 112-118 Link Here
112
<h3>Plugin to build links between records</h3>
112
<h3>Plugin to build links between records</h3>
113
    [% IF ( Search ) %]
113
    [% IF ( Search ) %]
114
            <div id="MARC21_Linking_section_search">
114
            <div id="MARC21_Linking_section_search">
115
               <h2> Cerca su </h2>
115
               <h2>Search for</h2>
116
            <form name="f" method="post" action="/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=marc21_linking_section.pl">
116
            <form name="f" method="post" action="/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=marc21_linking_section.pl">
117
117
118
                     <p>
118
                     <p>
Lines 146-162 Link Here
146
146
147
           <h2>Search results</h2>
147
           <h2>Search results</h2>
148
                <div id="MARC21_Linking_section__resultnumber">
148
                <div id="MARC21_Linking_section__resultnumber">
149
                        <p>[% IF ( displayprev ) %] <a class="resultnumber" href="/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=marc21_linking_section.pl&amp;index=[% index %]&amp;startfrom=[% startfromprev %]&amp;search=[% search %]&amp;resultsperpage=[% resultsperpage %]&amp;type=intranet&amp;op=do_search">&lt;&lt; Precedente</a>[% END %]
149
                        <p>[% IF ( displayprev ) %] <a class="resultnumber" href="/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=marc21_linking_section.pl&amp;index=[% index %]&amp;startfrom=[% startfromprev %]&amp;search=[% search %]&amp;resultsperpage=[% resultsperpage %]&amp;type=intranet&amp;op=do_search">&lt;&lt; Previous</a>[% END %]
150
                              [% FOREACH number IN numbers %]
150
                              [% FOREACH number IN numbers %]
151
                                [% IF ( number.highlight ) %] <span class="highlight">[% number.number %]</span>
151
                                [% IF ( number.highlight ) %] <span class="highlight">[% number.number %]</span>
152
                                [% ELSE %] <a class="resultnumber" href="/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=marc21_linking_section.pl&amp;index=[% index %]&amp;startfrom=[% number.startfrom %]&amp;search=[% number.search |url %]&amp;resultsperpage=[% number.resultsperpage %]&amp;type=intranet&amp;op=do_search">[% number.number %]</a>
152
                                [% ELSE %] <a class="resultnumber" href="/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=marc21_linking_section.pl&amp;index=[% index %]&amp;startfrom=[% number.startfrom %]&amp;search=[% number.search |url %]&amp;resultsperpage=[% number.resultsperpage %]&amp;type=intranet&amp;op=do_search">[% number.number %]</a>
153
                                [% END %]
153
                                [% END %]
154
                                [% END %]
154
                                [% END %]
155
                                [% IF ( displaynext ) %]
155
                                [% IF ( displaynext ) %]
156
                                  <a class="resultnumber" href="/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=marc21_linking_section.pl&amp;index=[% index %]&amp;startfrom=[% startfromnext %]&amp;search=[% search %]&amp;resultsperpage=[% resultsperpage %]&amp;type=intranet&amp;op=do_search">Prossimo&gt;&gt;</a>
156
                                  <a class="resultnumber" href="/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=marc21_linking_section.pl&amp;index=[% index %]&amp;startfrom=[% startfromnext %]&amp;search=[% search %]&amp;resultsperpage=[% resultsperpage %]&amp;type=intranet&amp;op=do_search">Next&gt;&gt;</a>
157
                                [% END %]</p>
157
                                [% END %]</p>
158
                  <p class="resultcount">
158
                  <p class="resultcount">
159
                          [% IF ( total ) %]Results [% from %] a [% to %] di [% total %]
159
                          [% IF ( total ) %]Results [% from %] to [% to %] of [% total %]
160
                          [% ELSE %]No results found
160
                          [% ELSE %]No results found
161
                          [% END %]</p></div>
161
                          [% END %]</p></div>
162
            <div id="resultlist">
162
            <div id="resultlist">
Lines 235-238 Link Here
235
    [% END %]
235
    [% END %]
236
236
237
[% END %]
237
[% END %]
238
[% INCLUDE 'popup-bottom.inc' %]
238
[% INCLUDE 'popup-bottom.inc' %]
239
- 

Return to bug 8185