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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/authorities-search-results.inc (-11 / +11 lines)
Lines 11-34 Link Here
11
    [% IF marcflavour == 'UNIMARC' %]
11
    [% IF marcflavour == 'UNIMARC' %]
12
        [% SWITCH type %]
12
        [% SWITCH type %]
13
            [% CASE 'broader' %]
13
            [% CASE 'broader' %]
14
              <span class="BT">BT: [% heading | html %]</span>
14
              <span class="BT">BT: [% heading %]</span>
15
            [% CASE 'narrower' %]
15
            [% CASE 'narrower' %]
16
              <span class="NT">NT: [% heading | html %]</span>
16
              <span class="NT">NT: [% heading %]</span>
17
            [% CASE 'seefrom' %]
17
            [% CASE 'seefrom' %]
18
              <span class="UF">UF: [% heading | html %]</span>
18
              <span class="UF">UF: [% heading %]</span>
19
            [% CASE 'seealso' %]
19
            [% CASE 'seealso' %]
20
              <span class="RT">RT: [% heading | html %]</span>
20
              <span class="RT">RT: [% heading %]</span>
21
        [% END %]
21
        [% END %]
22
    [% ELSE %]
22
    [% ELSE %]
23
        <span class="heading">
23
        <span class="heading">
24
        [% IF ( linkType=='seealso' ) %]
24
        [% IF ( linkType=='seealso' ) %]
25
            [% IF ( authid ) %]
25
            [% IF ( authid ) %]
26
            <a href="[% authidurl | url %][% authid | url %]">[% heading | html %]</a>
26
            <a href="[% authidurl | url %][% authid | url %]">[% heading %]</a>
27
            [% ELSE %]
27
            [% ELSE %]
28
            <a href="[% searchurl | url %][% heading | html %]">[% heading | html %]</a>
28
            <a href="[% searchurl | url %][% heading %]">[% heading %]</a>
29
            [% END %]
29
            [% END %]
30
        [% ELSE %]
30
        [% ELSE %]
31
            [% heading | html %]
31
            [% heading %]
32
        [% END %]
32
        [% END %]
33
        </span>
33
        </span>
34
        [% UNLESS ( type=='seefrom' || type=='seealso' ) %]
34
        [% UNLESS ( type=='seefrom' || type=='seealso' ) %]
Lines 42-48 Link Here
42
                    [% CASE 'narrower' %](Narrower heading)
42
                    [% CASE 'narrower' %](Narrower heading)
43
                    [% CASE 'parent' %](Immediate parent body)
43
                    [% CASE 'parent' %](Immediate parent body)
44
                    [% CASE %]
44
                    [% CASE %]
45
                        [% IF type %]([% type | html %])[% END %]
45
                        [% IF type %]([% type %])[% END %]
46
                    [% END %]
46
                    [% END %]
47
                </span>
47
                </span>
48
        [% END # / UNLESS seefrom %]
48
        [% END # / UNLESS seefrom %]
Lines 50-56 Link Here
50
[% END # / BLOCK showreference %]
50
[% END # / BLOCK showreference %]
51
51
52
[% BLOCK authresult %]
52
[% BLOCK authresult %]
53
    [% IF ( summary.label ) %][% summary.label | html %]:[% END %]
53
    [% IF ( summary.label ) %][% summary.label %]:[% END %]
54
    [% IF summary.summary %]
54
    [% IF summary.summary %]
55
        <div class="authority-summary">
55
        <div class="authority-summary">
56
            [% summary.summary %]
56
            [% summary.summary %]
Lines 59-65 Link Here
59
    [% UNLESS ( summary.summaryonly ) %]
59
    [% UNLESS ( summary.summaryonly ) %]
60
        <div class="authorizedheading">
60
        <div class="authorizedheading">
61
            [% FOREACH authorize IN summary.authorized %]
61
            [% FOREACH authorize IN summary.authorized %]
62
                <span class="authorizedheading">[% authorize.heading | html %]</span>
62
                <span class="authorizedheading">[% authorize.heading %]</span>
63
                [% UNLESS loop.last %] | [% END %]
63
                [% UNLESS loop.last %] | [% END %]
64
            [% END %]
64
            [% END %]
65
        </div>
65
        </div>
Lines 67-73 Link Here
67
            [% IF summary.notes %]
67
            [% IF summary.notes %]
68
                <div class="authres_notes">
68
                <div class="authres_notes">
69
                    [% FOREACH note IN summary.notes %]
69
                    [% FOREACH note IN summary.notes %]
70
                        <span>[% note.note | html %]</span>
70
                        <span>[% note.note %]</span>
71
                    [% END %]
71
                    [% END %]
72
                </div>
72
                </div>
73
            [% END %]
73
            [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc (-3 / +3 lines)
Lines 39-45 Link Here
39
                                    [% IF ( pubshelves ) %]
39
                                    [% IF ( pubshelves ) %]
40
                                            <li role="presentation"><a href="/cgi-bin/koha/opac-shelves.pl?display=publicshelves" tabindex="-1" role="menuitem"><strong>Public lists</strong></a></li>
40
                                            <li role="presentation"><a href="/cgi-bin/koha/opac-shelves.pl?display=publicshelves" tabindex="-1" role="menuitem"><strong>Public lists</strong></a></li>
41
                                        [% FOREACH pubshelvesloo IN pubshelvesloop %]
41
                                        [% FOREACH pubshelvesloo IN pubshelvesloop %]
42
                                            <li role="presentation"><a href="/cgi-bin/koha/opac-shelves.pl?viewshelf=[% pubshelvesloo.shelfnumber %]&amp;sortfield=[% pubshelvesloo.sortfield %]" tabindex="-1" role="menuitem">[% pubshelvesloo.shelfname |html %]</a></li>
42
                                            <li role="presentation"><a href="/cgi-bin/koha/opac-shelves.pl?viewshelf=[% pubshelvesloo.shelfnumber %]&amp;sortfield=[% pubshelvesloo.sortfield %]" tabindex="-1" role="menuitem">[% pubshelvesloo.shelfname %]</a></li>
43
                                        [% END %]
43
                                        [% END %]
44
                                            <li role="presentation"><a href="/cgi-bin/koha/opac-shelves.pl?display=publicshelves" tabindex="-1" role="menuitem" class="listmenulink">View All</a></li>
44
                                            <li role="presentation"><a href="/cgi-bin/koha/opac-shelves.pl?display=publicshelves" tabindex="-1" role="menuitem" class="listmenulink">View All</a></li>
45
                                    [% ELSE %]
45
                                    [% ELSE %]
Lines 51-57 Link Here
51
                                        [% IF ( loggedinusername ) %]
51
                                        [% IF ( loggedinusername ) %]
52
                                            [% IF ( barshelves ) %]
52
                                            [% IF ( barshelves ) %]
53
                                                [% FOREACH barshelvesloo IN barshelvesloop %]
53
                                                [% FOREACH barshelvesloo IN barshelvesloop %]
54
                                                    <li role="presentation"><a href="/cgi-bin/koha/opac-shelves.pl?viewshelf=[% barshelvesloo.shelfnumber %]&amp;sortfield=[% barshelvesloo.sortfield %]" tabindex="-1" role="menuitem">[% barshelvesloo.shelfname |html %]</a></li>
54
                                                    <li role="presentation"><a href="/cgi-bin/koha/opac-shelves.pl?viewshelf=[% barshelvesloo.shelfnumber %]&amp;sortfield=[% barshelvesloo.sortfield %]" tabindex="-1" role="menuitem">[% barshelvesloo.shelfname %]</a></li>
55
                                                [% END %]
55
                                                [% END %]
56
                                                <li role="presentation"><a href="/cgi-bin/koha/opac-shelves.pl?display=privateshelves" tabindex="-1" role="menuitem" class="listmenulink">View all</a></li>
56
                                                <li role="presentation"><a href="/cgi-bin/koha/opac-shelves.pl?display=privateshelves" tabindex="-1" role="menuitem" class="listmenulink">View all</a></li>
57
                                            [% ELSE %]
57
                                            [% ELSE %]
Lines 197-203 Link Here
197
                                    <div class="input-append nolibrarypulldown">
197
                                    <div class="input-append nolibrarypulldown">
198
                                [% END %]
198
                                [% END %]
199
                                [% IF ( ms_value ) %]
199
                                [% IF ( ms_value ) %]
200
                                    <input type="text" title="Type search term" class="transl1" id = "translControl1" name="q" value="[% ms_value |html %]" /><span id="translControl"></span>
200
                                    <input type="text" title="Type search term" class="transl1" id = "translControl1" name="q" value="[% ms_value %]" /><span id="translControl"></span>
201
                                [% ELSE %]
201
                                [% ELSE %]
202
                                    <input type="text" title="Type search term" class="transl1" id = "translControl1" name="q" /><span id="translControl"></span>
202
                                    <input type="text" title="Type search term" class="transl1" id = "translControl1" name="q" /><span id="translControl"></span>
203
                                [% END # /ms_value %]
203
                                [% END # /ms_value %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-authorities.inc (-2 / +2 lines)
Lines 9-17 Link Here
9
        [% FOREACH node IN tree %]
9
        [% FOREACH node IN tree %]
10
            <li id="hier[% node.authid %]" class="[% node.class %] authnode">
10
            <li id="hier[% node.authid %]" class="[% node.class %] authnode">
11
            [% IF ( node.current_value ) %]
11
            [% IF ( node.current_value ) %]
12
                <span class="currentauth">[% node.value | html %]</span>
12
                <span class="currentauth">[% node.value %]</span>
13
            [% ELSE %]
13
            [% ELSE %]
14
                <a href="opac-authoritiesdetail.pl?authid=[% node.authid %]" title="Term">[% node.value | html %]</a>
14
                <a href="opac-authoritiesdetail.pl?authid=[% node.authid %]" title="Term">[% node.value %]</a>
15
            [% END %]
15
            [% END %]
16
            [% IF ( node.children && node.children.size > 0 ) %]
16
            [% IF ( node.children && node.children.size > 0 ) %]
17
                [% PROCESS showtree tree = node.children %]
17
                [% PROCESS showtree tree = node.children %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc (-1 / +1 lines)
Lines 236-242 $.widget.bridge('uitooltip', $.ui.tooltip); Link Here
236
        signinLink.onclick = function(evt) {
236
        signinLink.onclick = function(evt) {
237
            // Requests a signed identity assertion from the user.
237
            // Requests a signed identity assertion from the user.
238
            navigator.id.request({
238
            navigator.id.request({
239
                siteName: "[% LibraryName | html %]",
239
                siteName: "[% LibraryName %]",
240
                returnTo: '/cgi-bin/koha/opac-user.pl',
240
                returnTo: '/cgi-bin/koha/opac-user.pl',
241
                oncancel: function() { alert('user refuses to share identity.'); }
241
                oncancel: function() { alert('user refuses to share identity.'); }
242
                });
242
                });
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc (-2 / +2 lines)
Lines 39-48 Link Here
39
                                  [% IF facet.active %]
39
                                  [% IF facet.active %]
40
                                    [% SET url = url _ "&amp;nolimit=" _ facet.type_link_value _ ":" _ facet.facet_link_value %]
40
                                    [% SET url = url _ "&amp;nolimit=" _ facet.type_link_value _ ":" _ facet.facet_link_value %]
41
                                    <span class="facet-label">[% facet.facet_label_value %]</span>
41
                                    <span class="facet-label">[% facet.facet_label_value %]</span>
42
                                    [<a href="[% url %]" title="Remove facet [% facet.facet_link_value | html %]">x</a>]
42
                                    [<a href="[% url %]" title="Remove facet [% facet.facet_link_value %]">x</a>]
43
                                  [% ELSE %]
43
                                  [% ELSE %]
44
                                    [% SET url = url _ "&amp;limit=" _ facet.type_link_value _ ":" _ facet.facet_link_value %]
44
                                    [% SET url = url _ "&amp;limit=" _ facet.type_link_value _ ":" _ facet.facet_link_value %]
45
                                    <span class="facet-label"><a href="[% url %]" title="[% facet.facet_title_value |html %]">[% facet.facet_label_value %]</a></span>
45
                                    <span class="facet-label"><a href="[% url %]" title="[% facet.facet_title_value %]">[% facet.facet_label_value %]</a></span>
46
                                    [% IF ( displayFacetCount ) %]
46
                                    [% IF ( displayFacetCount ) %]
47
                                      <span class="facet-count"> ([% facet.facet_count %])</span>
47
                                      <span class="facet-count"> ([% facet.facet_count %])</span>
48
                                    [% END %]
48
                                    [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/page-numbers.inc (-3 / +3 lines)
Lines 2-18 Link Here
2
    <div class="pagination pagination-small noprint">
2
    <div class="pagination pagination-small noprint">
3
        <ul>
3
        <ul>
4
        [% IF ( previous_page_offset.defined ) %]
4
        [% IF ( previous_page_offset.defined ) %]
5
            <li><a href="/cgi-bin/koha/opac-search.pl?[% query_cgi |html %][% limit_cgi |html %]&amp;offset=[% previous_page_offset %][% IF ( sort_by ) %]&amp;sort_by=[% sort_by |html %][% END %]">&laquo; Previous</a></li>
5
            <li><a href="/cgi-bin/koha/opac-search.pl?[% query_cgi %][% limit_cgi %]&amp;offset=[% previous_page_offset %][% IF ( sort_by ) %]&amp;sort_by=[% sort_by %][% END %]">&laquo; Previous</a></li>
6
        [% END %]
6
        [% END %]
7
        [% FOREACH PAGE_NUMBER IN PAGE_NUMBERS %]
7
        [% FOREACH PAGE_NUMBER IN PAGE_NUMBERS %]
8
            [% IF ( PAGE_NUMBER.highlight ) %]
8
            [% IF ( PAGE_NUMBER.highlight ) %]
9
                <li class="active"><a href="#">[% PAGE_NUMBER.pg %]</a></li>
9
                <li class="active"><a href="#">[% PAGE_NUMBER.pg %]</a></li>
10
            [% ELSE %]
10
            [% ELSE %]
11
                <li><a href="/cgi-bin/koha/opac-search.pl?[% query_cgi |html %][% limit_cgi |html %]&amp;offset=[% PAGE_NUMBER.offset %][% IF ( sort_by ) %]&amp;sort_by=[% sort_by |html%][% END %]">[% PAGE_NUMBER.pg %]</a></li>
11
                <li><a href="/cgi-bin/koha/opac-search.pl?[% query_cgi %][% limit_cgi %]&amp;offset=[% PAGE_NUMBER.offset %][% IF ( sort_by ) %]&amp;sort_by=[% sort_by%][% END %]">[% PAGE_NUMBER.pg %]</a></li>
12
            [% END %]
12
            [% END %]
13
        [% END %]
13
        [% END %]
14
        [% IF ( next_page_offset ) %]
14
        [% IF ( next_page_offset ) %]
15
            <li><a href="/cgi-bin/koha/opac-search.pl?[% query_cgi |html %][% limit_cgi |html %]&amp;offset=[% next_page_offset %][% IF ( sort_by ) %]&amp;sort_by=[% sort_by |html %][% END %]">Next &raquo;</a></li>
15
            <li><a href="/cgi-bin/koha/opac-search.pl?[% query_cgi %][% limit_cgi %]&amp;offset=[% next_page_offset %][% IF ( sort_by ) %]&amp;sort_by=[% sort_by %][% END %]">Next &raquo;</a></li>
16
        [% END %]
16
        [% END %]
17
        </ul>
17
        </ul>
18
    </div>
18
    </div>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/shelfbrowser.inc (-2 / +2 lines)
Lines 59-65 Link Here
59
                                [% END %]
59
                                [% END %]
60
                                [% IF ( BakerTaylorEnabled ) %]
60
                                [% IF ( BakerTaylorEnabled ) %]
61
                                    [% IF ( item.browser_normalized_isbn ) %]
61
                                    [% IF ( item.browser_normalized_isbn ) %]
62
                                        <img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL |html %][% item.browser_normalized_isbn %]" />
62
                                        <img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL %][% item.browser_normalized_isbn %]" />
63
                                    [% ELSE %]
63
                                    [% ELSE %]
64
                                        <span class="no-image">No cover image available</span>
64
                                        <span class="no-image">No cover image available</span>
65
                                    [% END %]
65
                                    [% END %]
Lines 80-86 Link Here
80
                    [% FOREACH item IN shelfbrowser_items %]
80
                    [% FOREACH item IN shelfbrowser_items %]
81
                        <td class="top">
81
                        <td class="top">
82
                            [% item.itemcallnumber %]
82
                            [% item.itemcallnumber %]
83
                            <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% item.biblionumber %]&amp;shelfbrowse_itemnumber=[% item.itemnumber %]#shelfbrowser">[% item.title |html %]</a>
83
                            <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% item.biblionumber %]&amp;shelfbrowse_itemnumber=[% item.itemnumber %]#shelfbrowser">[% item.title %]</a>
84
                        </td>
84
                        </td>
85
                    [% END %]
85
                    [% END %]
86
                </tr>
86
                </tr>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-addbybiblionumber.tt (-6 / +6 lines)
Lines 12-24 Link Here
12
                        [% IF ( authorized ) %]
12
                        [% IF ( authorized ) %]
13
                            [% UNLESS ( newshelf ) %]
13
                            [% UNLESS ( newshelf ) %]
14
                                [% IF ( multiple ) %]
14
                                [% IF ( multiple ) %]
15
                                    <h1>Add [% total %] items to [% IF ( singleshelf ) %]<em>[% shelfname | html %]</em>: [% ELSE %]a list:[% END %]</h1>
15
                                    <h1>Add [% total %] items to [% IF ( singleshelf ) %]<em>[% shelfname %]</em>: [% ELSE %]a list:[% END %]</h1>
16
                                [% ELSE %]
16
                                [% ELSE %]
17
                                    <h1>Add to [% IF ( singleshelf ) %]<em>[% shelfname | html %]</em>[% ELSE %]a list:[% END %]</h1>
17
                                    <h1>Add to [% IF ( singleshelf ) %]<em>[% shelfname %]</em>[% ELSE %]a list:[% END %]</h1>
18
                                [% END %]
18
                                [% END %]
19
                                <ul>
19
                                <ul>
20
                                    [% FOREACH biblio IN biblios %]
20
                                    [% FOREACH biblio IN biblios %]
21
                                        <li> <span class="title">[% biblio.title |html %]</span>
21
                                        <li> <span class="title">[% biblio.title %]</span>
22
                                            [% IF ( biblio.author ) %]<span class="author"> [% biblio.author %] </span>[% END %]
22
                                            [% IF ( biblio.author ) %]<span class="author"> [% biblio.author %] </span>[% END %]
23
                                        </li>
23
                                        </li>
24
                                    [% END %]
24
                                    [% END %]
Lines 30-41 Link Here
30
                                            <label for="shelfnumber">Add to list:</label> <select name="shelfnumber" id="shelfnumber">
30
                                            <label for="shelfnumber">Add to list:</label> <select name="shelfnumber" id="shelfnumber">
31
                                                [% IF ( privatevirtualshelves ) %]<optgroup label="Private Lists">
31
                                                [% IF ( privatevirtualshelves ) %]<optgroup label="Private Lists">
32
                                                    [% FOREACH privatevirtualshelve IN privatevirtualshelves %]
32
                                                    [% FOREACH privatevirtualshelve IN privatevirtualshelves %]
33
                                                    <option value="[% privatevirtualshelve.shelfnumber %]">[% privatevirtualshelve.shelfname | html%]</option>
33
                                                    <option value="[% privatevirtualshelve.shelfnumber %]">[% privatevirtualshelve.shelfname%]</option>
34
                                                    [% END %]
34
                                                    [% END %]
35
                                                </optgroup>[% END %]
35
                                                </optgroup>[% END %]
36
                                                [% IF ( publicvirtualshelves ) %]<optgroup label="Public Lists">
36
                                                [% IF ( publicvirtualshelves ) %]<optgroup label="Public Lists">
37
                                                    [% FOREACH publicvirtualshelve IN publicvirtualshelves %]
37
                                                    [% FOREACH publicvirtualshelve IN publicvirtualshelves %]
38
                                                    <option value="[% publicvirtualshelve.shelfnumber %]">[% publicvirtualshelve.shelfname |html%]</option>
38
                                                    <option value="[% publicvirtualshelve.shelfnumber %]">[% publicvirtualshelve.shelfname%]</option>
39
                                                    [% END %]
39
                                                    [% END %]
40
                                                </optgroup>[% END %]
40
                                                </optgroup>[% END %]
41
                                            </select>
41
                                            </select>
Lines 82-88 Link Here
82
                                            </select>
82
                                            </select>
83
                                    </fieldset>
83
                                    </fieldset>
84
                                    [% FOREACH biblio IN biblios %]
84
                                    [% FOREACH biblio IN biblios %]
85
                                        <input type="hidden" name="biblionumber" value="[% biblio.biblionumber | html%]" />
85
                                        <input type="hidden" name="biblionumber" value="[% biblio.biblionumber%]" />
86
                                    [% END %]
86
                                    [% END %]
87
                                    <fieldset class="action">
87
                                    <fieldset class="action">
88
                                        <input type="submit" value="Save" class="btn" />
88
                                        <input type="submit" value="Save" class="btn" />
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt (-1 / +1 lines)
Lines 142-148 Link Here
142
                                <input type="hidden" name="koha_login_context" value="opac" />
142
                                <input type="hidden" name="koha_login_context" value="opac" />
143
                                <fieldset class="brief">
143
                                <fieldset class="brief">
144
                                    [% FOREACH INPUT IN INPUTS %]
144
                                    [% FOREACH INPUT IN INPUTS %]
145
                                        <input type="hidden" name="[% INPUT.name |html %]" value="[% INPUT.value |html %]" />
145
                                        <input type="hidden" name="[% INPUT.name %]" value="[% INPUT.value %]" />
146
                                    [% END %]
146
                                    [% END %]
147
                                    <label for="userid">Login</label>
147
                                    <label for="userid">Login</label>
148
                                    <input type="text"  size="25" id="userid"  name="userid" />
148
                                    <input type="text"  size="25" id="userid"  name="userid" />
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authoritiessearchresultlist.tt (-3 / +3 lines)
Lines 6-12 Link Here
6
        <ul>
6
        <ul>
7
            [% IF ( displayprev ) %]
7
            [% IF ( displayprev ) %]
8
                <li>
8
                <li>
9
                    <a href="opac-authorities-home.pl?startfrom=[% startfromprev %]&amp;[% FOREACH searchdat IN searchdata %][% searchdat.term %]=[% searchdat.val |url %]&amp;[% END %]resultsperpage=[% resultsperpage |html %]&amp;type=opac&amp;op=do_search&amp;authtypecode=[% authtypecode %]&amp;orderby=[% orderby|html %]">
9
                    <a href="opac-authorities-home.pl?startfrom=[% startfromprev %]&amp;[% FOREACH searchdat IN searchdata %][% searchdat.term %]=[% searchdat.val |url %]&amp;[% END %]resultsperpage=[% resultsperpage %]&amp;type=opac&amp;op=do_search&amp;authtypecode=[% authtypecode %]&amp;orderby=[% orderby %]">
10
                        &laquo;
10
                        &laquo;
11
                    </a>
11
                    </a>
12
                </li>
12
                </li>
Lines 15-26 Link Here
15
                [% IF ( number.highlight ) %]
15
                [% IF ( number.highlight ) %]
16
                    <li class="active"><a href="#">[% number.number %]</a></li>
16
                    <li class="active"><a href="#">[% number.number %]</a></li>
17
                [% ELSE %]
17
                [% ELSE %]
18
                    <li><a href="opac-authorities-home.pl?startfrom=[% number.startfrom %]&amp;[% FOREACH searchdat IN number.searchdata %][% searchdat.term %]=[% searchdat.val |url %]&amp;[% END %]resultsperpage=[% resultsperpage |html %]&amp;type=opac&amp;op=do_search&amp;authtypecode=[% authtypecode %]&amp;orderby=[% orderby|html %]">[% number.number %]</a></li>
18
                    <li><a href="opac-authorities-home.pl?startfrom=[% number.startfrom %]&amp;[% FOREACH searchdat IN number.searchdata %][% searchdat.term %]=[% searchdat.val |url %]&amp;[% END %]resultsperpage=[% resultsperpage %]&amp;type=opac&amp;op=do_search&amp;authtypecode=[% authtypecode %]&amp;orderby=[% orderby %]">[% number.number %]</a></li>
19
                [% END %]
19
                [% END %]
20
            [% END %]
20
            [% END %]
21
            [% IF ( displaynext ) %]
21
            [% IF ( displaynext ) %]
22
                <li>
22
                <li>
23
                    <a href="opac-authorities-home.pl?startfrom=[% startfromnext %]&amp;[% FOREACH searchdat IN searchdata %][% searchdat.term %]=[% searchdat.val |url %]&amp;[% END %]&amp;resultsperpage=[% resultsperpage |html %]&amp;type=opac&amp;op=do_search&amp;authtypecode=[% authtypecode %]&amp;orderby=[% orderby|html %]">&raquo;</a>
23
                    <a href="opac-authorities-home.pl?startfrom=[% startfromnext %]&amp;[% FOREACH searchdat IN searchdata %][% searchdat.term %]=[% searchdat.val |url %]&amp;[% END %]&amp;resultsperpage=[% resultsperpage %]&amp;type=opac&amp;op=do_search&amp;authtypecode=[% authtypecode %]&amp;orderby=[% orderby %]">&raquo;</a>
24
                </li>
24
                </li>
25
            [% END %]
25
            [% END %]
26
        </ul>
26
        </ul>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt (-7 / +7 lines)
Lines 66-79 Link Here
66
                                [% FOREACH BIBLIO_RESULT IN BIBLIO_RESULTS %]
66
                                [% FOREACH BIBLIO_RESULT IN BIBLIO_RESULTS %]
67
                                    <h3>
67
                                    <h3>
68
                                        [% IF ( print_basket ) %]
68
                                        [% IF ( print_basket ) %]
69
                                            [% BIBLIO_RESULT.title |html %]
69
                                            [% BIBLIO_RESULT.title %]
70
                                                [% IF ( BIBLIO_RESULT.subtitle ) %] [% FOREACH subtitl IN BIBLIO_RESULT.subtitle %] [% subtitl.subfield |html %] [% END %][% END %]
70
                                                [% IF ( BIBLIO_RESULT.subtitle ) %] [% FOREACH subtitl IN BIBLIO_RESULT.subtitle %] [% subtitl.subfield %] [% END %][% END %]
71
                                                [% IF ( BIBLIO_RESULT.author ) %] [% BIBLIO_RESULT.author |html %][% END %]
71
                                                [% IF ( BIBLIO_RESULT.author ) %] [% BIBLIO_RESULT.author %][% END %]
72
                                        [% ELSE %]
72
                                        [% ELSE %]
73
                                                <input type="checkbox" class="cb" value="[% BIBLIO_RESULT.biblionumber %]" name="bib[% BIBLIO_RESULT.biblionumber %]" id="bib[% BIBLIO_RESULT.biblionumber %]" onclick="selRecord(value,checked)" />
73
                                                <input type="checkbox" class="cb" value="[% BIBLIO_RESULT.biblionumber %]" name="bib[% BIBLIO_RESULT.biblionumber %]" id="bib[% BIBLIO_RESULT.biblionumber %]" onclick="selRecord(value,checked)" />
74
                                                [% BIBLIO_RESULT.title |html %]
74
                                                [% BIBLIO_RESULT.title %]
75
                                                [% IF ( BIBLIO_RESULT.subtitle ) %] [% FOREACH subtitl IN BIBLIO_RESULT.subtitle %] [% subtitl.subfield |html %] [% END %][% END %]
75
                                                [% IF ( BIBLIO_RESULT.subtitle ) %] [% FOREACH subtitl IN BIBLIO_RESULT.subtitle %] [% subtitl.subfield %] [% END %][% END %]
76
                                                [% IF ( BIBLIO_RESULT.author ) %] [% BIBLIO_RESULT.author |html %][% END %]
76
                                                [% IF ( BIBLIO_RESULT.author ) %] [% BIBLIO_RESULT.author %][% END %]
77
                                        [% END # / IF print_basket %]
77
                                        [% END # / IF print_basket %]
78
                                    </h3>
78
                                    </h3>
79
                                    <!-- COinS / Openurl -->
79
                                    <!-- COinS / Openurl -->
Lines 256-262 Link Here
256
                                                </td>
256
                                                </td>
257
                                            [% END %]
257
                                            [% END %]
258
                                            <td>
258
                                            <td>
259
                                                <a href="#" onclick="openBiblio('[% BIBLIO_RESULT.dest %]',[% BIBLIO_RESULT.biblionumber %])">[% BIBLIO_RESULT.title |html %][% IF ( BIBLIO_RESULT.subtitle ) %] [% FOREACH subtitl IN BIBLIO_RESULT.subtitle %][% subtitl.subfield |html %][% END %][% END %]</a>
259
                                                <a href="#" onclick="openBiblio('[% BIBLIO_RESULT.dest %]',[% BIBLIO_RESULT.biblionumber %])">[% BIBLIO_RESULT.title %][% IF ( BIBLIO_RESULT.subtitle ) %] [% FOREACH subtitl IN BIBLIO_RESULT.subtitle %][% subtitl.subfield %][% END %][% END %]</a>
260
                                                <!-- COinS / Openurl -->
260
                                                <!-- COinS / Openurl -->
261
                                                <span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.au=[% BIBLIO_RESULT.author %]&amp;rft.btitle=[% BIBLIO_RESULT.title |url %]&amp;rft.date=[% BIBLIO_RESULT.publicationyear %]&amp;rft.tpages=[% BIBLIO_RESULT.item('size') %]&amp;rft.isbn=[% BIBLIO_RESULT.isbn |url %]&amp;rft.aucorp=&amp;rft.place=[% BIBLIO_RESULT.place %]&amp;rft.pub=[% BIBLIO_RESULT.publisher |url %]&amp;rft.edition=[% BIBLIO_RESULT.edition %]&amp;rft.series=[% BIBLIO_RESULT.series %]&amp;rft.genre="></span>
261
                                                <span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.au=[% BIBLIO_RESULT.author %]&amp;rft.btitle=[% BIBLIO_RESULT.title |url %]&amp;rft.date=[% BIBLIO_RESULT.publicationyear %]&amp;rft.tpages=[% BIBLIO_RESULT.item('size') %]&amp;rft.isbn=[% BIBLIO_RESULT.isbn |url %]&amp;rft.aucorp=&amp;rft.place=[% BIBLIO_RESULT.place %]&amp;rft.pub=[% BIBLIO_RESULT.publisher |url %]&amp;rft.edition=[% BIBLIO_RESULT.edition %]&amp;rft.series=[% BIBLIO_RESULT.series %]&amp;rft.genre="></span>
262
                                                [% IF ( TagsInputEnabled && loggedinusername ) %]
262
                                                [% IF ( TagsInputEnabled && loggedinusername ) %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-browser.tt (-3 / +3 lines)
Lines 31-37 Link Here
31
                                <ul>
31
                                <ul>
32
                                    [% FOREACH HIERARCHY_LOO IN HIERARCHY_LOOP %]
32
                                    [% FOREACH HIERARCHY_LOO IN HIERARCHY_LOOP %]
33
                                        <li>
33
                                        <li>
34
                                            <a href="opac-browser.pl?level=[% HIERARCHY_LOO.level %]&amp;filter=[% HIERARCHY_LOO.classification |uri %]">[% HIERARCHY_LOO.description |html %]</a>
34
                                            <a href="opac-browser.pl?level=[% HIERARCHY_LOO.level %]&amp;filter=[% HIERARCHY_LOO.classification |uri %]">[% HIERARCHY_LOO.description %]</a>
35
                                        </li>
35
                                        </li>
36
                                        <li style="list-style-type: none;">
36
                                        <li style="list-style-type: none;">
37
                                    [% END %]
37
                                    [% END %]
Lines 42-50 Link Here
42
                                                    <td>
42
                                                    <td>
43
                                                        <p>
43
                                                        <p>
44
                                                            [% IF ( LEVEL_LOO.endnode ) %]
44
                                                            [% IF ( LEVEL_LOO.endnode ) %]
45
                                                                <a href="opac-search.pl?q=Dewey-classification:[% LEVEL_LOO.classification |uri %]">[% LEVEL_LOO.description |html %]</a>
45
                                                                <a href="opac-search.pl?q=Dewey-classification:[% LEVEL_LOO.classification |uri %]">[% LEVEL_LOO.description %]</a>
46
                                                            [% ELSE %]
46
                                                            [% ELSE %]
47
                                                                <a href="opac-browser.pl?level=[% LEVEL_LOO.level %]&amp;filter=[% LEVEL_LOO.classification |uri %]">[% LEVEL_LOO.description |html %]</a>
47
                                                                <a href="opac-browser.pl?level=[% LEVEL_LOO.level %]&amp;filter=[% LEVEL_LOO.classification |uri %]">[% LEVEL_LOO.description %]</a>
48
                                                            [% END %]
48
                                                            [% END %]
49
                                                        </p>
49
                                                        </p>
50
                                                        <p style="font-size:0.75em"><i>([% LEVEL_LOO.number %] biblios)</i></p>
50
                                                        <p style="font-size:0.75em"><i>([% LEVEL_LOO.number %] biblios)</i></p>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-20 / +20 lines)
Lines 23-29 Link Here
23
[% ELSE %]
23
[% ELSE %]
24
    [% SET protocol = "http://" %]
24
    [% SET protocol = "http://" %]
25
[% END %]
25
[% END %]
26
[% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo; Details for: [% title |html %][% FOREACH subtitl IN subtitle %], [% subtitl.subfield |html %][% END %]
26
[% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo; Details for: [% title %][% FOREACH subtitl IN subtitle %], [% subtitl.subfield %][% END %]
27
[% INCLUDE 'doc-head-close.inc' %]
27
[% INCLUDE 'doc-head-close.inc' %]
28
[% IF ( bidi ) %]
28
[% IF ( bidi ) %]
29
  [% BLOCK cssinclude %]<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left.css" />[% END %]
29
  [% BLOCK cssinclude %]<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left.css" />[% END %]
Lines 39-45 Link Here
39
<div class="main">
39
<div class="main">
40
    <ul class="breadcrumb">
40
    <ul class="breadcrumb">
41
        <li><a href="/cgi-bin/koha/opac-main.pl">Home</a> <span class="divider">&rsaquo;</span></li>
41
        <li><a href="/cgi-bin/koha/opac-main.pl">Home</a> <span class="divider">&rsaquo;</span></li>
42
        <li><a href="#">Details for: [% title |html %][% FOREACH subtitl IN subtitle %], [% subtitl.subfield |html %][% END %]</a></li>
42
        <li><a href="#">Details for: [% title %][% FOREACH subtitl IN subtitle %], [% subtitl.subfield %][% END %]</a></li>
43
    </ul>
43
    </ul>
44
44
45
    <div class="container-fluid">
45
    <div class="container-fluid">
Lines 90-101 Link Here
90
                    [% IF ( BakerTaylorEnabled && normalized_isbn ) %]
90
                    [% IF ( BakerTaylorEnabled && normalized_isbn ) %]
91
                        [% IF BakerTaylorBookstoreURL %]
91
                        [% IF BakerTaylorBookstoreURL %]
92
                            [% IF ( OPACurlOpenInNewWindow ) %]
92
                            [% IF ( OPACurlOpenInNewWindow ) %]
93
                                <a href="https://[% BakerTaylorBookstoreURL |html %][% normalized_isbn %]" target="_blank"><img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL |html %][% normalized_isbn %]" /></a>
93
                                <a href="https://[% BakerTaylorBookstoreURL %][% normalized_isbn %]" target="_blank"><img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL %][% normalized_isbn %]" /></a>
94
                            [% ELSE %]
94
                            [% ELSE %]
95
                                <a href="https://[% BakerTaylorBookstoreURL |html %][% normalized_isbn %]"><img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL |html %][% normalized_isbn %]" /></a>
95
                                <a href="https://[% BakerTaylorBookstoreURL %][% normalized_isbn %]"><img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL %][% normalized_isbn %]" /></a>
96
                            [% END %]
96
                            [% END %]
97
                        [% ELSE %]
97
                        [% ELSE %]
98
                            <img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL |html %][% normalized_isbn %]" />
98
                            <img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL %][% normalized_isbn %]" />
99
                        [% END %]
99
                        [% END %]
100
                    [% END %]
100
                    [% END %]
101
                    </div><!-- / #bookcover -->
101
                    </div><!-- / #bookcover -->
Lines 113-120 Link Here
113
                    [% IF ( OPACXSLTDetailsDisplay ) %]
113
                    [% IF ( OPACXSLTDetailsDisplay ) %]
114
                        [% XSLTBloc %]
114
                        [% XSLTBloc %]
115
                    [% ELSE %]
115
                    [% ELSE %]
116
                        <h1 class="title">[% title |html %][% IF ( subtitle ) %] <span class="subtitle">[% FOREACH subtitl IN subtitle %][% subtitl.subfield |html %] [% END %]</span>[% END %]</h1>
116
                        <h1 class="title">[% title %][% IF ( subtitle ) %] <span class="subtitle">[% FOREACH subtitl IN subtitle %][% subtitl.subfield %] [% END %]</span>[% END %]</h1>
117
                        [% IF ( author ) %]<h5 class="author">by <a href="/cgi-bin/koha/opac-search.pl?q=au:[% author |url %]">[% author |html %]</a></h5>[% END %]
117
                        [% IF ( author ) %]<h5 class="author">by <a href="/cgi-bin/koha/opac-search.pl?q=au:[% author |url %]">[% author %]</a></h5>[% END %]
118
118
119
                        <span class="results_summary">[% UNLESS ( item_level_itypes ) %]
119
                        <span class="results_summary">[% UNLESS ( item_level_itypes ) %]
120
                            [
120
                            [
Lines 215-221 Link Here
215
                        [% IF ( publishercode ) %]
215
                        [% IF ( publishercode ) %]
216
                            <span class="results_summary publisher"><span class="label">Published by :</span>
216
                            <span class="results_summary publisher"><span class="label">Published by :</span>
217
                                <a href="/cgi-bin/koha/opac-search.pl?q=pb:[% publishercode |url %] ">
217
                                <a href="/cgi-bin/koha/opac-search.pl?q=pb:[% publishercode |url %] ">
218
                                    [% publishercode |html %]
218
                                    [% publishercode %]
219
                                </a> [% IF ( place ) %]([% place %])[% END %] [% IF ( publicationyear ) %], [% publicationyear %][% END %]
219
                                </a> [% IF ( place ) %]([% place %])[% END %] [% IF ( publicationyear ) %], [% publicationyear %][% END %]
220
                            </span>
220
                            </span>
221
                        [% END %]
221
                        [% END %]
Lines 403-409 Link Here
403
                            <span class="label">Tags from this library:</span>
403
                            <span class="label">Tags from this library:</span>
404
                            <ul id="tagslist">
404
                            <ul id="tagslist">
405
                                [% FOREACH TagLoo IN TagLoop %]
405
                                [% FOREACH TagLoo IN TagLoop %]
406
                                    <li><a href="/cgi-bin/koha/opac-search.pl?tag=[% TagLoo.term |url %]&amp;q=[% TagLoo.term |url %]">[% TagLoo.term |html %]</a> <span class="weight">([% TagLoo.weight_total %])</span>
406
                                    <li><a href="/cgi-bin/koha/opac-search.pl?tag=[% TagLoo.term |url %]&amp;q=[% TagLoo.term |url %]">[% TagLoo.term %]</a> <span class="weight">([% TagLoo.weight_total %])</span>
407
                                    [% IF ( loop.last ) %][% ELSE %], [% END %]
407
                                    [% IF ( loop.last ) %][% ELSE %], [% END %]
408
                                    </li>
408
                                    </li>
409
                                [% END %]
409
                                [% END %]
Lines 518-524 Link Here
518
                    [% IF ( BakerTaylorContentURL ) %]
518
                    [% IF ( BakerTaylorContentURL ) %]
519
                        <span class="results_summary">
519
                        <span class="results_summary">
520
                        <span class="label">Enhanced content: </span>
520
                        <span class="label">Enhanced content: </span>
521
                              [% IF ( OPACurlOpenInNewWindow ) %]<a href="[% BakerTaylorContentURL |html %]" target="_blank">Content Cafe</a>[% ELSE %]<a href="[% BakerTaylorContentURL |html %]">Content Cafe</a>[% END %]
521
                              [% IF ( OPACurlOpenInNewWindow ) %]<a href="[% BakerTaylorContentURL %]" target="_blank">Content Cafe</a>[% ELSE %]<a href="[% BakerTaylorContentURL %]">Content Cafe</a>[% END %]
522
                        </span>
522
                        </span>
523
                    [% END # / IF BakerTaylorContentURL %]
523
                    [% END # / IF BakerTaylorContentURL %]
524
524
Lines 904-910 Link Here
904
                                                <small>[% review.datereviewed | $KohaDates %]</small>
904
                                                <small>[% review.datereviewed | $KohaDates %]</small>
905
                                                <p>
905
                                                <p>
906
                                                    [% FILTER html_break %]
906
                                                    [% FILTER html_break %]
907
                                                        [% review.review |html %]
907
                                                        [% review.review %]
908
                                                    [% END %]
908
                                                    [% END %]
909
                                                    <a href="#" onclick="Dopop('/cgi-bin/koha/opac-review.pl?biblionumber=[% review.biblionumber %]&amp;reviewid=[% review.reviewid %]');">Edit</a>
909
                                                    <a href="#" onclick="Dopop('/cgi-bin/koha/opac-review.pl?biblionumber=[% review.biblionumber %]&amp;reviewid=[% review.reviewid %]');">Edit</a>
910
                                                </p>
910
                                                </p>
Lines 933-939 Link Here
933
                                                [% END # / IF ShowReviewer != "none"%]
933
                                                [% END # / IF ShowReviewer != "none"%]
934
                                                <p>
934
                                                <p>
935
                                                  [% FILTER html_break %]
935
                                                  [% FILTER html_break %]
936
                                                  [% review.review |html %]
936
                                                  [% review.review %]
937
                                                  [% END %]
937
                                                  [% END %]
938
                                                </p>
938
                                                </p>
939
                                            </div> <!-- / .commentline -->
939
                                            </div> <!-- / .commentline -->
Lines 982-992 Link Here
982
                                            [% UNLESS ( item_level_itypes ) %]
982
                                            [% UNLESS ( item_level_itypes ) %]
983
                                                <td>[% XISBN.description %]</td>
983
                                                <td>[% XISBN.description %]</td>
984
                                            [% END %]
984
                                            [% END %]
985
                                            <td><a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% XISBN.biblionumber %]">[% XISBN.title |html %]</a>
985
                                            <td><a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% XISBN.biblionumber %]">[% XISBN.title %]</a>
986
                                                [% IF ( XISBN.author ) %] by [% XISBN.author |html %][% END %]
986
                                                [% IF ( XISBN.author ) %] by [% XISBN.author %][% END %]
987
                                                [% IF ( XISBN.copyrightdate ) %] &copy;[% XISBN.copyrightdate %][% END %]
987
                                                [% IF ( XISBN.copyrightdate ) %] &copy;[% XISBN.copyrightdate %][% END %]
988
                                                [% IF ( XISBN.publishercode ) %]
988
                                                [% IF ( XISBN.publishercode ) %]
989
                                                    <p>[% XISBN.publishercode |html %]
989
                                                    <p>[% XISBN.publishercode %]
990
                                                        [% IF ( XISBN.place ) %]([% XISBN.place %])[% END %]
990
                                                        [% IF ( XISBN.place ) %]([% XISBN.place %])[% END %]
991
                                                        [% IF ( XISBN.publicationyear ) %], [% XISBN.publicationyear %][% END %]
991
                                                        [% IF ( XISBN.publicationyear ) %], [% XISBN.publicationyear %][% END %]
992
                                                        [% IF ( XISBN.pages ) %][% XISBN.pages %] [% XISBN.illus %] [% XISBN.size %][% END %]
992
                                                        [% IF ( XISBN.pages ) %][% XISBN.pages %] [% XISBN.illus %] [% XISBN.size %][% END %]
Lines 1069-1075 Link Here
1069
                        <ul class="pg_menu clearfix">
1069
                        <ul class="pg_menu clearfix">
1070
                            <li class="left_results">
1070
                            <li class="left_results">
1071
                                [% IF ( previousBiblionumber ) %]
1071
                                [% IF ( previousBiblionumber ) %]
1072
                                    <a href="opac-detail.pl?biblionumber=[% previousBiblionumber %][% IF ( query_desc && OpacHighlightedWords ) %]&query_desc=[% query_desc |uri %][% END %]" title="See: [% IF ( previousTitle ) %][% previousTitle |html %][% ELSE %]previous biblio[% END %]">&laquo; Previous</a>
1072
                                    <a href="opac-detail.pl?biblionumber=[% previousBiblionumber %][% IF ( query_desc && OpacHighlightedWords ) %]&query_desc=[% query_desc |uri %][% END %]" title="See: [% IF ( previousTitle ) %][% previousTitle %][% ELSE %]previous biblio[% END %]">&laquo; Previous</a>
1073
                                [% ELSE %]
1073
                                [% ELSE %]
1074
                                    <span>Previous</span>
1074
                                    <span>Previous</span>
1075
                                [% END %]
1075
                                [% END %]
Lines 1078-1084 Link Here
1078
                            <li class="back_results"><a href="opac-search.pl?[% busc %]" title="Back to the results search list">Back to results</a></li>
1078
                            <li class="back_results"><a href="opac-search.pl?[% busc %]" title="Back to the results search list">Back to results</a></li>
1079
                            <li class="right_results">
1079
                            <li class="right_results">
1080
                                [% IF ( nextBiblionumber ) %]
1080
                                [% IF ( nextBiblionumber ) %]
1081
                                    <a href="opac-detail.pl?biblionumber=[% nextBiblionumber %][% IF ( query_desc && OpacHighlightedWords ) %]&query_desc=[% query_desc |uri %][% END %]" title="See: [% IF ( nextTitle ) %][% nextTitle |html %][% ELSE %]next biblio[% END %]">Next &raquo;</a>
1081
                                    <a href="opac-detail.pl?biblionumber=[% nextBiblionumber %][% IF ( query_desc && OpacHighlightedWords ) %]&query_desc=[% query_desc |uri %][% END %]" title="See: [% IF ( nextTitle ) %][% nextTitle %][% ELSE %]next biblio[% END %]">Next &raquo;</a>
1082
                                [% ELSE %]
1082
                                [% ELSE %]
1083
                                    <span>Next</span>
1083
                                    <span>Next</span>
1084
                                [% END %]
1084
                                [% END %]
Lines 1346-1353 Link Here
1346
            [% FOREACH listResult IN listResults %]
1346
            [% FOREACH listResult IN listResults %]
1347
                arrPagination[[% listResult.index %]] = {
1347
                arrPagination[[% listResult.index %]] = {
1348
                    url:"[% listResult.url %][% IF ( listResult.url && query_desc && OpacHighlightedWords ) %]&query_desc=[% query_desc |uri %][% END %]",
1348
                    url:"[% listResult.url %][% IF ( listResult.url && query_desc && OpacHighlightedWords ) %]&query_desc=[% query_desc |uri %][% END %]",
1349
                    title:"[% listResult.title|remove('\n')|html %]",
1349
                    title:"[% listResult.title|remove('\n') %]",
1350
                    author:"[% listResult.author|html %]",
1350
                    author:"[% listResult.author %]",
1351
                    biblionumber:[% listResult.biblionumber %]
1351
                    biblionumber:[% listResult.biblionumber %]
1352
                };
1352
                };
1353
           [% END %]
1353
           [% END %]
Lines 1444-1450 Link Here
1444
            ]
1444
            ]
1445
        }));
1445
        }));
1446
1446
1447
        [% IF ( query_desc ) %][% IF ( OpacHighlightedWords ) %]var query_desc = "[% query_desc |replace("'", "\'") |replace('\n', '\\n') |replace('\r', '\\r') |html %]";
1447
        [% IF ( query_desc ) %][% IF ( OpacHighlightedWords ) %]var query_desc = "[% query_desc |replace("'", "\'") |replace('\n', '\\n') |replace('\r', '\\r') %]";
1448
            q_array = query_desc.split(" ");
1448
            q_array = query_desc.split(" ");
1449
            q_array = q_array.filter(function(n){ return n }); // Remove empty strings
1449
            q_array = q_array.filter(function(n){ return n }); // Remove empty strings
1450
            highlightOn();
1450
            highlightOn();
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-downloadcart.tt (-1 / +1 lines)
Lines 21-27 Link Here
21
                                [% END %]
21
                                [% END %]
22
                            </select>
22
                            </select>
23
                            <fieldset class="action">
23
                            <fieldset class="action">
24
                                <input type="hidden" name="bib_list" value="[% bib_list | html %]" />
24
                                <input type="hidden" name="bib_list" value="[% bib_list %]" />
25
                                <input type="submit" name="save" value="Go" />
25
                                <input type="submit" name="save" value="Go" />
26
                                    <a class="cancel close" href="#">Cancel</a>
26
                                    <a class="cancel close" href="#">Cancel</a>
27
                            </fieldset>
27
                            </fieldset>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-downloadshelf.tt (-3 / +3 lines)
Lines 56-71 Link Here
56
                                            <option value="isbd">ISBD</option>
56
                                            <option value="isbd">ISBD</option>
57
                                            <option value="iso2709">MARC</option>
57
                                            <option value="iso2709">MARC</option>
58
                                            [% FOREACH csv_profile IN csv_profiles %]
58
                                            [% FOREACH csv_profile IN csv_profiles %]
59
                                            <option value="[% csv_profile.export_format_id |html %]">CSV - [% csv_profile.profile |html %]</option>
59
                                            <option value="[% csv_profile.export_format_id %]">CSV - [% csv_profile.profile %]</option>
60
                                            [% END %]
60
                                            [% END %]
61
                                        </select>
61
                                        </select>
62
                                        <span class="required">Required</span>
62
                                        <span class="required">Required</span>
63
                                    </fieldset>
63
                                    </fieldset>
64
64
65
                                    <fieldset class="action">
65
                                    <fieldset class="action">
66
                                        <input type="hidden" name="shelfid" value="[% shelfid | html %]" />
66
                                        <input type="hidden" name="shelfid" value="[% shelfid %]" />
67
                                        <input type="submit" name="save" class="btn" value="Go" />
67
                                        <input type="submit" name="save" class="btn" value="Go" />
68
                                        <a href="/cgi-bin/koha/opac-shelves.pl?viewshelf=[% shelfid | html %]" class="cancel close" data-dismiss="modal">Cancel</a>
68
                                        <a href="/cgi-bin/koha/opac-shelves.pl?viewshelf=[% shelfid %]" class="cancel close" data-dismiss="modal">Cancel</a>
69
                                    </fieldset>
69
                                    </fieldset>
70
                                </form>
70
                                </form>
71
                                [% IF ( modal ) %]
71
                                [% IF ( modal ) %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-imageviewer.tt (-1 / +1 lines)
Lines 1-6 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo; Images for: [% biblio.title |html %]
3
[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo; Images for: [% biblio.title %]
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% BLOCK cssinclude %]
5
[% BLOCK cssinclude %]
6
    <style type="text/css">
6
    <style type="text/css">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-mymessages.tt (-5 / +5 lines)
Lines 13-23 Link Here
13
      <webMaster></webMaster>
13
      <webMaster></webMaster>
14
      [% FOREACH message_lis IN message_list %]
14
      [% FOREACH message_lis IN message_list %]
15
      <item>
15
      <item>
16
        <title>[% message_lis.subject |html %]</title>
16
        <title>[% message_lis.subject %]</title>
17
        <link>[% message_lis.title |html %]</link>
17
        <link>[% message_lis.title %]</link>
18
        <description>[% message_lis.content |html %]</description>
18
        <description>[% message_lis.content %]</description>
19
        <pubDate>[% message_lis.time_queued |html %]</pubDate>
19
        <pubDate>[% message_lis.time_queued %]</pubDate>
20
        <guid>[% message_lis.title |html %]</guid>
20
        <guid>[% message_lis.title %]</guid>
21
      </item>
21
      </item>
22
      [% END %]
22
      [% END %]
23
   </channel>
23
   </channel>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-news-rss.tt (-2 / +2 lines)
Lines 7-14 Link Here
7
      <description></description>
7
      <description></description>
8
      [% FOREACH newsitem IN koha_news %]
8
      [% FOREACH newsitem IN koha_news %]
9
      <item>
9
      <item>
10
        <title>[% newsitem.title |html %]</title>
10
        <title>[% newsitem.title %]</title>
11
        <description>[% newsitem.new |html %]</description>
11
        <description>[% newsitem.new %]</description>
12
      </item>
12
      </item>
13
      [% END %]
13
      [% END %]
14
   </channel>
14
   </channel>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-opensearch.tt (-26 / +26 lines)
Lines 2-11 Link Here
2
[% USE Koha %]
2
[% USE Koha %]
3
[% IF ( opensearchdescription ) %]
3
[% IF ( opensearchdescription ) %]
4
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
4
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
5
   <ShortName>[% LibraryName |html %] Search</ShortName>
5
   <ShortName>[% LibraryName %] Search</ShortName>
6
   <Description>Search the [% LibraryName |html %]</Description>
6
   <Description>Search the [% LibraryName %]</Description>
7
   <Tags>koha opac [% LibraryName |html %]</Tags>
7
   <Tags>koha opac [% LibraryName %]</Tags>
8
   <Contact>[% KohaAdminEmailAddress |html %]</Contact>
8
   <Contact>[% KohaAdminEmailAddress %]</Contact>
9
   <Url type="application/rss+xml"
9
   <Url type="application/rss+xml"
10
        template="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?q={searchTerms}&amp;pw={startPage?}&amp;format=rss2"/>
10
        template="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?q={searchTerms}&amp;pw={startPage?}&amp;format=rss2"/>
11
</OpenSearchDescription>
11
</OpenSearchDescription>
Lines 18-40 Link Here
18
      xmlns:dc="http://purl.org/dc/elements/1.1/"
18
      xmlns:dc="http://purl.org/dc/elements/1.1/"
19
      xmlns:atom="http://www.w3.org/2005/Atom">
19
      xmlns:atom="http://www.w3.org/2005/Atom">
20
   <channel>
20
   <channel>
21
     <title><![CDATA[[% LibraryName |html %] Search [% IF ( query_desc ) %]for '[% query_desc |html %]'[% END %][% IF ( limit_desc ) %] with limit(s): '[% limit_desc |html %]'[% END %]]]></title>
21
     <title><![CDATA[[% LibraryName %] Search [% IF ( query_desc ) %]for '[% query_desc %]'[% END %][% IF ( limit_desc ) %] with limit(s): '[% limit_desc %]'[% END %]]]></title>
22
     <link>[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi |html %][% limit_cgi |html %]&amp;format=rss2</link>
22
     <link>[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi %][% limit_cgi %]&amp;format=rss2</link>
23
     <atom:link rel="self" type="application/rss+xml" href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi |html %][% limit_cgi |html %]&amp;sort_by=[% sort_by |html %]&amp;format=rss2"/>
23
     <atom:link rel="self" type="application/rss+xml" href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi %][% limit_cgi %]&amp;sort_by=[% sort_by %]&amp;format=rss2"/>
24
     <description><![CDATA[ Search results [% IF ( query_desc ) %]for '[% query_desc |html %]'[% END %][% IF ( limit_desc ) %] with limit(s): '[% limit_desc |html %]'[% END %] at [% LibraryName |html %]]]></description>
24
     <description><![CDATA[ Search results [% IF ( query_desc ) %]for '[% query_desc %]'[% END %][% IF ( limit_desc ) %] with limit(s): '[% limit_desc %]'[% END %] at [% LibraryName %]]]></description>
25
     <opensearch:totalResults>[% total %]</opensearch:totalResults>
25
     <opensearch:totalResults>[% total %]</opensearch:totalResults>
26
     <opensearch:startIndex>[% offset %]</opensearch:startIndex>
26
     <opensearch:startIndex>[% offset %]</opensearch:startIndex>
27
     [% IF ( results_per_page ) %]
27
     [% IF ( results_per_page ) %]
28
       <opensearch:itemsPerPage>[% results_per_page |html%]</opensearch:itemsPerPage>
28
       <opensearch:itemsPerPage>[% results_per_page%]</opensearch:itemsPerPage>
29
     [% ELSE %]
29
     [% ELSE %]
30
       <opensearch:itemsPerPage>20</opensearch:itemsPerPage>
30
       <opensearch:itemsPerPage>20</opensearch:itemsPerPage>
31
     [% END %]
31
     [% END %]
32
	 [% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %]
32
	 [% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %]
33
     <atom:link rel="search" type="application/opensearchdescription+xml" href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% SEARCH_RESULT.query_cgi |html %][% SEARCH_RESULT.limit_cgi |html %]&amp;sort_by=[% SEARCH_RESULT.sort_by |html %]&amp;format=opensearchdescription"/>
33
     <atom:link rel="search" type="application/opensearchdescription+xml" href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% SEARCH_RESULT.query_cgi %][% SEARCH_RESULT.limit_cgi %]&amp;sort_by=[% SEARCH_RESULT.sort_by %]&amp;format=opensearchdescription"/>
34
     <opensearch:Query role="request" searchTerms="[% SEARCH_RESULT.query_desc |url %][% SEARCH_RESULT.limit_desc |url %]" startPage="[% SEARCH_RESULT.page %]" />
34
     <opensearch:Query role="request" searchTerms="[% SEARCH_RESULT.query_desc |url %][% SEARCH_RESULT.limit_desc |url %]" startPage="[% SEARCH_RESULT.page %]" />
35
     <item>
35
     <item>
36
       <title>[% SEARCH_RESULT.title |html %] [% FOREACH subtitl IN SEARCH_RESULT.subtitle %], [% subtitl.subfield |html %][% END %]</title>
36
       <title>[% SEARCH_RESULT.title %] [% FOREACH subtitl IN SEARCH_RESULT.subtitle %], [% subtitl.subfield %][% END %]</title>
37
       <dc:identifier>ISBN [% SEARCH_RESULT.isbn |html %]</dc:identifier>
37
       <dc:identifier>ISBN [% SEARCH_RESULT.isbn %]</dc:identifier>
38
       <link>[% IF ( SEARCH_RESULT.BiblioDefaultViewmarc ) %][% OPACBaseURL %]/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=[% SEARCH_RESULT.biblionumber %][% ELSE %][% IF ( SEARCH_RESULT.BiblioDefaultViewisbd ) %][% OPACBaseURL %]/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=[% SEARCH_RESULT.biblionumber %][% ELSE %][% OPACBaseURL %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber %][% END %][% END %]</link>
38
       <link>[% IF ( SEARCH_RESULT.BiblioDefaultViewmarc ) %][% OPACBaseURL %]/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=[% SEARCH_RESULT.biblionumber %][% ELSE %][% IF ( SEARCH_RESULT.BiblioDefaultViewisbd ) %][% OPACBaseURL %]/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=[% SEARCH_RESULT.biblionumber %][% ELSE %][% OPACBaseURL %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber %][% END %][% END %]</link>
39
       <description><![CDATA[
39
       <description><![CDATA[
40
[% IF ( OPACAmazonCoverImages ) %][% IF ( SEARCH_RESULT.normalized_isbn ) %]<img src="http://images.amazon.com/images/P/[% SEARCH_RESULT.normalized_isbn %].01.TZZZZZZZ.jpg" alt="" />[% END %][% END %]
40
[% IF ( OPACAmazonCoverImages ) %][% IF ( SEARCH_RESULT.normalized_isbn ) %]<img src="http://images.amazon.com/images/P/[% SEARCH_RESULT.normalized_isbn %].01.TZZZZZZZ.jpg" alt="" />[% END %][% END %]
Lines 43-56 Link Here
43
<img src="http://www.syndetics.com/index.aspx?isbn=[% SEARCH_RESULT.normalized_isbn %]/SC.GIF&amp;client=[% SyndeticsClientCode %]&amp;type=xw10&amp;upc=[% SEARCH_RESULT.normalized_upc %]&amp;oclc=[% SEARCH_RESULT.normalized_oclc %]" alt="" />
43
<img src="http://www.syndetics.com/index.aspx?isbn=[% SEARCH_RESULT.normalized_isbn %]/SC.GIF&amp;client=[% SyndeticsClientCode %]&amp;type=xw10&amp;upc=[% SEARCH_RESULT.normalized_upc %]&amp;oclc=[% SEARCH_RESULT.normalized_oclc %]" alt="" />
44
[% END %][% END %][% END %]
44
[% END %][% END %][% END %]
45
45
46
[% IF ( BakerTaylorEnabled ) %][% IF ( SEARCH_RESULT.normalized_isbn ) %]<a href="https://[% BakerTaylorBookstoreURL |html %][% SEARCH_RESULT.normalized_isbn %]"><img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL |html %][% SEARCH_RESULT.normalized_isbn %]" /></a>[% END %][% END %]
46
[% IF ( BakerTaylorEnabled ) %][% IF ( SEARCH_RESULT.normalized_isbn ) %]<a href="https://[% BakerTaylorBookstoreURL %][% SEARCH_RESULT.normalized_isbn %]"><img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL %][% SEARCH_RESULT.normalized_isbn %]" /></a>[% END %][% END %]
47
	   <p>[% IF ( SEARCH_RESULT.author ) %]By [% SEARCH_RESULT.author |html %]. [% END %]
47
	   <p>[% IF ( SEARCH_RESULT.author ) %]By [% SEARCH_RESULT.author %]. [% END %]
48
	   [% IF ( SEARCH_RESULT.place ) %][% SEARCH_RESULT.place |html %] [% END %][% IF ( SEARCH_RESULT.publishercode ) %][% SEARCH_RESULT.publishercode |html %][% END %][% IF ( SEARCH_RESULT.publicationyear ) %] [% SEARCH_RESULT.publicationyear |html %]
48
	   [% IF ( SEARCH_RESULT.place ) %][% SEARCH_RESULT.place %] [% END %][% IF ( SEARCH_RESULT.publishercode ) %][% SEARCH_RESULT.publishercode %][% END %][% IF ( SEARCH_RESULT.publicationyear ) %] [% SEARCH_RESULT.publicationyear %]
49
                    [% ELSE %][% IF ( SEARCH_RESULT.copyrightdate ) %] [% SEARCH_RESULT.copyrightdate |html %][% END %][% END %]
49
                    [% ELSE %][% IF ( SEARCH_RESULT.copyrightdate ) %] [% SEARCH_RESULT.copyrightdate %][% END %][% END %]
50
                        [% IF ( SEARCH_RESULT.pages ) %]. [% SEARCH_RESULT.pages |html %][% END %]
50
                        [% IF ( SEARCH_RESULT.pages ) %]. [% SEARCH_RESULT.pages %][% END %]
51
                        [% IF ( SEARCH_RESULT.notes ) %], [% SEARCH_RESULT.notes |html %][% END %]
51
                        [% IF ( SEARCH_RESULT.notes ) %], [% SEARCH_RESULT.notes %][% END %]
52
                        [% IF ( SEARCH_RESULT.size ) %] [% SEARCH_RESULT.size |html %]. [% END %]
52
                        [% IF ( SEARCH_RESULT.size ) %] [% SEARCH_RESULT.size %]. [% END %]
53
                        [% IF ( SEARCH_RESULT.isbn ) %] [% SEARCH_RESULT.isbn |html %][% END %]
53
                        [% IF ( SEARCH_RESULT.isbn ) %] [% SEARCH_RESULT.isbn %][% END %]
54
       </p>
54
       </p>
55
[% IF Koha.Preference( 'RequestOnOpac' ) == 1 %]
55
[% IF Koha.Preference( 'RequestOnOpac' ) == 1 %]
56
<p><a href="[% OPACBaseURL %]/cgi-bin/koha/opac-reserve.pl?biblionumber=[% SEARCH_RESULT.biblionumber %]">Place Hold on <i>[% SEARCH_RESULT.title %]</i></a></p>
56
<p><a href="[% OPACBaseURL %]/cgi-bin/koha/opac-reserve.pl?biblionumber=[% SEARCH_RESULT.biblionumber %]">Place Hold on <i>[% SEARCH_RESULT.title %]</i></a></p>
Lines 66-77 Link Here
66
[% IF ( atom ) %]
66
[% IF ( atom ) %]
67
<feed xmlns="http://www.w3.org/2005/Atom"
67
<feed xmlns="http://www.w3.org/2005/Atom"
68
       xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/">
68
       xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/">
69
   <id>[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi |html %][% limit_cgi |html %]&amp;format=atom</id>
69
   <id>[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi %][% limit_cgi %]&amp;format=atom</id>
70
   <title>[% LibraryName |html %] Search [% IF ( query_desc ) %]for '[% query_desc |html %]'[% END %][% IF ( limit_desc ) %]&nbsp;with limit(s):&nbsp;'[% limit_desc |html %]'[% END %]</title>
70
   <title>[% LibraryName %] Search [% IF ( query_desc ) %]for '[% query_desc %]'[% END %][% IF ( limit_desc ) %]&nbsp;with limit(s):&nbsp;'[% limit_desc %]'[% END %]</title>
71
    <link href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi |html %][% limit_cgi |html %]&amp;format=rss2"/>
71
    <link href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi %][% limit_cgi %]&amp;format=rss2"/>
72
   <updated>[% timestamp %]</updated>
72
   <updated>[% timestamp %]</updated>
73
   <author>
73
   <author>
74
     <name>[% LibraryName |html %]</name>
74
     <name>[% LibraryName %]</name>
75
   </author>
75
   </author>
76
   <!-- <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id> -->
76
   <!-- <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id> -->
77
   <opensearch:totalResults>[% total %]</opensearch:totalResults>
77
   <opensearch:totalResults>[% total %]</opensearch:totalResults>
Lines 81-87 Link Here
81
   [% ELSE %]
81
   [% ELSE %]
82
     <opensearch:itemsPerPage>20</opensearch:itemsPerPage>
82
     <opensearch:itemsPerPage>20</opensearch:itemsPerPage>
83
   [% END %]
83
   [% END %]
84
   <opensearch:Query role="request" searchTerms="[% query_desc |html %] [% limit_desc |html %]" startPage="[% page |html %]" />
84
   <opensearch:Query role="request" searchTerms="[% query_desc %] [% limit_desc %]" startPage="[% page %]" />
85
   <link rel="alternate" href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi %][% limit_cgi %]pw=[% page %]&amp;format=atom" type="application/atom+xml"/>
85
   <link rel="alternate" href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi %][% limit_cgi %]pw=[% page %]&amp;format=atom" type="application/atom+xml"/>
86
   <link rel="self" href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi %][% limit_cgi %]&amp;format=atom" type="application/atom+xml"/>
86
   <link rel="self" href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi %][% limit_cgi %]&amp;format=atom" type="application/atom+xml"/>
87
   <link rel="first" href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi %][% limit_cgi %]pw=1&amp;format=atom" type="application/atom+xml"/>
87
   <link rel="first" href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi %][% limit_cgi %]pw=1&amp;format=atom" type="application/atom+xml"/>
Lines 92-98 Link Here
92
92
93
   [% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %]
93
   [% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %]
94
   <entry>
94
   <entry>
95
     <title>[% SEARCH_RESULT.title |html %]</title>
95
     <title>[% SEARCH_RESULT.title %]</title>
96
     <link href="[% OPACBaseURL %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber %]"/>
96
     <link href="[% OPACBaseURL %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber %]"/>
97
     <!-- <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id> -->
97
     <!-- <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id> -->
98
     <updated>[% SEARCH_RESULT.timestamp %]</updated>
98
     <updated>[% SEARCH_RESULT.timestamp %]</updated>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-overdrive-search.tt (-4 / +4 lines)
Lines 1-6 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo; OverDrive search for '[% q | html %]'
3
[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo; OverDrive search for '[% q %]'
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% BLOCK cssinclude %]
5
[% BLOCK cssinclude %]
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/jquery.rating.css" />
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/jquery.rating.css" />
Lines 17-23 Link Here
17
    <div class="main">
17
    <div class="main">
18
        <ul class="breadcrumb">
18
        <ul class="breadcrumb">
19
            <li><a href="/cgi-bin/koha/opac-main.pl">Home</a> <span class="divider">&rsaquo;</span></li>
19
            <li><a href="/cgi-bin/koha/opac-main.pl">Home</a> <span class="divider">&rsaquo;</span></li>
20
            <li><a href="#">OverDrive search for '[% q | html %]'</a></li>
20
            <li><a href="#">OverDrive search for '[% q %]'</a></li>
21
        </ul>
21
        </ul>
22
22
23
        <div class="container-fluid">
23
        <div class="container-fluid">
Lines 29-35 Link Here
29
                </div>
29
                </div>
30
                <div class="span10">
30
                <div class="span10">
31
                    <div id="overdrive-results-content" class="maincontent searchresults">
31
                    <div id="overdrive-results-content" class="maincontent searchresults">
32
                        <h1>OverDrive search for '[% q | html %]'</h1>
32
                        <h1>OverDrive search for '[% q %]'</h1>
33
                            <div id="breadcrumbs">
33
                            <div id="breadcrumbs">
34
                                <p></p>
34
                                <p></p>
35
                            </div>
35
                            </div>
Lines 60-66 Link Here
60
<script type="text/javascript" src="[% interface %]/[% theme %]/js/overdrive.js"></script>
60
<script type="text/javascript" src="[% interface %]/[% theme %]/js/overdrive.js"></script>
61
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.rating.js"></script>
61
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.rating.js"></script>
62
<script type="text/javascript">
62
<script type="text/javascript">
63
var querystring = "[% q |replace( "'", "\'" ) |replace( '\n', '\\n' ) |replace( '\r', '\\r' ) |html %]";
63
var querystring = "[% q |replace( "'", "\'" ) |replace( '\n', '\\n' ) |replace( '\r', '\\r' ) %]";
64
var results_per_page = [% OPACnumSearchResults %];
64
var results_per_page = [% OPACnumSearchResults %];
65
65
66
function fetch_availability( prod, $tr ) {
66
function fetch_availability( prod, $tr ) {
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt (-4 / +4 lines)
Lines 105-111 Link Here
105
105
106
                                                [% IF BakerTaylorEnabled %]
106
                                                [% IF BakerTaylorEnabled %]
107
                                                    [% IF issue.normalized_isbn %]
107
                                                    [% IF issue.normalized_isbn %]
108
                                                      <a href="https://[% BakerTaylorBookstoreURL |html %][% issue.normalized_isbn %]"><img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL |html %][% issue.normalized_isbn %]" /></a>
108
                                                      <a href="https://[% BakerTaylorBookstoreURL %][% issue.normalized_isbn %]"><img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL %][% issue.normalized_isbn %]" /></a>
109
                                                    [% ELSE %]
109
                                                    [% ELSE %]
110
                                                       <span class="no-image">No cover image available</span>
110
                                                       <span class="no-image">No cover image available</span>
111
                                                    [% END %]
111
                                                    [% END %]
Lines 121-131 Link Here
121
                                                </td>
121
                                                </td>
122
                                                <td>
122
                                                <td>
123
                                                [% IF  issue.BiblioDefaultViewmarc %]
123
                                                [% IF  issue.BiblioDefaultViewmarc %]
124
                                                     <a class="title" href="/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=[% issue.biblionumber |url %]">[% issue.title |html %] [% IF  issue.subtitle  %][% FOREACH subtitl IN issue.subtitle %][% subtitl.subfield %][% END %][% END %]</a>
124
                                                     <a class="title" href="/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=[% issue.biblionumber |url %]">[% issue.title %] [% IF  issue.subtitle  %][% FOREACH subtitl IN issue.subtitle %][% subtitl.subfield %][% END %][% END %]</a>
125
                                                [% ELSIF issue.BiblioDefaultViewisbd %]
125
                                                [% ELSIF issue.BiblioDefaultViewisbd %]
126
                                                     <a class="title" href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=[% issue.biblionumber |url %]">[% issue.title |html %] [% IF issue.subtitle %][% FOREACH subtitl IN issue.subtitle %][% subtitl.subfield %][% END %][% END %]</a>
126
                                                     <a class="title" href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=[% issue.biblionumber |url %]">[% issue.title %] [% IF issue.subtitle %][% FOREACH subtitl IN issue.subtitle %][% subtitl.subfield %][% END %][% END %]</a>
127
                                                [% ELSE %]
127
                                                [% ELSE %]
128
                                                     <a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% issue.biblionumber |url %]">[% issue.title |html %] [% IF issue.subtitle %][% FOREACH subtitl IN issue.subtitle %][% subtitl.subfield %][% END %][% END %]</a>
128
                                                     <a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% issue.biblionumber |url %]">[% issue.title %] [% IF issue.subtitle %][% FOREACH subtitl IN issue.subtitle %][% subtitl.subfield %][% END %][% END %]</a>
129
                                                [% END %]
129
                                                [% END %]
130
                                                <span class="item-details">[% issue.author %]</span>
130
                                                <span class="item-details">[% issue.author %]</span>
131
                                                </td>
131
                                                </td>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt (-1 / +1 lines)
Lines 132-138 Link Here
132
                                            [% END # / bibitemloo.holdable %]
132
                                            [% END # / bibitemloo.holdable %]
133
133
134
                                            <a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% bibitemloo.biblionumber %]">
134
                                            <a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% bibitemloo.biblionumber %]">
135
                                                [% bibitemloo.title |html %]
135
                                                [% bibitemloo.title %]
136
                                                [% IF ( bibitemloo.subtitle ) %]
136
                                                [% IF ( bibitemloo.subtitle ) %]
137
                                                    [% FOREACH subtitl IN bibitemloo.subtitle %]
137
                                                    [% FOREACH subtitl IN bibitemloo.subtitle %]
138
                                                        [% subtitl.subfield %]
138
                                                        [% subtitl.subfield %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results-grouped.tt (-7 / +7 lines)
Lines 2-15 Link Here
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo;
3
[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo;
4
[% IF ( searchdesc ) %]
4
[% IF ( searchdesc ) %]
5
    Results of search [% IF ( query_desc ) %]for '[% query_desc | html %]'[% END %][% IF ( limit_desc ) %]&nbsp;with limit(s):&nbsp;'[% limit_desc | html %]'[% END %]
5
    Results of search [% IF ( query_desc ) %]for '[% query_desc %]'[% END %][% IF ( limit_desc ) %]&nbsp;with limit(s):&nbsp;'[% limit_desc %]'[% END %]
6
[% ELSE %]
6
[% ELSE %]
7
    You did not specify any search criteria.
7
    You did not specify any search criteria.
8
[% END %]
8
[% END %]
9
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
10
[% BLOCK cssinclude %][% END %]
10
[% BLOCK cssinclude %][% END %]
11
<link rel="alternate" type="application/rss+xml" title="Koha - RSS"
11
<link rel="alternate" type="application/rss+xml" title="Koha - RSS"
12
href="/cgi-bin/koha/opac-rss.pl?[% query_cgi %][% limit_cgi |html %]" />
12
href="/cgi-bin/koha/opac-rss.pl?[% query_cgi %][% limit_cgi %]" />
13
13
14
</head>
14
</head>
15
[% INCLUDE 'bodytag.inc' bodyid='results-grouped' %]
15
[% INCLUDE 'bodytag.inc' bodyid='results-grouped' %]
Lines 20-26 href="/cgi-bin/koha/opac-rss.pl?[% query_cgi %][% limit_cgi |html %]" /> Link Here
20
            <li><a href="/cgi-bin/koha/opac-main.pl">Home</a> <span class="divider">&rsaquo;</span></li>
20
            <li><a href="/cgi-bin/koha/opac-main.pl">Home</a> <span class="divider">&rsaquo;</span></li>
21
            <li>
21
            <li>
22
                [% IF ( searchdesc ) %]
22
                [% IF ( searchdesc ) %]
23
                    <a href="#">Results of search [% IF ( query_desc ) %]for '[% query_desc | html %]'[% END %][% IF ( limit_desc ) %]&nbsp;with limit(s):&nbsp;'[% limit_desc | html %]'[% END %]</a>
23
                    <a href="#">Results of search [% IF ( query_desc ) %]for '[% query_desc %]'[% END %][% IF ( limit_desc ) %]&nbsp;with limit(s):&nbsp;'[% limit_desc %]'[% END %]</a>
24
                [% ELSE %]
24
                [% ELSE %]
25
                    <a href="#">You did not specify any search criteria.</a>
25
                    <a href="#">You did not specify any search criteria.</a>
26
                [% END %]
26
                [% END %]
Lines 104-110 href="/cgi-bin/koha/opac-rss.pl?[% query_cgi %][% limit_cgi |html %]" /> Link Here
104
                                                [% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %]
104
                                                [% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %]
105
                                                <tr>
105
                                                <tr>
106
                                                    <td>
106
                                                    <td>
107
                                                        <a href="/cgi-bin/koha/opac-search.pl?q=[% SEARCH_RESULT.scan_use |url %]&quot;[% SEARCH_RESULT.title |url %]&quot;">[% SEARCH_RESULT.title |html %]</a>
107
                                                        <a href="/cgi-bin/koha/opac-search.pl?q=[% SEARCH_RESULT.scan_use |url %]&quot;[% SEARCH_RESULT.title |url %]&quot;">[% SEARCH_RESULT.title %]</a>
108
                                                    </td>
108
                                                    </td>
109
                                                    <td>
109
                                                    <td>
110
                                                        [% FOREACH subtitl IN SEARCH_RESULT.subtitle %]
110
                                                        [% FOREACH subtitl IN SEARCH_RESULT.subtitle %]
Lines 122-131 href="/cgi-bin/koha/opac-rss.pl?[% query_cgi %][% limit_cgi |html %]" /> Link Here
122
                                    <form action="/cgi-bin/koha/opac-search.pl" method="get" name="bookbag_form" id="bookbag_form">
122
                                    <form action="/cgi-bin/koha/opac-search.pl" method="get" name="bookbag_form" id="bookbag_form">
123
                                        [% IF ( searchdesc ) %]
123
                                        [% IF ( searchdesc ) %]
124
                                            [% FOREACH QUERY_INPUT IN QUERY_INPUTS %]
124
                                            [% FOREACH QUERY_INPUT IN QUERY_INPUTS %]
125
                                                <input type="hidden" name="[% QUERY_INPUT.input_name |html %]" value="[% QUERY_INPUT.input_value |html %]"/>
125
                                                <input type="hidden" name="[% QUERY_INPUT.input_name %]" value="[% QUERY_INPUT.input_value %]"/>
126
                                            [% END %]
126
                                            [% END %]
127
                                            [% FOREACH LIMIT_INPUT IN LIMIT_INPUTS %]
127
                                            [% FOREACH LIMIT_INPUT IN LIMIT_INPUTS %]
128
                                                <input type="hidden" name="[% LIMIT_INPUT.input_name |html %]" value="[% LIMIT_INPUT.input_value |html %]"/>
128
                                                <input type="hidden" name="[% LIMIT_INPUT.input_name %]" value="[% LIMIT_INPUT.input_value %]"/>
129
                                            [% END %]
129
                                            [% END %]
130
                                        [% END %]
130
                                        [% END %]
131
131
Lines 323-329 $(document).ready(function(){ Link Here
323
        return false;
323
        return false;
324
    });
324
    });
325
    [% IF ( query_desc ) %]
325
    [% IF ( query_desc ) %]
326
    var query_desc = "[% query_desc |replace("'", "\'") |replace('\n', '\\n') |replace('\r', '\\r') |html %]";
326
    var query_desc = "[% query_desc |replace("'", "\'") |replace('\n', '\\n') |replace('\r', '\\r') %]";
327
    q_array = query_desc.split(" ");
327
    q_array = query_desc.split(" ");
328
    // ensure that we don't have "" at the end of the array, which can
328
    // ensure that we don't have "" at the end of the array, which can
329
    // break the highlighter
329
    // break the highlighter
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt (-20 / +20 lines)
Lines 5-11 Link Here
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo;
6
[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo;
7
[% IF ( searchdesc ) %]
7
[% IF ( searchdesc ) %]
8
    Results of search [% IF ( query_desc ) %]for '[% query_desc | html%]'[% END %][% IF ( limit_desc ) %]&nbsp;with limit(s):&nbsp;'[% limit_desc | html %]'[% END %]
8
    Results of search [% IF ( query_desc ) %]for '[% query_desc%]'[% END %][% IF ( limit_desc ) %]&nbsp;with limit(s):&nbsp;'[% limit_desc %]'[% END %]
9
[% ELSE %]
9
[% ELSE %]
10
    You did not specify any search criteria.
10
    You did not specify any search criteria.
11
[% END %]
11
[% END %]
Lines 16-22 Link Here
16
    [% END %]
16
    [% END %]
17
[% END %]
17
[% END %]
18
18
19
<link rel="alternate" type="application/rss+xml" title="[% LibraryName |html %] Search RSS feed" href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi | uri %][% limit_cgi |uri %]&amp;count=[% countrss |uri %]&amp;sort_by=acqdate_dsc&amp;format=rss2" />
19
<link rel="alternate" type="application/rss+xml" title="[% LibraryName %] Search RSS feed" href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi | uri %][% limit_cgi |uri %]&amp;count=[% countrss |uri %]&amp;sort_by=acqdate_dsc&amp;format=rss2" />
20
</head>
20
</head>
21
21
22
[% INCLUDE 'bodytag.inc' bodyid='results' bodyclass='scrollto' %]
22
[% INCLUDE 'bodytag.inc' bodyid='results' bodyclass='scrollto' %]
Lines 27-33 Link Here
27
            <li><a href="/cgi-bin/koha/opac-main.pl">Home</a> <span class="divider">&rsaquo;</span></li>
27
            <li><a href="/cgi-bin/koha/opac-main.pl">Home</a> <span class="divider">&rsaquo;</span></li>
28
            <li>
28
            <li>
29
                [% IF ( searchdesc ) %]
29
                [% IF ( searchdesc ) %]
30
                    <a href="#">Results of search [% IF ( query_desc ) %]for '[% query_desc | html%]'[% END %][% IF ( limit_desc ) %]&nbsp;with limit(s):&nbsp;'[% limit_desc | html %]'[% END %]</a>
30
                    <a href="#">Results of search [% IF ( query_desc ) %]for '[% query_desc%]'[% END %][% IF ( limit_desc ) %]&nbsp;with limit(s):&nbsp;'[% limit_desc %]'[% END %]</a>
31
                [% ELSE %]
31
                [% ELSE %]
32
                    <a href="#">You did not specify any search criteria</a>
32
                    <a href="#">You did not specify any search criteria</a>
33
                [% END %]
33
                [% END %]
Lines 77-83 Link Here
77
77
78
                [% IF ( searchdesc ) %]
78
                [% IF ( searchdesc ) %]
79
                    <p id="numresults">
79
                    <p id="numresults">
80
                    [% IF ( total ) %]<strong>Your search returned [% total |html %] results.</strong>
80
                    [% IF ( total ) %]<strong>Your search returned [% total %] results.</strong>
81
                        [% IF ( related ) %]
81
                        [% IF ( related ) %]
82
                            (related searches:
82
                            (related searches:
83
                                [% FOREACH relate IN related %]
83
                                [% FOREACH relate IN related %]
Lines 85-91 Link Here
85
                                [% END %]
85
                                [% END %]
86
                            ).
86
                            ).
87
                        [% END %]
87
                        [% END %]
88
                        <a href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi | uri %][% limit_cgi |html | url %]&amp;count=[% countrss |html %]&amp;sort_by=acqdate_dsc&amp;format=rss2" class="rsssearchlink noprint"><img src="[% interface %]/[% theme %]/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" class="rsssearchicon"/></a>
88
                        <a href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi | uri %][% limit_cgi |html | url %]&amp;count=[% countrss %]&amp;sort_by=acqdate_dsc&amp;format=rss2" class="rsssearchlink noprint"><img src="[% interface %]/[% theme %]/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" class="rsssearchicon"/></a>
89
                    [% END # / IF total %]
89
                    [% END # / IF total %]
90
                    </p>
90
                    </p>
91
                [% END # / IF searchdesc %]
91
                [% END # / IF searchdesc %]
Lines 128-137 Link Here
128
                            <form action="/cgi-bin/koha/opac-search.pl" method="get" name="bookbag_form" id="bookbag_form" class="checkboxed">
128
                            <form action="/cgi-bin/koha/opac-search.pl" method="get" name="bookbag_form" id="bookbag_form" class="checkboxed">
129
                                [% IF ( searchdesc ) %]
129
                                [% IF ( searchdesc ) %]
130
                                    [% FOREACH QUERY_INPUT IN QUERY_INPUTS %]
130
                                    [% FOREACH QUERY_INPUT IN QUERY_INPUTS %]
131
                                        <input type="hidden" name="[% QUERY_INPUT.input_name |html %]" value="[% QUERY_INPUT.input_value |html %]"/>
131
                                        <input type="hidden" name="[% QUERY_INPUT.input_name %]" value="[% QUERY_INPUT.input_value %]"/>
132
                                    [% END %]
132
                                    [% END %]
133
                                    [% FOREACH LIMIT_INPUT IN LIMIT_INPUTS %]
133
                                    [% FOREACH LIMIT_INPUT IN LIMIT_INPUTS %]
134
                                        <input type="hidden" name="[% LIMIT_INPUT.input_name |html %]" value="[% LIMIT_INPUT.input_value |html %]"/>
134
                                        <input type="hidden" name="[% LIMIT_INPUT.input_name %]" value="[% LIMIT_INPUT.input_value %]"/>
135
                                    [% END %]
135
                                    [% END %]
136
                                [% END # IF /searchdesc %]
136
                                [% END # IF /searchdesc %]
137
137
Lines 289-295 Link Here
289
289
290
                                                        [% IF ( BakerTaylorEnabled && !BakerTaylorBookstoreURL ) %]
290
                                                        [% IF ( BakerTaylorEnabled && !BakerTaylorBookstoreURL ) %]
291
                                                            [% IF ( SEARCH_RESULT.normalized_isbn ) %]
291
                                                            [% IF ( SEARCH_RESULT.normalized_isbn ) %]
292
                                                                <img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL |html %][% SEARCH_RESULT.normalized_isbn %]" />
292
                                                                <img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL %][% SEARCH_RESULT.normalized_isbn %]" />
293
                                                            [% ELSE %]
293
                                                            [% ELSE %]
294
                                                                <span class="no-image">No cover image available</span>
294
                                                                <span class="no-image">No cover image available</span>
295
                                                            [% END %]
295
                                                            [% END %]
Lines 298-305 Link Here
298
298
299
                                                    [% IF ( BakerTaylorEnabled && BakerTaylorBookstoreURL ) %]
299
                                                    [% IF ( BakerTaylorEnabled && BakerTaylorBookstoreURL ) %]
300
                                                        [% IF ( SEARCH_RESULT.normalized_isbn ) %]
300
                                                        [% IF ( SEARCH_RESULT.normalized_isbn ) %]
301
                                                            <a href="https://[% BakerTaylorBookstoreURL |html %][% SEARCH_RESULT.normalized_isbn %]">
301
                                                            <a href="https://[% BakerTaylorBookstoreURL %][% SEARCH_RESULT.normalized_isbn %]">
302
                                                                <img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL |html %][% SEARCH_RESULT.normalized_isbn %]" />
302
                                                                <img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL %][% SEARCH_RESULT.normalized_isbn %]" />
303
                                                            </a>
303
                                                            </a>
304
                                                        [% ELSE %]
304
                                                        [% ELSE %]
305
                                                            <span class="no-image">No cover image available</span>
305
                                                            <span class="no-image">No cover image available</span>
Lines 336-348 Link Here
336
                                                    [% END %]
336
                                                    [% END %]
337
337
338
                                                    [% IF ( SEARCH_RESULT.title ) %]
338
                                                    [% IF ( SEARCH_RESULT.title ) %]
339
                                                        [% SEARCH_RESULT.title |html %]
339
                                                        [% SEARCH_RESULT.title %]
340
                                                    [% ELSE %]
340
                                                    [% ELSE %]
341
                                                        No title
341
                                                        No title
342
                                                    [% END %]
342
                                                    [% END %]
343
343
344
                                                    [% FOREACH subtitl IN SEARCH_RESULT.subtitle %]
344
                                                    [% FOREACH subtitl IN SEARCH_RESULT.subtitle %]
345
                                                        , [% subtitl.subfield|html %]
345
                                                        , [% subtitl.subfield %]
346
                                                    [% END %]</a>
346
                                                    [% END %]</a>
347
347
348
                                                    [% IF ( SEARCH_RESULT.author ) %]
348
                                                    [% IF ( SEARCH_RESULT.author ) %]
Lines 354-360 Link Here
354
                                                    <span class="results_summary publisher">
354
                                                    <span class="results_summary publisher">
355
                                                        <span class="label">Publication:</span>
355
                                                        <span class="label">Publication:</span>
356
                                                            [% IF ( SEARCH_RESULT.place ) %][% SEARCH_RESULT.place %] [% END %]
356
                                                            [% IF ( SEARCH_RESULT.place ) %][% SEARCH_RESULT.place %] [% END %]
357
                                                            [% IF ( SEARCH_RESULT.publishercode ) %][% SEARCH_RESULT.publishercode|html %][% END %]
357
                                                            [% IF ( SEARCH_RESULT.publishercode ) %][% SEARCH_RESULT.publishercode %][% END %]
358
                                                            [% IF ( SEARCH_RESULT.publicationyear ) %]
358
                                                            [% IF ( SEARCH_RESULT.publicationyear ) %]
359
                                                                [% SEARCH_RESULT.publicationyear %]
359
                                                                [% SEARCH_RESULT.publicationyear %]
360
                                                            [% ELSE %]
360
                                                            [% ELSE %]
Lines 363-369 Link Here
363
                                                                [% END %]
363
                                                                [% END %]
364
                                                            [% END %]
364
                                                            [% END %]
365
                                                            [% IF ( SEARCH_RESULT.pages ) %]. [% SEARCH_RESULT.pages %][% END %]
365
                                                            [% IF ( SEARCH_RESULT.pages ) %]. [% SEARCH_RESULT.pages %][% END %]
366
                                                            [% IF ( SEARCH_RESULT.notes ) %], [% SEARCH_RESULT.notes|html %][% END %]
366
                                                            [% IF ( SEARCH_RESULT.notes ) %], [% SEARCH_RESULT.notes %][% END %]
367
                                                            [% IF ( SEARCH_RESULT.size ) %] [% SEARCH_RESULT.size %][% END %]
367
                                                            [% IF ( SEARCH_RESULT.size ) %] [% SEARCH_RESULT.size %][% END %]
368
                                                            [% IF ( SEARCH_RESULT.timestamp ) %] <i>(modified on [% SEARCH_RESULT.timestamp %])</i>[% END %]
368
                                                            [% IF ( SEARCH_RESULT.timestamp ) %] <i>(modified on [% SEARCH_RESULT.timestamp %])</i>[% END %]
369
                                                    </span>
369
                                                    </span>
Lines 747-755 $(document).ready(function(){ Link Here
747
    [% IF Koha.Preference( 'opacbookbag' ) == 1 %]    param1 += "<option value=\"addtocart\">"+_("Cart")+"<\/option>";
747
    [% IF Koha.Preference( 'opacbookbag' ) == 1 %]    param1 += "<option value=\"addtocart\">"+_("Cart")+"<\/option>";
748
    [% END %][% IF Koha.Preference( 'virtualshelves' ) == 1 %][% IF ( loggedinusername ) %][% IF ( addbarshelves ) %]
748
    [% END %][% IF Koha.Preference( 'virtualshelves' ) == 1 %][% IF ( loggedinusername ) %][% IF ( addbarshelves ) %]
749
    param1 += "<optgroup label=\""+_("Your lists:")+"\">";[% FOREACH addbarshelvesloo IN addbarshelvesloop %]
749
    param1 += "<optgroup label=\""+_("Your lists:")+"\">";[% FOREACH addbarshelvesloo IN addbarshelvesloop %]
750
    param1 += "<option id=\"s[% addbarshelvesloo.shelfnumber %]\" value=\"addtolist\">[% addbarshelvesloo.shelfname |html %]<\/option>";[% END %]
750
    param1 += "<option id=\"s[% addbarshelvesloo.shelfnumber %]\" value=\"addtolist\">[% addbarshelvesloo.shelfname %]<\/option>";[% END %]
751
    param1 += "<\/optgroup>";[% END %]
751
    param1 += "<\/optgroup>";[% END %]
752
    [% IF ( addpubshelves ) %]param1 += "<optgroup label=\""+_("Public lists:")+"\">"[% FOREACH addpubshelvesloo IN addpubshelvesloop %]+"<option id=\"s[% addpubshelvesloo.shelfnumber %]\" value=\"addtolist\">[% addpubshelvesloo.shelfname |html %]<\/option>"[% END %];
752
    [% IF ( addpubshelves ) %]param1 += "<optgroup label=\""+_("Public lists:")+"\">"[% FOREACH addpubshelvesloo IN addpubshelvesloop %]+"<option id=\"s[% addpubshelvesloo.shelfnumber %]\" value=\"addtolist\">[% addpubshelvesloo.shelfname %]<\/option>"[% END %];
753
    param1 += "<\/optgroup>";[% END %]
753
    param1 += "<\/optgroup>";[% END %]
754
    [% IF (( addbarshelvesloop && addbarshelvesloop.size>9) || (addpubshelvesloop && addpubshelvesloop.size>9 )) %]
754
    [% IF (( addbarshelvesloop && addbarshelvesloop.size>9) || (addpubshelvesloop && addpubshelvesloop.size>9 )) %]
755
        param1 += "<option value=\"morelists\">[ "+_("More lists")+" ]<\/option>";
755
        param1 += "<option value=\"morelists\">[ "+_("More lists")+" ]<\/option>";
Lines 765-773 $(document).ready(function(){ Link Here
765
        param1 += "<select name=\"addto\" id=\"addto\"><option value=\"\">"+_("Add to list: ")+"<\/option>";
765
        param1 += "<select name=\"addto\" id=\"addto\"><option value=\"\">"+_("Add to list: ")+"<\/option>";
766
[% IF Koha.Preference( 'virtualshelves' ) == 1 %][% IF ( loggedinusername ) %][% IF ( addbarshelves ) %]
766
[% IF Koha.Preference( 'virtualshelves' ) == 1 %][% IF ( loggedinusername ) %][% IF ( addbarshelves ) %]
767
    param1 += "<optgroup label=\""+_("Your lists:")+"\">";[% FOREACH addbarshelvesloo IN addbarshelvesloop %]
767
    param1 += "<optgroup label=\""+_("Your lists:")+"\">";[% FOREACH addbarshelvesloo IN addbarshelvesloop %]
768
    param1 += "<option id=\"s[% addbarshelvesloo.shelfnumber %]\" value=\"addtolist\">[% addbarshelvesloo.shelfname |html %]<\/option>";[% END %]
768
    param1 += "<option id=\"s[% addbarshelvesloo.shelfnumber %]\" value=\"addtolist\">[% addbarshelvesloo.shelfname %]<\/option>";[% END %]
769
    param1 += "<\/optgroup>";[% END %]
769
    param1 += "<\/optgroup>";[% END %]
770
    [% IF ( addpubshelves ) %]param1 += "<optgroup label=\""+_("Public lists:")+"\">"[% FOREACH addpubshelvesloo IN addpubshelvesloop %]+"<option id=\"s[% addpubshelvesloo.shelfnumber %]\" value=\"addtolist\">[% addpubshelvesloo.shelfname |html %]<\/option>"[% END %][% END %]
770
    [% IF ( addpubshelves ) %]param1 += "<optgroup label=\""+_("Public lists:")+"\">"[% FOREACH addpubshelvesloo IN addpubshelvesloop %]+"<option id=\"s[% addpubshelvesloo.shelfnumber %]\" value=\"addtolist\">[% addpubshelvesloo.shelfname %]<\/option>"[% END %][% END %]
771
    param1 +="<\/optgroup><option value=\"newlist\">[ "+_("New list")+" ]<\/option>"
771
    param1 +="<\/optgroup><option value=\"newlist\">[ "+_("New list")+" ]<\/option>"
772
    [% END %]
772
    [% END %]
773
    [% END %]
773
    [% END %]
Lines 857-864 $(document).ready(function(){ Link Here
857
[% END %]
857
[% END %]
858
858
859
[% IF ( query_desc ) %]
859
[% IF ( query_desc ) %]
860
    var query_desc = "[% query_desc |replace("'", "\'") |replace('\n', '\\n') |replace('\r', '\\r') |html %]";
860
    var query_desc = "[% query_desc |replace("'", "\'") |replace('\n', '\\n') |replace('\r', '\\r') %]";
861
    var querystring = "[% querystring |replace("'", "\'") |replace('\n', '\\n') |replace('\r', '\\r') |html %]";
861
    var querystring = "[% querystring |replace("'", "\'") |replace('\n', '\\n') |replace('\r', '\\r') %]";
862
    [% IF ( OpacHighlightedWords ) %]
862
    [% IF ( OpacHighlightedWords ) %]
863
        q_array = query_desc.split(" ");
863
        q_array = query_desc.split(" ");
864
        // ensure that we don't have "" at the end of the array, which can
864
        // ensure that we don't have "" at the end of the array, which can
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-review.tt (-5 / +5 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo; Comments on [% title |html %]
2
[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo; Comments on [% title %]
3
<style type="text/css">
3
<style type="text/css">
4
  #custom-doc { width:37.08em;*width:36.16em;min-width:485px; margin:1em auto; text-align:left; }
4
  #custom-doc { width:37.08em;*width:36.16em;min-width:485px; margin:1em auto; text-align:left; }
5
</style>
5
</style>
Lines 36-46 Link Here
36
                            </div>
36
                            </div>
37
                        [% END # / ERRORs %]
37
                        [% END # / ERRORs %]
38
38
39
                        <h1>Comments on <i>[% title |html %] [% subtitle %]</i></h1>
39
                        <h1>Comments on <i>[% title %] [% subtitle %]</i></h1>
40
                        [% IF ( author ) %]<h3>[% author |html %]</h3>[% END %]
40
                        [% IF ( author ) %]<h3>[% author %]</h3>[% END %]
41
                        <form id="reviewf" action="/cgi-bin/koha/opac-review.pl[% IF ( cgi_debug ) %]?debug=1[% END %]" method="post">
41
                        <form id="reviewf" action="/cgi-bin/koha/opac-review.pl[% IF ( cgi_debug ) %]?debug=1[% END %]" method="post">
42
                            <input type="hidden" name="biblionumber" value="[% biblionumber | html%]" />
42
                            <input type="hidden" name="biblionumber" value="[% biblionumber%]" />
43
                            [% IF ( reviewid ) %]<input type="hidden" name="reviewid" value="[% reviewid | html%]" />[% END %]
43
                            [% IF ( reviewid ) %]<input type="hidden" name="reviewid" value="[% reviewid%]" />[% END %]
44
                            <fieldset>
44
                            <fieldset>
45
                                <textarea id="review" name="review" cols="60" rows="8">[% review %]</textarea>
45
                                <textarea id="review" name="review" cols="60" rows="8">[% review %]</textarea>
46
                            </fieldset>
46
                            </fieldset>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt (-4 / +4 lines)
Lines 68-74 Link Here
68
                                                    <tr>
68
                                                    <tr>
69
                                                        <td><input type="checkbox" name="id" value="[% s.id %]" /></td>
69
                                                        <td><input type="checkbox" name="id" value="[% s.id %]" /></td>
70
                                                        <td><span title="[% s.time %]">[% s.time |$KohaDates with_hours => 1 %]</span></td>
70
                                                        <td><span title="[% s.time %]">[% s.time |$KohaDates with_hours => 1 %]</span></td>
71
                                                        <td><a href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi |html |url %][% limit_cgi |html | url %]&amp;[% s.query_cgi |html %]&amp;count=[% countrss |html %]&amp;sort_by=acqdate_dsc&amp;format=rss2" class="rsssearchlink"><img src="[% interface %]/[% theme %]/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" class="rsssearchicon"/></a> <a href="/cgi-bin/koha/opac-search.pl?[% s.query_cgi |html %]">[% s.query_desc |html %]</a></td>
71
                                                        <td><a href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi |html |url %][% limit_cgi |html | url %]&amp;[% s.query_cgi %]&amp;count=[% countrss %]&amp;sort_by=acqdate_dsc&amp;format=rss2" class="rsssearchlink"><img src="[% interface %]/[% theme %]/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" class="rsssearchicon"/></a> <a href="/cgi-bin/koha/opac-search.pl?[% s.query_cgi %]">[% s.query_desc %]</a></td>
72
                                                        <td>[% s.total %]</td>
72
                                                        <td>[% s.total %]</td>
73
                                                    </tr>
73
                                                    </tr>
74
                                                [% END %]
74
                                                [% END %]
Lines 108-114 Link Here
108
                                                <tr>
108
                                                <tr>
109
                                                    <td><input type="checkbox" name="id" value="[% s.id %]" /></td>
109
                                                    <td><input type="checkbox" name="id" value="[% s.id %]" /></td>
110
                                                    <td><span title="[% s.time %]">[% s.time |$KohaDates with_hours => 1 %]</span></td>
110
                                                    <td><span title="[% s.time %]">[% s.time |$KohaDates with_hours => 1 %]</span></td>
111
                                                    <td><a href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi |html |url %][% limit_cgi |html | url %]&amp;[% s.query_cgi |html %]&amp;count=[% countrss |html %]&amp;sort_by=acqdate_dsc&amp;format=rss2" class="rsssearchlink"><img src="[% interface %]/[% theme %]/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" class="rsssearchicon"/></a> <a href="/cgi-bin/koha/opac-search.pl?[% s.query_cgi |html %]">[% s.query_desc |html %]</a></td>
111
                                                    <td><a href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi |html |url %][% limit_cgi |html | url %]&amp;[% s.query_cgi %]&amp;count=[% countrss %]&amp;sort_by=acqdate_dsc&amp;format=rss2" class="rsssearchlink"><img src="[% interface %]/[% theme %]/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" class="rsssearchicon"/></a> <a href="/cgi-bin/koha/opac-search.pl?[% s.query_cgi %]">[% s.query_desc %]</a></td>
112
                                                    <td>[% s.total %]</td>
112
                                                    <td>[% s.total %]</td>
113
                                                </tr>
113
                                                </tr>
114
                                            [% END %]
114
                                            [% END %]
Lines 153-159 Link Here
153
                                                    <tr>
153
                                                    <tr>
154
                                                        <td><input type="checkbox" name="id" value="[% s.id %]" /></td>
154
                                                        <td><input type="checkbox" name="id" value="[% s.id %]" /></td>
155
                                                        <td><span title="[% s.time %]">[% s.time |$KohaDates with_hours => 1 %]</span></td>
155
                                                        <td><span title="[% s.time %]">[% s.time |$KohaDates with_hours => 1 %]</span></td>
156
                                                        <td><a href="/cgi-bin/koha/opac-authorities-home.pl?[% s.query_cgi |html %]">[% s.query_desc |html %]</a></td>
156
                                                        <td><a href="/cgi-bin/koha/opac-authorities-home.pl?[% s.query_cgi %]">[% s.query_desc %]</a></td>
157
                                                        <td>[% s.total %]</td>
157
                                                        <td>[% s.total %]</td>
158
                                                    </tr>
158
                                                    </tr>
159
                                                [% END %]
159
                                                [% END %]
Lines 190-196 Link Here
190
                                                    <tr>
190
                                                    <tr>
191
                                                        <td><input type="checkbox" name="id" value="[% s.id %]" /></td>
191
                                                        <td><input type="checkbox" name="id" value="[% s.id %]" /></td>
192
                                                        <td><span title="[% s.time %]">[% s.time |$KohaDates with_hours => 1 %]</span></td>
192
                                                        <td><span title="[% s.time %]">[% s.time |$KohaDates with_hours => 1 %]</span></td>
193
                                                        <td><a href="/cgi-bin/koha/opac-authorities-home.pl?[% s.query_cgi |html %]">[% s.query_desc |html %]</a></td>
193
                                                        <td><a href="/cgi-bin/koha/opac-authorities-home.pl?[% s.query_cgi %]">[% s.query_desc %]</a></td>
194
                                                        <td>[% s.total %]</td>
194
                                                        <td>[% s.total %]</td>
195
                                                    </tr>
195
                                                    </tr>
196
                                                [% END %]
196
                                                [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt (-2 / +2 lines)
Lines 29-38 Link Here
29
                        <h2>Issues for a subscription</h2>
29
                        <h2>Issues for a subscription</h2>
30
                        <div id="views">
30
                        <div id="views">
31
                            <span class="view">
31
                            <span class="view">
32
                                <a id="Normalview" href="opac-detail.pl?biblionumber=[% biblionumber | html %]" class="button">Normal view</a>
32
                                <a id="Normalview" href="opac-detail.pl?biblionumber=[% biblionumber %]" class="button">Normal view</a>
33
                            </span>
33
                            </span>
34
                            <span class="view"><span id="Briefhistory">Brief history</span></span>
34
                            <span class="view"><span id="Briefhistory">Brief history</span></span>
35
                            <span class="view"><a id="Fullhistory" href="opac-serial-issues.pl?selectview=full&amp;biblionumber=[% biblionumber | html%]" class="button">Full history</a></span>
35
                            <span class="view"><a id="Fullhistory" href="opac-serial-issues.pl?selectview=full&amp;biblionumber=[% biblionumber%]" class="button">Full history</a></span>
36
                        </div>
36
                        </div>
37
                        <form method="post" name="f">
37
                        <form method="post" name="f">
38
                            [% FOREACH subscription_LOO IN subscription_LOOP %]
38
                            [% FOREACH subscription_LOO IN subscription_LOOP %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves-rss.tt (-3 / +3 lines)
Lines 5-18 Link Here
5
<channel>
5
<channel>
6
 <title>[% shelfname %]</title>
6
 <title>[% shelfname %]</title>
7
 <link>[% OPACBaseURL %]/cgi-bin/koha/opac-shelves.pl?rss=1&amp;viewshelf=[% shelfnumber %]</link>
7
 <link>[% OPACBaseURL %]/cgi-bin/koha/opac-shelves.pl?rss=1&amp;viewshelf=[% shelfnumber %]</link>
8
 <description>RSS feed for public list [% shelfname | html %]</description>
8
 <description>RSS feed for public list [% shelfname %]</description>
9
9
10
[% FOREACH i IN itemsloop %]
10
[% FOREACH i IN itemsloop %]
11
 <item>
11
 <item>
12
  <title>
12
  <title>
13
    [% i.title | html %]
13
    [% i.title %]
14
    [% IF i.author %]
14
    [% IF i.author %]
15
        by [% i.author | html %]
15
        by [% i.author %]
16
    [% END %]
16
    [% END %]
17
  </title>
17
  </title>
18
  <link>[% OPACBaseURL %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% i.biblionumber %]</link>
18
  <link>[% OPACBaseURL %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% i.biblionumber %]</link>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt (-39 / +39 lines)
Lines 2-8 Link Here
2
[% SET TagsShowEnabled = ( ( Koha.Preference( 'TagsEnabled' ) == 1 ) && TagsShowOnList ) %]
2
[% SET TagsShowEnabled = ( ( Koha.Preference( 'TagsEnabled' ) == 1 ) && TagsShowOnList ) %]
3
[% SET TagsInputEnabled = ( ( Koha.Preference( 'opacuserlogin' ) == 1 ) && ( Koha.Preference( 'TagsEnabled' ) == 1 ) && TagsInputOnList ) %]
3
[% SET TagsInputEnabled = ( ( Koha.Preference( 'opacuserlogin' ) == 1 ) && ( Koha.Preference( 'TagsEnabled' ) == 1 ) && TagsInputOnList ) %]
4
4
5
[% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo;   [% IF ( viewshelf ) %]Contents of [% shelfname |html %][% ELSE %]Your lists[% END %][% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo;   [% IF ( viewshelf ) %]Contents of [% shelfname %][% ELSE %]Your lists[% END %][% INCLUDE 'doc-head-close.inc' %]
6
[% BLOCK cssinclude %][% END %]
6
[% BLOCK cssinclude %][% END %]
7
</head>
7
</head>
8
[% IF ( loggedinusername ) %][% INCLUDE 'bodytag.inc' bodyid='opac-userlists' bodyclass='scrollto' %][% ELSE %][% INCLUDE 'bodytag.inc' bodyid='opac-lists' bodyclass='scrollto' %][% END %]
8
[% IF ( loggedinusername ) %][% INCLUDE 'bodytag.inc' bodyid='opac-userlists' bodyclass='scrollto' %][% ELSE %][% INCLUDE 'bodytag.inc' bodyid='opac-lists' bodyclass='scrollto' %][% END %]
Lines 76-82 Link Here
76
        [% END %]
76
        [% END %]
77
77
78
        [% IF ( viewshelf ) %]
78
        [% IF ( viewshelf ) %]
79
            <li><span class="divider">&rsaquo;</span> Contents of <i>[% shelfname | html %]</i></li>
79
            <li><span class="divider">&rsaquo;</span> Contents of <i>[% shelfname %]</i></li>
80
        [% END %]
80
        [% END %]
81
81
82
        [% IF ( shelves ) %]
82
        [% IF ( shelves ) %]
Lines 84-90 Link Here
84
        [% END %]
84
        [% END %]
85
85
86
        [% IF ( edit ) %]
86
        [% IF ( edit ) %]
87
            <li><span class="divider">&rsaquo;</span> Edit list <i>[% shelfname | html %]</i></li>
87
            <li><span class="divider">&rsaquo;</span> Edit list <i>[% shelfname %]</i></li>
88
        [% END %]
88
        [% END %]
89
89
90
    </ul> <!-- / .breadcrumb -->
90
    </ul> <!-- / .breadcrumb -->
Lines 121-127 Link Here
121
                             </div>
121
                             </div>
122
                            [% END %]
122
                            [% END %]
123
                            [% IF ( paramsloo.nopermission ) %]
123
                            [% IF ( paramsloo.nopermission ) %]
124
                              <div class="alert">ERROR: You do not have adequate permission for that action on list [% paramsloo.nopermission |html%].</div>
124
                              <div class="alert">ERROR: You do not have adequate permission for that action on list [% paramsloo.nopermission%].</div>
125
                            [% END %]
125
                            [% END %]
126
                            [% IF ( paramsloo.failgetitem ) %]
126
                            [% IF ( paramsloo.failgetitem ) %]
127
                              <div class="alert">ERROR: No item found with barcode [% paramsloo.failgetitem %].</div>
127
                              <div class="alert">ERROR: No item found with barcode [% paramsloo.failgetitem %].</div>
Lines 130-139 Link Here
130
                              <div class="alert">A record matching barcode <b>[% paramsloo.duplicatebiblio %]</b> has already been added.</div>
130
                              <div class="alert">A record matching barcode <b>[% paramsloo.duplicatebiblio %]</b> has already been added.</div>
131
                            [% END %]
131
                            [% END %]
132
                            [% IF ( paramsloo.delete_ok ) %]
132
                            [% IF ( paramsloo.delete_ok ) %]
133
                              <div class="alert alert-info">List [% paramsloo.delete_ok |html %] Deleted.</div>
133
                              <div class="alert alert-info">List [% paramsloo.delete_ok %] Deleted.</div>
134
                            [% END %]
134
                            [% END %]
135
                            [% IF ( paramsloo.delete_fail ) %]
135
                            [% IF ( paramsloo.delete_fail ) %]
136
                              <div class="alert alert-info">ERROR: Database error. Delete (list number [% paramsloo.delete_fail |html %]) failed.</div>
136
                              <div class="alert alert-info">ERROR: Database error. Delete (list number [% paramsloo.delete_fail %]) failed.</div>
137
                            [% END %]
137
                            [% END %]
138
                            [% IF ( paramsloo.unrecognized ) %]
138
                            [% IF ( paramsloo.unrecognized ) %]
139
                              <div class="alert alert-info">ERROR: List number [% paramsloo.unrecognized %] unrecognized.</div>
139
                              <div class="alert alert-info">ERROR: List number [% paramsloo.unrecognized %] unrecognized.</div>
Lines 152-158 Link Here
152
152
153
                    [% IF ( viewshelf ) %]<!--  Viewing a particular shelf -->
153
                    [% IF ( viewshelf ) %]<!--  Viewing a particular shelf -->
154
                        <h3>
154
                        <h3>
155
                            [% shelfname |html %]
155
                            [% shelfname %]
156
                            <a href="[% OPACBaseURL %]/cgi-bin/koha/opac-shelves.pl?rss=1&amp;viewshelf=[% shelfnumber %]" class="rss-list-link noprint">
156
                            <a href="[% OPACBaseURL %]/cgi-bin/koha/opac-shelves.pl?rss=1&amp;viewshelf=[% shelfnumber %]" class="rss-list-link noprint">
157
                                <img src="[% interface %]/[% theme %]/images/feed-icon-16x16.png" alt="Subscribe to this list" title="Subscribe to this list" border="0" class="rsssearchicon"/>
157
                                <img src="[% interface %]/[% theme %]/images/feed-icon-16x16.png" alt="Subscribe to this list" title="Subscribe to this list" border="0" class="rsssearchicon"/>
158
                            </a>
158
                            </a>
Lines 162-171 Link Here
162
                            <div id="toolbar" class="toolbar clearfix">
162
                            <div id="toolbar" class="toolbar clearfix">
163
                                <div class="list-actions">
163
                                <div class="list-actions">
164
                                    <a class="newshelf" href="/cgi-bin/koha/opac-shelves.pl?shelves=1">New list</a> <span class="sep">|</span>
164
                                    <a class="newshelf" href="/cgi-bin/koha/opac-shelves.pl?shelves=1">New list</a> <span class="sep">|</span>
165
                                    <a href="/cgi-bin/koha/opac-downloadshelf.pl?shelfid=[% shelfnumber | html %]&amp;showprivateshelves=[% showprivateshelves | html %]" class="download" data-toggle="modal" data-target="#modalWin">Download list</a>
165
                                    <a href="/cgi-bin/koha/opac-downloadshelf.pl?shelfid=[% shelfnumber %]&amp;showprivateshelves=[% showprivateshelves %]" class="download" data-toggle="modal" data-target="#modalWin">Download list</a>
166
166
167
                                    [% IF Koha.Preference( 'opacuserlogin' ) == 1 %]
167
                                    [% IF Koha.Preference( 'opacuserlogin' ) == 1 %]
168
                                        <span class="sendlist"><a href="/cgi-bin/koha/opac-sendshelf.pl?shelfid=[% shelfnumber | html %]" class="send" onclick="open('/cgi-bin/koha/opac-sendshelf.pl?shelfid=[% shelfnumber | html %]','win_form','scrollbars=no,resizable=no,height=300,width=450,top=50,left=100'); return false; ">Send list</a></span>
168
                                        <span class="sendlist"><a href="/cgi-bin/koha/opac-sendshelf.pl?shelfid=[% shelfnumber %]" class="send" onclick="open('/cgi-bin/koha/opac-sendshelf.pl?shelfid=[% shelfnumber %]','win_form','scrollbars=no,resizable=no,height=300,width=450,top=50,left=100'); return false; ">Send list</a></span>
169
                                    [% END %]
169
                                    [% END %]
170
170
171
                                    <a class="print-small" target="_blank" href="/cgi-bin/koha/opac-shelves.pl?viewshelf=[% shelfnumber %]&sort=[% sort %]&direction=[% direction |uri %]&print=1">Print list</a>
171
                                    <a class="print-small" target="_blank" href="/cgi-bin/koha/opac-shelves.pl?viewshelf=[% shelfnumber %]&sort=[% sort %]&direction=[% direction |uri %]&print=1">Print list</a>
Lines 175-204 Link Here
175
                                        <form method="get" action="/cgi-bin/koha/opac-shelves.pl" class="form-inline">
175
                                        <form method="get" action="/cgi-bin/koha/opac-shelves.pl" class="form-inline">
176
                                            <input type="hidden" name="op" value="modif" />
176
                                            <input type="hidden" name="op" value="modif" />
177
                                            <input type="hidden" name="display" value="viewshelf" />
177
                                            <input type="hidden" name="display" value="viewshelf" />
178
                                            <input type="hidden" name="shelfnumber" value="[% shelfnumber | html %]" />
178
                                            <input type="hidden" name="shelfnumber" value="[% shelfnumber %]" />
179
                                            <input type="submit" class="editshelf" value="Edit list" />
179
                                            <input type="submit" class="editshelf" value="Edit list" />
180
                                        </form>
180
                                        </form>
181
181
182
                                        <form method="post" action="/cgi-bin/koha/opac-shelves.pl" class="form-inline">
182
                                        <form method="post" action="/cgi-bin/koha/opac-shelves.pl" class="form-inline">
183
                                            <input type="hidden" value="1" name="shelves"/>
183
                                            <input type="hidden" value="1" name="shelves"/>
184
                                            <input type="hidden" value="1" name="DEL-[% shelfnumber | html %]"/>
184
                                            <input type="hidden" value="1" name="DEL-[% shelfnumber %]"/>
185
                                            [% IF ( showprivateshelves ) %]
185
                                            [% IF ( showprivateshelves ) %]
186
                                                <input type="hidden" name="display" value="privateshelves"/>
186
                                                <input type="hidden" name="display" value="privateshelves"/>
187
                                            [% END %]
187
                                            [% END %]
188
                                            <input type="submit" class="deleteshelf" value="Delete list" onclick="return confirmDelete(MSG_CONFIRM_DELETE_LIST);"/>
188
                                            <input type="submit" class="deleteshelf" value="Delete list" onclick="return confirmDelete(MSG_CONFIRM_DELETE_LIST);"/>
189
                                        </form>
189
                                        </form>
190
                                        [% IF showprivateshelves && Koha.Preference('OpacAllowSharingPrivateLists') %]
190
                                        [% IF showprivateshelves && Koha.Preference('OpacAllowSharingPrivateLists') %]
191
                                            <a href="/cgi-bin/koha/opac-shareshelf.pl?op=invite&shelfnumber=[% shelfnumber | html %]" class="">Share list</a>
191
                                            <a href="/cgi-bin/koha/opac-shareshelf.pl?op=invite&shelfnumber=[% shelfnumber %]" class="">Share list</a>
192
                                        [% END %]
192
                                        [% END %]
193
                                    [% ELSIF showprivateshelves # not manageshelf and private means shared %]
193
                                    [% ELSIF showprivateshelves # not manageshelf and private means shared %]
194
                                        [% INCLUDE remove_share %]
194
                                        [% INCLUDE remove_share %]
195
                                            <input type="hidden" name="REMSHR-[% shelfnumber | html %]" value="1" />
195
                                            <input type="hidden" name="REMSHR-[% shelfnumber %]" value="1" />
196
                                        </form>
196
                                        </form>
197
                                    [% END # / IF manageshelf %]
197
                                    [% END # / IF manageshelf %]
198
                                </div>
198
                                </div>
199
199
200
                                <form action="/cgi-bin/koha/opac-shelves.pl" id="sorting-form" class="form-inline sort_by pull-right">
200
                                <form action="/cgi-bin/koha/opac-shelves.pl" id="sorting-form" class="form-inline sort_by pull-right">
201
                                    <input type="hidden" name="viewshelf" value="[% shelfnumber | html %]" />
201
                                    <input type="hidden" name="viewshelf" value="[% shelfnumber %]" />
202
202
203
                                    <label for="sort">Sort by: </label>
203
                                    <label for="sort">Sort by: </label>
204
                                    <select name="sort" id="sort" class="resort" onchange="$('#sorting-form').submit()">
204
                                    <select name="sort" id="sort" class="resort" onchange="$('#sorting-form').submit()">
Lines 274-280 Link Here
274
274
275
                            <form action="/cgi-bin/koha/opac-shelves.pl" method="post" id="myform" name="myform" class="checkboxed">
275
                            <form action="/cgi-bin/koha/opac-shelves.pl" method="post" id="myform" name="myform" class="checkboxed">
276
                                [% IF ( manageshelf ) %]
276
                                [% IF ( manageshelf ) %]
277
                                    <input type="hidden" name="viewshelf" value="[% shelfnumber | html %]" />
277
                                    <input type="hidden" name="viewshelf" value="[% shelfnumber %]" />
278
                                    <input type="hidden" name="modifyshelfcontents" value="1" />
278
                                    <input type="hidden" name="modifyshelfcontents" value="1" />
279
                                [% END %]
279
                                [% END %]
280
                                <div class="searchresults">
280
                                <div class="searchresults">
Lines 333-339 Link Here
333
                                                        </a> <!-- / .p1 -->
333
                                                        </a> <!-- / .p1 -->
334
                                                        [% IF ( BakerTaylorEnabled ) %]
334
                                                        [% IF ( BakerTaylorEnabled ) %]
335
                                                            [% IF ( itemsloo.normalized_isbn ) %]
335
                                                            [% IF ( itemsloo.normalized_isbn ) %]
336
                                                                <a href="https://[% BakerTaylorBookstoreURL |html %][% itemsloo.normalized_isbn %]"><img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL |html %][% itemsloo.normalized_isbn %]" /></a>
336
                                                                <a href="https://[% BakerTaylorBookstoreURL %][% itemsloo.normalized_isbn %]"><img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL %][% itemsloo.normalized_isbn %]" /></a>
337
                                                            [% ELSE %]
337
                                                            [% ELSE %]
338
                                                                <span class="no-image">No cover image available</span>
338
                                                                <span class="no-image">No cover image available</span>
339
                                                            [% END %]
339
                                                            [% END %]
Lines 354-366 Link Here
354
                                                        [% END %]
354
                                                        [% END %]
355
355
356
                                                        [% IF ( itemsloo.title ) %]
356
                                                        [% IF ( itemsloo.title ) %]
357
                                                            [% itemsloo.title |html %]
357
                                                            [% itemsloo.title %]
358
                                                        [% ELSE %]
358
                                                        [% ELSE %]
359
                                                            No title
359
                                                            No title
360
                                                        [% END %]
360
                                                        [% END %]
361
361
362
                                                        [% FOREACH subtitl IN itemsloo.subtitle %]
362
                                                        [% FOREACH subtitl IN itemsloo.subtitle %]
363
                                                            [% subtitl.subfield|html %]
363
                                                            [% subtitl.subfield %]
364
                                                        [% END %]
364
                                                        [% END %]
365
                                                        </a>
365
                                                        </a>
366
366
Lines 376-382 Link Here
376
                                                                [% itemsloo.place %]
376
                                                                [% itemsloo.place %]
377
                                                            [% END %]
377
                                                            [% END %]
378
                                                            [% IF ( itemsloo.publishercode ) %]
378
                                                            [% IF ( itemsloo.publishercode ) %]
379
                                                                [% itemsloo.publishercode|html %]
379
                                                                [% itemsloo.publishercode %]
380
                                                            [% END %]
380
                                                            [% END %]
381
                                                            [% IF ( itemsloo.publicationyear ) %]
381
                                                            [% IF ( itemsloo.publicationyear ) %]
382
                                                                [% itemsloo.publicationyear %]
382
                                                                [% itemsloo.publicationyear %]
Lines 386-392 Link Here
386
                                                                [% END %]
386
                                                                [% END %]
387
                                                            [% END %]
387
                                                            [% END %]
388
                                                            [% IF ( itemsloo.pages ) %]. [% itemsloo.pages %][% END %]
388
                                                            [% IF ( itemsloo.pages ) %]. [% itemsloo.pages %][% END %]
389
                                                            [% IF ( itemsloo.notes ) %], [% itemsloo.notes|html %][% END %]
389
                                                            [% IF ( itemsloo.notes ) %], [% itemsloo.notes %][% END %]
390
                                                            [% IF ( itemsloo.item('size') ) %] [% itemsloo.item('size') %][% END %]
390
                                                            [% IF ( itemsloo.item('size') ) %] [% itemsloo.item('size') %][% END %]
391
                                                        </span>
391
                                                        </span>
392
                                                        <span class="results_summary">
392
                                                        <span class="results_summary">
Lines 491-497 Link Here
491
                                        <form method="get" action="/cgi-bin/koha/opac-shelves.pl" class="form-inline">
491
                                        <form method="get" action="/cgi-bin/koha/opac-shelves.pl" class="form-inline">
492
                                            <input type="hidden" name="op" value="modif" />
492
                                            <input type="hidden" name="op" value="modif" />
493
                                            <input type="hidden" name="display" value="viewshelf" />
493
                                            <input type="hidden" name="display" value="viewshelf" />
494
                                            <input type="hidden" name="shelfnumber" value="[% shelfnumber | html %]" />
494
                                            <input type="hidden" name="shelfnumber" value="[% shelfnumber %]" />
495
                                            <input type="submit" class="editshelf" value="Edit list" />
495
                                            <input type="submit" class="editshelf" value="Edit list" />
496
                                        </form>
496
                                        </form>
497
497
Lines 517-529 Link Here
517
                    [% END # / IF viewshelf %]
517
                    [% END # / IF viewshelf %]
518
518
519
                    [% IF ( itemsloop && allowremovingitems ) %]
519
                    [% IF ( itemsloop && allowremovingitems ) %]
520
                        <input type="hidden" name="shelfnumber" value="[% shelfnumber | html %]" />
520
                        <input type="hidden" name="shelfnumber" value="[% shelfnumber %]" />
521
                        <input type="hidden" name="modifyshelfcontents" value="1" />
521
                        <input type="hidden" name="modifyshelfcontents" value="1" />
522
                        <input type="hidden" name="viewshelf" value="[% shelfnumber | html %]" /><input type="submit" value="Remove selected items" id="remove-selected" class="btn btn-danger"/>
522
                        <input type="hidden" name="viewshelf" value="[% shelfnumber %]" /><input type="submit" value="Remove selected items" id="remove-selected" class="btn btn-danger"/>
523
                        </form>
523
                        </form>
524
                    [% ELSIF ( !itemsloop && manageshelf ) %]
524
                    [% ELSIF ( !itemsloop && manageshelf ) %]
525
                        <form method="post" action="opac-shelves.pl">
525
                        <form method="post" action="opac-shelves.pl">
526
                        <input type="hidden" name="DEL-[% shelfnumber | html %]" value="1" />
526
                        <input type="hidden" name="DEL-[% shelfnumber %]" value="1" />
527
                        <input type="hidden" name="shelves" value="1" />
527
                        <input type="hidden" name="shelves" value="1" />
528
                        <input type="hidden" name="shelfoff" value="[% shelfoff %]" />
528
                        <input type="hidden" name="shelfoff" value="[% shelfoff %]" />
529
                        <input type="submit" class="btn btn-danger" value="Delete this list" onclick="return confirmDelete(MSG_CONFIRM_DELETE_LIST)" />
529
                        <input type="submit" class="btn btn-danger" value="Delete this list" onclick="return confirmDelete(MSG_CONFIRM_DELETE_LIST)" />
Lines 533-544 Link Here
533
                    [% IF ( edit ) %]
533
                    [% IF ( edit ) %]
534
                        <form method="post" action="/cgi-bin/koha/opac-shelves.pl">
534
                        <form method="post" action="/cgi-bin/koha/opac-shelves.pl">
535
                            <input type="hidden" name="op" value="modifsave" />
535
                            <input type="hidden" name="op" value="modifsave" />
536
                            <input type="hidden" name="display" value="[% display |html %]" />
536
                            <input type="hidden" name="display" value="[% display %]" />
537
                            <input type="hidden" name="shelfnumber" value="[% shelfnumber | html %]" />
537
                            <input type="hidden" name="shelfnumber" value="[% shelfnumber %]" />
538
                            <fieldset class="rows">
538
                            <fieldset class="rows">
539
                                <legend>Editing <em>[% shelfname |html %]</em></legend>
539
                                <legend>Editing <em>[% shelfname %]</em></legend>
540
                                <ol>
540
                                <ol>
541
                                    <li><label for="shelfname">List name: </label><input type="text" id="shelfname" name="shelfname" maxlength="255" value="[% shelfname |html %]" /></li>
541
                                    <li><label for="shelfname">List name: </label><input type="text" id="shelfname" name="shelfname" maxlength="255" value="[% shelfname %]" /></li>
542
                                    <li>
542
                                    <li>
543
                                        <label for="sortfield" >Sort this list by: </label>
543
                                        <label for="sortfield" >Sort this list by: </label>
544
                                        <select name="sortfield" id="sortfield">
544
                                        <select name="sortfield" id="sortfield">
Lines 594-602 Link Here
594
                            <fieldset class="action">
594
                            <fieldset class="action">
595
                                <input type="submit" value="Save" class="btn" />
595
                                <input type="submit" value="Save" class="btn" />
596
                                [% IF ( showprivateshelves ) %]
596
                                [% IF ( showprivateshelves ) %]
597
                                    <a class="cancel" href="/cgi-bin/koha/opac-shelves.pl?shelfnumber=[% shelfnumber | html %]&amp;display=privateshelves">Cancel</a>
597
                                    <a class="cancel" href="/cgi-bin/koha/opac-shelves.pl?shelfnumber=[% shelfnumber %]&amp;display=privateshelves">Cancel</a>
598
                                [% ELSE %]
598
                                [% ELSE %]
599
                                    <a class="cancel" href="/cgi-bin/koha/opac-shelves.pl?shelfnumber=[% shelfnumber | html %]">Cancel</a>
599
                                    <a class="cancel" href="/cgi-bin/koha/opac-shelves.pl?shelfnumber=[% shelfnumber %]">Cancel</a>
600
                                [% END %]
600
                                [% END %]
601
                            </fieldset>
601
                            </fieldset>
602
                        </form>
602
                        </form>
Lines 642-648 Link Here
642
                                                        <tbody>
642
                                                        <tbody>
643
                                                            [% FOREACH shelveslooppri IN shelveslooppriv %]
643
                                                            [% FOREACH shelveslooppri IN shelveslooppriv %]
644
                                                                <tr>
644
                                                                <tr>
645
                                                                    <td><a href="/cgi-bin/koha/opac-shelves.pl?display=privateshelves&amp;viewshelf=[% shelveslooppri.shelf %]&amp;sortfield=[% shelveslooppri.sortfield %]">[% shelveslooppri.shelfname |html %]</a></td>
645
                                                                    <td><a href="/cgi-bin/koha/opac-shelves.pl?display=privateshelves&amp;viewshelf=[% shelveslooppri.shelf %]&amp;sortfield=[% shelveslooppri.sortfield %]">[% shelveslooppri.shelfname %]</a></td>
646
                                                                    <td>[% IF ( shelveslooppri.count ) %][% shelveslooppri.count %] [% IF ( shelveslooppri.single ) %]item[% ELSE %]items[% END %][% ELSE %]Empty[% END %]</td>
646
                                                                    <td>[% IF ( shelveslooppri.count ) %][% shelveslooppri.count %] [% IF ( shelveslooppri.single ) %]item[% ELSE %]items[% END %][% ELSE %]Empty[% END %]</td>
647
                                                                    <td>
647
                                                                    <td>
648
                                                                        [% IF ( shelveslooppri.viewcategory1 ) %][% IF !shelveslooppri.shares %]Private[% ELSE %]Shared[% END %][% END %]
648
                                                                        [% IF ( shelveslooppri.viewcategory1 ) %][% IF !shelveslooppri.shares %]Private[% ELSE %]Shared[% END %][% END %]
Lines 650-656 Link Here
650
                                                                    <td>
650
                                                                    <td>
651
                                                                        [% IF ( shelveslooppri.mine ) %]
651
                                                                        [% IF ( shelveslooppri.mine ) %]
652
                                                                        <form action="/cgi-bin/koha/opac-shelves.pl" method="get" class="form-inline">
652
                                                                        <form action="/cgi-bin/koha/opac-shelves.pl" method="get" class="form-inline">
653
                                                                            <input type="hidden" name="shelfnumber" value="[% shelveslooppri.shelf |html %]" />
653
                                                                            <input type="hidden" name="shelfnumber" value="[% shelveslooppri.shelf %]" />
654
                                                                            <input type="hidden" name="display" value="privateshelves" />
654
                                                                            <input type="hidden" name="display" value="privateshelves" />
655
                                                                            <input type="hidden" name="op" value="modif" />
655
                                                                            <input type="hidden" name="op" value="modif" />
656
                                                                            <input type="submit" class="editshelf" value="Edit" />
656
                                                                            <input type="submit" class="editshelf" value="Edit" />
Lines 658-679 Link Here
658
                                                                        <form action="opac-shelves.pl" method="post" class="form-inline">
658
                                                                        <form action="opac-shelves.pl" method="post" class="form-inline">
659
                                                                            <input type="hidden" name="shelves" value="1" />
659
                                                                            <input type="hidden" name="shelves" value="1" />
660
                                                                            <input type="hidden" name="display" value="privateshelves" />
660
                                                                            <input type="hidden" name="display" value="privateshelves" />
661
                                                                            <input type="hidden" name="DEL-[% shelveslooppri.shelf |html %]" value="1" />
661
                                                                            <input type="hidden" name="DEL-[% shelveslooppri.shelf %]" value="1" />
662
                                                                            <input type="hidden" name="shelfoff" value="[% shelfoff |html %]" />
662
                                                                            <input type="hidden" name="shelfoff" value="[% shelfoff %]" />
663
                                                                            [% IF ( shelveslooppri.confirm ) %]
663
                                                                            [% IF ( shelveslooppri.confirm ) %]
664
                                                                                <input type="hidden" name="CONFIRM-[% shelveslooppri.confirm |html %]" value="1" />
664
                                                                                <input type="hidden" name="CONFIRM-[% shelveslooppri.confirm %]" value="1" />
665
                                                                                <input type="submit" class="btn btn-danger confirm" value="Confirm" />
665
                                                                                <input type="submit" class="btn btn-danger confirm" value="Confirm" />
666
                                                                            [% ELSE %]
666
                                                                            [% ELSE %]
667
                                                                                <input type="submit" class="deleteshelf" onclick="return confirmDelete(MSG_CONFIRM_DELETE_LIST);" value="Delete" />
667
                                                                                <input type="submit" class="deleteshelf" onclick="return confirmDelete(MSG_CONFIRM_DELETE_LIST);" value="Delete" />
668
                                                                            [% END %]
668
                                                                            [% END %]
669
                                                                        </form>
669
                                                                        </form>
670
                                                                            [% IF Koha.Preference('OpacAllowSharingPrivateLists') %]
670
                                                                            [% IF Koha.Preference('OpacAllowSharingPrivateLists') %]
671
                                                                                <a href="/cgi-bin/koha/opac-shareshelf.pl?op=invite&shelfnumber=[% shelveslooppri.shelf |html %]" class="">Share</a>
671
                                                                                <a href="/cgi-bin/koha/opac-shareshelf.pl?op=invite&shelfnumber=[% shelveslooppri.shelf %]" class="">Share</a>
672
                                                                            [% END %]
672
                                                                            [% END %]
673
                                                                        [% ELSE # not shelveslooppri.mine, so shared %]
673
                                                                        [% ELSE # not shelveslooppri.mine, so shared %]
674
                                                                            [% INCLUDE remove_share  # if pref is off, you should still be able to remove shares %]
674
                                                                            [% INCLUDE remove_share  # if pref is off, you should still be able to remove shares %]
675
                                                                            <input type="hidden" name="shelfoff" value="[% shelfoff |html %]" />
675
                                                                            <input type="hidden" name="shelfoff" value="[% shelfoff %]" />
676
                                                                            <input type="hidden" name="REMSHR-[% shelveslooppri.shelf |html %]" value="1" />
676
                                                                            <input type="hidden" name="REMSHR-[% shelveslooppri.shelf %]" value="1" />
677
                                                                            </form>
677
                                                                            </form>
678
                                                                        [% END %]&nbsp;
678
                                                                        [% END %]&nbsp;
679
                                                                    </td>
679
                                                                    </td>
Lines 716-722 Link Here
716
                                            <tbody>
716
                                            <tbody>
717
                                                [% FOREACH shelvesloo IN shelvesloop %]
717
                                                [% FOREACH shelvesloo IN shelvesloop %]
718
                                                    <tr>
718
                                                    <tr>
719
                                                        <td><a class="title" href="/cgi-bin/koha/opac-shelves.pl?viewshelf=[% shelvesloo.shelf %]&amp;sortfield=[% shelvesloo.sortfield %]">[% shelvesloo.shelfname |html %]</a></td>
719
                                                        <td><a class="title" href="/cgi-bin/koha/opac-shelves.pl?viewshelf=[% shelvesloo.shelf %]&amp;sortfield=[% shelvesloo.sortfield %]">[% shelvesloo.shelfname %]</a></td>
720
                                                        <td>[% shelvesloo.count %] [% IF ( shelvesloo.single ) %]item[% ELSE %]item(s)[% END %]</td>
720
                                                        <td>[% shelvesloo.count %] [% IF ( shelvesloo.single ) %]item[% ELSE %]item(s)[% END %]</td>
721
                                                        <td>
721
                                                        <td>
722
                                                            [% IF ( shelvesloo.viewcategory2 ) %]Public[% END %]
722
                                                            [% IF ( shelvesloo.viewcategory2 ) %]Public[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews-rss.tt (-10 / +10 lines)
Lines 8-14 Link Here
8
     <lastBuildDate>[% timestamp %]</lastBuildDate>
8
     <lastBuildDate>[% timestamp %]</lastBuildDate>
9
	 [% FOREACH review IN reviews %]
9
	 [% FOREACH review IN reviews %]
10
     <item>
10
     <item>
11
       <title>New comment on [% review.title |html %] [% FOREACH subtitl IN review.subtitle %], [% subtitl.subfield |html %][% END %]</title>
11
       <title>New comment on [% review.title %] [% FOREACH subtitl IN review.subtitle %], [% subtitl.subfield %][% END %]</title>
12
       <link>[% OPACBaseURL %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% review.biblionumber %]#comments</link>
12
       <link>[% OPACBaseURL %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% review.biblionumber %]#comments</link>
13
       <description><![CDATA[
13
       <description><![CDATA[
14
[% IF ( OPACAmazonCoverImages ) %][% IF ( review.normalized_isbn ) %]<img src="http://images.amazon.com/images/P/[% review.normalized_isbn %].01.TZZZZZZZ.jpg" alt="" />[% END %][% END %]
14
[% IF ( OPACAmazonCoverImages ) %][% IF ( review.normalized_isbn ) %]<img src="http://images.amazon.com/images/P/[% review.normalized_isbn %].01.TZZZZZZZ.jpg" alt="" />[% END %][% END %]
Lines 18-32 Link Here
18
<img src="http://www.syndetics.com/index.aspx?isbn=[% review.normalized_isbn %]/SC.GIF&amp;client=[% SyndeticsClientCode %]&amp;type=xw10&amp;upc=[% review.normalized_upc %]&amp;oclc=[% review.normalized_oclc %]" alt="" />
18
<img src="http://www.syndetics.com/index.aspx?isbn=[% review.normalized_isbn %]/SC.GIF&amp;client=[% SyndeticsClientCode %]&amp;type=xw10&amp;upc=[% review.normalized_upc %]&amp;oclc=[% review.normalized_oclc %]" alt="" />
19
[% END %][% END %][% END %][% END %]
19
[% END %][% END %][% END %][% END %]
20
20
21
[% IF ( BakerTaylorEnabled ) %][% IF ( review.normalized_isbn ) %]<a href="https://[% BakerTaylorBookstoreURL |html %][% review.normalized_isbn %]"><img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL |html %][% review.normalized_isbn %]" /></a>[% END %][% END %]
21
[% IF ( BakerTaylorEnabled ) %][% IF ( review.normalized_isbn ) %]<a href="https://[% BakerTaylorBookstoreURL %][% review.normalized_isbn %]"><img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL %][% review.normalized_isbn %]" /></a>[% END %][% END %]
22
	   [% IF ( review.author ) %]<p>By [% review.author |html %].</p> [% END %]
22
	   [% IF ( review.author ) %]<p>By [% review.author %].</p> [% END %]
23
	   <p>[% IF ( review.place ) %][% review.place |html %] [% END %][% IF ( review.publishercode ) %][% review.publishercode |html %][% END %][% IF ( review.publicationyear ) %] [% review.publicationyear |html %]
23
	   <p>[% IF ( review.place ) %][% review.place %] [% END %][% IF ( review.publishercode ) %][% review.publishercode %][% END %][% IF ( review.publicationyear ) %] [% review.publicationyear %]
24
                    [% ELSE %][% IF ( review.copyrightdate ) %] [% review.copyrightdate |html %][% END %][% END %]
24
                    [% ELSE %][% IF ( review.copyrightdate ) %] [% review.copyrightdate %][% END %][% END %]
25
                        [% IF ( review.pages ) %]. [% review.pages |html %][% END %]
25
                        [% IF ( review.pages ) %]. [% review.pages %][% END %]
26
                        [% IF ( review.notes ) %], [% review.notes |html %][% END %]
26
                        [% IF ( review.notes ) %], [% review.notes %][% END %]
27
                        [% IF ( review.size ) %] [% review.size |html %]. [% END %]
27
                        [% IF ( review.size ) %] [% review.size %]. [% END %]
28
                        [% IF ( review.isbn ) %] [% review.isbn |html %][% END %] </p>
28
                        [% IF ( review.isbn ) %] [% review.isbn %][% END %] </p>
29
<p>[% IF ( review.borrowernumber && ShowReviewer ) %][% review.firstname %] [% review.surname %] commented[% ELSE %]Comment[% END %] on [% review.datereviewed | $KohaDates %]: [% review.review |html %]</p>
29
<p>[% IF ( review.borrowernumber && ShowReviewer ) %][% review.firstname %] [% review.surname %] commented[% ELSE %]Comment[% END %] on [% review.datereviewed | $KohaDates %]: [% review.review %]</p>
30
						]]></description>
30
						]]></description>
31
       <guid>[% OPACBaseURL %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% review.biblionumber %]&amp;reviewid=[% review.reviewid %]</guid>
31
       <guid>[% OPACBaseURL %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% review.biblionumber %]&amp;reviewid=[% review.reviewid %]</guid>
32
       <pubDate>[% review.timestamp %]</pubDate>
32
       <pubDate>[% review.timestamp %]</pubDate>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews.tt (-3 / +3 lines)
Lines 44-50 Link Here
44
                                                [% END %]
44
                                                [% END %]
45
                                            [% END %]
45
                                            [% END %]
46
                                            [% IF ( review.title ) %][% review.title %][% ELSE %]No title[% END %]
46
                                            [% IF ( review.title ) %][% review.title %][% ELSE %]No title[% END %]
47
                                            [% FOREACH subtitl IN review.subtitle %] [% subtitl.subfield |html %][% END %]
47
                                            [% FOREACH subtitl IN review.subtitle %] [% subtitl.subfield %][% END %]
48
                                            </a>
48
                                            </a>
49
                                            [% IF ( review.author ) %]
49
                                            [% IF ( review.author ) %]
50
                                                by <a href="/cgi-bin/koha/opac-search.pl?q=au:[% review.author |url %]" title="Search for works by this author" class="author">[% review.author %]</a>
50
                                                by <a href="/cgi-bin/koha/opac-search.pl?q=au:[% review.author |url %]" title="Search for works by this author" class="author">[% review.author %]</a>
Lines 83-89 Link Here
83
                                                <img class="avatar" src="[% review.avatarurl %]" height="40" width="40" alt="" />
83
                                                <img class="avatar" src="[% review.avatarurl %]" height="40" width="40" alt="" />
84
                                            [% END %]
84
                                            [% END %]
85
                                            [% FILTER html_break %]
85
                                            [% FILTER html_break %]
86
                                                [% review.review |html %]
86
                                                [% review.review %]
87
                                            [% END %]
87
                                            [% END %]
88
                                        <span style="font-size:87%;font-color:#CCC;">Added [% review.datereviewed | $KohaDates %] [% IF ( review.your_comment ) %] by <strong>you</strong>[% ELSE %]
88
                                        <span style="font-size:87%;font-color:#CCC;">Added [% review.datereviewed | $KohaDates %] [% IF ( review.your_comment ) %] by <strong>you</strong>[% ELSE %]
89
                                        [% IF ( review.borrowernumber && ShowReviewer != "none" ) %] by
89
                                        [% IF ( review.borrowernumber && ShowReviewer != "none" ) %] by
Lines 138-144 Link Here
138
                                            </a>
138
                                            </a>
139
                                        [% IF ( BakerTaylorEnabled ) %]
139
                                        [% IF ( BakerTaylorEnabled ) %]
140
                                            [% IF ( review.normalized_isbn ) %]
140
                                            [% IF ( review.normalized_isbn ) %]
141
                                                <a href="https://[% review.BakerTaylorBookstoreURL |html %][% review.normalized_isbn %]"><img alt="See Baker &amp; Taylor" src="[% review.BakerTaylorImageURL |html %][% review.normalized_isbn %]" /></a>
141
                                                <a href="https://[% review.BakerTaylorBookstoreURL %][% review.normalized_isbn %]"><img alt="See Baker &amp; Taylor" src="[% review.BakerTaylorImageURL %][% review.normalized_isbn %]" /></a>
142
                                            [% ELSE %]
142
                                            [% ELSE %]
143
                                                <span class="no-image">No cover image available</span>
143
                                                <span class="no-image">No cover image available</span>
144
                                            [% END %]
144
                                            [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt (-9 / +9 lines)
Lines 130-136 Link Here
130
                                <form action="/cgi-bin/koha/opac-suggestions.pl" class="form-inline" method="get">
130
                                <form action="/cgi-bin/koha/opac-suggestions.pl" class="form-inline" method="get">
131
                                    <fieldset>
131
                                    <fieldset>
132
                                        <label for="title">Search for:</label>
132
                                        <label for="title">Search for:</label>
133
                                        <input type="text" name="title" id="title" value="[% title |html %]" />
133
                                        <input type="text" name="title" id="title" value="[% title %]" />
134
                                        [% IF Koha.Preference( 'OPACViewOthersSuggestions' ) == 1 %]
134
                                        [% IF Koha.Preference( 'OPACViewOthersSuggestions' ) == 1 %]
135
                                            [% IF loggedinusername %]
135
                                            [% IF loggedinusername %]
136
                                                <label for="suggested_by_anyone">Suggested by:</label>
136
                                                <label for="suggested_by_anyone">Suggested by:</label>
Lines 188-206 Link Here
188
                                                        </td>
188
                                                        </td>
189
                                                    [% END %]
189
                                                    [% END %]
190
                                                    <td>
190
                                                    <td>
191
                                                        <p><strong>[% suggestions_loo.title |html %]</strong></p>
191
                                                        <p><strong>[% suggestions_loo.title %]</strong></p>
192
                                                            <p>[% IF ( suggestions_loo.author ) %][% suggestions_loo.author |html %],[% END %]
192
                                                            <p>[% IF ( suggestions_loo.author ) %][% suggestions_loo.author %],[% END %]
193
                                                                [% IF ( suggestions_loo.copyrightdate ) %] - [% suggestions_loo.copyrightdate |html %],[% END %]
193
                                                                [% IF ( suggestions_loo.copyrightdate ) %] - [% suggestions_loo.copyrightdate %],[% END %]
194
                                                                [% IF ( suggestions_loo.publishercode ) %] - [% suggestions_loo.publishercode |html %][% END %]
194
                                                                [% IF ( suggestions_loo.publishercode ) %] - [% suggestions_loo.publishercode %][% END %]
195
                                                                [% IF ( suggestions_loo.place ) %]([% suggestions_loo.place |html %])[% END %]
195
                                                                [% IF ( suggestions_loo.place ) %]([% suggestions_loo.place %])[% END %]
196
                                                                [% IF ( suggestions_loo.collectiontitle ) %] , [% suggestions_loo.collectiontitle |html %][% END %]
196
                                                                [% IF ( suggestions_loo.collectiontitle ) %] , [% suggestions_loo.collectiontitle %][% END %]
197
                                                                [% IF ( suggestions_loo.itemtype ) %] - [% suggestions_loo.itemtype %][% END %]
197
                                                                [% IF ( suggestions_loo.itemtype ) %] - [% suggestions_loo.itemtype %][% END %]
198
                                                        </p>
198
                                                        </p>
199
                                                    </td>
199
                                                    </td>
200
                                                    <td>
200
                                                    <td>
201
                                                        [% IF ( suggestions_loo.note ) %]
201
                                                        [% IF ( suggestions_loo.note ) %]
202
                                                            <span class="tdlabel">Note: </span>
202
                                                            <span class="tdlabel">Note: </span>
203
                                                            [% suggestions_loo.note |html %]
203
                                                            [% suggestions_loo.note %]
204
                                                        [% END %]
204
                                                        [% END %]
205
                                                    </td>
205
                                                    </td>
206
                                                    [% IF Koha.Preference( 'OPACViewOthersSuggestions' ) == 1 %]
206
                                                    [% IF Koha.Preference( 'OPACViewOthersSuggestions' ) == 1 %]
Lines 230-236 Link Here
230
                                                        [% ELSIF ( suggestions_loo.REJECTED ) %]Suggestion declined
230
                                                        [% ELSIF ( suggestions_loo.REJECTED ) %]Suggestion declined
231
                                                        [% ELSIF ( suggestions_loo.AVAILABLE ) %]Available in the library
231
                                                        [% ELSIF ( suggestions_loo.AVAILABLE ) %]Available in the library
232
                                                        [% ELSE %] [% AuthorisedValues.GetByCode( 'SUGGEST_STATUS', suggestions_loo.STATUS, 1 ) %] [% END %]
232
                                                        [% ELSE %] [% AuthorisedValues.GetByCode( 'SUGGEST_STATUS', suggestions_loo.STATUS, 1 ) %] [% END %]
233
                                                        [% IF ( suggestions_loo.reason ) %]([% suggestions_loo.reason |html %])[% END %]
233
                                                        [% IF ( suggestions_loo.reason ) %]([% suggestions_loo.reason %])[% END %]
234
                                                    </td>
234
                                                    </td>
235
                                                </tr>
235
                                                </tr>
236
                                            [% END # / FOREACH suggestions_loo %]
236
                                            [% END # / FOREACH suggestions_loo %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt (-4 / +4 lines)
Lines 96-102 Link Here
96
                            <div id="tagcloud">
96
                            <div id="tagcloud">
97
                                [% FOREACH TAGLOO IN TAGLOOP %]
97
                                [% FOREACH TAGLOO IN TAGLOOP %]
98
                                    <span class="tag tagweight[% TAGLOO.stratum %]" id="tag[% loop.count %]" style="display:inline;">
98
                                    <span class="tag tagweight[% TAGLOO.stratum %]" id="tag[% loop.count %]" style="display:inline;">
99
                                    <a href="/cgi-bin/koha/opac-search.pl?tag=[% TAGLOO.term |url %]&amp;q=[% TAGLOO.term |url %]">[% TAGLOO.term |html %]</a>
99
                                    <a href="/cgi-bin/koha/opac-search.pl?tag=[% TAGLOO.term |url %]&amp;q=[% TAGLOO.term |url %]">[% TAGLOO.term %]</a>
100
                                    <span class="tagweight">[% TAGLOO.weight_total %]</span>
100
                                    <span class="tagweight">[% TAGLOO.weight_total %]</span>
101
                                    </span>
101
                                    </span>
102
                                [% END %]
102
                                [% END %]
Lines 122-138 Link Here
122
                                            <td class="tagterm">
122
                                            <td class="tagterm">
123
                                                <span class="tdlabel">Tag:</span>
123
                                                <span class="tdlabel">Tag:</span>
124
                                                <a href="/cgi-bin/koha/opac-search.pl?tag=[% MY_TAG.term |url %]&amp;q=[% MY_TAG.term |url %]">
124
                                                <a href="/cgi-bin/koha/opac-search.pl?tag=[% MY_TAG.term |url %]&amp;q=[% MY_TAG.term |url %]">
125
                                            [% MY_TAG.term |html %]</a></td>
125
                                            [% MY_TAG.term %]</a></td>
126
                                            <td>
126
                                            <td>
127
                                                [% IF ( MY_TAG.XSLTBloc ) %]
127
                                                [% IF ( MY_TAG.XSLTBloc ) %]
128
                                                    [% MY_TAG.XSLTBloc %]
128
                                                    [% MY_TAG.XSLTBloc %]
129
                                                [% ELSE %]
129
                                                [% ELSE %]
130
                                                    <span class="tdlabel">Title:</span>
130
                                                    <span class="tdlabel">Title:</span>
131
                                                    <a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% MY_TAG.biblionumber %]">
131
                                                    <a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% MY_TAG.biblionumber %]">
132
                                                        [% MY_TAG.title |html %]
132
                                                        [% MY_TAG.title %]
133
                                                        [% IF ( MY_TAG.subtitle ) %]
133
                                                        [% IF ( MY_TAG.subtitle ) %]
134
                                                            [% FOREACH subtitle IN MY_TAG.subtitle %]
134
                                                            [% FOREACH subtitle IN MY_TAG.subtitle %]
135
                                                                [% subtitle.subfield |html %]
135
                                                                [% subtitle.subfield %]
136
                                                            [% END %]
136
                                                            [% END %]
137
                                                        [% END %]
137
                                                        [% END %]
138
                                                    </a>
138
                                                    </a>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags_subject.tt (-1 / +1 lines)
Lines 41-47 Link Here
41
                                    </fieldset>
41
                                    </fieldset>
42
42
43
                                    [% FOREACH LOO IN LOOP %]
43
                                    [% FOREACH LOO IN LOOP %]
44
                                        <a href="/cgi-bin/koha/opac-search.pl?idx=su&amp;q=&quot;[% LOO.entry |html %]&quot;" style="font-size:[% LOO.weight %]px;">[% LOO.entry %]</a>
44
                                        <a href="/cgi-bin/koha/opac-search.pl?idx=su&amp;q=&quot;[% LOO.entry %]&quot;" style="font-size:[% LOO.weight %]px;">[% LOO.entry %]</a>
45
                                    [% END %]
45
                                    [% END %]
46
                                [% ELSE %]
46
                                [% ELSE %]
47
                                    <p>Note: This feature only available to French catalogs where ISBD subjects have been populated, and an index built by separate script.</p>
47
                                    <p>Note: This feature only available to French catalogs where ISBD subjects have been populated, and an index built by separate script.</p>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-topissues.tt (-2 / +2 lines)
Lines 49-55 Link Here
49
                                    [% branch %]
49
                                    [% branch %]
50
                                    [% END %]
50
                                    [% END %]
51
                                    [% IF ( timeLimitFinite ) %]
51
                                    [% IF ( timeLimitFinite ) %]
52
                                    in the past [% timeLimitFinite |html %] months
52
                                    in the past [% timeLimitFinite %] months
53
                                    [% ELSE %] of all time[% END %]
53
                                    [% ELSE %] of all time[% END %]
54
                                </caption>
54
                                </caption>
55
                                <thead>
55
                                <thead>
Lines 63-69 Link Here
63
                                <tbody>
63
                                <tbody>
64
                                    [% FOREACH results_loo IN results_loop %]
64
                                    [% FOREACH results_loo IN results_loop %]
65
                                        <tr>
65
                                        <tr>
66
                                            <td><a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% results_loo.biblionumber %]">[% results_loo.title |html %]</a><p>[% results_loo.author %]
66
                                            <td><a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% results_loo.biblionumber %]">[% results_loo.title %]</a><p>[% results_loo.author %]
67
                                            [% IF ( results_loo.publishercode ) %]- [% results_loo.publishercode %][% END %] [% IF ( results_loo.seriestitle ) %]([% results_loo.seriestitle %])[% END %]
67
                                            [% IF ( results_loo.publishercode ) %]- [% results_loo.publishercode %][% END %] [% IF ( results_loo.seriestitle ) %]([% results_loo.seriestitle %])[% END %]
68
                                            [% IF ( results_loo.place ) %][% results_loo.place %][% END %]
68
                                            [% IF ( results_loo.place ) %][% results_loo.place %][% END %]
69
                                            [% IF ( results_loo.publicationyear ) %]
69
                                            [% IF ( results_loo.publicationyear ) %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-4 / +4 lines)
Lines 167-173 Link Here
167
167
168
                                                    [% IF ( BakerTaylorEnabled ) %]
168
                                                    [% IF ( BakerTaylorEnabled ) %]
169
                                                        [% IF ( ISSUE.normalized_isbn ) %]
169
                                                        [% IF ( ISSUE.normalized_isbn ) %]
170
                                                            <a href="https://[% BakerTaylorBookstoreURL |html %][% ISSUE.normalized_isbn %]"><img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL |html %][% ISSUE.normalized_isbn %]" /></a>
170
                                                            <a href="https://[% BakerTaylorBookstoreURL %][% ISSUE.normalized_isbn %]"><img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL %][% ISSUE.normalized_isbn %]" /></a>
171
                                                        [% ELSE %]
171
                                                        [% ELSE %]
172
                                                            <span class="no-image">No cover image available</span><!-- BakerTaylor needs normalized_isbn! -->
172
                                                            <span class="no-image">No cover image available</span><!-- BakerTaylor needs normalized_isbn! -->
173
                                                        [% END %]
173
                                                        [% END %]
Lines 184-190 Link Here
184
                                                </td>[% END # / IF JacketImages %]
184
                                                </td>[% END # / IF JacketImages %]
185
185
186
                                                <td class="title">
186
                                                <td class="title">
187
                                                    <a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% ISSUE.biblionumber %]">[% ISSUE.title |html %] [% FOREACH subtitl IN ISSUE.subtitle %] [% subtitl.subfield %][% END %]</a>
187
                                                    <a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% ISSUE.biblionumber %]">[% ISSUE.title %] [% FOREACH subtitl IN ISSUE.subtitle %] [% subtitl.subfield %][% END %]</a>
188
                                                    <span class="item-details">[% ISSUE.author %]</span>
188
                                                    <span class="item-details">[% ISSUE.author %]</span>
189
                                                </td>
189
                                                </td>
190
                                                [% IF ( ISSUE.overdue ) %]
190
                                                [% IF ( ISSUE.overdue ) %]
Lines 410-416 Link Here
410
410
411
                                                    [% IF ( BakerTaylorEnabled ) %]
411
                                                    [% IF ( BakerTaylorEnabled ) %]
412
                                                        [% IF ( OVERDUE.normalized_isbn ) %]
412
                                                        [% IF ( OVERDUE.normalized_isbn ) %]
413
                                                            <a href="https://[% BakerTaylorBookstoreURL |html %][% OVERDUE.normalized_isbn %]"><img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL |html %][% OVERDUE.normalized_isbn %]" /></a>
413
                                                            <a href="https://[% BakerTaylorBookstoreURL %][% OVERDUE.normalized_isbn %]"><img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL %][% OVERDUE.normalized_isbn %]" /></a>
414
                                                        [% ELSE %]
414
                                                        [% ELSE %]
415
                                                            <!-- BakerTaylor needs normalized_isbn! --><span class="no-image">No cover image available</span>
415
                                                            <!-- BakerTaylor needs normalized_isbn! --><span class="no-image">No cover image available</span>
416
                                                        [% END %]
416
                                                        [% END %]
Lines 427-433 Link Here
427
                                                [% END # /IF jacketcell %]
427
                                                [% END # /IF jacketcell %]
428
428
429
                                                <td>
429
                                                <td>
430
                                                    <a class="title" href="/cgi-bin/koha/opac-detail.pl?bib=[% OVERDUE.biblionumber %]">[% OVERDUE.title |html %] [% FOREACH subtitl IN OVERDUE.subtitle %] [% subtitl.subfield %][% END %]
430
                                                    <a class="title" href="/cgi-bin/koha/opac-detail.pl?bib=[% OVERDUE.biblionumber %]">[% OVERDUE.title %] [% FOREACH subtitl IN OVERDUE.subtitle %] [% subtitl.subfield %][% END %]
431
                                                    </a>
431
                                                    </a>
432
                                                    <span class="item-details">[% OVERDUE.author %]</span></td>
432
                                                    <span class="item-details">[% OVERDUE.author %]</span></td>
433
433
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt (-4 / +4 lines)
Lines 36-42 Link Here
36
                            <h3>Item cannot be checked out.</h3>
36
                            <h3>Item cannot be checked out.</h3>
37
                            <p>Sorry, this item cannot be checked out at this station.</p>
37
                            <p>Sorry, this item cannot be checked out at this station.</p>
38
                            [% IF ( title ) %]
38
                            [% IF ( title ) %]
39
                                <p>Title: <em>[% title |html %]</em> </p>
39
                                <p>Title: <em>[% title %]</em> </p>
40
                            [% END %]
40
                            [% END %]
41
41
42
                            <p>
42
                            <p>
Lines 220-228 Link Here
220
                                            <tr>
220
                                            <tr>
221
                                                <td>
221
                                                <td>
222
                                                    [% UNLESS ( noitemlinks ) %]
222
                                                    [% UNLESS ( noitemlinks ) %]
223
                                                        <a href="/cgi-bin/koha/opac-detail.pl?bib=[% ISSUE.  biblionumber %]">[% ISSUE.title |html %]</a>
223
                                                        <a href="/cgi-bin/koha/opac-detail.pl?bib=[% ISSUE.  biblionumber %]">[% ISSUE.title %]</a>
224
                                                    [% ELSE %]
224
                                                    [% ELSE %]
225
                                                        <strong>[% ISSUE.title |html %]</strong>
225
                                                        <strong>[% ISSUE.title %]</strong>
226
                                                    [% END %]
226
                                                    [% END %]
227
                                                    <span class="item-details">[% ISSUE.author %]</span>
227
                                                    <span class="item-details">[% ISSUE.author %]</span>
228
                                                    ([% ISSUE.barcode %])
228
                                                    ([% ISSUE.barcode %])
Lines 291-297 Link Here
291
                                        [% END # / IF authbylogin %]
291
                                        [% END # / IF authbylogin %]
292
292
293
                                        [% FOREACH INPUT IN INPUTS %]
293
                                        [% FOREACH INPUT IN INPUTS %]
294
                                            <input type="hidden" name="[% INPUT.name |html %]" value="[% INPUT.value |html %]">
294
                                            <input type="hidden" name="[% INPUT.name %]" value="[% INPUT.value %]">
295
                                        [% END %]
295
                                        [% END %]
296
                                        <input type="hidden" name="op" value="login" />
296
                                        <input type="hidden" name="op" value="login" />
297
                                    </fieldset>
297
                                    </fieldset>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/svc/suggestion.tt (-2 / +1 lines)
Lines 33-39 Link Here
33
    <div>
33
    <div>
34
        <span class="suggestionlabel">Did you mean:</span>
34
        <span class="suggestionlabel">Did you mean:</span>
35
        [% FOREACH suggestion IN suggestions %]
35
        [% FOREACH suggestion IN suggestions %]
36
            <span class="searchsuggestion"><a href="/cgi-bin/koha/opac-search.pl?q=[% suggestion.search |uri %]">[% suggestion.label |html %]</a></span>
36
            <span class="searchsuggestion"><a href="/cgi-bin/koha/opac-search.pl?q=[% suggestion.search |uri %]">[% suggestion.label %]</a></span>
37
        [% END %]
37
        [% END %]
38
    </div>
38
    </div>
39
[% ELSE %]
39
[% ELSE %]
40
- 

Return to bug 13618