Logo ca-cot
×

Rechercher

Actualités, Rôles d'audiences, Procédures judiciaires et Documents,...

Consultez et téléchargez les rôles d'audiences

 

ROLE AUDIENCE CIVILE MODERNE DU 14 MARS 2024

Taille PDF : 330 ko    1 lectures - 2 téléch.

Role Chambre Civile du 1er février

Taille PDF : 80 ko    0 lectures - 1 téléch.

ROLE AUDIENCE CIVILE MODERNE DU 30 MAI 2024

Taille PDF : 206 ko    1 lectures - 0 téléch.

 

 
Recherche de dossiers
Date & Heure Ref Dossier Appelant-e-s Intimé-e-s Nature de l'affaire
< !--script > var table = $('.data-tables').DataTable({ "ordering": true, "language": { "sProcessing": "Traitement en cours ...", "sLengthMenu": "Afficher _MENU_ lignes", "sZeroRecords": "Aucun résultat trouvé", "sEmptyTable": "Aucune donnée disponible", "sLengthMenu": "Afficher   _MENU_  ", "sInfo": "_START_ ... _END_/_TOTAL_ éléments", "sInfoEmpty": "Aucune ligne affichée", "sInfoFiltered": "(Filtrer un maximum de _MAX_)", "sInfoPostFix": "", "sSearch": "Recherche", "sUrl": "", "sInfoThousands": ",", "sLoadingRecords": "Chargement...", "oPaginate": { "sFirst": "Premier", "sLast": "Dernier", "sNext": "Suivant", "sPrevious": "Précédent" }, "oAria": { "sSortAscending": ": Trier par ordre croissant", "sSortDescending": ": Trier par ordre décroissant" } }, // stateSave : true, order: [ [0, "asc"] ], processing: true, serverSide: false, }); < /script--> < script > document.addEventListener('DOMContentLoaded', function() { const tabLinks = document.querySelectorAll('.tab-link'); const tabButtons = document.querySelectorAll('.nav-link[data-bs-toggle="pill"]'); const activateTab = (targetId) => { const target = document.querySelector(targetId); const tabButton = document.querySelector(`button[data-bs-target="${targetId}"]`); if (tabButton) { tabButton.click(); } window.history.pushState(null, null, targetId); }; const handleHashChange = () => { const hash = window.location.hash; if (hash) { activateTab(hash); } }; window.addEventListener('hashchange', handleHashChange); tabLinks.forEach(link => { link.addEventListener('click', function(event) { event.preventDefault(); const targetId = this.getAttribute('href'); activateTab(targetId); document.querySelector(targetId).scrollIntoView({ behavior: 'smooth' }); }); }); tabButtons.forEach(button => { button.addEventListener('click', function() { const targetId = this.getAttribute('data-bs-target'); window.history.pushState(null, null, targetId); }); }); // Activer l'onglet en fonction de l'URL actuelle handleHashChange(); });