|
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 |
[% IF Koha.Preference( 'opacuserlogin' ) == 1 %] |
6 |
[% IF Koha.Preference( 'opacuserlogin' ) == 1 %] |
|
Link Here
|
| 31 |
[% END %] |
17 |
[% END %] |
| 32 |
|
18 |
|
| 33 |
<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> |
19 |
<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> |
| 34 |
<li><a href="#citemodal" id="cite" data-toggle="modal">Cite</a></li> |
20 |
<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> |
| 35 |
|
21 |
|
| 36 |
[% IF Koha.Preference( 'opacuserlogin' ) == 1 %] |
22 |
[% IF Koha.Preference( 'opacuserlogin' ) == 1 %] |
| 37 |
[% IF artreqpossible %] |
23 |
[% IF artreqpossible %] |
| 38 |
- |
|
|