Lines 17-22
Link Here
|
17 |
[% END %] |
17 |
[% END %] |
18 |
[% END %] |
18 |
[% END %] |
19 |
|
19 |
|
|
|
20 |
[% IF ( using_https ) %] |
21 |
[% SET protocol = "https://" %] |
22 |
[% ELSE %] |
23 |
[% SET protocol = "http://" %] |
24 |
[% END %] |
20 |
[% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Details for: [% title |html %][% FOREACH subtitl IN subtitle %], [% subtitl.subfield |html %][% END %] |
25 |
[% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Details for: [% title |html %][% FOREACH subtitl IN subtitle %], [% subtitl.subfield |html %][% END %] |
21 |
[% INCLUDE 'doc-head-close.inc' %] |
26 |
[% INCLUDE 'doc-head-close.inc' %] |
22 |
[% INCLUDE 'datatables.inc' %] |
27 |
[% INCLUDE 'datatables.inc' %] |
Lines 1454-1463
YAHOO.util.Event.onContentReady("furtherm", function () {
Link Here
|
1454 |
[% IF ( SocialNetworks ) %] |
1459 |
[% IF ( SocialNetworks ) %] |
1455 |
<div id="social_networks"> |
1460 |
<div id="social_networks"> |
1456 |
<span>Share</span> |
1461 |
<span>Share</span> |
1457 |
<div><a id="facebook" href="http://www.facebook.com/sharer.php?u=[% current_url |url %]&t=[% title |url %]" title="Share on Facebook">Facebook</a></div> |
1462 |
<div><a id="facebook" href="http://www.facebook.com/sharer.php?u=[% protocol %][% current_url |url %]&t=[% title |url %]" title="Share on Facebook">Facebook</a></div> |
1458 |
<div><a id="linkedin" href="http://www.linkedin.com/shareArticle?mini=true&url=[% current_url |url %]&title=[% title |url %]" title="Share on LinkedIn">LinkedIn</a></div> |
1463 |
<div><a id="linkedin" href="http://www.linkedin.com/shareArticle?mini=true&url=[% protocol %][% current_url |url %]&title=[% title |url %]" title="Share on LinkedIn">LinkedIn</a></div> |
1459 |
<div><a id="delicious" href="http://www.delicious.com/save?url=[% current_url |url %]&title=[% title |url %]" title="Share on Delicious">Delicious</a></div> |
1464 |
<div><a id="delicious" href="http://www.delicious.com/save?url=[% protocol %][% current_url |url %]&title=[% title |url %]" title="Share on Delicious">Delicious</a></div> |
1460 |
<div><a id="email" href="mailto:?subject=[% title |url %]&body=[% title |url %] ([% current_url |url %])" title="Share by email">Email</a></div> |
1465 |
<div><a id="email" href="mailto:?subject=[% title |url %]&body=[% title |url %] ([% protocol %][% current_url |url %])" title="Share by email">Email</a></div> |
1461 |
<div><g:plusone size="small" annotation="none"></g:plusone></div> |
1466 |
<div><g:plusone size="small" annotation="none"></g:plusone></div> |
1462 |
<div><a id="twitter" href="https://twitter.com/share" class="twitter-share-button" data-count="none" data-text="[% title %]" data-lang="[% lang %]">Tweet</a></div> |
1467 |
<div><a id="twitter" href="https://twitter.com/share" class="twitter-share-button" data-count="none" data-text="[% title %]" data-lang="[% lang %]">Tweet</a></div> |
1463 |
</div> |
1468 |
</div> |
1464 |
- |
|
|