Lines 2-7
Link Here
|
2 |
[% SET TagsShowEnabled = ( TagsEnabled && TagsShowOnDetail ) %] |
2 |
[% SET TagsShowEnabled = ( TagsEnabled && TagsShowOnDetail ) %] |
3 |
[% SET TagsInputEnabled = ( opacuserlogin && TagsEnabled && TagsInputOnDetail ) %] |
3 |
[% SET TagsInputEnabled = ( opacuserlogin && TagsEnabled && TagsInputOnDetail ) %] |
4 |
|
4 |
|
|
|
5 |
[% IF ( using_https ) %] |
6 |
[% SET protocol = "https://" %] |
7 |
[% ELSE %] |
8 |
[% SET protocol = "http://" %] |
9 |
[% END %] |
5 |
[% 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 %] |
10 |
[% 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 %] |
6 |
[% INCLUDE 'doc-head-close.inc' %] |
11 |
[% INCLUDE 'doc-head-close.inc' %] |
7 |
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script> |
12 |
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script> |
Lines 1409-1418
YAHOO.util.Event.onContentReady("furtherm", function () {
Link Here
|
1409 |
[% IF ( SocialNetworks ) %] |
1414 |
[% IF ( SocialNetworks ) %] |
1410 |
<div id="social_networks"> |
1415 |
<div id="social_networks"> |
1411 |
<span>Share</span> |
1416 |
<span>Share</span> |
1412 |
<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> |
1417 |
<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> |
1413 |
<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> |
1418 |
<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> |
1414 |
<div><a id="delicious" href="http://www.delicious.com/save?url=[% current_url |url %]&title=[% title |url %]" title="Share on Delicious">Delicious</a></div> |
1419 |
<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> |
1415 |
<div><a id="email" href="mailto:?subject=[% title |url %]&body=[% title |url %] ([% current_url |url %])" title="Share by email">Email</a></div> |
1420 |
<div><a id="email" href="mailto:?subject=[% title |url %]&body=[% title |url %] ([% protocol %][% current_url |url %])" title="Share by email">Email</a></div> |
1416 |
<div><g:plusone size="small" annotation="none"></g:plusone></div> |
1421 |
<div><g:plusone size="small" annotation="none"></g:plusone></div> |
1417 |
<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> |
1422 |
<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> |
1418 |
</div> |
1423 |
</div> |
1419 |
- |
|
|