Lines 16-21
Link Here
|
16 |
[% END %] |
16 |
[% END %] |
17 |
[% END %] |
17 |
[% END %] |
18 |
|
18 |
|
|
|
19 |
[% IF ( using_https ) %] |
20 |
[% SET protocol = "https://" %] |
21 |
[% ELSE %] |
22 |
[% SET protocol = "http://" %] |
23 |
[% END %] |
19 |
[% 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 %] |
24 |
[% 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 %] |
20 |
[% INCLUDE 'doc-head-close.inc' %] |
25 |
[% INCLUDE 'doc-head-close.inc' %] |
21 |
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script> |
26 |
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script> |
Lines 1429-1438
YAHOO.util.Event.onContentReady("furtherm", function () {
Link Here
|
1429 |
[% IF ( SocialNetworks ) %] |
1434 |
[% IF ( SocialNetworks ) %] |
1430 |
<div id="social_networks"> |
1435 |
<div id="social_networks"> |
1431 |
<span>Share</span> |
1436 |
<span>Share</span> |
1432 |
<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> |
1437 |
<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> |
1433 |
<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> |
1438 |
<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> |
1434 |
<div><a id="delicious" href="http://www.delicious.com/save?url=[% current_url |url %]&title=[% title |url %]" title="Share on Delicious">Delicious</a></div> |
1439 |
<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> |
1435 |
<div><a id="email" href="mailto:?subject=[% title |url %]&body=[% title |url %] ([% current_url |url %])" title="Share by email">Email</a></div> |
1440 |
<div><a id="email" href="mailto:?subject=[% title |url %]&body=[% title |url %] ([% protocol %][% current_url |url %])" title="Share by email">Email</a></div> |
1436 |
<div><g:plusone size="small" annotation="none"></g:plusone></div> |
1441 |
<div><g:plusone size="small" annotation="none"></g:plusone></div> |
1437 |
<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> |
1442 |
<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> |
1438 |
</div> |
1443 |
</div> |
1439 |
- |
|
|