Lines 1-5
Link Here
|
1 |
[% USE KohaDates %] |
1 |
[% USE KohaDates %] |
2 |
|
2 |
[% IF ( using_https ) %] |
|
|
3 |
[% SET protocol = "https://" %] |
4 |
[% ELSE %] |
5 |
[% SET protocol = "http://" %] |
6 |
[% END %] |
3 |
[% 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 %] |
7 |
[% 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 %] |
4 |
[% INCLUDE 'doc-head-close.inc' %] |
8 |
[% INCLUDE 'doc-head-close.inc' %] |
5 |
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script> |
9 |
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script> |
Lines 1214-1224
YAHOO.util.Event.onContentReady("furtherm", function () {
Link Here
|
1214 |
[% IF ( SocialNetworks ) %] |
1218 |
[% IF ( SocialNetworks ) %] |
1215 |
<div id="social_networks"> |
1219 |
<div id="social_networks"> |
1216 |
<span>Share</span> |
1220 |
<span>Share</span> |
1217 |
<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> |
1221 |
<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> |
1218 |
<div><a id="twitter" href="http://twitter.com/share" title="Share on Twitter">Twitter</a></div> |
1222 |
<div><a id="twitter" href="http://twitter.com/share" title="Share on Twitter">Twitter</a></div> |
1219 |
<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> |
1223 |
<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> |
1220 |
<div><a id="delicious" href="http://www.delicious.com/save?url=[% current_url |url %]&title=[% title |url %]" title="Share on Delicious">Delicious</a></div> |
1224 |
<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> |
1221 |
<div><a id="email" href="mailto:?subject=[% title %]&body=[% title %] ([% current_url |url %])" title="Share by email">Email</a></div> |
1225 |
<div><a id="email" href="mailto:?subject=[% title %]&body=[% title %] ([% protocol %][% current_url |url %])" title="Share by email">Email</a></div> |
1222 |
<div><g:plusone size="small"></g:plusone></div> |
1226 |
<div><g:plusone size="small"></g:plusone></div> |
1223 |
</div> |
1227 |
</div> |
1224 |
[% END %] |
1228 |
[% END %] |
1225 |
- |
|
|