Skip to content
Actualités du service
Notre équipe
Le service
Protocoles
Publications
Travaux
Thèses
Stages
Toggle website search
Menu
Fermer
« Tous les Évènements
Cet évènement est passé.
EPICLIN
18/05/2022
à
11:00 am
–
20/05/2022
à
7:00 pm
Ajouter au calendrier
Google Agenda
iCalendar
Outlook 365
Outlook Live
Détails
Début :
18/05/2022 à 11:00 am
Fin :
20/05/2022 à 7:00 pm
Catégorie d’Évènement:
Congrés
CNAM
292 Rue Saint Martin
Paris
,
75003
France
+ Google Map
Fermer le menu
console.log("script OK"); document.addEventListener("DOMContentLoaded", function () { const table = document.getElementById("tableView"); const cards = document.getElementById("cardView"); const btnTable = document.getElementById("btnTable"); const btnCards = document.getElementById("btnCards"); if (!btnTable || !btnCards) return; btnTable.addEventListener("click", function () { table.style.display = "block"; cards.style.display = "none"; }); btnCards.addEventListener("click", function () { table.style.display = "none"; cards.style.display = "block"; }); });