Ajout des fichiers oubliés

This commit is contained in:
2024-01-17 14:35:18 +01:00
parent 2306a47365
commit 903467c3d5
6 changed files with 255 additions and 176 deletions

View File

@@ -1,10 +1 @@
function printCV(cvUrl) {
var newWindow = window.open(cvUrl, '_blank');
if (newWindow) {
newWindow.onload = function () {
newWindow.print();
};
} else {
alert("Impossible d'ouvrir une nouvelle fenêtre. Veuillez autoriser les nouvelles fenêtres.");
}
}
/*trouver comment imprimer */