Link Here
|
1 |
[% USE raw %] |
1 |
[% USE raw %] |
2 |
[% USE Biblio %] |
2 |
[% USE Biblio %] |
3 |
|
3 |
[% INCLUDE 'modals/catalog_cite.inc' %] |
4 |
<div id="citemodal" class="modal hide" role="dialog" aria-labelledby="citeLabel" aria-hidden="true"> |
|
|
5 |
<div class="modal-header"> |
6 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
7 |
<h2 id="citeLabel">[% title OR 'Citation' | html %]</h2> |
8 |
</div> |
9 |
<div class="modal-body"> |
10 |
[% FOREACH system IN cites.keys.sort %] |
11 |
<h3>[% system %]</h3> |
12 |
<p>[% cites.$system | html %]</p> |
13 |
[% END %] |
14 |
</div> |
15 |
<div class="modal-footer"> |
16 |
</div> |
17 |
</div> |
18 |
|
4 |
|
19 |
<ul id="action"> |
5 |
<ul id="action"> |
20 |
[% UNLESS ( norequests ) %] |
6 |
[% UNLESS ( norequests ) %] |
Link Here
|
33 |
[% END %] |
19 |
[% END %] |
34 |
|
20 |
|
35 |
<li><a class="print-large btn btn-link btn-lg" href="#"><i class="fa fa-fw fa-print" aria-hidden="true"></i> Print</a></li> |
21 |
<li><a class="print-large btn btn-link btn-lg" href="#"><i class="fa fa-fw fa-print" aria-hidden="true"></i> Print</a></li> |
36 |
<li><a href="#citemodal" id="cite" data-toggle="modal">Cite</a></li> |
22 |
<li><a class="cite btn btn-link btn-lg" href="#" id="cite" data-toggle="modal" data-target="#citeModal"><i class="fa fa-fw fa-quote-left" aria-hidden="true"></i> Cite</a></li> |
37 |
|
23 |
|
38 |
[% IF Koha.Preference( 'opacuserlogin' ) == 1 %] |
24 |
[% IF Koha.Preference( 'opacuserlogin' ) == 1 %] |
39 |
[% IF artreqpossible %] |
25 |
[% IF artreqpossible %] |
40 |
- |
|
|