Lines 1102-1108
Link Here
|
1102 |
[% END %] |
1102 |
[% END %] |
1103 |
</li> |
1103 |
</li> |
1104 |
[%# busc is already URI encoded %] |
1104 |
[%# busc is already URI encoded %] |
1105 |
<li class="back_results"><a href="opac-search.pl?[% busc %]" title="Back to the results search list">Back to results</a></li> |
1105 |
<li class="back_results"><a href="opac-search.pl?[% busc %]" title="Back to the results search list" class="searchwithcontext">Back to results</a></li> |
1106 |
<li class="right_results"> |
1106 |
<li class="right_results"> |
1107 |
[% IF ( nextBiblionumber ) %] |
1107 |
[% IF ( nextBiblionumber ) %] |
1108 |
<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> |
1108 |
<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 1125-1156
Link Here
|
1125 |
</div> |
1125 |
</div> |
1126 |
[% END # / IF OpacBrowseResults && busc %] |
1126 |
[% END # / IF OpacBrowseResults && busc %] |
1127 |
|
1127 |
|
1128 |
[% INCLUDE 'opac-detail-sidebar.inc' %] |
1128 |
<div id="sidebar"> |
|
|
1129 |
[% INCLUDE 'opac-detail-sidebar.inc' %] |
1129 |
|
1130 |
|
1130 |
[% IF ( NovelistSelectProfile && NovelistSelectView == 'right' && ( normalized_isbn || normalized_upc ) ) %] |
1131 |
[% IF ( NovelistSelectProfile && NovelistSelectView == 'right' && ( normalized_isbn || normalized_upc ) ) %] |
1131 |
<div id="NovelistSelect"> |
1132 |
<div id="NovelistSelect"> |
1132 |
<h4>Novelist Select</h4> |
1133 |
<h4>Novelist Select</h4> |
1133 |
<div data-novelist-novelistselect=[% IF normalized_isbn %][% normalized_isbn %][% ELSE %][% normalized_upc %][% END %]></div> |
1134 |
<div data-novelist-novelistselect=[% IF normalized_isbn %][% normalized_isbn %][% ELSE %][% normalized_upc %][% END %]></div> |
1134 |
</div> |
1135 |
</div> |
1135 |
[% END %] |
1136 |
[% END %] |
1136 |
|
1137 |
|
1137 |
[% IF ( Babeltheque ) %] |
1138 |
[% IF ( Babeltheque ) %] |
1138 |
<div class="babeltheque_adds"> |
1139 |
<div class="babeltheque_adds"> |
1139 |
<div id="BW_critiques_aj"></div> |
1140 |
<div id="BW_critiques_aj"></div> |
1140 |
<div id="BW_citations_aj"></div> |
1141 |
<div id="BW_citations_aj"></div> |
1141 |
</div> |
1142 |
</div> |
1142 |
[% END %] |
1143 |
[% END %] |
1143 |
|
1144 |
|
1144 |
[% IF ( SocialNetworks ) %] |
1145 |
[% IF ( SocialNetworks ) %] |
1145 |
<div id="social_networks" class="clearfix"> |
1146 |
<div id="social_networks" class="clearfix"> |
1146 |
<span>Share</span> |
1147 |
<span>Share</span> |
1147 |
<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> |
1148 |
<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> |
1148 |
<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> |
1149 |
<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> |
1149 |
<div><a id="email" href="mailto:?subject=[% title |url %]&body=[% title |url %]%20([% current_url |url %])" title="Share by email">Email</a></div> |
1150 |
<div><a id="email" href="mailto:?subject=[% title |url %]&body=[% title |url %]%20([% current_url |url %])" title="Share by email">Email</a></div> |
1150 |
<div><div class="g-plusone" data-size="small" data-count="false"></div></div> |
1151 |
<div><div class="g-plusone" data-size="small" data-count="false"></div></div> |
1151 |
<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> |
1152 |
<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> |
1152 |
</div> |
1153 |
</div> |
1153 |
[% END %] |
1154 |
[% END %] |
|
|
1155 |
</div> |
1154 |
</div> <!-- / .ulactioncontainer --> |
1156 |
</div> <!-- / .ulactioncontainer --> |
1155 |
</div> <!-- / .span4 --> |
1157 |
</div> <!-- / .span4 --> |
1156 |
</div> <!-- / .row-fluid --> |
1158 |
</div> <!-- / .row-fluid --> |
Lines 1562-1567
Link Here
|
1562 |
renderPagIndexList(pag_index_ini, $("#listResults")); |
1564 |
renderPagIndexList(pag_index_ini, $("#listResults")); |
1563 |
} |
1565 |
} |
1564 |
$("#a_listResults").click(function(e) { |
1566 |
$("#a_listResults").click(function(e) { |
|
|
1567 |
$("#sidebar").toggle(); |
1565 |
if (arrPagination.length > 0) { |
1568 |
if (arrPagination.length > 0) { |
1566 |
e.preventDefault(); |
1569 |
e.preventDefault(); |
1567 |
var navigation = $(".results-pagination"); |
1570 |
var navigation = $(".results-pagination"); |
Lines 1581-1586
Link Here
|
1581 |
e.preventDefault(); |
1584 |
e.preventDefault(); |
1582 |
var navigation = $(".results-pagination"); |
1585 |
var navigation = $(".results-pagination"); |
1583 |
navigation.hide(); |
1586 |
navigation.hide(); |
|
|
1587 |
$("#sidebar").toggle(); |
1584 |
}); |
1588 |
}); |
1585 |
[% END %] |
1589 |
[% END %] |
1586 |
[% IF ( OPACShelfBrowser ) %] |
1590 |
[% IF ( OPACShelfBrowser ) %] |
Lines 1751-1758
Link Here
|
1751 |
var timeoutRFW; |
1755 |
var timeoutRFW; |
1752 |
var totalPagItemList = 10; |
1756 |
var totalPagItemList = 10; |
1753 |
|
1757 |
|
1754 |
function rewindList() |
1758 |
function rewindList(e) |
1755 |
{ |
1759 |
{ |
|
|
1760 |
e.preventDefault(); |
1756 |
var ul = $("#listResults"); |
1761 |
var ul = $("#listResults"); |
1757 |
var li_ini = ul.children(':first').next(); |
1762 |
var li_ini = ul.children(':first').next(); |
1758 |
var index_ini = pag_index_ini; |
1763 |
var index_ini = pag_index_ini; |
Lines 1770-1777
Link Here
|
1770 |
} |
1775 |
} |
1771 |
}//rewindList |
1776 |
}//rewindList |
1772 |
|
1777 |
|
1773 |
function forwardList() |
1778 |
function forwardList(e) |
1774 |
{ |
1779 |
{ |
|
|
1780 |
e.preventDefault(); |
1775 |
var ul = $("#listResults"); |
1781 |
var ul = $("#listResults"); |
1776 |
var li_ini = ul.children(':first').next(); |
1782 |
var li_ini = ul.children(':first').next(); |
1777 |
var index_ini = pag_index_ini; |
1783 |
var index_ini = pag_index_ini; |
Lines 1802-1808
Link Here
|
1802 |
var ini = index - 1; |
1808 |
var ini = index - 1; |
1803 |
var end = ini + totalPagItemList - 1; |
1809 |
var end = ini + totalPagItemList - 1; |
1804 |
li = $("<li />"); |
1810 |
li = $("<li />"); |
1805 |
html = (index > pag_index_ini)?"<a href='#' id='rew_list_index' onclick='rewindList()' title='" + _("Click to rewind the list to") + " " + ini + " - " + end + "'>«</a>":"«"; |
1811 |
html = (index > pag_index_ini)?"<a href='#' id='rew_list_index' onclick='rewindList(event)' title='" + _("Click to rewind the list to") + " " + ini + " - " + end + "'>«</a>":"«"; |
1806 |
li.html(html); |
1812 |
li.html(html); |
1807 |
ul.append(li); |
1813 |
ul.append(li); |
1808 |
var title = ""; |
1814 |
var title = ""; |
Lines 1824-1830
Link Here
|
1824 |
li = $("<li />"); |
1830 |
li = $("<li />"); |
1825 |
ini = index + 1; |
1831 |
ini = index + 1; |
1826 |
end = (arrPagination.length > index + totalPagItemList)?index + totalPagItemList:arrPagination.length - 1; |
1832 |
end = (arrPagination.length > index + totalPagItemList)?index + totalPagItemList:arrPagination.length - 1; |
1827 |
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>":"»"; |
1833 |
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>":"»"; |
1828 |
li.html(html); |
1834 |
li.html(html); |
1829 |
ul.append(li); |
1835 |
ul.append(li); |
1830 |
}//renderPagIndexList |
1836 |
}//renderPagIndexList |