diff --git a/package-lock.json b/package-lock.json
index d5b1b3a..bf84c21 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -53,6 +53,7 @@
"compression": "^1.7.4",
"date-fns": "^2.29.2",
"dayjs": "^1.11.5",
+ "deep-object-diff": "^1.1.9",
"downloadjs": "^1.4.7",
"draft-js": "^0.11.7",
"file-saver": "^2.0.5",
@@ -12032,6 +12033,11 @@
"resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
"integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ=="
},
+ "node_modules/deep-object-diff": {
+ "version": "1.1.9",
+ "resolved": "https://registry.npmjs.org/deep-object-diff/-/deep-object-diff-1.1.9.tgz",
+ "integrity": "sha512-Rn+RuwkmkDwCi2/oXOFS9Gsr5lJZu/yTGpK7wAaAIE75CC+LCGEZHpY6VQJa/RoJcrmaA/docWJZvYohlNkWPA=="
+ },
"node_modules/deepmerge": {
"version": "4.2.2",
"resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz",
@@ -42452,6 +42458,11 @@
"resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
"integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ=="
},
+ "deep-object-diff": {
+ "version": "1.1.9",
+ "resolved": "https://registry.npmjs.org/deep-object-diff/-/deep-object-diff-1.1.9.tgz",
+ "integrity": "sha512-Rn+RuwkmkDwCi2/oXOFS9Gsr5lJZu/yTGpK7wAaAIE75CC+LCGEZHpY6VQJa/RoJcrmaA/docWJZvYohlNkWPA=="
+ },
"deepmerge": {
"version": "4.2.2",
"resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz",
diff --git a/package.json b/package.json
index 3d795c5..4171210 100644
--- a/package.json
+++ b/package.json
@@ -48,6 +48,7 @@
"compression": "^1.7.4",
"date-fns": "^2.29.2",
"dayjs": "^1.11.5",
+ "deep-object-diff": "^1.1.9",
"downloadjs": "^1.4.7",
"draft-js": "^0.11.7",
"file-saver": "^2.0.5",
diff --git a/src/App.js b/src/App.js
index d796ba4..0812ff2 100644
--- a/src/App.js
+++ b/src/App.js
@@ -48,7 +48,7 @@ import Test_Drag_Drop2 from "./pages/test_dnd";
import ESign from "./pages/eSigne";
import ESignDiplayDignedDocument from "./pages/edigndiplaydigneddocument";
import SurveyDocument from "./pages/surveydocument";
-
+import UpdateAttendeeList from "./pages/updateattendeelist";
function App() {
@@ -125,6 +125,7 @@ function App() {
+
diff --git a/src/components/DisplayPartnerSession.js b/src/components/DisplayPartnerSession.js
index 67f4c79..3b18c1f 100644
--- a/src/components/DisplayPartnerSession.js
+++ b/src/components/DisplayPartnerSession.js
@@ -1955,56 +1955,7 @@ const DisplayPartnerSession = (props) => {
submenu_color_management("preinscrit");
- /*
-
- if (document.getElementById("preinscrit")) {
- document.getElementById("preinscrit").style.backgroundColor = "#104277";
- document.getElementById("preinscrit").style.color = "white";
- document.getElementById("preinscrit").style.fontWeight = "bold";
- }
-
- if (document.getElementById("editique")) {
- document.getElementById("editique").style.backgroundColor = "#d8edfc";
- document.getElementById("editique").style.color = "black";
- document.getElementById("editique").style.fontWeight = "normal";
- }
-
- if (document.getElementById("detail_session")) {
- document.getElementById("detail_session").style.backgroundColor = "#d8edfc";
- document.getElementById("detail_session").style.color = "black";
- document.getElementById("detail_session").style.fontWeight = "normal";
- }
-
- if (document.getElementById("attestation")) {
- document.getElementById("attestation").style.backgroundColor = "#d8edfc";
- document.getElementById("attestation").style.color = "black";
- document.getElementById("attestation").style.fontWeight = "normal";
- }
-
- if (document.getElementById("inscrit")) {
- document.getElementById("inscrit").style.backgroundColor = "#d8edfc";
- document.getElementById("inscrit").style.color = "black";
- document.getElementById("inscrit").style.fontWeight = "normal";
- }
-
- if (document.getElementById("sequence_session")) {
- document.getElementById("sequence_session").style.backgroundColor = "#d8edfc";
- document.getElementById("sequence_session").style.color = "black";
- document.getElementById("sequence_session").style.fontWeight = "normal";
- }
-
- if (document.getElementById("evaluation")) {
- document.getElementById("evaluation").style.backgroundColor = "#d8edfc";
- document.getElementById("evaluation").style.color = "black";
- document.getElementById("evaluation").style.fontWeight = "normal";
- }
-
- if (document.getElementById("piece_jointe")) {
- document.getElementById("piece_jointe").style.backgroundColor = "#d8edfc";
- document.getElementById("piece_jointe").style.color = "black";
- document.getElementById("piece_jointe").style.fontWeight = "normal";
- }
- */
+
}
function submenu_inscrit() {
@@ -2014,67 +1965,7 @@ const DisplayPartnerSession = (props) => {
submenu_color_management("inscrit");
- /*
- if (document.getElementById("inscrit")) {
- document.getElementById("inscrit").style.backgroundColor = "#104277";
- document.getElementById("inscrit").style.color = "white";
- document.getElementById("inscrit").style.fontWeight = "bold";
- }
-
- if (document.getElementById("editique")) {
- document.getElementById("editique").style.backgroundColor = "#d8edfc";
- document.getElementById("editique").style.color = "black";
- document.getElementById("editique").style.fontWeight = "normal";
- }
-
- if (document.getElementById("detail_session")) {
- document.getElementById("detail_session").style.backgroundColor = "#d8edfc";
- document.getElementById("detail_session").style.color = "black";
- document.getElementById("detail_session").style.fontWeight = "normal";
- }
-
- if (document.getElementById("preinscrit")) {
- document.getElementById("preinscrit").style.backgroundColor = "#d8edfc";
- document.getElementById("preinscrit").style.color = "black";
- document.getElementById("preinscrit").style.fontWeight = "normal";
- }
-
- if (document.getElementById("sequence_session")) {
- document.getElementById("sequence_session").style.backgroundColor = "#d8edfc";
- document.getElementById("sequence_session").style.color = "black";
- document.getElementById("sequence_session").style.fontWeight = "normal";
- }
-
- if (document.getElementById("historique")) {
- document.getElementById("historique").style.backgroundColor = "#d8edfc";
- document.getElementById("historique").style.color = "black";
- document.getElementById("historique").style.fontWeight = "normal";
- }
-
- if (document.getElementById("emargement")) {
- document.getElementById("emargement").style.backgroundColor = "#d8edfc";
- document.getElementById("emargement").style.color = "black";
- document.getElementById("emargement").style.fontWeight = "normal";
- }
-
- if (document.getElementById("evaluation")) {
- document.getElementById("evaluation").style.backgroundColor = "#d8edfc";
- document.getElementById("evaluation").style.color = "black";
- document.getElementById("evaluation").style.fontWeight = "normal";
- }
-
- if (document.getElementById("attestation")) {
- document.getElementById("attestation").style.backgroundColor = "#d8edfc";
- document.getElementById("attestation").style.color = "black";
- document.getElementById("attestation").style.fontWeight = "normal";
- }
-
- if (document.getElementById("piece_jointe")) {
- document.getElementById("piece_jointe").style.backgroundColor = "#d8edfc";
- document.getElementById("piece_jointe").style.color = "black";
- document.getElementById("piece_jointe").style.fontWeight = "normal";
- }
- */
+
}
@@ -2090,73 +1981,7 @@ const DisplayPartnerSession = (props) => {
desableSessionFields();
}
- /*
- //await sleep(5);
- if (!edit_session_form) {
- desableSessionFields();
- }
-
- if (document.getElementById("detail_session")) {
- document.getElementById("detail_session").style.backgroundColor = "#104277";
- document.getElementById("detail_session").style.color = "white";
- document.getElementById("detail_session").style.fontWeight = "bold";
- }
-
-
- if (document.getElementById("attestation")) {
- document.getElementById("attestation").style.backgroundColor = "#d8edfc";
- document.getElementById("attestation").style.color = "black";
- document.getElementById("attestation").style.fontWeight = "normal";
- }
- if (document.getElementById("editique")) {
- document.getElementById("editique").style.backgroundColor = "#d8edfc";
- document.getElementById("editique").style.color = "black";
- document.getElementById("editique").style.fontWeight = "normal";
- }
-
- if (document.getElementById("inscrit")) {
- document.getElementById("inscrit").style.backgroundColor = "#d8edfc";
- document.getElementById("inscrit").style.color = "black";
- document.getElementById("inscrit").style.fontWeight = "normal";
- }
-
- if (document.getElementById("preinscrit")) {
- document.getElementById("preinscrit").style.backgroundColor = "#d8edfc";
- document.getElementById("preinscrit").style.color = "black";
- document.getElementById("preinscrit").style.fontWeight = "normal";
- }
-
- if (document.getElementById("sequence_session")) {
- document.getElementById("sequence_session").style.backgroundColor = "#d8edfc";
- document.getElementById("sequence_session").style.color = "black";
- document.getElementById("sequence_session").style.fontWeight = "normal";
- }
-
- if (document.getElementById("historique")) {
- document.getElementById("historique").style.backgroundColor = "#d8edfc";
- document.getElementById("historique").style.color = "black";
- document.getElementById("historique").style.fontWeight = "normal";
- }
-
- if (document.getElementById("emargement")) {
- document.getElementById("emargement").style.backgroundColor = "#d8edfc";
- document.getElementById("emargement").style.color = "black";
- document.getElementById("emargement").style.fontWeight = "normal";
- }
-
- if (document.getElementById("evaluation")) {
- document.getElementById("evaluation").style.backgroundColor = "#d8edfc";
- document.getElementById("evaluation").style.color = "black";
- document.getElementById("evaluation").style.fontWeight = "normal";
- }
-
- if (document.getElementById("piece_jointe")) {
- document.getElementById("piece_jointe").style.backgroundColor = "#d8edfc";
- document.getElementById("piece_jointe").style.color = "black";
- document.getElementById("piece_jointe").style.fontWeight = "normal";
- }
-
- */
+
}
@@ -2164,73 +1989,7 @@ const DisplayPartnerSession = (props) => {
setsubmenu("sequence_session");
submenu_color_management("sequence_session");
- /*
- //await sleep(5);
- if (!edit_session_form) {
- desableSessionFields();
- }
-
- if (document.getElementById("sequence_session")) {
- document.getElementById("sequence_session").style.backgroundColor = "#104277";
- document.getElementById("sequence_session").style.color = "white";
- document.getElementById("sequence_session").style.fontWeight = "bold";
- }
-
- if (document.getElementById("editique")) {
- document.getElementById("editique").style.backgroundColor = "#d8edfc";
- document.getElementById("editique").style.color = "black";
- document.getElementById("editique").style.fontWeight = "normal";
- }
-
- if (document.getElementById("attestation")) {
- document.getElementById("attestation").style.backgroundColor = "#d8edfc";
- document.getElementById("attestation").style.color = "black";
- document.getElementById("attestation").style.fontWeight = "black";
- }
-
- if (document.getElementById("detail_session")) {
- document.getElementById("detail_session").style.backgroundColor = "#d8edfc";
- document.getElementById("detail_session").style.color = "black";
- document.getElementById("detail_session").style.fontWeight = "normal";
- }
-
- if (document.getElementById("inscrit")) {
- document.getElementById("inscrit").style.backgroundColor = "#d8edfc";
- document.getElementById("inscrit").style.color = "black";
- document.getElementById("inscrit").style.fontWeight = "normal";
- }
-
- if (document.getElementById("preinscrit")) {
- document.getElementById("preinscrit").style.backgroundColor = "#d8edfc";
- document.getElementById("preinscrit").style.color = "black";
- document.getElementById("preinscrit").style.fontWeight = "normal";
- }
-
-
- if (document.getElementById("historique")) {
- document.getElementById("historique").style.backgroundColor = "#d8edfc";
- document.getElementById("historique").style.color = "black";
- document.getElementById("historique").style.fontWeight = "normal";
- }
-
- if (document.getElementById("evaluation")) {
- document.getElementById("evaluation").style.backgroundColor = "#d8edfc";
- document.getElementById("evaluation").style.color = "black";
- document.getElementById("evaluation").style.fontWeight = "normal";
- }
-
- if (document.getElementById("emargement")) {
- document.getElementById("emargement").style.backgroundColor = "#d8edfc";
- document.getElementById("emargement").style.color = "black";
- document.getElementById("emargement").style.fontWeight = "normal";
- }
-
- if (document.getElementById("piece_jointe")) {
- document.getElementById("piece_jointe").style.backgroundColor = "#d8edfc";
- document.getElementById("piece_jointe").style.color = "black";
- document.getElementById("piece_jointe").style.fontWeight = "normal";
- }
- */
+
}
@@ -2239,73 +1998,7 @@ const DisplayPartnerSession = (props) => {
setsubmenu("emargement");
submenu_color_management("emargement");
- /* //await sleep(5);
- if (!edit_session_form) {
- desableSessionFields();
- }
-
- if (document.getElementById("emargement")) {
- document.getElementById("emargement").style.backgroundColor = "#104277";
- document.getElementById("emargement").style.color = "white";
- document.getElementById("emargement").style.fontWeight = "bold";
- }
-
- if (document.getElementById("editique")) {
- document.getElementById("editique").style.backgroundColor = "#d8edfc";
- document.getElementById("editique").style.color = "black";
- document.getElementById("editique").style.fontWeight = "normal";
- }
-
- if (document.getElementById("evaluation")) {
- document.getElementById("evaluation").style.backgroundColor = "#d8edfc";
- document.getElementById("evaluation").style.color = "black";
- document.getElementById("evaluation").style.fontWeight = "normal";
- }
-
- if (document.getElementById("sequence_session")) {
- document.getElementById("sequence_session").style.backgroundColor = "#d8edfc";
- document.getElementById("sequence_session").style.color = "black";
- document.getElementById("sequence_session").style.fontWeight = "normal";
- }
-
-
- if (document.getElementById("detail_session")) {
- document.getElementById("detail_session").style.backgroundColor = "#d8edfc";
- document.getElementById("detail_session").style.color = "black";
- document.getElementById("detail_session").style.fontWeight = "normal";
- }
-
- if (document.getElementById("inscrit")) {
- document.getElementById("inscrit").style.backgroundColor = "#d8edfc";
- document.getElementById("inscrit").style.color = "black";
- document.getElementById("inscrit").style.fontWeight = "normal";
- }
-
- if (document.getElementById("preinscrit")) {
- document.getElementById("preinscrit").style.backgroundColor = "#d8edfc";
- document.getElementById("preinscrit").style.color = "black";
- document.getElementById("preinscrit").style.fontWeight = "normal";
- }
-
-
- if (document.getElementById("historique")) {
- document.getElementById("historique").style.backgroundColor = "#d8edfc";
- document.getElementById("historique").style.color = "black";
- document.getElementById("historique").style.fontWeight = "normal";
- }
-
- if (document.getElementById("attestation")) {
- document.getElementById("attestation").style.backgroundColor = "#d8edfc";
- document.getElementById("attestation").style.color = "black";
- document.getElementById("attestation").style.fontWeight = "normal";
- }
-
- if (document.getElementById("piece_jointe")) {
- document.getElementById("piece_jointe").style.backgroundColor = "#d8edfc";
- document.getElementById("piece_jointe").style.color = "black";
- document.getElementById("piece_jointe").style.fontWeight = "normal";
- }
- */
+
}
@@ -2314,80 +2007,7 @@ const DisplayPartnerSession = (props) => {
setsubmenu("piece_jointe");
submenu_color_management("piece_jointe");
- /* // await sleep(5);
- if (!edit_session_form) {
- desableSessionFields();
- }
-
- if (document.getElementById("piece_jointe")) {
- document.getElementById("piece_jointe").style.backgroundColor = "#104277";
- document.getElementById("piece_jointe").style.color = "white";
- document.getElementById("piece_jointe").style.fontWeight = "bold";
- }
-
-
- if (document.getElementById("historique")) {
- document.getElementById("historique").style.backgroundColor = "#d8edfc";
- document.getElementById("historique").style.color = "black";
- document.getElementById("historique").style.fontWeight = "normal";
- }
-
- if (document.getElementById("attestation")) {
- document.getElementById("attestation").style.backgroundColor = "#d8edfc";
- document.getElementById("attestation").style.color = "black";
- document.getElementById("attestation").style.fontWeight = "normal";
- }
-
- if (document.getElementById("evaluation")) {
- document.getElementById("evaluation").style.backgroundColor = "#d8edfc";
- document.getElementById("evaluation").style.color = "black";
- document.getElementById("evaluation").style.fontWeight = "normal";
- }
-
- if (document.getElementById("editique")) {
- document.getElementById("editique").style.backgroundColor = "#d8edfc";
- document.getElementById("editique").style.color = "black";
- document.getElementById("editique").style.fontWeight = "normal";
- }
-
- if (document.getElementById("emargement")) {
- document.getElementById("emargement").style.backgroundColor = "#d8edfc";
- document.getElementById("emargement").style.color = "black";
- document.getElementById("emargement").style.fontWeight = "normal";
- }
-
-
- if (document.getElementById("sequence_session")) {
- document.getElementById("sequence_session").style.backgroundColor = "#d8edfc";
- document.getElementById("sequence_session").style.color = "black";
- document.getElementById("sequence_session").style.fontWeight = "normal";
- }
-
-
- if (document.getElementById("detail_session")) {
- document.getElementById("detail_session").style.backgroundColor = "#d8edfc";
- document.getElementById("detail_session").style.color = "black";
- document.getElementById("detail_session").style.fontWeight = "normal";
- }
-
- if (document.getElementById("inscrit")) {
- document.getElementById("inscrit").style.backgroundColor = "#d8edfc";
- document.getElementById("inscrit").style.color = "black";
- document.getElementById("inscrit").style.fontWeight = "normal";
- }
-
- if (document.getElementById("preinscrit")) {
- document.getElementById("preinscrit").style.backgroundColor = "#d8edfc";
- document.getElementById("preinscrit").style.color = "black";
- document.getElementById("preinscrit").style.fontWeight = "normal";
- }
-
- if (document.getElementById("emargement")) {
- document.getElementById("emargement").style.backgroundColor = "#d8edfc";
- document.getElementById("emargement").style.color = "black";
- document.getElementById("emargement").style.fontWeight = "normal";
- }
- */
+
}
async function submenu_historique() {
@@ -2397,76 +2017,7 @@ const DisplayPartnerSession = (props) => {
if (!edit_session_form) {
desableSessionFields();
}
- /*
-
- if (document.getElementById("historique")) {
- document.getElementById("historique").style.backgroundColor = "#104277";
- document.getElementById("historique").style.color = "white";
- document.getElementById("historique").style.fontWeight = "bold";
- }
-
- if (document.getElementById("attestation")) {
- document.getElementById("attestation").style.backgroundColor = "#d8edfc";
- document.getElementById("attestation").style.color = "black";
- document.getElementById("attestation").style.fontWeight = "normal";
- }
-
- if (document.getElementById("evaluation")) {
- document.getElementById("evaluation").style.backgroundColor = "#d8edfc";
- document.getElementById("evaluation").style.color = "black";
- document.getElementById("evaluation").style.fontWeight = "normal";
- }
-
- if (document.getElementById("editique")) {
- document.getElementById("editique").style.backgroundColor = "#d8edfc";
- document.getElementById("editique").style.color = "black";
- document.getElementById("editique").style.fontWeight = "normal";
- }
-
- if (document.getElementById("emargement")) {
- document.getElementById("emargement").style.backgroundColor = "#d8edfc";
- document.getElementById("emargement").style.color = "black";
- document.getElementById("emargement").style.fontWeight = "normal";
- }
-
-
- if (document.getElementById("sequence_session")) {
- document.getElementById("sequence_session").style.backgroundColor = "#d8edfc";
- document.getElementById("sequence_session").style.color = "black";
- document.getElementById("sequence_session").style.fontWeight = "normal";
- }
-
-
- if (document.getElementById("detail_session")) {
- document.getElementById("detail_session").style.backgroundColor = "#d8edfc";
- document.getElementById("detail_session").style.color = "black";
- document.getElementById("detail_session").style.fontWeight = "normal";
- }
-
- if (document.getElementById("inscrit")) {
- document.getElementById("inscrit").style.backgroundColor = "#d8edfc";
- document.getElementById("inscrit").style.color = "black";
- document.getElementById("inscrit").style.fontWeight = "normal";
- }
-
- if (document.getElementById("preinscrit")) {
- document.getElementById("preinscrit").style.backgroundColor = "#d8edfc";
- document.getElementById("preinscrit").style.color = "black";
- document.getElementById("preinscrit").style.fontWeight = "normal";
- }
-
- if (document.getElementById("emargement")) {
- document.getElementById("emargement").style.backgroundColor = "#d8edfc";
- document.getElementById("emargement").style.color = "black";
- document.getElementById("emargement").style.fontWeight = "normal";
- }
-
- if (document.getElementById("piece_jointe")) {
- document.getElementById("piece_jointe").style.backgroundColor = "#d8edfc";
- document.getElementById("piece_jointe").style.color = "black";
- document.getElementById("piece_jointe").style.fontWeight = "normal";
- }
- */
+
}
@@ -2501,68 +2052,7 @@ const DisplayPartnerSession = (props) => {
setsubmenu("editique");
submenu_color_management("editique");
- /*
- if (document.getElementById("editique")) {
- document.getElementById("editique").style.backgroundColor = "#104277";
- document.getElementById("editique").style.color = "white";
- document.getElementById("editique").style.fontWeight = "bold";
-
- }
-
- if (document.getElementById("inscrit")) {
- document.getElementById("inscrit").style.backgroundColor = "#d8edfc";
- document.getElementById("inscrit").style.color = "black";
- document.getElementById("inscrit").style.fontWeight = "normal";
- }
-
- if (document.getElementById("attestation")) {
- document.getElementById("attestation").style.backgroundColor = "#d8edfc";
- document.getElementById("attestation").style.color = "black";
- document.getElementById("attestation").style.fontWeight = "normal";
- }
-
- if (document.getElementById("evaluation")) {
- document.getElementById("evaluation").style.backgroundColor = "#d8edfc";
- document.getElementById("evaluation").style.color = "black";
- document.getElementById("evaluation").style.fontWeight = "normal";
- }
-
- if (document.getElementById("detail_session")) {
- document.getElementById("detail_session").style.backgroundColor = "#d8edfc";
- document.getElementById("detail_session").style.color = "black";
- document.getElementById("detail_session").style.fontWeight = "normal";
- }
-
- if (document.getElementById("preinscrit")) {
- document.getElementById("preinscrit").style.backgroundColor = "#d8edfc";
- document.getElementById("preinscrit").style.color = "black";
- document.getElementById("preinscrit").style.fontWeight = "normal";
- }
-
- if (document.getElementById("sequence_session")) {
- document.getElementById("sequence_session").style.backgroundColor = "#d8edfc";
- document.getElementById("sequence_session").style.color = "black";
- document.getElementById("sequence_session").style.fontWeight = "normal";
- }
-
- if (document.getElementById("historique")) {
- document.getElementById("historique").style.backgroundColor = "#d8edfc";
- document.getElementById("historique").style.color = "black";
- document.getElementById("historique").style.fontWeight = "normal";
- }
-
- if (document.getElementById("emargement")) {
- document.getElementById("emargement").style.backgroundColor = "#d8edfc";
- document.getElementById("emargement").style.color = "black";
- document.getElementById("emargement").style.fontWeight = "normal";
- }
-
- if (document.getElementById("piece_jointe")) {
- document.getElementById("piece_jointe").style.backgroundColor = "#d8edfc";
- document.getElementById("piece_jointe").style.color = "black";
- document.getElementById("piece_jointe").style.fontWeight = "normal";
- }
- */
+
}
@@ -2571,75 +2061,7 @@ const DisplayPartnerSession = (props) => {
submenu_color_management("evaluation");
Getall_Survey_hot_evaluation_By_Session();
- /*
- //await sleep(5);
- if (!edit_session_form) {
- desableSessionFields();
- }
-
- if (document.getElementById("evaluation")) {
- document.getElementById("evaluation").style.backgroundColor = "#104277";
- document.getElementById("evaluation").style.color = "white";
- document.getElementById("evaluation").style.fontWeight = "bold";
- }
-
-
- if (document.getElementById("emargement")) {
- document.getElementById("emargement").style.backgroundColor = "#d8edfc";
- document.getElementById("emargement").style.color = "black";
- document.getElementById("emargement").style.fontWeight = "normal";
- }
-
- if (document.getElementById("attestation")) {
- document.getElementById("attestation").style.backgroundColor = "#d8edfc";
- document.getElementById("attestation").style.color = "black";
- document.getElementById("attestation").style.fontWeight = "normal";
- }
-
- if (document.getElementById("editique")) {
- document.getElementById("editique").style.backgroundColor = "#d8edfc";
- document.getElementById("editique").style.color = "black";
- document.getElementById("editique").style.fontWeight = "normal";
- }
-
- if (document.getElementById("sequence_session")) {
- document.getElementById("sequence_session").style.backgroundColor = "#d8edfc";
- document.getElementById("sequence_session").style.color = "black";
- document.getElementById("sequence_session").style.fontWeight = "normal";
- }
-
-
- if (document.getElementById("detail_session")) {
- document.getElementById("detail_session").style.backgroundColor = "#d8edfc";
- document.getElementById("detail_session").style.color = "black";
- document.getElementById("detail_session").style.fontWeight = "normal";
- }
-
- if (document.getElementById("inscrit")) {
- document.getElementById("inscrit").style.backgroundColor = "#d8edfc";
- document.getElementById("inscrit").style.color = "black";
- document.getElementById("inscrit").style.fontWeight = "normal";
- }
-
- if (document.getElementById("preinscrit")) {
- document.getElementById("preinscrit").style.backgroundColor = "#d8edfc";
- document.getElementById("preinscrit").style.color = "black";
- document.getElementById("preinscrit").style.fontWeight = "normal";
- }
-
-
- if (document.getElementById("historique")) {
- document.getElementById("historique").style.backgroundColor = "#d8edfc";
- document.getElementById("historique").style.color = "black";
- document.getElementById("historique").style.fontWeight = "normal";
- }
-
- if (document.getElementById("piece_jointe")) {
- document.getElementById("piece_jointe").style.backgroundColor = "#d8edfc";
- document.getElementById("piece_jointe").style.color = "black";
- document.getElementById("piece_jointe").style.fontWeight = "normal";
- }
-*/
+
GetListeEvaluation(selected_session_id);
}
@@ -2648,73 +2070,9 @@ const DisplayPartnerSession = (props) => {
async function submenu_attestation() {
setsubmenu("attestation");
- //await sleep(5);
- if (!edit_session_form) {
- desableSessionFields();
- }
-
- if (document.getElementById("attestation")) {
- document.getElementById("attestation").style.backgroundColor = "#104277";
- document.getElementById("attestation").style.color = "white";
- document.getElementById("attestation").style.fontWeight = "bold";
- }
-
- if (document.getElementById("evaluation")) {
- document.getElementById("evaluation").style.backgroundColor = "#d8edfc";
- document.getElementById("evaluation").style.color = "black";
- document.getElementById("evaluation").style.fontWeight = "normal";
- }
-
-
- if (document.getElementById("emargement")) {
- document.getElementById("emargement").style.backgroundColor = "#d8edfc";
- document.getElementById("emargement").style.color = "black";
- document.getElementById("emargement").style.fontWeight = "normal";
- }
-
- if (document.getElementById("editique")) {
- document.getElementById("editique").style.backgroundColor = "#d8edfc";
- document.getElementById("editique").style.color = "black";
- document.getElementById("editique").style.fontWeight = "normal";
- }
-
- if (document.getElementById("sequence_session")) {
- document.getElementById("sequence_session").style.backgroundColor = "#d8edfc";
- document.getElementById("sequence_session").style.color = "black";
- document.getElementById("sequence_session").style.fontWeight = "normal";
- }
-
-
- if (document.getElementById("detail_session")) {
- document.getElementById("detail_session").style.backgroundColor = "#d8edfc";
- document.getElementById("detail_session").style.color = "black";
- document.getElementById("detail_session").style.fontWeight = "normal";
- }
-
- if (document.getElementById("inscrit")) {
- document.getElementById("inscrit").style.backgroundColor = "#d8edfc";
- document.getElementById("inscrit").style.color = "black";
- document.getElementById("inscrit").style.fontWeight = "normal";
- }
-
- if (document.getElementById("preinscrit")) {
- document.getElementById("preinscrit").style.backgroundColor = "#d8edfc";
- document.getElementById("preinscrit").style.color = "black";
- document.getElementById("preinscrit").style.fontWeight = "normal";
- }
-
-
- if (document.getElementById("historique")) {
- document.getElementById("historique").style.backgroundColor = "#d8edfc";
- document.getElementById("historique").style.color = "black";
- document.getElementById("historique").style.fontWeight = "normal";
- }
-
- if (document.getElementById("piece_jointe")) {
- document.getElementById("piece_jointe").style.backgroundColor = "#d8edfc";
- document.getElementById("piece_jointe").style.color = "black";
- document.getElementById("piece_jointe").style.fontWeight = "normal";
- }
+ submenu_color_management("attestation");
+
+
GetListeEvaluation(selected_session_id);
@@ -2725,83 +2083,7 @@ const DisplayPartnerSession = (props) => {
async function submenu_q_positionnement() {
setsubmenu("positionnement");
submenu_color_management("q_positionnement");
- /*
- //await sleep(5);
- if (!edit_session_form) {
- desableSessionFields();
- }
-
- if (document.getElementById("q_positionnement")) {
- document.getElementById("q_positionnement").style.backgroundColor = "#104277";
- document.getElementById("q_positionnement").style.color = "white";
- document.getElementById("q_positionnement").style.fontWeight = "bold";
- }
-
-
- if (document.getElementById("attestation")) {
- document.getElementById("attestation").style.backgroundColor = "#d8edfc";
- document.getElementById("attestation").style.color = "black";
- document.getElementById("attestation").style.fontWeight = "normal";
- }
-
- if (document.getElementById("evaluation")) {
- document.getElementById("evaluation").style.backgroundColor = "#d8edfc";
- document.getElementById("evaluation").style.color = "black";
- document.getElementById("evaluation").style.fontWeight = "normal";
- }
-
-
- if (document.getElementById("emargement")) {
- document.getElementById("emargement").style.backgroundColor = "#d8edfc";
- document.getElementById("emargement").style.color = "black";
- document.getElementById("emargement").style.fontWeight = "normal";
- }
-
- if (document.getElementById("editique")) {
- document.getElementById("editique").style.backgroundColor = "#d8edfc";
- document.getElementById("editique").style.color = "black";
- document.getElementById("editique").style.fontWeight = "normal";
- }
-
- if (document.getElementById("sequence_session")) {
- document.getElementById("sequence_session").style.backgroundColor = "#d8edfc";
- document.getElementById("sequence_session").style.color = "black";
- document.getElementById("sequence_session").style.fontWeight = "normal";
- }
-
-
- if (document.getElementById("detail_session")) {
- document.getElementById("detail_session").style.backgroundColor = "#d8edfc";
- document.getElementById("detail_session").style.color = "black";
- document.getElementById("detail_session").style.fontWeight = "normal";
- }
-
- if (document.getElementById("inscrit")) {
- document.getElementById("inscrit").style.backgroundColor = "#d8edfc";
- document.getElementById("inscrit").style.color = "black";
- document.getElementById("inscrit").style.fontWeight = "normal";
- }
-
- if (document.getElementById("preinscrit")) {
- document.getElementById("preinscrit").style.backgroundColor = "#d8edfc";
- document.getElementById("preinscrit").style.color = "black";
- document.getElementById("preinscrit").style.fontWeight = "normal";
- }
-
-
- if (document.getElementById("historique")) {
- document.getElementById("historique").style.backgroundColor = "#d8edfc";
- document.getElementById("historique").style.color = "black";
- document.getElementById("historique").style.fontWeight = "normal";
- }
-
- if (document.getElementById("piece_jointe")) {
- document.getElementById("piece_jointe").style.backgroundColor = "#d8edfc";
- document.getElementById("piece_jointe").style.color = "black";
- document.getElementById("piece_jointe").style.fontWeight = "normal";
- }
-
-*/
+
}
diff --git a/src/components/DisplayPartnerStagiaires.js b/src/components/DisplayPartnerStagiaires.js
index 1771a66..d99e92d 100644
--- a/src/components/DisplayPartnerStagiaires.js
+++ b/src/components/DisplayPartnerStagiaires.js
@@ -2338,8 +2338,6 @@ const DisplayPartnerStagiaires = (props) => {
if (new_data2.length > 0) {
setNew_Getall_TrainingSession_result(new_data2);
-
- // console.log(" ### new_data2 = ", new_data2);
}
diff --git a/src/components/SurveyDocument.js b/src/components/SurveyDocument.js
index f1b536c..9705026 100644
--- a/src/components/SurveyDocument.js
+++ b/src/components/SurveyDocument.js
@@ -7,41 +7,17 @@ import axios from "axios";
import { getCookie, setCookie } from 'react-use-cookie';
import { useHistory } from "react-router-dom";
import Rating from '@mui/material/Rating';
-import CheckOut from "./CheckOut";
-import { DataGrid, GridToolbar, frFR } from '@mui/x-data-grid';
+
import "react-draft-wysiwyg/dist/react-draft-wysiwyg.css";
-import { Editor } from '@tinymce/tinymce-react';
-import parse from 'html-react-parser';
-import { FcViewDetails, FcDisapprove } from "react-icons/fc";
+
import 'react-tooltip/dist/react-tooltip.css'
-import { Tooltip } from 'react-tooltip'
-import add_plus from "../mysy_img/plus.png";
-import excel_icone from "../mysy_img/excel_icone.png";
-import participants from "../mysy_img/participants.png";
-import fileDownload from 'js-file-download'
-import Autocomplete from '@mui/material/Autocomplete';
-import Popup from 'reactjs-popup';
+
import 'reactjs-popup/dist/index.css';
import img_loading_spin from "./../mysy_img/mysy_spin_loading.gif";
import { FcCancel, FcApproval, FcAcceptDatabase, FcPrint } from "react-icons/fc";
import DatePicker from "react-datepicker";
import "react-datepicker/dist/react-datepicker.css";
-import { format } from 'date-fns'
-import moment from "moment";
-import InputAdornment from '@mui/material/InputAdornment';
-import { AiFillCloseCircle } from "react-icons/ai";
-import Box from '@mui/material/Box';
-import { Typography, LinearProgress } from '@mui/material';
-import styled from 'styled-components';
-import { CiTrash } from "react-icons/ci";
-import { MdAddCircleOutline, MdRemoveCircleOutline } from "react-icons/md";
-import Dialog from '@mui/material/Dialog';
-import DialogActions from '@mui/material/DialogActions';
-import DialogContent from '@mui/material/DialogContent';
-import DialogContentText from '@mui/material/DialogContentText';
-import DialogTitle from '@mui/material/DialogTitle';
-import { TransitionProps } from '@mui/material/transitions';
-import { IoAddCircleOutline, IoCloseCircleOutline } from "react-icons/io5";
+
import { useParams } from 'react-router-dom'
import Header from "./Header";
import Footer from "./Fotter";
diff --git a/src/components/UpdateAttendeeList.js b/src/components/UpdateAttendeeList.js
new file mode 100644
index 0000000..8cea195
--- /dev/null
+++ b/src/components/UpdateAttendeeList.js
@@ -0,0 +1,733 @@
+import React, { useRef, useState, useEffect } from "react";
+import TextField from '@mui/material/TextField';
+import MenuItem from '@mui/material/MenuItem';
+import 'react-confirm-alert/src/react-confirm-alert.css'; // Import css
+import Button from '@mui/material/Button';
+import axios from "axios";
+import { getCookie, setCookie } from 'react-use-cookie';
+import { useHistory } from "react-router-dom";
+import Rating from '@mui/material/Rating';
+import { gridClasses } from '@mui/x-data-grid';
+import "react-draft-wysiwyg/dist/react-draft-wysiwyg.css";
+import Box from '@mui/material/Box';
+import { FcViewDetails, FcDisapprove } from "react-icons/fc";
+import 'react-tooltip/dist/react-tooltip.css'
+import { FcCancel, FcApproval, FcAcceptDatabase, FcPrint, FcAlarmClock, FcMultipleSmartphones, FcWorkflow } from "react-icons/fc";
+import 'reactjs-popup/dist/index.css';
+import img_loading_spin from "./../mysy_img/mysy_spin_loading.gif";
+import { CiTrash } from "react-icons/ci";
+import "react-datepicker/dist/react-datepicker.css";
+import { DataGrid, GridToolbar, frFR } from '@mui/x-data-grid';
+import { useParams } from 'react-router-dom'
+import Header from "./Header";
+import Footer from "./Fotter";
+import { FcInfo } from "react-icons/fc";
+import { Document, Page } from 'react-pdf';
+import RadioGroup from '@mui/material/RadioGroup';
+import FormControlLabel from '@mui/material/FormControlLabel';
+import FormControl from '@mui/material/FormControl';
+import FormLabel from '@mui/material/FormLabel';
+import Radio from '@mui/material/Radio';
+import { daDK } from "@mui/material/locale";
+import Checkbox from '@mui/material/Checkbox';
+import Link from '@mui/material/Link';
+import { PiDotsThree } from "react-icons/pi";
+import Popup from 'reactjs-popup';
+import 'reactjs-popup/dist/index.css';
+
+import Display_Action_And_Class from "./Display_Action_And_Class";
+
+
+function UpdateAttendeeList() {
+
+ const history = useHistory();
+ const { client_id, session_id, partner_owner_recid } = useParams();
+ const [isLoading, setLoading] = useState();
+
+ const [tab_variable, settab_variable] = useState([]);
+
+ function ExpandableCell_50({ value }) {
+ const [expanded, setExpanded] = React.useState(false);
+
+ return (
+
+ {value &&
+
+ {expanded ? value : String(value).slice(0, 50)}
+ {value.length > 50 && (
+ // eslint-disable-next-line jsx-a11y/anchor-is-valid
+
setExpanded(!expanded)}
+ >
+ {expanded ?
Réduire :
Voir }
+
+ )}
+
}
+
+ {!value &&
+
+
+ }
+
+ );
+ }
+
+ const [rowss_preinsc, setRows_preinsc] = useState([]);
+
+
+ const [selectionModel_preinsc, setselectionModel_preinsc] = React.useState([]);
+ const columns_preinscrit = [
+ { field: 'id', headerName: 'id', hide: true },
+ { field: '_id', headerName: '_id', hide: true },
+ { field: 'civilite', headerName: 'Civ.', minWidth: 100, flex: 1, maxWidth: 100, hide: false, editable: true, editable: false, renderCell: (params) => , },
+ { field: 'nom', headerName: 'nom', minWidth: 150, flex: 1, hide: false, editable: true, renderCell: (params) => , },
+ { field: 'prenom', headerName: 'prenom', minWidth: 150, flex: 1, hide: false, editable: true, renderCell: (params) => , },
+ { field: 'email', headerName: 'email', minWidth: 150, flex: 1, flex: 1, renderCell: (params) => , },
+ {
+ field: "update", headerName: 'Mise à jour',
+ renderCell: (cellValues) => {
+ return (
+
+ {
+ // handleClick_accept(event, cellValues);
+ }}
+ >
+
+
+ }
+ modal
+ nested
+ position="center center"
+ >
+ {close => (
+
+
+ ×
+
+
MySy Information
+
+ {' '}
+
+ Confirmer la mise à jour des informations du stagiaire
+
+
+
+ {
+ // handleClick_update_data(event, cellValues);
+ close();
+ }}> Valider
+
+
+
+ {
+ //console.log('modal closed ');
+ close();
+ }}
+ >
+ Annuler
+
+
+
+
+ )}
+
+
+ );
+ }
+ },
+
+ {
+ field: "valide", headerName: 'Valider',
+ renderCell: (cellValues) => {
+ return (
+
+ {
+ // handleClick_accept(event, cellValues);
+ }}
+ >
+
+
+ }
+ modal
+ nested
+ position="center center"
+ >
+ {close => (
+
+
+ ×
+
+
MySy Information
+
+ {' '}
+
+ En confirmant cette opération, l'inscription du stagiaire sera définitivement validée.
+ Il (le stagiaire) sera automatiquement notifié par email de la validation de son inscription.
+ Le stagiaire passera de l'onglet "préinscrit" vers l'onglet "inscription".
+
+
+
+ {
+ // handleClick_accept(event, cellValues);
+ //console.log('modal closed ');
+ close();
+ }}> Valider
+
+
+
+ {
+ //console.log('modal closed ');
+ close();
+ }}
+ >
+ Annuler
+
+
+
+
+ )}
+
+
+ );
+ }
+ },
+
+ {
+ field: "refuse", headerName: 'Refuser',
+ renderCell: (cellValues) => {
+ return (
+
+ {
+ // handleClick_refuse(event, cellValues);
+ }}
+ >
+
+
+ }
+ modal
+ nested
+ position="center center"
+ >
+ {close => (
+
+
+ ×
+
+
MySy Information
+
+ {' '}
+
+ En confirmant cette opération, l'inscription du stagiaire sera refusée .
+ Il (le stagiaire) sera automatiquement notifié par email du refus de son inscription.
+ Motif du refus :
+
+
+
+
+
+ {
+ // handleClick_refuse(event, cellValues);
+ //console.log('modal closed ');
+ close();
+ }}> Valider
+
+
+
+ {
+ //console.log('modal closed ');
+ close();
+ }}
+ >
+ Annuler
+
+
+
+
+ )}
+
+
+
+ );
+ }
+ },
+ {
+ field: "delete", headerName: 'Supprimer',
+ renderCell: (cellValues) => {
+ return (
+
+ {
+ //handleClick_delete(event, cellValues);
+ }}
+ >
+
+
+ }
+ modal
+ nested
+ position="center center"
+ >
+ {close => (
+
+
+ ×
+
+
MySy Information
+
+ {' '}
+
+ En confirmant cette opération, l'inscription du stagiaire sera définitivement supprimée .
+
+
+
+
+ {
+ // handleClick_delete(event, cellValues);
+ //console.log('modal closed ');
+ close();
+ }}> Valider
+
+
+
+ {
+ //console.log('modal closed ');
+ close();
+ }}
+ >
+ Annuler
+
+
+
+
+ )}
+
+
+
+ );
+ }
+ }
+
+
+ ]
+
+
+ const [Partner_Recid, setPartner_Recid] = useState("");
+
+ const [New_Getall_TrainingParticipant_result, setNew_Getall_TrainingParticipant_result] = useState([]);
+
+ const [Getall_TrainingParticipant_api, setGetall_TrainingParticipant_api] = useState();
+ const [Getall_TrainingParticipant_message, setGetall_TrainingParticipant_message] = useState();
+ const [Getall_TrainingParticipant_result, setGetall_TrainingParticipant_result] = useState([]);
+ function Getall_TrainingParticipant(event) {
+
+ var form = new FormData();
+
+
+
+
+ form.append("client_rattachement_id", client_id);
+ form.append("session_id", session_id);
+ form.append("partner_owner_recid", partner_owner_recid);
+ form.append("status", "0");
+
+ //console.log(" ### Getall_TrainingParticipant form = ", form)
+ var myurl = process.env.REACT_APP_API_URL + "myclass/api/Get_Statgaire_List_Partner_with_filter_FOR_ONLY_INSCRIPTION_NO_TOKEN/";
+
+
+ setLoading(true);
+ axios.post(myurl, form).then(res => {
+
+ setLoading(false);
+ if (String(res.data.status) === String("true")) {
+ //console.log(" In Getall_TrainingParticipant res.data.status = " + res.data.status);
+ //console.log(" In Getall_TrainingParticipant res.data.message r_class = " + res.data.message);
+ setGetall_TrainingParticipant_api("true");
+ setGetall_TrainingParticipant_result(res.data.message);
+ setRows_preinsc(res.data.message);
+
+
+ var new_data2 = [];
+ const new_data = res.data.message.map((x) => {
+
+ //---
+ var localid = JSON.parse(x).id;
+ var local_id = JSON.parse(x)._id;
+ var local_nom = JSON.parse(x).nom;
+ var local_prenom = JSON.parse(x).prenom;
+ var local_email = JSON.parse(x).email;
+
+ setPartner_Recid(String(JSON.parse(x).partner_owner_recid))
+
+
+
+ //---
+ var node = {
+ "_id": local_id,
+ "id": localid,
+ "nom": local_nom,
+ "prenom": local_prenom,
+ "email": local_email,
+ };
+ new_data2.push(node);
+
+ // return {"_id": " + str(local_id) + ", "label": " + local_courrier_template_ref_interne + '" , "courrier_template_ref_interne": "' + local_courrier_template_ref_interne + '", "nom_champ_technique": "' + local_nom_champ_technique + '", "nom_champ_fonctionel": "' + local_nom_champ_fonctionel + '","valide": "1" };
+
+ });
+
+
+ if (new_data2.length > 0) {
+ setNew_Getall_TrainingParticipant_result(new_data2);
+ }
+
+
+
+ }
+ else {
+ setGetall_TrainingParticipant_api("false");
+ setGetall_TrainingParticipant_message(res.data.message);
+ alert(res.data.message);
+ }
+
+ }).catch((error) => {
+ setLoading(false);
+ console.warn('Not good man :( Getall_TrainingParticipant = ', error);
+ setGetall_TrainingParticipant_api("false");
+ alert(" Impossible de recuperer la liste des stagiaires")
+ //setmyApimyApiMessage("")
+ })
+ }
+
+ useEffect(() => {
+
+ Getall_TrainingParticipant();
+
+ window.scrollTo({
+ top: 0,
+ behavior: "smooth",
+ });
+ }, [])
+
+
+
+ function change_survey_data(e) {
+
+ var tmp = tab_variable;
+
+ tmp[String(e.name)] = e.value;
+
+ settab_variable(tmp)
+
+ }
+
+ const [value, setValue] = React.useState('female');
+
+ const handleChange = (event) => {
+ setValue(event.target.value);
+ };
+
+
+
+ const [selected_qcm_value, setselected_qcm_value] = React.useState('');
+ const handleChange_qcm = (event) => {
+
+
+
+ document.getElementsByName(event.target.name)[0].value = event.target.value;
+
+ // setselected_qcm_value(event.target.value);
+ change_survey_data(event.target);
+ };
+
+
+
+ function OnchangeCellDataGrid(params) {
+
+
+ // params = la nouvelle lignes
+ console.log(params);
+
+ var num_line = params.id; // ==> Id de la ligne changé
+ var colomn = params.field; // ==> colonne de la ligne changé
+ var new_value = params.value; // ==> la nouvelle valeur
+
+
+
+ const updatedData = New_Getall_TrainingParticipant_result.map((x) => {
+
+ var localid = (x).id;
+
+ if (String(num_line) === String(localid) && colomn === "nom") {
+ var tmp = {};
+ tmp['id'] = (x).id;
+ tmp['_id'] = (x)._id;
+ tmp['nom'] = new_value
+ tmp['prenom'] = (x).prenom;
+ tmp['email'] = (x).email;
+
+ return tmp;
+
+
+ }
+
+ if (String(num_line) === String(localid) && colomn === "prenom") {
+ var tmp = {};
+ tmp['id'] = (x).id;
+ tmp['_id'] = (x)._id;
+ tmp['nom'] = (x).nom;
+ tmp['prenom'] = new_value
+ tmp['email'] = (x).email;
+
+
+ return tmp;
+ }
+
+
+ var tmp = {};
+ tmp['id'] = (x).id;
+ tmp['_id'] = (x)._id;
+ tmp['nom'] = (x).nom;
+ tmp['prenom'] = (x).prenom;
+ tmp['email'] = (x).email;
+
+ return tmp;
+
+
+ });
+ setNew_Getall_TrainingParticipant_result([]);
+
+ setNew_Getall_TrainingParticipant_result(updatedData);
+
+ }
+
+ const [Record_New_Attendee_Data_api, setRecord_New_Attendee_Data_api] = useState();
+ const [Record_New_Attendee_Data_message, setRecord_New_Attendee_Data_message] = useState();
+ const [Record_New_Attendee_Data_result, setRecord_New_Attendee_Data_result] = useState();
+ function Record_New_Attendee_Data() {
+ var form = new FormData();
+
+ const myJSON = JSON.stringify(tab_variable);
+
+
+
+ const new_attende_dat_JSON = JSON.stringify(New_Getall_TrainingParticipant_result);
+
+ console.log(" Record_New_Attendee_Data New_Getall_TrainingParticipant_result = ", New_Getall_TrainingParticipant_result);
+
+ const stored_cookie = getCookie('tokenmysypart');
+ form.append("client_id", client_id);
+ form.append("session_id", session_id);
+ form.append("list_attendee_data", new_attende_dat_JSON);
+ form.append("partner_recid", Partner_Recid);
+
+ var myurl = process.env.REACT_APP_API_URL + "myclass/api/Client_Update_Liste_Attendee_No_Token/";
+
+ setLoading(true);
+ axios.post(myurl, form).then(res => {
+ console.log(" In Record_New_Attendee_Data res.data.status = " + res.data.status);
+ console.log(" In Record_New_Attendee_Data res.data.message r_class = " + res.data.message);
+
+ setLoading(false);
+ if (String(res.data.status) === String("true")) {
+
+ alert(res.data.message);
+ history.push("/");
+ }
+ else {
+ setRecord_New_Attendee_Data_api("false");
+ setRecord_New_Attendee_Data_message(res.data.message);
+ alert(res.data.message);
+ }
+
+ }).catch((error) => {
+ setLoading(false);
+ console.warn('Record_New_Attendee_Data : Not good man :( Record_New_Attendee_Data = ' + error);
+ setRecord_New_Attendee_Data_api("false");
+ alert(" Impossible de mettre à jour les données des participants ");
+
+ })
+ }
+
+ return (
+
+
+
+ {isLoading &&
}
+
+
+
+
+
+
+
+ {New_Getall_TrainingParticipant_result && New_Getall_TrainingParticipant_result.length > 0 &&
+
+
+
+
+
+ {
+ setselectionModel_preinsc(newSelectionModel);
+ //console.log("ch selected--" + newSelectionModel);
+ }}
+ selectionModel={selectionModel_preinsc}
+
+ localeText={frFR.components.MuiDataGrid.defaultProps.localeText}
+ rows={New_Getall_TrainingParticipant_result.map((item, index) => (
+ {
+ id: index,
+ _id: item._id,
+ nom: item.nom,
+ prenom: (item).prenom,
+ email: (item).email,
+
+
+ }
+ ))}
+
+ columns={columns_preinscrit}
+ pageSize={10}
+ className="datagridclass"
+
+ rowsPerPageOptions={[10]}
+ disableSelectionOnClick
+ components={{
+ Toolbar: GridToolbar,
+ }}
+ getEstimatedRowHeight={() => 200}
+ getRowHeight={() => "auto"}
+ sx={{
+ "& .MuiDataGrid-cellContent": {
+ minHeight: 50,
+
+ },
+ [`& .${gridClasses.cell}`]: {
+ py: 1,
+ },
+ }}
+ />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Envoyer
+
+
+
+
+
+ {
+ history.push("/");
+ }} >Annuler
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {/*get_Given_Survey_Data_result && get_Given_Survey_Data_result.length > 0 &&
+
+
+
*/}
+
+
+
}
+
+ {(!Getall_TrainingParticipant_result || Getall_TrainingParticipant_result.length <= 0) &&
+
+ Le document est invalide
+
+
}
+
+
+
+
+
+
+
+
+
+
+ );
+}
+
+export default UpdateAttendeeList;
\ No newline at end of file
diff --git a/src/pages/updateattendeelist.js b/src/pages/updateattendeelist.js
new file mode 100644
index 0000000..65fe7e7
--- /dev/null
+++ b/src/pages/updateattendeelist.js
@@ -0,0 +1,17 @@
+import Link from "next/link";
+import Navigation from "../components/Navigation";
+import UpdateAttendeeList from "../components/UpdateAttendeeList"
+
+
+
+export default function Login() {
+ return (
+
+ );
+}
diff --git a/src/styles/components/_updateattendeelist.scss b/src/styles/components/_updateattendeelist.scss
new file mode 100644
index 0000000..1aa33e4
--- /dev/null
+++ b/src/styles/components/_updateattendeelist.scss
@@ -0,0 +1,2818 @@
+.updateattendeelist {
+
+ .test01 {
+ font-size: 3rem;
+ // color: red;
+ font-weight: bold !important;
+ }
+
+ .test02 {
+ font-size: 5px !important;
+ // color: burlywood;
+ font-weight: normal;
+ }
+
+ .test03 {
+ text-align: left !important;
+ font-size: x-small;
+ //background-color: #464b5e !important;
+ }
+
+ .css-hytcpw {
+ max-width: 100% !important;
+ }
+
+ .tooltip_css {
+ //background: #81BC3A;
+ z-index: 9999;
+ }
+
+ .css-1bcfi89-MuiTreeItem-content .MuiTreeItem-iconContainer {
+ font-size: 5px !important;
+ }
+
+ .bton_action_server {
+ box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
+ display: inline-block;
+ text-align: center;
+ cursor: pointer;
+
+ background: #d8edfc;
+ border-radius: 15px;
+ margin-right: 1rem;
+
+ text-align: left;
+ border: 1px solid #9cf;
+ color: #3b3e40;
+ font-family: "verdana", "Quicksand", "Signika", sans-serif;
+ font-size: small;
+ letter-spacing: 0.1rem;
+ font-weight: normal;
+ width: 100%;
+ padding-left: 10px;
+ }
+
+ .modal {
+ position: fixed;
+ z-index: 9999;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ background: #464b5e;
+ color: white;
+ outline: none;
+ padding: 3.2rem;
+ text-align: center;
+ }
+
+ .fc-view-harness {
+ height: 35rem !important;
+ }
+
+ .Mui-disabled {
+ font-size: small !important;
+ padding: 0px !important;
+ padding-left: 5px !important;
+ }
+
+
+
+ @media screen and (max-width: 600px) {
+ .okUpdateData {
+ font-size: small;
+ color: green;
+ font-style: italic;
+ }
+
+ .koUpdateData {
+ font-size: small;
+ color: red;
+ font-style: italic;
+ }
+
+ .div_row {
+ float: left;
+ //border: 1px solid black;
+ border-width: 0.01rem;
+ width: 100%;
+ margin-bottom: 1rem;
+ border-radius: 1rem;
+ }
+
+ .div_row_gauche {
+
+ width: 100%;
+ border-radius: 10rem !important;
+ text-align: left;
+
+ margin: 0px !important;
+ margin-bottom: 0.5rem !important;
+ margin-top: 0.5rem !important;
+ }
+
+ .div_row_droite {
+ width: 100%;
+ border-radius: 10rem !important;
+ text-align: left;
+
+ margin: 0px !important;
+ margin-bottom: 0.5rem !important;
+ margin-top: 0.5rem !important;
+ }
+
+ .selectsession {
+ width: 90%;
+ height: 3rem;
+ font-size: small;
+ border-radius: 0px !important;
+ }
+
+ .titre1_aide_finance {
+ margin-top: 1rem;
+ font-family: "Quicksand", "Signika", sans-serif;
+ font-size: medium;
+ text-align: center;
+ margin-bottom: 0.8rem;
+ color: white;
+ cursor: pointer;
+ font-style: italic;
+ background-color: gray;
+ font-weight: normal;
+ }
+
+ .pieddepage {
+ z-index: 50;
+ width: 100%;
+ float: left;
+ margin-top: 12rem;
+ }
+
+ .div_mobile {
+ position: absolute;
+ top: 8rem;
+ z-index: 1;
+ width: 100%;
+ }
+
+ .zone_data {
+ width: 95%;
+ margin-left: auto;
+ margin-right: auto;
+ }
+
+ .detail_class_submenu {
+ background: #d8edfc;
+ border-radius: 15px;
+ margin-right: 1rem;
+ padding: 0.3rem;
+ margin-bottom: 0.5rem;
+ width: 10.5rem;
+ text-align: center;
+ border: 1px solid #9cf;
+ color: #3b3e40;
+ font-family: "verdana", "Quicksand", "Signika", sans-serif;
+ font-size: small;
+ letter-spacing: 0.1rem;
+ font-weight: normal;
+ width: 100%;
+ }
+
+ .detail_class_submenu:hover:active,
+ .detail_class_submenu:hover {
+ background-color: #104277;
+ color: white;
+ }
+
+ .detail_class_submenu:focus {
+ //border: 3px dotted green;
+ background-color: #104277;
+ color: white;
+ }
+
+ .detail_class_submenu_data {
+ width: 100%;
+ min-height: 10rem;
+ background-color: #d8edfc;
+ padding-left: 5px;
+ text-align: left;
+ padding: 0;
+ border: 0px;
+ color: #3b3e40;
+ padding-left: 5px;
+ font-family: "verdana", "Quicksand", "Signika", sans-serif;
+ font-size: small;
+ border-radius: 10px;
+ border: 1px solid;
+ }
+
+
+ .training_caract {
+ width: 100%;
+ padding: 5px;
+ float: left;
+ }
+
+ .css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input .Mui-disabled {
+ font: inherit;
+ letter-spacing: inherit;
+ color: currentColor;
+ border: 0;
+ box-sizing: content-box;
+ background: none;
+ background-color: rgba(0, 0, 0, 0);
+ margin: 0;
+ -webkit-tap-highlight-color: transparent;
+ display: block;
+ min-width: 0;
+ width: 100%;
+ -webkit-animation-name: mui-auto-fill-cancel;
+ animation-name: mui-auto-fill-cancel;
+ -webkit-animation-duration: 10ms;
+ animation-duration: 10ms;
+ height: 3rem !important;
+ padding: 0 !important;
+ padding-left: 5px !important;
+ }
+
+ .css-11u53oe-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input {
+ padding: 1px !important;
+ padding-right: 1rem !important;
+ }
+
+ .selectsession {
+ width: 100%;
+ height: 3rem;
+ font-size: small;
+ border-radius: 0px !important;
+ }
+
+ .session_data {
+ float: left;
+ width: 100%;
+ box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
+ -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
+ border-radius: 10px;
+ margin-top: 10px;
+ margin-bottom: 10px;
+
+
+ }
+
+ .session_caract {
+ width: 100%;
+ padding: 5px;
+ float: left;
+ text-align: left;
+ font-size: small;
+ margin-bottom: 1rem !important;
+ }
+
+ .session_caract_comment_2_lines {
+ width: 100%;
+ padding: 5px;
+ float: left;
+ text-align: left;
+ font-size: small;
+ margin-bottom: 1rem !important;
+ }
+
+ .session_style {
+ //background-color: #ECEFF1;
+ font-size: small !important;
+ color: black;
+ width: 100% !important;
+ height: 2rem !important;
+ margin: 5px !important;
+ }
+
+ .css-1x5jdm {
+ padding: 5px;
+ }
+
+ .css-1x5jdmq {
+ padding: 6px !important;
+ padding-bottom: 0px !important;
+ }
+
+ .css-qiwgdb {
+ padding: 6px !important;
+ }
+
+ .preview_certif {
+ display: block;
+ width: 100%;
+ height: 180px;
+ border-radius: 1rem !important;
+ margin-top: 1rem !important;
+ }
+
+ .hr_break {
+ border: 2px solid grey;
+ }
+
+ .icon_plus {
+ width: 6%;
+ }
+
+
+ .icon_plus_line {
+ width: 3%;
+ }
+
+ .bton_add_session {
+ background: #c8cfd5;
+ color: black;
+ width: 100%;
+ }
+
+ .bton_add_sous_menu {
+ background: #c8cfd5;
+ color: black;
+ width: 100%;
+ }
+
+ .bton_import_excel {
+ background: #c8cfd5;
+ color: black;
+ width: 100% !important;
+ }
+
+ .div_row_gauche_etendu {
+ width: 100%;
+ }
+
+ .icon_excel {
+ width: 6%;
+ }
+
+
+ .bton_suppr {
+ background: transparent;
+ color: red;
+ border-radius: 5rem;
+ font-size: small;
+ text-align: center;
+ height: 2.5rem;
+ width: 100%;
+ margin-left: 10px;
+ margin-right: 10px;
+ }
+
+ .bton_enreg {
+ border-radius: 5rem;
+ font-size: small;
+ background: #81BC3A !important;
+ text-align: center;
+ height: 2.5rem;
+ width: 100%;
+ color: white;
+ margin-left: 10px;
+ margin-right: 10px;
+ }
+
+ .bton_edit {
+ border-radius: 5rem;
+ font-size: small;
+ background: black !important;
+ text-align: right;
+ height: 2.5rem;
+ width: 100%;
+ color: white;
+ margin-left: 10px;
+ margin-right: 10px;
+ }
+
+ .bton_annule {
+ border-radius: 5rem;
+ font-size: small;
+ background: lightgray !important;
+ text-align: right;
+ height: 2.5rem;
+ width: 100%;
+ color: black;
+ margin-left: 10px;
+ margin-right: 10px;
+ }
+
+ .div_row_gauche_image {
+ float: left;
+ //border:0px solid black;
+ border-width: 0.01rem;
+ border-radius: 1rem;
+ text-align: left;
+ }
+
+ .div_row_droite_image {
+ float: left;
+ //border:0px solid black;
+ border-width: 0.01rem;
+ border-radius: 1rem;
+ text-align: left;
+ font-family: "verdana", "Quicksand", "Signika", sans-serif;
+ font-size: small;
+ padding-left: 0.2rem;
+ }
+
+ .tips_img_class {
+ font-size: smaller;
+ font-style: italic;
+ margin-left: 1rem !important;
+ text-align: left;
+ float: left;
+ width: 100%;
+ padding-right: 10px;
+ }
+
+ .img_class_logo {
+ display: block;
+ width: 128px;
+ height: 128px;
+ border-radius: 10px !important;
+ border: 1px solid black;
+ float: left;
+ }
+
+ .bton_supprime_image_class {
+ font-size: small;
+ text-align: center;
+ margin-left: 0px;
+ box-shadow: 1px 1px 10px 1px rgb(0 0 0 / 15%);
+ padding: 5px;
+ padding-left: 10px;
+ padding-right: 10px;
+ border: 1px solid rgb(194, 186, 186);
+ border-radius: 10px;
+ background: white;
+ color: red;
+ margin-top: 0.5rem;
+ width: 10rem;
+ cursor: pointer;
+ }
+
+ .bton_supprime_image_class:hover {
+ box-shadow: 5px 1px 5px 1px rgb(0 0 0 / 25%);
+ }
+
+ .bton_image_class {
+ font-size: small;
+ text-align: center;
+ margin-left: 0px;
+ box-shadow: 1px 1px 10px 1px rgb(0 0 0 / 15%);
+ padding: 5px;
+ padding-left: 10px;
+ padding-right: 10px;
+ border: 1px solid rgb(194, 186, 186);
+ border-radius: 10px;
+ width: 10rem;
+ cursor: pointer;
+ }
+
+ .bton_image_class:hover {
+ box-shadow: 5px 1px 5px 1px rgb(0 0 0 / 25%);
+ }
+
+ .tick_ok_ko {
+ max-width: 3%;
+ cursor: pointer;
+ padding-top: 4px;
+ }
+
+ .texte_area {
+ float: left;
+ width: 47% !important;
+ font-size: x-small !important;
+ font-family: "verdana", "Quicksand", "Signika", sans-serif;
+ margin: 0.4rem !important;
+ margin-top: 0px !important;
+ margin-bottom: 1.5rem !important;
+ }
+
+ .texte_area_filter {
+ float: left;
+ width: 100% !important;
+ font-size: x-small !important;
+ font-family: "verdana", "Quicksand", "Signika", sans-serif;
+ margin-top: 0px !important;
+ margin-bottom: 2px !important;
+ }
+
+ .texte_area_filter_value {
+ float: left !important;
+ width: 100% !important;
+ font-size: x-small !important;
+ font-family: "verdana", "Quicksand", "Signika", sans-serif;
+ margin: 0.4rem !important;
+ margin-top: 0px !important;
+ margin-bottom: 2px !important;
+
+ }
+
+
+ .filter_bton_add {
+ float: left;
+ width: 40% !important;
+ font-size: xx-large !important;
+ margin: 0.4rem !important;
+ margin-top: 0px !important;
+ margin-bottom: 2px !important;
+ text-align: right;
+ cursor: pointer;
+ }
+
+
+ .div_row {
+ float: left;
+ border-width: 0.01rem;
+ width: 100%;
+
+ border-radius: 1rem;
+ }
+
+ .div_row_gauche {
+ float: left;
+ width: 100%;
+ border-radius: 1rem;
+ text-align: left;
+ }
+
+ .div_row_droite {
+ float: left;
+ width: 100%;
+ border-radius: 1rem;
+ text-align: left;
+
+ }
+
+ .bton_suppr {
+ background: transparent;
+ color: red;
+ border-radius: 5rem;
+ font-size: small;
+ text-align: center;
+ height: 2.5rem;
+ width: 100%;
+ margin-left: 10px;
+ margin-right: 10px;
+ margin-bottom: 1rem !important;
+ }
+
+ .bton_enreg {
+ border-radius: 5rem;
+ font-size: small;
+ background: #81BC3A !important;
+ text-align: center;
+ height: 2.5rem;
+ width: 100%;
+ color: white;
+ margin-bottom: 1rem !important;
+ }
+
+ .bton_edit {
+ border-radius: 5rem;
+ font-size: small;
+ background: black !important;
+ text-align: right;
+ height: 2.5rem;
+ width: 100%;
+ color: white;
+ margin-bottom: 1rem !important;
+ }
+
+ .bton_annule {
+ border-radius: 5rem;
+ font-size: small;
+ background: lightgray !important;
+ text-align: right;
+ height: 2.5rem;
+ width: 100%;
+ color: black;
+ margin-bottom: 1rem !important;
+ }
+
+
+ .css-1t10bd6-MuiFormControl-root-MuiTextField-root fieldset {
+ border-color: transparent !important;
+ border-radius: 20px !important;
+ }
+
+ .disabled_style {
+ //background-color: #ECEFF1;
+ font-size: small !important;
+ color: black;
+ width: 100% !important;
+ height: 3.5rem !important;
+
+ //border: none !important;
+ border-radius: 5px;
+ background: white;
+ border: solid gainsboro 1px;
+ //padding-left: 5px !important;
+
+ }
+
+ .training_caract {
+ width: 100%;
+
+ float: left;
+ }
+
+ .css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input .Mui-disabled {
+ font: inherit;
+ letter-spacing: inherit;
+ color: currentColor;
+ border: 0;
+ box-sizing: content-box;
+ background: none;
+ background-color: rgba(0, 0, 0, 0);
+ margin: 0;
+ -webkit-tap-highlight-color: transparent;
+ display: block;
+ min-width: 0;
+ width: 100%;
+ -webkit-animation-name: mui-auto-fill-cancel;
+ animation-name: mui-auto-fill-cancel;
+ -webkit-animation-duration: 10ms;
+ animation-duration: 10ms;
+ height: 3rem !important;
+ padding: 0 !important;
+ padding-left: 5px !important;
+ }
+
+ .css-11u53oe-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input {
+ padding: 1px !important;
+ padding-right: 1rem !important;
+ }
+
+ .block_en_mass {
+ width: 100%;
+ float: left;
+ margin-bottom: 1rem;
+ }
+
+ .block_en_mass_select {
+ width: 100%;
+ float: left;
+ margin-bottom: 1rem;
+ }
+
+ .block_en_mass_bton_action {
+ width: 100%;
+ float: left;
+ margin-bottom: 1rem;
+ padding-top: 0.5rem !important;
+ }
+
+ .bton_enreg_dialog {
+ border-radius: 5rem;
+ font-size: small;
+ background: #81BC3A !important;
+ text-align: center;
+ height: 2.5rem;
+ width: 100%;
+ color: white;
+ margin-left: 10px;
+ margin-right: 10px;
+ }
+
+
+ .bton_annule_dialog {
+ border-radius: 5rem;
+ font-size: small;
+ background: lightgray !important;
+ text-align: right;
+ height: 2.5rem;
+ width: 100%;
+ color: black;
+ margin-left: 10px;
+ margin-right: 10px;
+ }
+
+
+ .bton_supprime_dialog {
+ border-radius: 5rem;
+ font-size: small;
+ background: rgb(224, 89, 89) !important;
+ text-align: right;
+ height: 2.5rem;
+ width: auto;
+ color: white;
+ margin-left: 10px;
+ margin-right: 10px;
+ padding-right: 5px;
+ padding-left: 5px;
+ }
+
+ .DialogContent_width {
+ width: 200px !important;
+ }
+
+ .question_box {
+ box-shadow: 10px 10px 10px 10px rgb(0 0 0 / 15%);
+ width: 90%;
+ margin-left: 5%;
+ border-radius: 5px;
+ background: white;
+ padding: 10px;
+ margin-top: 2rem;
+ margin-bottom: 1rem;
+ }
+
+ .question_box_entete {
+ width: 90%;
+ margin-left: 5%;
+ border-radius: 5px;
+ line-height: 2rem;
+ font-weight: 700;
+ letter-spacing: 1px;
+ padding: 10px;
+ margin-bottom: 1rem;
+ text-align: center;
+ color:#464b5e;
+ }
+
+ .question_box_introduction {
+ width: 90%;
+ margin-left: 5%;
+ border-radius: 5px;
+ line-height: 2rem;
+ font-weight: 700;
+ letter-spacing: 1px;
+ padding: 10px;
+ margin-bottom: 1rem;
+ text-align: left;
+ color:#464b5e;
+ }
+ }
+
+ @media only screen and (min-width: 601px) and (max-width: 991px) {
+ .okUpdateData {
+ font-size: small;
+ color: green;
+ font-style: italic;
+ }
+
+ .koUpdateData {
+ font-size: small;
+ color: red;
+ font-style: italic;
+ }
+
+ .selectsession {
+ width: 90%;
+ height: 3rem;
+ font-size: small;
+ border-radius: 0px !important;
+ }
+
+ .titre1_aide_finance {
+ margin-top: 1rem;
+ font-family: "Quicksand", "Signika", sans-serif;
+ font-size: medium;
+ text-align: center;
+ margin-bottom: 0.8rem;
+ color: white;
+ cursor: pointer;
+ font-style: italic;
+ background-color: gray;
+ font-weight: normal;
+ }
+
+ .pieddepage {
+ z-index: 50;
+ width: 100%;
+ float: left;
+ margin-top: 12rem;
+ }
+
+ .div_mobile {
+ position: absolute;
+ top: 8rem;
+ z-index: 1;
+ width: 100%;
+ }
+
+ .zone_data {
+ width: 95%;
+ margin-left: auto;
+ margin-right: auto;
+ }
+
+ .detail_class_submenu {
+ background: #d8edfc;
+ border-radius: 15px;
+ margin-right: 1rem;
+ padding: 0.3rem;
+ margin-bottom: 0.5rem;
+ width: 11rem;
+ text-align: center;
+ border: 1px solid #9cf;
+ color: #3b3e40;
+ font-family: "verdana", "Quicksand", "Signika", sans-serif;
+ font-size: small;
+ letter-spacing: 0.1rem;
+ font-weight: normal;
+ }
+
+ .detail_class_submenu:hover:active,
+ .detail_class_submenu:hover {
+ background-color: #104277;
+ color: white;
+ }
+
+ .detail_class_submenu:focus {
+ //border: 3px dotted green;
+ background-color: #104277;
+ color: white;
+ }
+
+ .detail_class_submenu_data {
+ width: 100%;
+ min-height: 10rem;
+ background-color: #d8edfc;
+ padding-left: 5px;
+ text-align: left;
+ padding: 0;
+ border: 0px;
+ color: #3b3e40;
+ padding-left: 5px;
+ font-family: "verdana", "Quicksand", "Signika", sans-serif;
+ font-size: small;
+ border-radius: 10px;
+ border: 1px solid;
+ }
+
+ .disabled_style {
+ //background-color: #ECEFF1;
+ font-size: small !important;
+ color: black;
+ width: 90% !important;
+ height: 3.5rem !important;
+ margin: 5px !important;
+ //border: none !important;
+ border-radius: 5px;
+ background: white;
+ border: solid gainsboro 1px;
+ //padding-left: 5px !important;
+ }
+
+ .training_caract {
+ width: 48%;
+ padding: 5px;
+ float: left;
+ }
+
+ .css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input .Mui-disabled {
+ font: inherit;
+ letter-spacing: inherit;
+ color: currentColor;
+ border: 0;
+ box-sizing: content-box;
+ background: none;
+ background-color: rgba(0, 0, 0, 0);
+ margin: 0;
+ -webkit-tap-highlight-color: transparent;
+ display: block;
+ min-width: 0;
+ width: 100%;
+ -webkit-animation-name: mui-auto-fill-cancel;
+ animation-name: mui-auto-fill-cancel;
+ -webkit-animation-duration: 10ms;
+ animation-duration: 10ms;
+ height: 3rem !important;
+ padding: 0 !important;
+ padding-left: 5px !important;
+ }
+
+ .css-11u53oe-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input {
+ padding: 1px !important;
+ padding-right: 1rem !important;
+ }
+
+ .selectsession {
+ width: 90%;
+ height: 3rem;
+ font-size: small;
+ border-radius: 0px !important;
+ }
+
+ .session_data {
+ float: left;
+ width: 100%;
+ box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
+ -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
+ border-radius: 10px;
+ margin-top: 10px;
+ margin-bottom: 10px;
+
+
+ }
+
+ .session_caract {
+ width: 50%;
+ padding: 5px;
+ float: left;
+ text-align: left;
+ font-size: small;
+ margin-bottom: 1rem !important;
+ }
+
+ .session_caract_comment_2_lines {
+ width: 50%;
+ padding: 5px;
+ float: left;
+ text-align: left;
+ font-size: small;
+ margin-bottom: 1rem !important;
+ }
+
+ .session_style {
+ //background-color: #ECEFF1;
+ font-size: small !important;
+ color: black;
+ width: 100% !important;
+ height: 2rem !important;
+ margin: 5px !important;
+ }
+
+ .css-1x5jdm {
+ padding: 5px;
+ }
+
+
+ .css-1x5jdmq {
+ padding: 6px !important;
+ padding-bottom: 0px !important;
+ }
+
+ .css-qiwgdb {
+ padding: 6px !important;
+ }
+
+ .preview_certif {
+ display: block;
+ width: 90%;
+ height: 200px;
+ border-radius: 1rem !important;
+ margin-top: 1rem !important;
+ }
+
+ .preview_certif:hover {
+ transform: scale(1.3);
+ margin-left: 5rem;
+ }
+
+ .hr_break {
+ border: 3px solid grey;
+ }
+
+ .icon_plus {
+ width: 6%;
+ }
+
+
+ .icon_plus_line {
+ width: 4%;
+ }
+
+ .bton_add_session {
+ background: #c8cfd5;
+ color: black;
+ width: 50%;
+ }
+
+ .bton_add_sous_menu {
+ background: #c8cfd5;
+ color: black;
+ width: 100%;
+ }
+
+ .bton_import_excel {
+ background: #c8cfd5;
+ color: black;
+ width: 65% !important;
+ }
+
+ .div_row_gauche_etendu {
+ width: 80% !important;
+ }
+
+ .icon_excel {
+ width: 6%;
+ }
+
+
+ .bton_suppr {
+ background: transparent;
+ color: red;
+ border-radius: 5rem;
+ font-size: small;
+ text-align: center;
+ height: 2.5rem;
+ width: 80%;
+ margin-left: 10px;
+ margin-right: 10px;
+ }
+
+ .bton_enreg {
+ border-radius: 5rem;
+ font-size: small;
+ background: #81BC3A !important;
+ text-align: center;
+ height: 2.5rem;
+ width: 80%;
+ color: white;
+ margin-left: 10px;
+ margin-right: 10px;
+ }
+
+ .bton_edit {
+ border-radius: 5rem;
+ font-size: small;
+ background: black !important;
+ text-align: right;
+ height: 2.5rem;
+ width: 80%;
+ color: white;
+ margin-left: 10px;
+ margin-right: 10px;
+ }
+
+ .bton_annule {
+ border-radius: 5rem;
+ font-size: small;
+ background: lightgray !important;
+ text-align: right;
+ height: 2.5rem;
+ width: 80%;
+ color: black;
+ margin-left: 10px;
+ margin-right: 10px;
+ }
+
+ .div_row_gauche_image {
+ float: left;
+ //border:0px solid black;
+ border-width: 0.01rem;
+ border-radius: 1rem;
+ text-align: left;
+ }
+
+ .div_row_droite_image {
+ float: left;
+ //border:0px solid black;
+ border-width: 0.01rem;
+ border-radius: 1rem;
+ text-align: left;
+ font-family: "verdana", "Quicksand", "Signika", sans-serif;
+ font-size: small;
+ padding-left: 0.2rem;
+ }
+
+ .tips_img_class {
+ font-size: small;
+ font-style: italic;
+ margin-left: 1rem !important;
+ text-align: left;
+ float: left;
+ width: 100%;
+ }
+
+ .img_class_logo {
+ display: block;
+ width: 168px;
+ height: 168px;
+ border-radius: 10px !important;
+ border: 1px solid black;
+ float: left;
+ }
+
+ .bton_supprime_image_class {
+ font-size: small;
+ text-align: center;
+ margin-left: 0px;
+ box-shadow: 1px 1px 10px 1px rgb(0 0 0 / 15%);
+ padding: 5px;
+ padding-left: 10px;
+ padding-right: 10px;
+ border: 1px solid rgb(194, 186, 186);
+ border-radius: 10px;
+ background: white;
+ color: red;
+ margin-top: 0.5rem;
+ width: 15rem;
+ cursor: pointer;
+ }
+
+ .bton_supprime_image_class:hover {
+ box-shadow: 5px 1px 5px 1px rgb(0 0 0 / 25%);
+ }
+
+ .bton_image_class {
+ font-size: small;
+ text-align: center;
+ margin-left: 0px;
+ box-shadow: 1px 1px 10px 1px rgb(0 0 0 / 15%);
+ padding: 5px;
+ padding-left: 10px;
+ padding-right: 10px;
+ border: 1px solid rgb(194, 186, 186);
+ border-radius: 10px;
+ width: 15rem;
+ cursor: pointer;
+ }
+
+ .bton_image_class:hover {
+ box-shadow: 5px 1px 5px 1px rgb(0 0 0 / 25%);
+ }
+
+ .tick_ok_ko {
+ max-width: 3%;
+ cursor: pointer;
+ padding-top: 4px;
+ }
+
+ .texte_area {
+ float: left;
+ width: 47% !important;
+ font-size: x-small !important;
+ font-family: "verdana", "Quicksand", "Signika", sans-serif;
+ margin: 0.4rem !important;
+ margin-top: 0px !important;
+ margin-bottom: 1.5rem !important;
+ }
+
+ .texte_area_filter {
+ float: left;
+ width: 40% !important;
+ font-size: x-small !important;
+ font-family: "verdana", "Quicksand", "Signika", sans-serif;
+ margin: 0.4rem !important;
+ margin-top: 0px !important;
+ margin-bottom: 2px !important;
+ }
+
+ .texte_area_filter_value {
+ float: left !important;
+ width: 40% !important;
+ font-size: x-small !important;
+ font-family: "verdana", "Quicksand", "Signika", sans-serif;
+ margin: 0.4rem !important;
+ margin-top: 0px !important;
+ margin-bottom: 2px !important;
+
+ }
+
+
+ .filter_bton_add {
+ float: left;
+ width: 5% !important;
+ font-size: large !important;
+ margin: 0.4rem !important;
+ margin-top: 0px !important;
+ margin-bottom: 2px !important;
+ text-align: right;
+ cursor: pointer;
+ margin-top: 1rem !important;
+ }
+
+ .div_row {
+ float: left;
+ //border: 1px solid black;
+ border-width: 0.01rem;
+ width: 100%;
+ //margin-bottom: 1rem;
+ border-radius: 1rem;
+ }
+
+ .div_row_gauche {
+ float: left;
+ // border:1px solid black;
+ // border-width:0.01rem;
+ width: 45%;
+ border-radius: 1rem;
+ text-align: left;
+ }
+
+ .div_row_droite {
+ float: right;
+ //border:1px solid black;
+ //border-width:0.01rem;
+ width: 45%;
+ border-radius: 1rem;
+ text-align: right;
+ }
+
+ .bton_suppr {
+ background: transparent;
+ color: red;
+ border-radius: 5rem;
+ font-size: small;
+ text-align: center;
+ height: 2.5rem;
+ width: 40%;
+ margin-left: 10px;
+ margin-right: 10px;
+ min-width: 15rem;
+ }
+
+ .bton_enreg {
+ border-radius: 5rem;
+ font-size: small;
+ background: #81BC3A !important;
+ text-align: center;
+ height: 2.5rem;
+ width: 40%;
+ color: white;
+ margin-left: 10px;
+ margin-right: 10px;
+ min-width: 15rem;
+ }
+
+ .bton_edit {
+ border-radius: 5rem;
+ font-size: small;
+ background: black !important;
+ text-align: right;
+ height: 2.5rem;
+ width: 40%;
+ color: white;
+ margin-left: 10px;
+ margin-right: 10px;
+ min-width: 15rem;
+ }
+
+ .bton_annule {
+ border-radius: 5rem;
+ font-size: small;
+ background: lightgray !important;
+ text-align: right;
+ height: 2.5rem;
+ width: 40%;
+ color: black;
+ margin-left: 10px;
+ margin-right: 10px;
+ min-width: 15rem;
+ }
+
+
+ .css-1t10bd6-MuiFormControl-root-MuiTextField-root fieldset {
+ border-color: transparent !important;
+ border-radius: 20px !important;
+ }
+
+
+ .training_caract {
+ width: 30%;
+ padding: 5px;
+ float: left;
+ }
+
+ .css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input .Mui-disabled {
+ font: inherit;
+ letter-spacing: inherit;
+ color: currentColor;
+ border: 0;
+ box-sizing: content-box;
+ background: none;
+ background-color: rgba(0, 0, 0, 0);
+ margin: 0;
+ -webkit-tap-highlight-color: transparent;
+ display: block;
+ min-width: 0;
+ width: 100%;
+ -webkit-animation-name: mui-auto-fill-cancel;
+ animation-name: mui-auto-fill-cancel;
+ -webkit-animation-duration: 10ms;
+ animation-duration: 10ms;
+ height: 3rem !important;
+ padding: 0 !important;
+ padding-left: 5px !important;
+ }
+
+ .css-11u53oe-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input {
+ padding: 1px !important;
+ padding-right: 1rem !important;
+ }
+
+ .block_en_mass {
+ width: 50%;
+ float: left;
+ margin-bottom: 1rem;
+ }
+
+ .block_en_mass_select {
+ width: 45%;
+ float: left;
+ margin-bottom: 1rem;
+ }
+
+ .block_en_mass_bton_action {
+ width: 45%;
+ float: left;
+ margin-bottom: 1rem;
+ padding-top: 0.5rem !important;
+ }
+
+
+ .bton_enreg_dialog {
+ border-radius: 5rem;
+ font-size: small;
+ background: #81BC3A !important;
+ text-align: center;
+ height: 2.5rem;
+ width: 80%;
+ color: white;
+ margin-left: 10px;
+ margin-right: 10px;
+ }
+
+
+ .bton_annule_dialog {
+ border-radius: 5rem;
+ font-size: small;
+ background: lightgray !important;
+ text-align: right;
+ height: 2.5rem;
+ width: 80%;
+ color: black;
+ margin-left: 10px;
+ margin-right: 10px;
+ }
+
+
+ .bton_supprime_dialog {
+ border-radius: 5rem;
+ font-size: small;
+ background: rgb(224, 89, 89) !important;
+ text-align: right;
+ height: 2.5rem;
+ width: auto;
+ color: white;
+ margin-left: 10px;
+ margin-right: 10px;
+ padding-right: 5px;
+ padding-left: 5px;
+ }
+
+ .DialogContent_width {
+ width: 500px !important;
+ }
+
+ .question_box {
+ box-shadow: 10px 10px 10px 10px rgb(0 0 0 / 15%);
+ width: 90%;
+ margin-left: 5%;
+ border-radius: 5px;
+ background: white;
+ padding: 10px;
+ margin-top: 2rem;
+ margin-bottom: 1rem;
+ }
+
+ .question_box_entete {
+ width: 90%;
+ margin-left: 5%;
+ border-radius: 5px;
+ line-height: 2rem;
+ font-weight: 700;
+ letter-spacing: 1px;
+ padding: 10px;
+ margin-bottom: 1rem;
+ text-align: center;
+ color:#464b5e;
+ }
+
+ .question_box_introduction {
+ width: 90%;
+ margin-left: 5%;
+ border-radius: 5px;
+ line-height: 2rem;
+ font-weight: 700;
+ letter-spacing: 1px;
+ padding: 10px;
+ margin-bottom: 1rem;
+ text-align: left;
+ color:#464b5e;
+ }
+
+ }
+
+ @media only screen and (min-width: 992px) and (max-width: 1199px) {
+ .okUpdateData {
+ font-size: small;
+ color: green;
+ font-style: italic;
+ }
+
+ .koUpdateData {
+ font-size: small;
+ color: red;
+ font-style: italic;
+ }
+
+ .div_row {
+ float: left;
+ //border: 1px solid black;
+ border-width: 0.01rem;
+ width: 100%;
+ margin-bottom: 1rem;
+ border-radius: 1rem;
+ }
+
+ .div_row_gauche {
+ float: left;
+ // border:1px solid black;
+ // border-width:0.01rem;
+ width: 45%;
+ border-radius: 1rem;
+ }
+
+ .div_row_droite {
+ float: right;
+ //border:1px solid black;
+ //border-width:0.01rem;
+ width: 45%;
+ border-radius: 1rem;
+ text-align: right;
+ }
+
+ .selectsession {
+ width: 90%;
+ height: 3rem;
+ font-size: small;
+ border-radius: 0px !important;
+ }
+
+ .titre1_aide_finance {
+ margin-top: 1rem;
+ font-family: "Quicksand", "Signika", sans-serif;
+ font-size: medium;
+ text-align: center;
+ margin-bottom: 0.8rem;
+ color: white;
+ cursor: pointer;
+ font-style: italic;
+ background-color: gray;
+ font-weight: normal;
+ }
+
+ .pieddepage {
+ z-index: 50;
+ width: 100%;
+ float: left;
+ margin-top: 12rem;
+ }
+
+ .div_mobile {
+ position: absolute;
+ top: 8rem;
+ z-index: 1;
+ width: 100%;
+ }
+
+ .zone_data {
+ width: 95%;
+ margin-left: auto;
+ margin-right: auto;
+ }
+
+ .detail_class_submenu {
+ background: #d8edfc;
+ border-radius: 15px;
+ margin-right: 1rem;
+ padding: 0.3rem;
+ margin-bottom: 0.5rem;
+ width: 11rem;
+ text-align: center;
+ border: 1px solid #9cf;
+ color: #3b3e40;
+ font-family: "verdana", "Quicksand", "Signika", sans-serif;
+ font-size: small;
+ letter-spacing: 0.1rem;
+ font-weight: normal;
+ }
+
+ .detail_class_submenu:hover:active,
+ .detail_class_submenu:hover {
+ background-color: #104277;
+ color: white;
+ }
+
+ .detail_class_submenu:focus {
+ //border: 3px dotted green;
+ background-color: #104277;
+ color: white;
+ }
+
+ .detail_class_submenu_data {
+ width: 100%;
+ min-height: 10rem;
+ background-color: #d8edfc;
+ padding-left: 5px;
+ text-align: left;
+ padding: 0;
+ border: 0px;
+ color: #3b3e40;
+ padding-left: 5px;
+ font-family: "verdana", "Quicksand", "Signika", sans-serif;
+ font-size: small;
+ border-radius: 10px;
+ border: 1px solid;
+ }
+
+ .disabled_style {
+ //background-color: #ECEFF1;
+ font-size: small !important;
+ color: black;
+ width: 90% !important;
+ height: 3.5rem !important;
+ margin: 5px !important;
+ //border: none !important;
+ border-radius: 5px;
+ background: white;
+ border: solid gainsboro 1px;
+ //padding-left: 5px !important;
+ }
+
+ .training_caract {
+ width: 30%;
+ padding: 5px;
+ float: left;
+ }
+
+ .css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input .Mui-disabled {
+ font: inherit;
+ letter-spacing: inherit;
+ color: currentColor;
+ border: 0;
+ box-sizing: content-box;
+ background: none;
+ background-color: rgba(0, 0, 0, 0);
+ margin: 0;
+ -webkit-tap-highlight-color: transparent;
+ display: block;
+ min-width: 0;
+ width: 100%;
+ -webkit-animation-name: mui-auto-fill-cancel;
+ animation-name: mui-auto-fill-cancel;
+ -webkit-animation-duration: 10ms;
+ animation-duration: 10ms;
+ height: 3rem !important;
+ padding: 0 !important;
+ padding-left: 5x !important;
+ }
+
+
+
+
+ .css-11u53oe-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input {
+ padding: 1px !important;
+ padding-right: 1rem !important;
+ }
+
+ .selectsession {
+ width: 90%;
+ height: 3rem;
+ font-size: small;
+ border-radius: 0px !important;
+ }
+
+ .session_data {
+ float: left;
+ width: 100%;
+ box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
+ -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
+ border-radius: 10px;
+ margin-top: 10px;
+ margin-bottom: 10px;
+
+
+ }
+
+ .session_caract {
+ width: 33%;
+ padding: 5px;
+ float: left;
+ text-align: left;
+ font-size: small;
+ margin-bottom: 1rem !important;
+ }
+
+ .session_caract_comment_2_lines {
+ width: 33%;
+ padding: 5px;
+ float: left;
+ text-align: left;
+ font-size: small;
+ margin-bottom: 1rem !important;
+ }
+
+
+
+ .session_style {
+ //background-color: #ECEFF1;
+ font-size: small !important;
+ color: black;
+ width: 100% !important;
+ height: 2rem !important;
+ margin: 5px !important;
+ }
+
+ .css-1x5jdm {
+ padding: 5px;
+ }
+
+ .css-1x5jdmq {
+ padding: 6px !important;
+ padding-bottom: 0px !important;
+ }
+
+ .css-qiwgdb {
+ padding: 6px !important;
+ }
+
+ .preview_certif {
+ display: block;
+ width: 90%;
+ height: 180px;
+ border-radius: 1rem !important;
+ margin-top: 1rem !important;
+ }
+
+ .preview_certif:hover {
+ transform: scale(1.3);
+ margin-left: 5rem;
+ }
+
+ .hr_break {
+ border: 3px solid grey;
+ }
+
+ .icon_plus {
+ width: 8%;
+ }
+
+
+ .icon_plus_line {
+ width: 3%;
+ }
+
+ .bton_add_session {
+ background: #c8cfd5;
+ color: black;
+ width: 40%;
+ }
+
+ .bton_add_sous_menu {
+ background: #c8cfd5;
+ color: black;
+ width: 100%;
+ }
+
+ .bton_import_excel {
+ background: #c8cfd5;
+ color: black;
+ width: 50% !important;
+ }
+
+ .div_row_gauche_etendu {
+ width: 80%;
+ }
+
+ .icon_excel {
+ width: 6%;
+ }
+
+
+ .bton_suppr {
+ background: transparent;
+ color: red;
+ border-radius: 5rem;
+ font-size: small;
+ text-align: center;
+ height: 2.5rem;
+ width: 65%;
+ margin-left: 10px;
+ margin-right: 10px;
+ }
+
+ .bton_enreg {
+ border-radius: 5rem;
+ font-size: small;
+ background: #81BC3A !important;
+ text-align: center;
+ height: 2.5rem;
+ width: 65%;
+ color: white;
+ margin-left: 10px;
+ margin-right: 10px;
+ }
+
+ .bton_edit {
+ border-radius: 5rem;
+ font-size: small;
+ background: black !important;
+ text-align: right;
+ height: 2.5rem;
+ width: 65%;
+ color: white;
+ margin-left: 10px;
+ margin-right: 10px;
+ }
+
+ .bton_annule {
+ border-radius: 5rem;
+ font-size: small;
+ background: lightgray !important;
+ text-align: right;
+ height: 2.5rem;
+ width: 65%;
+ color: black;
+ margin-left: 10px;
+ margin-right: 10px;
+ }
+
+
+ .div_row_gauche_image {
+ float: left;
+ //border:0px solid black;
+ border-width: 0.01rem;
+ border-radius: 1rem;
+ text-align: left;
+ }
+
+ .div_row_droite_image {
+ float: left;
+ //border:0px solid black;
+ border-width: 0.01rem;
+ border-radius: 1rem;
+ text-align: left;
+ font-family: "verdana", "Quicksand", "Signika", sans-serif;
+ font-size: small;
+ padding-left: 0.2rem;
+ }
+
+ .tips_img_class {
+ font-size: small;
+ font-style: italic;
+ margin-left: 1rem !important;
+ text-align: left;
+ float: left;
+ width: 100%;
+ }
+
+ .img_class_logo {
+ display: block;
+ width: 168px;
+ height: 168px;
+ border-radius: 10px !important;
+ border: 1px solid black;
+ float: left;
+ }
+
+ .bton_supprime_image_class {
+ font-size: small;
+ text-align: center;
+ margin-left: 0px;
+ box-shadow: 1px 1px 10px 1px rgb(0 0 0 / 15%);
+ padding: 5px;
+ padding-left: 10px;
+ padding-right: 10px;
+ border: 1px solid rgb(194, 186, 186);
+ border-radius: 10px;
+ background: white;
+ color: red;
+ margin-top: 0.5rem;
+ width: 15rem;
+ cursor: pointer;
+ }
+
+ .bton_supprime_image_class:hover {
+ box-shadow: 5px 1px 5px 1px rgb(0 0 0 / 25%);
+ }
+
+ .bton_image_class {
+ font-size: small;
+ text-align: center;
+ margin-left: 0px;
+ box-shadow: 1px 1px 10px 1px rgb(0 0 0 / 15%);
+ padding: 5px;
+ padding-left: 10px;
+ padding-right: 10px;
+ border: 1px solid rgb(194, 186, 186);
+ border-radius: 10px;
+ width: 15rem;
+ cursor: pointer;
+ }
+
+ .bton_image_class:hover {
+ box-shadow: 5px 1px 5px 1px rgb(0 0 0 / 25%);
+ }
+
+ .tick_ok_ko {
+ max-width: 3%;
+ cursor: pointer;
+ padding-top: 4px;
+ }
+
+ .texte_area {
+ float: left;
+ width: 47% !important;
+ font-size: x-small !important;
+ font-family: "verdana", "Quicksand", "Signika", sans-serif;
+ margin: 0.4rem !important;
+ margin-top: 0px !important;
+ margin-bottom: 1.5rem !important;
+ }
+
+ .texte_area_filter {
+ float: left;
+ width: 40% !important;
+ font-size: x-small !important;
+ font-family: "verdana", "Quicksand", "Signika", sans-serif;
+ margin: 0.4rem !important;
+ margin-top: 0px !important;
+ margin-bottom: 2px !important;
+ }
+
+ .texte_area_filter_value {
+ float: left !important;
+ width: 40% !important;
+ font-size: x-small !important;
+ font-family: "verdana", "Quicksand", "Signika", sans-serif;
+ margin: 0.4rem !important;
+ margin-top: 0px !important;
+ margin-bottom: 2px !important;
+
+ }
+
+
+ .filter_bton_add {
+ float: left;
+ width: 5% !important;
+ font-size: xx-large !important;
+ margin: 0.4rem !important;
+ margin-top: 0px !important;
+ margin-bottom: 2px !important;
+ text-align: right;
+ cursor: pointer;
+ }
+
+
+ .titre1 {
+ font-family: "Quicksand", "Signika", sans-serif;
+ font-size: medium;
+ text-align: center;
+ margin-bottom: 0.8rem;
+ color: white;
+ cursor: pointer;
+ font-style: italic;
+ background-color: gray;
+ font-weight: normal;
+ }
+
+
+ .bton_enreg_dialog {
+ border-radius: 5rem;
+ font-size: small;
+ background: #81BC3A !important;
+ text-align: center;
+ height: 2.5rem;
+ width: 80%;
+ color: white;
+ margin-left: 10px;
+ margin-right: 10px;
+ }
+
+
+ .bton_annule_dialog {
+ border-radius: 5rem;
+ font-size: small;
+ background: lightgray !important;
+ text-align: right;
+ height: 2.5rem;
+ width: 80%;
+ color: black;
+ margin-left: 10px;
+ margin-right: 10px;
+ }
+
+
+ .bton_supprime_dialog {
+ border-radius: 5rem;
+ font-size: small;
+ background: rgb(224, 89, 89) !important;
+ text-align: right;
+ height: 2.5rem;
+ width: auto;
+ color: white;
+ margin-left: 10px;
+ margin-right: 10px;
+ padding-right: 5px;
+ padding-left: 5px;
+ }
+
+ .DialogContent_width {
+ width: 500px !important;
+ }
+
+ .question_box {
+ box-shadow: 10px 10px 10px 10px rgb(0 0 0 / 15%);
+ width: 90%;
+ margin-left: 5%;
+ border-radius: 5px;
+ background: white;
+ padding: 10px;
+ margin-top: 2rem;
+ margin-bottom: 1rem;
+ }
+
+ .question_box_entete {
+ width: 90%;
+ margin-left: 5%;
+ border-radius: 5px;
+ line-height: 2rem;
+ font-weight: 700;
+ letter-spacing: 1px;
+ padding: 10px;
+ margin-bottom: 1rem;
+ text-align: center;
+ color:#464b5e;
+ }
+
+ .question_box_introduction {
+ width: 90%;
+ margin-left: 5%;
+ border-radius: 5px;
+ line-height: 2rem;
+ font-weight: 700;
+ letter-spacing: 1px;
+ padding: 10px;
+ margin-bottom: 1rem;
+ text-align: left;
+ color:#464b5e;
+ }
+
+ }
+
+ @media only screen and (min-width: 1200px) {
+ .okUpdateData {
+ font-size: small;
+ color: green;
+ font-style: italic;
+ }
+
+ .koUpdateData {
+ font-size: small;
+ color: red;
+ font-style: italic;
+ }
+
+ .div_row {
+ float: left;
+ //border: 1px solid black;
+ border-width: 0.01rem;
+ width: 100%;
+ //margin-bottom: 1rem;
+ border-radius: 1rem;
+ }
+
+ .div_row_gauche {
+ float: left;
+ // border:1px solid black;
+ // border-width:0.01rem;
+ width: 45%;
+ border-radius: 1rem;
+ }
+
+ .div_row_droite {
+ float: right;
+ //border:1px solid black;
+ //border-width:0.01rem;
+ width: 45%;
+ border-radius: 1rem;
+ text-align: right;
+ }
+
+ .selectsession {
+ width: 90%;
+ height: 3rem;
+ font-size: small;
+ border-radius: 0px !important;
+ }
+
+ .titre1_aide_finance {
+ margin-top: 1rem;
+ font-family: "Quicksand", "Signika", sans-serif;
+ font-size: medium;
+ text-align: center;
+ margin-bottom: 0.8rem;
+ color: white;
+ cursor: pointer;
+ font-style: italic;
+ background-color: gray;
+ font-weight: normal;
+ }
+
+ .pieddepage {
+ z-index: 50;
+ width: 100%;
+ float: left;
+ margin-top: 12rem;
+ }
+
+ .div_mobile {
+ position: absolute;
+ top: 8rem;
+ z-index: 1;
+ width: 100%;
+ }
+
+ .zone_data {
+ width: 95%;
+ margin-left: auto;
+ margin-right: auto;
+ }
+
+ .detail_class_submenu {
+ background: #d8edfc;
+ border-radius: 15px;
+ margin-right: 1rem;
+ padding: 0.3rem;
+ margin-bottom: 0.5rem;
+ min-width: 12rem;
+ text-align: center;
+ border: 1px solid #9cf;
+ color: #3b3e40;
+ font-family: "verdana", "Quicksand", "Signika", sans-serif;
+ font-size: small;
+ letter-spacing: 0.1rem;
+ font-weight: normal;
+ }
+
+ .detail_class_submenu:hover:active,
+ .detail_class_submenu:hover {
+ background-color: #104277;
+ color: white;
+ }
+
+ .detail_class_submenu:focus {
+ //border: 3px dotted green;
+ background-color: #104277;
+ color: white;
+ }
+
+ .detail_class_submenu_data {
+ width: 100%;
+ min-height: 10rem;
+ background-color: #d8edfc;
+ padding-left: 5px;
+ text-align: left;
+ padding: 0;
+ border: 0px;
+ color: #3b3e40;
+ padding-left: 5px;
+ font-family: "verdana", "Quicksand", "Signika", sans-serif;
+ font-size: small;
+ border-radius: 10px;
+ border: 1px solid;
+ }
+
+ .disabled_style {
+ //background-color: #ECEFF1;
+ font-size: small !important;
+ color: black;
+ width: 90% !important;
+ height: 3.5rem !important;
+ margin: 5px !important;
+ //border: none !important;
+ border-radius: 5px;
+ background: white;
+ border: solid gainsboro 1px;
+ //padding-left: 5px !important;
+ }
+
+ .disabled_style_Dialog {
+ //background-color: #ECEFF1;
+ font-size: small !important;
+ color: black;
+ width: 100% !important;
+ height: 3.5rem !important;
+ margin: 5px !important;
+ //border: none !important;
+ border-radius: 5px;
+ background: white;
+ border: solid gainsboro 1px;
+ //padding-left: 5px !important;
+ }
+
+ .session_caract_Dialog {
+ width: 100%;
+ padding: 5px;
+ float: left;
+ text-align: left;
+ font-size: small;
+ margin-bottom: 1rem !important;
+ }
+
+ .session_caract_Dialog_comment_2_lines {
+
+ width: 100%;
+ padding: 5px;
+ float: left;
+ text-align: left;
+ font-size: small;
+ margin-bottom: 1rem !important;
+ }
+
+
+ .training_caract {
+ width: 30%;
+ padding: 5px;
+ float: left;
+ }
+
+ .css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input .Mui-disabled {
+ font: inherit;
+ letter-spacing: inherit;
+ color: currentColor;
+ border: 0;
+ box-sizing: content-box;
+ background: none;
+ background-color: rgba(0, 0, 0, 0);
+ margin: 0;
+ -webkit-tap-highlight-color: transparent;
+ display: block;
+ min-width: 0;
+ width: 100%;
+ -webkit-animation-name: mui-auto-fill-cancel;
+ animation-name: mui-auto-fill-cancel;
+ -webkit-animation-duration: 10ms;
+ animation-duration: 10ms;
+ height: 3rem !important;
+ padding: 0 !important;
+ padding-left: 5px !important;
+ }
+
+ .css-11u53oe-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input {
+ padding: 1px !important;
+ padding-right: 1rem !important;
+ }
+
+ .selectsession {
+ width: 90%;
+ height: 3rem;
+ font-size: small;
+ border-radius: 0px !important;
+ }
+
+ .session_data {
+ float: left;
+ width: 100%;
+ box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
+ -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
+ border-radius: 10px;
+ margin-top: 10px;
+ margin-bottom: 10px;
+
+
+ }
+
+
+
+ .session_caract {
+ width: 33%;
+ padding: 5px;
+ float: left;
+ text-align: left;
+ font-size: small;
+ margin-bottom: 1rem !important;
+ }
+
+ .session_caract_comment_2_lines {
+ width: 33%;
+ padding: 5px;
+ float: left;
+ text-align: left;
+ font-size: small;
+ margin-bottom: 1rem !important;
+ }
+
+ .session_style {
+ //background-color: #ECEFF1;
+ font-size: small !important;
+ color: black;
+ width: 100% !important;
+ height: 2rem !important;
+ margin: 5px !important;
+ }
+
+ .preview_certif {
+ display: block;
+ width: 90%;
+ height: 200px;
+ border-radius: 1rem !important;
+ margin-top: 1rem !important;
+ }
+
+ .preview_certif:hover {
+ transform: scale(1.4);
+ margin-left: 10rem;
+ }
+
+
+ .action_mass {
+ border-radius: 5px;
+ font-size: small;
+ padding: 0.3rem;
+ width: 40%;
+ background: #81BC3A;
+ height: 2.5rem;
+ }
+
+
+
+ .block_en_mass {
+ width: 50%;
+ float: left;
+ margin-bottom: 1rem;
+ }
+
+ .session_open_close {
+ cursor: pointer;
+ text-align: right;
+ font-size: small;
+ margin-right: 10px;
+ }
+
+ .hr_break {
+ border: 5px solid grey;
+ }
+
+ .icon_plus {
+ width: 8%;
+ }
+
+ .icon_plus_line {
+ width: 2%;
+ }
+
+ .bton_add_session {
+ background: #c8cfd5;
+ color: black;
+ width: 25% !important;
+ }
+
+ .bton_add_sous_menu {
+ background: #c8cfd5;
+ color: black;
+ width: 25% !important;
+ }
+
+ .bton_import_excel {
+ background: #c8cfd5;
+ color: black;
+ width: 40% !important;
+ }
+
+ .div_row_gauche_etendu {
+ width: 80%;
+ }
+
+ .icon_excel {
+ width: 4%;
+ }
+
+ .bton_envoyer {
+ border-radius: 5px;
+ font-size: small;
+ padding: 0.3rem;
+ width: 60%;
+ background: #81BC3A;
+ }
+
+
+ .bton_traiter_en_mass {
+ border-radius: 5px;
+ font-size: small;
+ padding: 0.3rem;
+ width: 40%;
+ background: #81BC3A;
+ margin-left: 5%;
+ height: 2.5rem;
+ color: white;
+
+ }
+
+ .bton_fermer {
+ border-radius: 5px;
+ font-size: small;
+ padding: 0.3rem;
+ width: 60%;
+ background-color: white;
+ color: #104277 !important;
+ }
+
+
+ .enable_style {
+ background-color: #FFFFFF;
+ }
+
+
+
+ .css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input:invalid {
+ padding-top: 5px !important;
+ padding-bottom: 5px !important;
+ padding-left: 5px !important;
+ }
+
+ .css-1t10bd6-MuiFormControl-root-MuiTextField-root fieldset {
+ border-color: transparent !important;
+ border-radius: 20px !important;
+ }
+
+ .bton_emarge {
+ border-radius: 5rem;
+ font-size: small;
+ padding: 0.5rem;
+ background: rgb(129, 188, 58);
+ margin-left: 5px;
+ margin-right: 5px;
+ }
+
+ .css-1x5jdm {
+ padding: 5px;
+ }
+
+
+ .css-1x5jdmq {
+ padding: 6px !important;
+ height: 3rem ! important;
+ padding-bottom: 0px !important;
+ }
+
+ .css-qiwgdb {
+ padding: 6px !important;
+ }
+
+
+ .bton_suppr {
+ background: transparent;
+ color: red;
+ border-radius: 5rem;
+ font-size: small;
+ text-align: center;
+ height: 2.5rem;
+ width: 40%;
+ margin-left: 10px;
+ margin-right: 10px;
+ }
+
+ .bton_enreg {
+ border-radius: 5rem;
+ font-size: small;
+ background: #81BC3A !important;
+ text-align: center;
+ height: 2.5rem;
+ width: 40%;
+ color: white;
+ margin-left: 10px;
+ margin-right: 10px;
+ }
+
+ .bton_edit {
+ border-radius: 5rem;
+ font-size: small;
+ background: black !important;
+ text-align: right;
+ height: 2.5rem;
+ width: 40%;
+ color: white;
+ margin-left: 10px;
+ margin-right: 10px;
+ }
+
+ .bton_annule {
+ border-radius: 5rem;
+ font-size: small;
+ background: lightgray !important;
+ text-align: right;
+ height: 2.5rem;
+ width: 40%;
+ color: black;
+ margin-left: 10px;
+ margin-right: 10px;
+ }
+
+
+
+ .div_row_gauche_image {
+ float: left;
+ //border:0px solid black;
+ border-width: 0.01rem;
+ border-radius: 1rem;
+ text-align: left;
+ }
+
+ .div_row_droite_image {
+ float: left;
+ //border:0px solid black;
+ border-width: 0.01rem;
+ border-radius: 1rem;
+ text-align: left;
+ font-family: "verdana", "Quicksand", "Signika", sans-serif;
+ font-size: small;
+ padding-left: 0.2rem;
+ }
+
+ .tips_img_class {
+ font-size: small;
+ font-style: italic;
+ margin-left: 1rem !important;
+ text-align: left;
+ float: left;
+ width: 100%;
+ }
+
+ .img_class_logo {
+ display: block;
+ width: 170px;
+ height: 168px;
+ border-radius: 10px !important;
+ border: 1px solid black;
+ float: left;
+ }
+
+ .bton_supprime_image_class {
+ font-size: small;
+ text-align: center;
+ margin-left: 0px;
+ box-shadow: 1px 1px 10px 1px rgb(0 0 0 / 15%);
+ padding: 5px;
+ padding-left: 10px;
+ padding-right: 10px;
+ border: 1px solid rgb(194, 186, 186);
+ border-radius: 10px;
+ background: white;
+ color: red;
+ margin-top: 0.5rem;
+ width: 15rem;
+ cursor: pointer;
+ }
+
+ .bton_supprime_image_class:hover {
+ box-shadow: 5px 1px 5px 1px rgb(0 0 0 / 25%);
+ }
+
+ .bton_image_class {
+ font-size: small;
+ text-align: center;
+ margin-left: 0px;
+ box-shadow: 1px 1px 10px 1px rgb(0 0 0 / 15%);
+ padding: 5px;
+ padding-left: 10px;
+ padding-right: 10px;
+ border: 1px solid rgb(194, 186, 186);
+ border-radius: 10px;
+ width: 15rem;
+ cursor: pointer;
+ }
+
+ .bton_image_class:hover {
+ box-shadow: 5px 1px 5px 1px rgb(0 0 0 / 25%);
+ }
+
+ .tick_ok_ko {
+ max-width: 3%;
+ cursor: pointer;
+ padding-top: 4px;
+ }
+
+ .texte_area {
+ float: left;
+ width: 47% !important;
+ font-size: x-small !important;
+ font-family: "verdana", "Quicksand", "Signika", sans-serif;
+ margin: 0.4rem !important;
+ margin-top: 0px !important;
+ margin-bottom: 1.5rem !important;
+ }
+
+ .texte_area_filter {
+ float: left;
+ width: 40% !important;
+ font-size: x-small !important;
+ font-family: "verdana", "Quicksand", "Signika", sans-serif;
+ margin: 0.4rem !important;
+ margin-top: 0px !important;
+ margin-bottom: 2px !important;
+ }
+
+ .texte_area_filter_value {
+ float: left !important;
+ width: 40% !important;
+ font-size: x-small !important;
+ font-family: "verdana", "Quicksand", "Signika", sans-serif;
+ margin: 0.4rem !important;
+ margin-top: 0px !important;
+ margin-bottom: 2px !important;
+
+ }
+
+
+ .filter_bton_add {
+ float: left;
+ width: 5% !important;
+ font-size: xx-large !important;
+ margin: 0.4rem !important;
+ margin-top: 0px !important;
+ margin-bottom: 2px !important;
+ text-align: right;
+ cursor: pointer;
+ }
+
+
+ .titre1 {
+ font-family: "Quicksand", "Signika", sans-serif;
+ font-size: medium;
+ text-align: center;
+ margin-bottom: 0.8rem;
+ color: white;
+ cursor: pointer;
+ font-style: italic;
+ background-color: gray;
+ font-weight: normal;
+ }
+
+ .file_ariane {
+ font-size: large;
+ font-weight: 600;
+ width: 100%;
+ text-align: center;
+ }
+
+ .css-l4u8b9-MuiInputBase-root-MuiInput-root {
+ text-align: left !important;
+ }
+
+ .bton_enreg_dialog {
+ border-radius: 5rem;
+ font-size: small;
+ background: #81BC3A !important;
+ text-align: center;
+ height: 2.5rem;
+ width: 80%;
+ color: white;
+ margin-left: 10px;
+ margin-right: 10px;
+ }
+
+
+ .bton_annule_dialog {
+ border-radius: 5rem;
+ font-size: small;
+ background: lightgray !important;
+ text-align: right;
+ height: 2.5rem;
+ width: 80%;
+ color: black;
+ margin-left: 10px;
+ margin-right: 10px;
+ }
+
+
+ .bton_supprime_dialog {
+ border-radius: 5rem;
+ font-size: small;
+ background: rgb(224, 89, 89) !important;
+ text-align: right;
+ height: 2.5rem;
+ width: auto;
+ color: white;
+ margin-left: 10px;
+ margin-right: 10px;
+ padding-right: 5px;
+ padding-left: 5px;
+ }
+
+
+ .DialogContent_width {
+ width: 500px !important;
+
+ }
+
+ .question_box {
+ box-shadow: 10px 10px 10px 10px rgb(0 0 0 / 15%);
+ width: 90%;
+ margin-left: 5%;
+ border-radius: 5px;
+ background: white;
+ padding: 10px;
+ margin-top: 2rem;
+ margin-bottom: 1rem;
+ }
+
+ .question_box_entete {
+ width: 90%;
+ margin-left: 5%;
+ border-radius: 5px;
+ line-height: 2rem;
+ font-weight: 700;
+ letter-spacing: 1px;
+ padding: 10px;
+ margin-bottom: 1rem;
+ text-align: center;
+ color:#464b5e;
+ }
+
+ .question_box_introduction {
+ width: 90%;
+ margin-left: 5%;
+ border-radius: 5px;
+ line-height: 2rem;
+ font-weight: 700;
+ letter-spacing: 1px;
+ padding: 10px;
+ margin-bottom: 1rem;
+ text-align: left;
+ color:#464b5e;
+ }
+
+ }
+
+ .css-1t1j96h-MuiPaper-root-MuiDialog-paper {
+ border-radius: 15px !important;
+
+ }
+
+ // end media
+
+ .loader-container {
+ width: 100%;
+ height: 100vh;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ position: fixed;
+ background: white;
+ background-color: transparent;
+ z-index: 1;
+ top: 0px;
+ opacity: 80%;
+ left: 0px;
+ }
+
+
+ .spinner {
+ width: 20rem;
+ height: 10rem;
+ border: 8px solid;
+ border-color: #3d5af1 transparent #3d5af1 transparent;
+ border-radius: 50%;
+ animation: spin-anim 1.2s linear infinite;
+ background-color: red;
+ color: black;
+ }
+
+ .mysy_spinner {
+ border-radius: 5px;
+ //border: 1px solid black;
+ opacity: 100%;
+ }
+
+
+ .css-md26zr-MuiInputBase-root-MuiOutlinedInput-root {
+ height: 3.5rem !important;
+ }
+
+ .css-1bp1ao6 {
+ height: 3.5rem !important;
+ }
+
+ .session_caract_Dialog {
+ width: 100%;
+ padding: 5px;
+ float: left;
+ text-align: left;
+ font-size: small;
+ margin-bottom: 1rem !important;
+ }
+
+ .session_caract_Dialog_comment_2_lines {
+
+ width: 100%;
+ padding: 5px;
+ float: left;
+ text-align: left;
+ font-size: small;
+ margin-bottom: 1rem !important;
+ }
+
+
+ .session_caract_Dialog_DatePicker {
+ width: 99% !important;
+ background-color: #FFFFFF;
+ }
+
+
+ .css-1v4ccyo {
+ height: 3.5rem !important;
+ font-size: small;
+ }
+
+ option {
+ font-weight: normal;
+ display: block;
+ white-space-collapse: collapse;
+ text-wrap: nowrap;
+ padding: 0px !important;
+ }
+
+ .mysy_hr_text {
+ border: none;
+ border-top: 3px double #333;
+ color: #333;
+ overflow: visible;
+ text-align: center;
+ height: 5px;
+ }
+
+ .mysy_hr_text:after {
+ background: #fff;
+ content: 'Détails';
+ padding: 0 4px;
+ position: relative;
+ top: -13px;
+ }
+
+ .MuiMenu-paper {
+ max-width: 30% !important;
+ }
+
+ .separator {
+ display: flex;
+ align-items: center;
+ text-align: center;
+ margin-bottom: 0.5rem !important;
+ }
+
+ .separator::before,
+ .separator::after {
+ content: '';
+ flex: 1;
+ border-bottom: 1px solid #e0e0e0;
+ }
+
+ .separator:not(:empty)::before {
+ margin-right: .35em;
+ }
+
+ .separator:not(:empty)::after {
+ margin-left: .35em;
+ }
+
+ .MuiSelect-select {
+ //height: 3rem !important;
+
+ }
+
+
+}
+
+.MuiMenu-paper {
+ max-width: 30% !important;
+}
+
+.tox-statusbar {
+ display: none !important;
+}
+
+
+
+
+.css-1x5jdmq {
+ height: 3rem !important;
+ font-size: small;
+}
+
+.select_option_css {
+ border-radius: 0px !important;
+}
+
+.css-9ddj71-MuiInputBase-root-MuiOutlinedInput-root {
+ height: 3.5rem !important;
+ font-size: small !important;
+
+}
+
+
+
+.react-datepicker__input-container {
+ width: 110%;
+}
+
+.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input {
+ padding-left: 5px !important;
+ padding-right: 1rem !important;
+}
\ No newline at end of file
diff --git a/src/styles/index.scss b/src/styles/index.scss
index d6b30a2..b86fbf3 100644
--- a/src/styles/index.scss
+++ b/src/styles/index.scss
@@ -105,3 +105,4 @@
@import "./components/partner_configiguration_formulaires";
@import "./components/surveydocument";
@import "./components/displayactionandclass";
+@import "./components/updateattendeelist";