Lines 1093-1099
Link Here
|
1093 |
[% END %] |
1093 |
[% END %] |
1094 |
</li> |
1094 |
</li> |
1095 |
[%# busc is already URI encoded %] |
1095 |
[%# busc is already URI encoded %] |
1096 |
<li class="back_results"><a href="opac-search.pl?[% busc %]" title="Back to the results search list">Back to results</a></li> |
1096 |
<li class="back_results"><a href="opac-search.pl?[% busc %]" title="Back to the results search list" class="searchwithcontext">Back to results</a></li> |
1097 |
<li class="right_results"> |
1097 |
<li class="right_results"> |
1098 |
[% IF ( nextBiblionumber ) %] |
1098 |
[% IF ( nextBiblionumber ) %] |
1099 |
<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> |
1099 |
<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 1116-1148
Link Here
|
1116 |
</div> |
1116 |
</div> |
1117 |
[% END # / IF OpacBrowseResults && busc %] |
1117 |
[% END # / IF OpacBrowseResults && busc %] |
1118 |
|
1118 |
|
1119 |
[% INCLUDE 'opac-detail-sidebar.inc' %] |
1119 |
<div id="sidebar"> |
|
|
1120 |
[% INCLUDE 'opac-detail-sidebar.inc' %] |
1120 |
|
1121 |
|
1121 |
[% IF ( NovelistSelectProfile && NovelistSelectView == 'right' && ( normalized_isbn || normalized_upc ) ) %] |
1122 |
[% IF ( NovelistSelectProfile && NovelistSelectView == 'right' && ( normalized_isbn || normalized_upc ) ) %] |
1122 |
<div id="NovelistSelect"> |
1123 |
<div id="NovelistSelect"> |
1123 |
<h4>Novelist Select</h4> |
1124 |
<h4>Novelist Select</h4> |
1124 |
<div data-novelist-novelistselect=[% IF normalized_isbn %][% normalized_isbn %][% ELSE %][% normalized_upc %][% END %]></div> |
1125 |
<div data-novelist-novelistselect=[% IF normalized_isbn %][% normalized_isbn %][% ELSE %][% normalized_upc %][% END %]></div> |
1125 |
</div> |
1126 |
</div> |
1126 |
[% END %] |
1127 |
[% END %] |
1127 |
|
1128 |
|
1128 |
[% IF ( Babeltheque ) %] |
1129 |
[% IF ( Babeltheque ) %] |
1129 |
<div class="babeltheque_adds"> |
1130 |
<div class="babeltheque_adds"> |
1130 |
<div id="BW_critiques_aj"></div> |
1131 |
<div id="BW_critiques_aj"></div> |
1131 |
<div id="BW_citations_aj"></div> |
1132 |
<div id="BW_citations_aj"></div> |
1132 |
</div> |
1133 |
</div> |
1133 |
[% END %] |
1134 |
[% END %] |
1134 |
|
1135 |
|
1135 |
[% IF ( SocialNetworks ) %] |
1136 |
[% IF ( SocialNetworks ) %] |
1136 |
<div id="social_networks" class="clearfix"> |
1137 |
<div id="social_networks" class="clearfix"> |
1137 |
<span>Share</span> |
1138 |
<span>Share</span> |
1138 |
<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> |
1139 |
<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> |
1139 |
<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> |
1140 |
<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> |
1140 |
<div><a id="delicious" href="http://www.delicious.com/save?url=[% current_url |url %]&title=[% title |url %]" title="Share on Delicious">Delicious</a></div> |
1141 |
<div><a id="delicious" href="http://www.delicious.com/save?url=[% current_url |url %]&title=[% title |url %]" title="Share on Delicious">Delicious</a></div> |
1141 |
<div><a id="email" href="mailto:?subject=[% title |url %]&body=[% title |url %]%20([% current_url |url %])" title="Share by email">Email</a></div> |
1142 |
<div><a id="email" href="mailto:?subject=[% title |url %]&body=[% title |url %]%20([% current_url |url %])" title="Share by email">Email</a></div> |
1142 |
<div><div class="g-plusone" data-size="small" data-count="false"></div></div> |
1143 |
<div><div class="g-plusone" data-size="small" data-count="false"></div></div> |
1143 |
<div><a id="twitter" href="https://twitter.com/share" class="twitter-share-button" data-count="none" data-text="[% title |url %]" data-lang="[% lang %]">Tweet</a></div> |
1144 |
<div><a id="twitter" href="https://twitter.com/share" class="twitter-share-button" data-count="none" data-text="[% title |url %]" data-lang="[% lang %]">Tweet</a></div> |
1144 |
</div> |
1145 |
</div> |
1145 |
[% END %] |
1146 |
[% END %] |
|
|
1147 |
</div> |
1146 |
</div> <!-- / .ulactioncontainer --> |
1148 |
</div> <!-- / .ulactioncontainer --> |
1147 |
</div> <!-- / .span4 --> |
1149 |
</div> <!-- / .span4 --> |
1148 |
</div> <!-- / .row-fluid --> |
1150 |
</div> <!-- / .row-fluid --> |
Lines 1542-1547
Link Here
|
1542 |
renderPagIndexList(pag_index_ini, $("#listResults")); |
1544 |
renderPagIndexList(pag_index_ini, $("#listResults")); |
1543 |
} |
1545 |
} |
1544 |
$("#a_listResults").click(function(e) { |
1546 |
$("#a_listResults").click(function(e) { |
|
|
1547 |
$("#sidebar").toggle(); |
1545 |
if (arrPagination.length > 0) { |
1548 |
if (arrPagination.length > 0) { |
1546 |
e.preventDefault(); |
1549 |
e.preventDefault(); |
1547 |
var navigation = $(".results-pagination"); |
1550 |
var navigation = $(".results-pagination"); |
Lines 1561-1566
Link Here
|
1561 |
e.preventDefault(); |
1564 |
e.preventDefault(); |
1562 |
var navigation = $(".results-pagination"); |
1565 |
var navigation = $(".results-pagination"); |
1563 |
navigation.hide(); |
1566 |
navigation.hide(); |
|
|
1567 |
$("#sidebar").toggle(); |
1564 |
}); |
1568 |
}); |
1565 |
[% END %] |
1569 |
[% END %] |
1566 |
[% IF ( OPACShelfBrowser ) %] |
1570 |
[% IF ( OPACShelfBrowser ) %] |
Lines 1731-1738
Link Here
|
1731 |
var timeoutRFW; |
1735 |
var timeoutRFW; |
1732 |
var totalPagItemList = 10; |
1736 |
var totalPagItemList = 10; |
1733 |
|
1737 |
|
1734 |
function rewindList() |
1738 |
function rewindList(e) |
1735 |
{ |
1739 |
{ |
|
|
1740 |
e.preventDefault(); |
1736 |
var ul = $("#listResults"); |
1741 |
var ul = $("#listResults"); |
1737 |
var li_ini = ul.children(':first').next(); |
1742 |
var li_ini = ul.children(':first').next(); |
1738 |
var index_ini = pag_index_ini; |
1743 |
var index_ini = pag_index_ini; |
Lines 1750-1757
Link Here
|
1750 |
} |
1755 |
} |
1751 |
}//rewindList |
1756 |
}//rewindList |
1752 |
|
1757 |
|
1753 |
function forwardList() |
1758 |
function forwardList(e) |
1754 |
{ |
1759 |
{ |
|
|
1760 |
e.preventDefault(); |
1755 |
var ul = $("#listResults"); |
1761 |
var ul = $("#listResults"); |
1756 |
var li_ini = ul.children(':first').next(); |
1762 |
var li_ini = ul.children(':first').next(); |
1757 |
var index_ini = pag_index_ini; |
1763 |
var index_ini = pag_index_ini; |
Lines 1782-1788
Link Here
|
1782 |
var ini = index - 1; |
1788 |
var ini = index - 1; |
1783 |
var end = ini + totalPagItemList - 1; |
1789 |
var end = ini + totalPagItemList - 1; |
1784 |
li = $("<li />"); |
1790 |
li = $("<li />"); |
1785 |
html = (index > pag_index_ini)?"<a href='#' id='rew_list_index' onclick='rewindList()' title='" + _("Click to rewind the list to") + " " + ini + " - " + end + "'>«</a>":"«"; |
1791 |
html = (index > pag_index_ini)?"<a href='#' id='rew_list_index' onclick='rewindList(event)' title='" + _("Click to rewind the list to") + " " + ini + " - " + end + "'>«</a>":"«"; |
1786 |
li.html(html); |
1792 |
li.html(html); |
1787 |
ul.append(li); |
1793 |
ul.append(li); |
1788 |
var title = ""; |
1794 |
var title = ""; |
Lines 1804-1810
Link Here
|
1804 |
li = $("<li />"); |
1810 |
li = $("<li />"); |
1805 |
ini = index + 1; |
1811 |
ini = index + 1; |
1806 |
end = (arrPagination.length > index + totalPagItemList)?index + totalPagItemList:arrPagination.length - 1; |
1812 |
end = (arrPagination.length > index + totalPagItemList)?index + totalPagItemList:arrPagination.length - 1; |
1807 |
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>":"»"; |
1813 |
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>":"»"; |
1808 |
li.html(html); |
1814 |
li.html(html); |
1809 |
ul.append(li); |
1815 |
ul.append(li); |
1810 |
}//renderPagIndexList |
1816 |
}//renderPagIndexList |