Lines 1071-1077
Link Here
|
1071 |
[% END %] |
1071 |
[% END %] |
1072 |
</li> |
1072 |
</li> |
1073 |
[%# busc is already URI encoded %] |
1073 |
[%# busc is already URI encoded %] |
1074 |
<li class="back_results"><a href="opac-search.pl?[% busc %]" title="Back to the results search list">Back to results</a></li> |
1074 |
<li class="back_results"><a href="opac-search.pl?[% busc %]" title="Back to the results search list" class="searchwithcontext">Back to results</a></li> |
1075 |
<li class="right_results"> |
1075 |
<li class="right_results"> |
1076 |
[% IF ( nextBiblionumber ) %] |
1076 |
[% IF ( nextBiblionumber ) %] |
1077 |
<a href="opac-detail.pl?biblionumber=[% nextBiblionumber %][% IF ( query_desc && OpacHighlightedWords ) %]&query_desc=[% query_desc |uri %][% END %]" title="See: [% IF ( nextTitle ) %][% nextTitle |html %][% ELSE %]next biblio[% END %]">Next »</a> |
1077 |
<a href="opac-detail.pl?biblionumber=[% nextBiblionumber %][% IF ( query_desc && OpacHighlightedWords ) %]&query_desc=[% query_desc |uri %][% END %]" title="See: [% IF ( nextTitle ) %][% nextTitle |html %][% ELSE %]next biblio[% END %]">Next »</a> |
Lines 1094-1126
Link Here
|
1094 |
</div> |
1094 |
</div> |
1095 |
[% END # / IF OpacBrowseResults && busc %] |
1095 |
[% END # / IF OpacBrowseResults && busc %] |
1096 |
|
1096 |
|
1097 |
[% INCLUDE 'opac-detail-sidebar.inc' %] |
1097 |
<div id="sidebar"> |
|
|
1098 |
[% INCLUDE 'opac-detail-sidebar.inc' %] |
1098 |
|
1099 |
|
1099 |
[% IF ( NovelistSelectProfile && NovelistSelectView == 'right') %] |
1100 |
[% IF ( NovelistSelectProfile && NovelistSelectView == 'right') %] |
1100 |
<div id="NovelistSelect"> |
1101 |
<div id="NovelistSelect"> |
1101 |
<h4>Novelist Select</h4> |
1102 |
<h4>Novelist Select</h4> |
1102 |
<div data-novelist-novelistselect=[% normalized_isbn %]></div> |
1103 |
<div data-novelist-novelistselect=[% normalized_isbn %]></div> |
1103 |
</div> |
1104 |
</div> |
1104 |
[% END %] |
1105 |
[% END %] |
1105 |
|
1106 |
|
1106 |
[% IF ( Babeltheque ) %] |
1107 |
[% IF ( Babeltheque ) %] |
1107 |
<div class="babeltheque_adds"> |
1108 |
<div class="babeltheque_adds"> |
1108 |
<div id="BW_critiques_aj"></div> |
1109 |
<div id="BW_critiques_aj"></div> |
1109 |
<div id="BW_citations_aj"></div> |
1110 |
<div id="BW_citations_aj"></div> |
1110 |
</div> |
1111 |
</div> |
1111 |
[% END %] |
1112 |
[% END %] |
1112 |
|
1113 |
|
1113 |
[% IF ( SocialNetworks ) %] |
1114 |
[% IF ( SocialNetworks ) %] |
1114 |
<div id="social_networks" class="clearfix"> |
1115 |
<div id="social_networks" class="clearfix"> |
1115 |
<span>Share</span> |
1116 |
<span>Share</span> |
1116 |
<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> |
1117 |
<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> |
1117 |
<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> |
1118 |
<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> |
1118 |
<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> |
1119 |
<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> |
1119 |
<div><a id="email" href="mailto:?subject=[% title |url %]&body=[% title |url %]%20([% protocol %][% current_url |url %])" title="Share by email">Email</a></div> |
1120 |
<div><a id="email" href="mailto:?subject=[% title |url %]&body=[% title |url %]%20([% protocol %][% current_url |url %])" title="Share by email">Email</a></div> |
1120 |
<div><div class="g-plusone" data-size="small" data-count="false"></div></div> |
1121 |
<div><div class="g-plusone" data-size="small" data-count="false"></div></div> |
1121 |
<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> |
1122 |
<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> |
1122 |
</div> |
1123 |
</div> |
1123 |
[% END %] |
1124 |
[% END %] |
|
|
1125 |
</div> |
1124 |
</div> <!-- / .ulactioncontainer --> |
1126 |
</div> <!-- / .ulactioncontainer --> |
1125 |
</div> <!-- / .span4 --> |
1127 |
</div> <!-- / .span4 --> |
1126 |
</div> <!-- / .row-fluid --> |
1128 |
</div> <!-- / .row-fluid --> |
Lines 1468-1473
Link Here
|
1468 |
renderPagIndexList(pag_index_ini, $("#listResults")); |
1470 |
renderPagIndexList(pag_index_ini, $("#listResults")); |
1469 |
} |
1471 |
} |
1470 |
$("#a_listResults").click(function(e) { |
1472 |
$("#a_listResults").click(function(e) { |
|
|
1473 |
$("#sidebar").toggle(); |
1471 |
if (arrPagination.length > 0) { |
1474 |
if (arrPagination.length > 0) { |
1472 |
e.preventDefault(); |
1475 |
e.preventDefault(); |
1473 |
var navigation = $(".results-pagination"); |
1476 |
var navigation = $(".results-pagination"); |
Lines 1487-1492
Link Here
|
1487 |
e.preventDefault(); |
1490 |
e.preventDefault(); |
1488 |
var navigation = $(".results-pagination"); |
1491 |
var navigation = $(".results-pagination"); |
1489 |
navigation.hide(); |
1492 |
navigation.hide(); |
|
|
1493 |
$("#sidebar").toggle(); |
1490 |
}); |
1494 |
}); |
1491 |
[% END %] |
1495 |
[% END %] |
1492 |
[% IF ( OPACShelfBrowser ) %] |
1496 |
[% IF ( OPACShelfBrowser ) %] |
Lines 1657-1664
Link Here
|
1657 |
var timeoutRFW; |
1661 |
var timeoutRFW; |
1658 |
var totalPagItemList = 10; |
1662 |
var totalPagItemList = 10; |
1659 |
|
1663 |
|
1660 |
function rewindList() |
1664 |
function rewindList(e) |
1661 |
{ |
1665 |
{ |
|
|
1666 |
e.preventDefault(); |
1662 |
var ul = $("#listResults"); |
1667 |
var ul = $("#listResults"); |
1663 |
var li_ini = ul.children(':first').next(); |
1668 |
var li_ini = ul.children(':first').next(); |
1664 |
var index_ini = pag_index_ini; |
1669 |
var index_ini = pag_index_ini; |
Lines 1676-1683
Link Here
|
1676 |
} |
1681 |
} |
1677 |
}//rewindList |
1682 |
}//rewindList |
1678 |
|
1683 |
|
1679 |
function forwardList() |
1684 |
function forwardList(e) |
1680 |
{ |
1685 |
{ |
|
|
1686 |
e.preventDefault(); |
1681 |
var ul = $("#listResults"); |
1687 |
var ul = $("#listResults"); |
1682 |
var li_ini = ul.children(':first').next(); |
1688 |
var li_ini = ul.children(':first').next(); |
1683 |
var index_ini = pag_index_ini; |
1689 |
var index_ini = pag_index_ini; |
Lines 1708-1714
Link Here
|
1708 |
var ini = index - 1; |
1714 |
var ini = index - 1; |
1709 |
var end = ini + totalPagItemList - 1; |
1715 |
var end = ini + totalPagItemList - 1; |
1710 |
li = $("<li />"); |
1716 |
li = $("<li />"); |
1711 |
html = (index > pag_index_ini)?"<a href='#' id='rew_list_index' onclick='rewindList()' title='" + _("Click to rewind the list to") + " " + ini + " - " + end + "'>«</a>":"«"; |
1717 |
html = (index > pag_index_ini)?"<a href='#' id='rew_list_index' onclick='rewindList(event)' title='" + _("Click to rewind the list to") + " " + ini + " - " + end + "'>«</a>":"«"; |
1712 |
li.html(html); |
1718 |
li.html(html); |
1713 |
ul.append(li); |
1719 |
ul.append(li); |
1714 |
var title = ""; |
1720 |
var title = ""; |
Lines 1730-1736
Link Here
|
1730 |
li = $("<li />"); |
1736 |
li = $("<li />"); |
1731 |
ini = index + 1; |
1737 |
ini = index + 1; |
1732 |
end = (arrPagination.length > index + totalPagItemList)?index + totalPagItemList:arrPagination.length - 1; |
1738 |
end = (arrPagination.length > index + totalPagItemList)?index + totalPagItemList:arrPagination.length - 1; |
1733 |
html = (end <= arrPagination.length - 1 && (end - index) >= totalPagItemList)?"<a href='#' id='fw_list_index' onclick='forwardList()' title='" + _("Click to forward the list to") + " " + ini + " - " + end + "'>»</a>":"»"; |
1739 |
html = (end <= arrPagination.length - 1 && (end - index) >= totalPagItemList)?"<a href='#' id='fw_list_index' onclick='forwardList(event)' title='" + _("Click to forward the list to") + " " + ini + " - " + end + "'>»</a>":"»"; |
1734 |
li.html(html); |
1740 |
li.html(html); |
1735 |
ul.append(li); |
1741 |
ul.append(li); |
1736 |
}//renderPagIndexList |
1742 |
}//renderPagIndexList |