Manuscrits orientaux. Catalogue des manuscrits éthiopiens (gheez et amharique) de la Bibliothèque nationale
Skip to main content
Manuscrits orientaux. Catalogue des manuscrits éthiopiens (gheez et amharique) de la Bibliothèque nationale
Item Preview
// Load Bookreader data async
$(function() {
$.ajax({
url: '//ia902607.us.archive.org/BookReader/BookReaderJSIA.php?id=manuscritsorient00bibl&itemPath=/11/items/manuscritsorient00bibl&server=ia902607.us.archive.org&format=jsonp&subPrefix=manuscritsorient00bibl&requestUri=/details/manuscritsorient00bibl',
type: 'GET',
dataType: 'json',
xhrFields: {
withCredentials: true
},
crossDomain: true
}).then(function(response) {
var options = {
el: '#BookReader',
mobileNavFullscreenOnly: true,
urlHistoryBasePath: "/details/manuscritsorient00bibl/",
resumeCookiePath: "/details/manuscritsorient00bibl",
urlMode: 'history',
// Only reflect page onto the URL
urlTrackedParams: ['page'],
enableBookTitleLink: false,
bookUrlText: null,
initialSearchTerm: null,
onePage: { autofit: "auto" }
};
BookReaderJSIAinit(response.data, options);
// Usage stats
window.archive_analytics.values['bookreader'] = 'open';
});
});
function initialize_flag() {
// overlay related
$(".toggle-flag-overlay").click(function(e) {
e.preventDefault();
$("#theatre-ia-wrap").removeClass('flagged');
});
// overlay - checkboxes
$("#flag-checkboxes a").on('click', function(e) {
e.preventDefault();
$(this).children(".my-checkbox").toggleClass('checked');
$.get($(this).attr('href'))
});
}
$(initialize_flag());
1,988
Views
1
Favorite
IN COLLECTIONS
University of Toronto - Robarts Library
University of Ottawa
Canadian Libraries
Uploaded by
lexw@archive.org
on March 16, 2010
archive_setup.push(function() {
AJS.tilebars() // page load
$(window).on('resize orientationchange', function(evt) {
clearTimeout(AJS.also_found_throttler)
AJS.also_found_throttler = setTimeout(AJS.tilebars, 250)
})
})
archive_setup.push(function() { AJS.booksize(); })
if (window.archive_analytics) {
var vs = window.archive_analytics.get_data_packets();
for (var i in vs) {
vs[i]['cache_bust']=Math.random();
vs[i]['server_ms']=204;
vs[i]['server_name']="www22.us.archive.org";
}
if ($(".more_search").size()>0) {
window.archive_analytics.send_scroll_fetch_base_event();
}
}