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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt (-2 / +2 lines)
Lines 707-718 Link Here
707
                </ul>
707
                </ul>
708
708
709
            <h2>jQuery Star Rating Plugin</h2>
709
            <h2>jQuery Star Rating Plugin</h2>
710
              <p>jQuery Star Rating Plugin v3.14 by <a href="http://www.fyneworks.com/">Fyneworks.com</a> is licensed under the <a target="_blank" href="http://en.wikipedia.org/wiki/MIT_License">MIT License</a> and the <a target="_blank" href="http://creativecommons.org/licenses/GPL/2.0/">GPL License</a>.</p>
710
              <p>jQuery Star Rating Plugin v3.14 by <a href="http://www.fyneworks.com/">Fyneworks.com</a> is licensed under the <a href="http://en.wikipedia.org/wiki/MIT_License">MIT License</a> and the <a href="http://creativecommons.org/licenses/GPL/2.0/">GPL License</a>.</p>
711
711
712
            <p>Copyright &copy; 2008 <a href="http://www.fyneworks.com/">Fyneworks.com</a></p>
712
            <p>Copyright &copy; 2008 <a href="http://www.fyneworks.com/">Fyneworks.com</a></p>
713
713
714
            <h2>jQuery insertAtCaret Plugin</h2>
714
            <h2>jQuery insertAtCaret Plugin</h2>
715
            <p>jQuery insertAtCaret Plugin v1.0 by the phpMyAdmin devel team is licensed under the <a target="_blank" href="http://www.gnu.org/licenses/gpl.html">GPL License</a>.</p>
715
            <p>jQuery insertAtCaret Plugin v1.0 by the phpMyAdmin devel team is licensed under the <a href="http://www.gnu.org/licenses/gpl.html">GPL License</a>.</p>
716
716
717
            <p>Copyright &copy; 2003-2010 phpMyAdmin devel team</p>
717
            <p>Copyright &copy; 2003-2010 phpMyAdmin devel team</p>
718
718
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt (-1 / +1 lines)
Lines 315-321 function delete_contact(ev) { Link Here
315
                <p><span class="label">Phone: </span>[% phone %]</p>
315
                <p><span class="label">Phone: </span>[% phone %]</p>
316
                <p><span class="label">Fax: </span>[% fax %]</p>
316
                <p><span class="label">Fax: </span>[% fax %]</p>
317
                [% IF ( url ) %]
317
                [% IF ( url ) %]
318
                    <p><span class="label">Website: </span><a href="[% url %]" target="_blank">[% url %]</a></p>
318
                    <p><span class="label">Website: </span><a href="[% url %]">[% url %]</a></p>
319
                [% END %]
319
                [% END %]
320
                [% IF ( accountnumber ) %]
320
                [% IF ( accountnumber ) %]
321
                    <p><span class="label">Account number: </span>[% accountnumber %]</p>
321
                    <p><span class="label">Account number: </span>[% accountnumber %]</p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt (-1 / +1 lines)
Lines 244-250 function batchDelete(){ Link Here
244
            [% FOREACH MARCNOTE IN BIBLIO_RESULT.MARCNOTES %]
244
            [% FOREACH MARCNOTE IN BIBLIO_RESULT.MARCNOTES %]
245
                <p>
245
                <p>
246
                [% IF MARCNOTE.marcnote.match('^https?://\S+$') %]
246
                [% IF MARCNOTE.marcnote.match('^https?://\S+$') %]
247
                    - <a target="_blank" href="[% MARCNOTE.marcnote %]">[% MARCNOTE.marcnote %]</a>
247
                    - <a href="[% MARCNOTE.marcnote %]">[% MARCNOTE.marcnote %]</a>
248
                [% ELSE %]
248
                [% ELSE %]
249
                    - [% MARCNOTE.marcnote %]
249
                    - [% MARCNOTE.marcnote %]
250
                [% END %]
250
                [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-1 / +1 lines)
Lines 858-864 function verify_images() { Link Here
858
    [% FOREACH MARCNOTE IN MARCNOTES %]
858
    [% FOREACH MARCNOTE IN MARCNOTES %]
859
        <p>
859
        <p>
860
        [% IF MARCNOTE.marcnote.match('^https?://\S+$') %]
860
        [% IF MARCNOTE.marcnote.match('^https?://\S+$') %]
861
            <a target="_blank" href="[% MARCNOTE.marcnote %]">[% MARCNOTE.marcnote %]</a>
861
            <a href="[% MARCNOTE.marcnote %]">[% MARCNOTE.marcnote %]</a>
862
        [% ELSE %]
862
        [% ELSE %]
863
            [% MARCNOTE.marcnote FILTER html_line_break %]
863
            [% MARCNOTE.marcnote FILTER html_line_break %]
864
        [% END %]
864
        [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt (-2 / +2 lines)
Lines 153-159 Link Here
153
                                                [% FOREACH MARCNOTE IN BIBLIO_RESULT.MARCNOTES %]
153
                                                [% FOREACH MARCNOTE IN BIBLIO_RESULT.MARCNOTES %]
154
                                                    <p>
154
                                                    <p>
155
                                                    [% IF MARCNOTE.marcnote.match('^https?://\S+$') %]
155
                                                    [% IF MARCNOTE.marcnote.match('^https?://\S+$') %]
156
                                                        - <a target="_blank" href="[% MARCNOTE.marcnote %]">[% MARCNOTE.marcnote %]</a>
156
                                                        - <a href="[% MARCNOTE.marcnote %]">[% MARCNOTE.marcnote %]</a>
157
                                                    [% ELSE %]
157
                                                    [% ELSE %]
158
                                                        - [% MARCNOTE.marcnote %]
158
                                                        - [% MARCNOTE.marcnote %]
159
                                                    [% END %]
159
                                                    [% END %]
Lines 206-212 Link Here
206
                                                        [% IF MARCurl.part %]<p>[% MARCurl.part %]</p>[% END %]
206
                                                        [% IF MARCurl.part %]<p>[% MARCurl.part %]</p>[% END %]
207
207
208
                                                        [% IF OPACURLOpenInNewWindow %]
208
                                                        [% IF OPACURLOpenInNewWindow %]
209
                                                            <a href="[% MARCurl.MARCURL %]" title="[% MARCurl.MARCURL %]" target="_blank">[% MARCurl.linktext %]</a>
209
                                                            <a href="[% MARCurl.MARCURL %]" title="[% MARCurl.MARCURL %]" target="_blank" rel="noreferrer">[% MARCurl.linktext %]</a>
210
                                                        [% ELSE %]
210
                                                        [% ELSE %]
211
                                                            <a href="[% MARCurl.MARCURL %]" title="[% MARCurl.MARCURL %]">[% MARCurl.linktext %]</a>
211
                                                            <a href="[% MARCurl.MARCURL %]" title="[% MARCurl.MARCURL %]">[% MARCurl.linktext %]</a>
212
                                                        [% END %]
212
                                                        [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-16 / +16 lines)
Lines 54-60 Link Here
54
                    [% END %]
54
                    [% END %]
55
                    [% IF ( OPACAmazonCoverImages ) %]
55
                    [% IF ( OPACAmazonCoverImages ) %]
56
                        [% IF ( OPACURLOpenInNewWindow ) %]
56
                        [% IF ( OPACURLOpenInNewWindow ) %]
57
                            <a href="http://www.amazon[% AmazonTld %]/gp/reader/[% normalized_isbn %]/ref=sib_dp_pt/002-7879865-0184864#reader-link" target="_blank">
57
                            <a href="http://www.amazon[% AmazonTld %]/gp/reader/[% normalized_isbn %]/ref=sib_dp_pt/002-7879865-0184864#reader-link" target="_blank" rel="noreferrer">
58
                        [% ELSE %]
58
                        [% ELSE %]
59
                            <a href="http://www.amazon[% AmazonTld %]/dp/[% normalized_isbn %]">
59
                            <a href="http://www.amazon[% AmazonTld %]/dp/[% normalized_isbn %]">
60
                        [% END %]
60
                        [% END %]
Lines 88-94 Link Here
88
                    [% IF ( BakerTaylorEnabled && bt_id ) %]
88
                    [% IF ( BakerTaylorEnabled && bt_id ) %]
89
                        [% IF BakerTaylorBookstoreURL %]
89
                        [% IF BakerTaylorBookstoreURL %]
90
                            [% IF ( OPACURLOpenInNewWindow ) %]
90
                            [% IF ( OPACURLOpenInNewWindow ) %]
91
                                <a href="https://[% BakerTaylorBookstoreURL |html %][% bt_id %]" target="_blank"><img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL |html %][% bt_id %]" /></a>
91
                                <a href="https://[% BakerTaylorBookstoreURL |html %][% bt_id %]" target="_blank" rel="noreferrer"><img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL |html %][% bt_id %]" /></a>
92
                            [% ELSE %]
92
                            [% ELSE %]
93
                                <a href="https://[% BakerTaylorBookstoreURL |html %][% bt_id %]"><img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL |html %][% bt_id %]" /></a>
93
                                <a href="https://[% BakerTaylorBookstoreURL |html %][% bt_id %]"><img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL |html %][% bt_id %]" /></a>
94
                            [% END %]
94
                            [% END %]
Lines 337-345 Link Here
337
337
338
                                        [% IF ( OPACURLOpenInNewWindow ) %]
338
                                        [% IF ( OPACURLOpenInNewWindow ) %]
339
                                            [% IF trackclicks == 'track' || trackclicks == 'anonymous' %]
339
                                            [% IF trackclicks == 'track' || trackclicks == 'anonymous' %]
340
                                                <a href="/cgi-bin/koha/tracklinks.pl?uri=[% MARCurl.MARCURL |url%]&amp;biblionumber=[% biblionumber | url %]" title="[% MARCurl.MARCURL %]" target="_blank">
340
                                                <a href="/cgi-bin/koha/tracklinks.pl?uri=[% MARCurl.MARCURL |url%]&amp;biblionumber=[% biblionumber | url %]" title="[% MARCurl.MARCURL %]" target="_blank" rel="noreferrer">
341
                                            [% ELSE %]
341
                                            [% ELSE %]
342
                                                <a href="[% MARCurl.MARCURL %]" title="[% MARCurl.MARCURL %]" target="_blank">
342
                                                <a href="[% MARCurl.MARCURL %]" title="[% MARCurl.MARCURL %]" target="_blank" rel="noreferrer">
343
                                            [% END %]
343
                                            [% END %]
344
                                        [% ELSE %]
344
                                        [% ELSE %]
345
                                            [% IF trackclicks == 'track' || trackclicks == 'anonymous' %]
345
                                            [% IF trackclicks == 'track' || trackclicks == 'anonymous' %]
Lines 436-444 Link Here
436
                            <span class="results_summary">
436
                            <span class="results_summary">
437
                                <span class="label">Series information:</span>
437
                                <span class="label">Series information:</span>
438
                                [% IF ( using_https ) %]
438
                                [% IF ( using_https ) %]
439
                                    <a target="_blank" href="https://secure.syndetics.com/ffseries.aspx?isbn=[% normalized_isbn %]&amp;type=series&amp;num=1&amp;client=[% SyndeticsClientCode %][% IF ( normalized_upc ) %]&amp;upc=[% normalized_upc %][% END %][% IF ( normalized_oclc ) %]&amp;oclc=[% normalized_oclc %][% END %]">Click to open in new window</a>
439
                                    <a target="_blank" rel="noreferrer" href="https://secure.syndetics.com/ffseries.aspx?isbn=[% normalized_isbn %]&amp;type=series&amp;num=1&amp;client=[% SyndeticsClientCode %][% IF ( normalized_upc ) %]&amp;upc=[% normalized_upc %][% END %][% IF ( normalized_oclc ) %]&amp;oclc=[% normalized_oclc %][% END %]">Click to open in new window</a>
440
                                [% ELSE %]
440
                                [% ELSE %]
441
                                    <a target="_blank" href="http://www.syndetics.com/ffseries.aspx?isbn=[% normalized_isbn %]&amp;type=series&amp;num=1&amp;client=[% SyndeticsClientCode %][% IF ( normalized_upc ) %]&amp;upc=[% normalized_upc %][% END %][% IF ( normalized_oclc ) %]&amp;oclc=[% normalized_oclc %][% END %]">Click to open in new window</a>
441
                                    <a target="_blank" rel="noreferrer" href="http://www.syndetics.com/ffseries.aspx?isbn=[% normalized_isbn %]&amp;type=series&amp;num=1&amp;client=[% SyndeticsClientCode %][% IF ( normalized_upc ) %]&amp;upc=[% normalized_upc %][% END %][% IF ( normalized_oclc ) %]&amp;oclc=[% normalized_oclc %][% END %]">Click to open in new window</a>
442
                                [% END %]
442
                                [% END %]
443
                            </span>
443
                            </span>
444
                        [% END # / IF SyndeticsSeries && SyndeticsSERIES1Exists%]
444
                        [% END # / IF SyndeticsSeries && SyndeticsSERIES1Exists%]
Lines 446-454 Link Here
446
                            <span class="results_summary">
446
                            <span class="results_summary">
447
                                <span class="label">Audiovisual profile:</span>
447
                                <span class="label">Audiovisual profile:</span>
448
                                [% IF ( using_https ) %]
448
                                [% IF ( using_https ) %]
449
                                    <a target="_blank" href="https://secure.syndetics.com/index.aspx?isbn=[% normalized_isbn %]/avprofile.html&amp;client=[% SyndeticsClientCode %][% IF ( normalized_upc ) %]&amp;upc=[% normalized_upc %][% END %][% IF ( normalized_oclc ) %]&amp;oclc=[% normalized_oclc %][% END %]&amp;type=xw10">Click to open in new window</a>
449
                                    <a target="_blank" rel="noreferrer" href="https://secure.syndetics.com/index.aspx?isbn=[% normalized_isbn %]/avprofile.html&amp;client=[% SyndeticsClientCode %][% IF ( normalized_upc ) %]&amp;upc=[% normalized_upc %][% END %][% IF ( normalized_oclc ) %]&amp;oclc=[% normalized_oclc %][% END %]&amp;type=xw10">Click to open in new window</a>
450
                                [% ELSE %]
450
                                [% ELSE %]
451
                                    <a target="_blank" href="http://www.syndetics.com/index.aspx?isbn=[% normalized_isbn %]/avprofile.html&amp;client=[% SyndeticsClientCode %][% IF ( normalized_upc ) %]&amp;upc=[% normalized_upc %][% END %][% IF ( normalized_oclc ) %]&amp;oclc=[% normalized_oclc %][% END %]&amp;type=xw10">Click to open in new window</a>
451
                                    <a target="_blank" rel="noreferrer" href="http://www.syndetics.com/index.aspx?isbn=[% normalized_isbn %]/avprofile.html&amp;client=[% SyndeticsClientCode %][% IF ( normalized_upc ) %]&amp;upc=[% normalized_upc %][% END %][% IF ( normalized_oclc ) %]&amp;oclc=[% normalized_oclc %][% END %]&amp;type=xw10">Click to open in new window</a>
452
                                [% END %]
452
                                [% END %]
453
                            </span>
453
                            </span>
454
                        [% END # / IF SyndeticsAVPROFILEExists %]
454
                        [% END # / IF SyndeticsAVPROFILEExists %]
Lines 457-465 Link Here
457
                            <span class="results_summary">
457
                            <span class="results_summary">
458
                            <span class="label">Fiction notes:</span>
458
                            <span class="label">Fiction notes:</span>
459
                                [% IF ( using_https ) %]
459
                                [% IF ( using_https ) %]
460
                                    <a target="_blank" href="https://secure.syndetics.com/index.aspx?isbn=[% normalized_isbn %]/fiction.html&amp;client=[% SyndeticsClientCode %][% IF ( normalized_upc ) %]&amp;upc=[% normalized_upc %][% END %][% IF ( normalized_oclc ) %]&amp;oclc=[% normalized_oclc %][% END %]&amp;type=xw10">Click to open in new window</a>
460
                                    <a target="_blank" rel="noreferrer" href="https://secure.syndetics.com/index.aspx?isbn=[% normalized_isbn %]/fiction.html&amp;client=[% SyndeticsClientCode %][% IF ( normalized_upc ) %]&amp;upc=[% normalized_upc %][% END %][% IF ( normalized_oclc ) %]&amp;oclc=[% normalized_oclc %][% END %]&amp;type=xw10">Click to open in new window</a>
461
                                [% ELSE %]
461
                                [% ELSE %]
462
                                    <a target="_blank" href="http://www.syndetics.com/index.aspx?isbn=[% normalized_isbn %]/fiction.html&amp;client=[% SyndeticsClientCode %][% IF ( normalized_upc ) %]&amp;upc=[% normalized_upc %][% END %][% IF ( normalized_oclc ) %]&amp;oclc=[% normalized_oclc %][% END %]&amp;type=xw10">Click to open in new window</a>
462
                                    <a target="_blank" rel="noreferrer" href="http://www.syndetics.com/index.aspx?isbn=[% normalized_isbn %]/fiction.html&amp;client=[% SyndeticsClientCode %][% IF ( normalized_upc ) %]&amp;upc=[% normalized_upc %][% END %][% IF ( normalized_oclc ) %]&amp;oclc=[% normalized_oclc %][% END %]&amp;type=xw10">Click to open in new window</a>
463
                                [% END %]
463
                                [% END %]
464
                            </span>
464
                            </span>
465
                        [% END # / IF SyndeticsFICTIONExists %]
465
                        [% END # / IF SyndeticsFICTIONExists %]
Lines 468-476 Link Here
468
                            <span class="results_summary">
468
                            <span class="results_summary">
469
                                <span class="label">Awards:</span>
469
                                <span class="label">Awards:</span>
470
                                [% IF ( using_https ) %]
470
                                [% IF ( using_https ) %]
471
                                    <a target="_blank" href="https://secure.syndetics.com/ffawards.aspx?isbn=[% normalized_isbn %]&amp;type=awards&amp;client=[% SyndeticsClientCode %][% IF ( normalized_upc ) %]&amp;upc=[% normalized_upc %][% END %][% IF ( normalized_oclc ) %]&amp;oclc=[% normalized_oclc %][% END %]">Click to open in new window</a>
471
                                    <a target="_blank" rel="noreferrer" href="https://secure.syndetics.com/ffawards.aspx?isbn=[% normalized_isbn %]&amp;type=awards&amp;client=[% SyndeticsClientCode %][% IF ( normalized_upc ) %]&amp;upc=[% normalized_upc %][% END %][% IF ( normalized_oclc ) %]&amp;oclc=[% normalized_oclc %][% END %]">Click to open in new window</a>
472
                                [% ELSE %]
472
                                [% ELSE %]
473
                                    <a target="_blank" href="http://www.syndetics.com/ffawards.aspx?isbn=[% normalized_isbn %]&amp;type=awards&amp;client=[% SyndeticsClientCode %][% IF ( normalized_upc ) %]&amp;upc=[% normalized_upc %][% END %][% IF ( normalized_oclc ) %]&amp;oclc=[% normalized_oclc %][% END %]">Click to open in new window</a>
473
                                    <a target="_blank" rel="noreferrer" href="http://www.syndetics.com/ffawards.aspx?isbn=[% normalized_isbn %]&amp;type=awards&amp;client=[% SyndeticsClientCode %][% IF ( normalized_upc ) %]&amp;upc=[% normalized_upc %][% END %][% IF ( normalized_oclc ) %]&amp;oclc=[% normalized_oclc %][% END %]">Click to open in new window</a>
474
                                [% END %]
474
                                [% END %]
475
                            </span>
475
                            </span>
476
                        [% END # / IF SyndeticsAwards && SyndeticsAWARDS1Exists %]
476
                        [% END # / IF SyndeticsAwards && SyndeticsAWARDS1Exists %]
Lines 515-521 Link Here
515
                    [% IF ( BakerTaylorContentURL ) %]
515
                    [% IF ( BakerTaylorContentURL ) %]
516
                        <span class="results_summary">
516
                        <span class="results_summary">
517
                        <span class="label">Enhanced content: </span>
517
                        <span class="label">Enhanced content: </span>
518
                              [% IF ( OPACURLOpenInNewWindow ) %]<a href="[% BakerTaylorContentURL |html %]" target="_blank">Content Cafe</a>[% ELSE %]<a href="[% BakerTaylorContentURL |html %]">Content Cafe</a>[% END %]
518
                              [% IF ( OPACURLOpenInNewWindow ) %]<a href="[% BakerTaylorContentURL |html %]" target="_blank" rel="noreferrer">Content Cafe</a>[% ELSE %]<a href="[% BakerTaylorContentURL |html %]">Content Cafe</a>[% END %]
519
                        </span>
519
                        </span>
520
                    [% END # / IF BakerTaylorContentURL %]
520
                    [% END # / IF BakerTaylorContentURL %]
521
521
Lines 719-725 Link Here
719
                                [% FOREACH MARCNOTE IN MARCNOTES %]
719
                                [% FOREACH MARCNOTE IN MARCNOTES %]
720
                                    <p>
720
                                    <p>
721
                                    [% IF MARCNOTE.marcnote.match('^https?://\S+$') %]
721
                                    [% IF MARCNOTE.marcnote.match('^https?://\S+$') %]
722
                                        <a target="_blank" href="[% MARCNOTE.marcnote %]">[% MARCNOTE.marcnote %]</a>
722
                                        <a href="[% MARCNOTE.marcnote %]">[% MARCNOTE.marcnote %]</a>
723
                                    [% ELSE %]
723
                                    [% ELSE %]
724
                                        [% MARCNOTE.marcnote FILTER html_line_break %]
724
                                        [% MARCNOTE.marcnote FILTER html_line_break %]
725
                                    [% END %]
725
                                    [% END %]
Lines 1287-1299 Link Here
1287
                            [% IF ITEM_RESULT.uri %]
1287
                            [% IF ITEM_RESULT.uri %]
1288
                                [% IF trackclicks == 'track' || trackclicks == 'anonymous' %]
1288
                                [% IF trackclicks == 'track' || trackclicks == 'anonymous' %]
1289
                                    [% IF Koha.Preference("OPACURLOpenInNewWindow") %]
1289
                                    [% IF Koha.Preference("OPACURLOpenInNewWindow") %]
1290
                                    <a target="_blank" href="/cgi-bin/koha/tracklinks.pl?uri=[% ITEM_RESULT.uri | url %]&amp;biblionumber=[% biblionumber |url %]&amp;itemnumber=[% ITEM_RESULT.itemnumber | url %]" property="url"> Link to resource </a>
1290
                                    <a target="_blank" rel="noreferrer" href="/cgi-bin/koha/tracklinks.pl?uri=[% ITEM_RESULT.uri | url %]&amp;biblionumber=[% biblionumber |url %]&amp;itemnumber=[% ITEM_RESULT.itemnumber | url %]" property="url"> Link to resource </a>
1291
                                    [% ELSE %]
1291
                                    [% ELSE %]
1292
                                    <a href="/cgi-bin/koha/tracklinks.pl?uri=[% ITEM_RESULT.uri | url %]&amp;biblionumber=[% biblionumber |url %]&amp;itemnumber=[% ITEM_RESULT.itemnumber | url %]" property="url"> Link to resource </a>
1292
                                    <a href="/cgi-bin/koha/tracklinks.pl?uri=[% ITEM_RESULT.uri | url %]&amp;biblionumber=[% biblionumber |url %]&amp;itemnumber=[% ITEM_RESULT.itemnumber | url %]" property="url"> Link to resource </a>
1293
                                    [% END %]
1293
                                    [% END %]
1294
                                [% ELSE %]
1294
                                [% ELSE %]
1295
                                    [% IF Koha.Preference("OPACURLOpenInNewWindow") %]
1295
                                    [% IF Koha.Preference("OPACURLOpenInNewWindow") %]
1296
                                    <a target="_blank" href="[% ITEM_RESULT.uri %]" property="url">[% ITEM_RESULT.uri %]</a>
1296
                                    <a target="_blank" rel="noreferrer" href="[% ITEM_RESULT.uri %]" property="url">[% ITEM_RESULT.uri %]</a>
1297
                                    [% ELSE %]
1297
                                    [% ELSE %]
1298
                                    <a href="[% ITEM_RESULT.uri %]" property="url">[% ITEM_RESULT.uri %]</a>
1298
                                    <a href="[% ITEM_RESULT.uri %]" property="url">[% ITEM_RESULT.uri %]</a>
1299
                                    [% END %]
1299
                                    [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-idref.tt (-1 / +1 lines)
Lines 36-42 Link Here
36
                  <tr>
36
                  <tr>
37
                    <td>[% doc.citation %]</td>
37
                    <td>[% doc.citation %]</td>
38
                    <td><a href="/cgi-bin/koha/opac-search.pl?q=ident:[% doc.ppn %]" target="_blank">Koha</a></td>
38
                    <td><a href="/cgi-bin/koha/opac-search.pl?q=ident:[% doc.ppn %]" target="_blank">Koha</a></td>
39
                    <td><a href="http://www.sudoc.fr/[% doc.ppn %]" target="_blank">Sudoc</a></td>
39
                    <td><a href="http://www.sudoc.fr/[% doc.ppn %]" target="_blank" rel="noreferrer">Sudoc</a></td>
40
                  </tr>
40
                  </tr>
41
                [% END %]
41
                [% END %]
42
              </tbody>
42
              </tbody>
(-)a/koha-tmpl/opac-tmpl/bootstrap/js/google-jackets.js (-2 / +1 lines)
Lines 41-47 KOHA.Google = { Link Here
41
    gbsCallBack: function(booksInfo) {
41
    gbsCallBack: function(booksInfo) {
42
         var target = '';
42
         var target = '';
43
         if (this.openInNewWindow) {
43
         if (this.openInNewWindow) {
44
            target = 'target="_blank" ';
44
            target = 'target="_blank" rel="noreferrer" ';
45
         }
45
         }
46
         for (id in booksInfo) {
46
         for (id in booksInfo) {
47
             var book = booksInfo[id];
47
             var book = booksInfo[id];
48
- 

Return to bug 16095