Skip to main content
Bibliothèque Tamil
Your cart is empty.
Cart
Lists
Public lists
a
View all
Your lists
Log in to create your own lists
Languages
English
Français
Log in to your account
Your cookies
Search history
Search the catalog by:
Library catalog
Title
Author
Subject
ISBN
ISSN
Series
Call number
Search the catalog by keyword
Advanced search
Course reserves
Authority search
Subject cloud
Libraries
Log in to your account
Card number or username:
Password:
Home
Authority search
Authority search
Authority type:
Assunto
Autor
Caractères
Défaut
Dispositif d'impression/de publication
Forme, Genre ou Caractéristiques physiques
Lieu et date de publication, de représentation, de provenance, etc.
Marque
Nom de famille
Nom de la personne morale
Nom géographique
Nom/Titre
Nom/Titre (Expression)
Nom/Titre (Œuvre)
Nom/Titre collectif
Titre (Expression)
Titre (Oeuvre)
Titre collectif
Titre de l'oeuvre
Search options:
contains
starts with
is exactly
Term(s):
Where:
in the complete record
in any heading
in main entry
Order by:
None
Heading ascendant
Heading descendant
document.addEventListener("DOMContentLoaded", function () { let slideIndex = 0; const slides = document.querySelectorAll(".slide"); const dots = document.querySelectorAll(".dot"); const prevButton = document.querySelector(".prev"); const nextButton = document.querySelector(".next"); function showSlide(index) { slides.forEach((slide, i) => { slide.classList.toggle("active", i === index); dots[i].classList.toggle("active", i === index); }); } function changeSlide(step) { slideIndex = (slideIndex + step + slides.length) % slides.length; showSlide(slideIndex); } function goToSlide(index) { slideIndex = index; showSlide(slideIndex); } // Event listeners for navigation buttons prevButton.addEventListener("click", () => changeSlide(-1)); nextButton.addEventListener("click", () => changeSlide(1)); // Event listeners for dots navigation dots.forEach((dot, index) => { dot.addEventListener("click", () => goToSlide(index)); }); // Auto-play slides every 5 seconds setInterval(() => changeSlide(1), 5000); // Initialize first slide showSlide(slideIndex); });