19/01/2024 - 16h20
parent
fbee8376b4
commit
3cf858336e
|
@ -40,7 +40,7 @@ import SeDesabonner from './pages/sedesabonner';
|
|||
import OrderConfirmation_3DS from "./pages/orderconfirmation_3DS";
|
||||
import Training_Inactive_Or_Not_Found from "./pages/Traning_Inactif_Or_Not_Exist";
|
||||
import TestUrl_New from "./pages/testurl_new";
|
||||
import QuiSommesNous_v3 from "./components/QuisSommesNous_V3";
|
||||
import QuiSommesNous_v3 from "./pages/quisommesnous_v3";
|
||||
|
||||
function App() {
|
||||
|
||||
|
|
|
@ -325,9 +325,9 @@ const Partner = (props) => {
|
|||
'mes_sessions', 'setuplms', 'facture', 'pricing', 'mes_clients', 'mes_devis', 'mes_cmd',
|
||||
'mes_stagiaires', 'mes_employes', 'mon_materiel', 'config_document', 'factures_client', "config_technique",
|
||||
"config_champ_specific", "module_agenda", "config_session_steps", "config_jours_heures", "dashbord_formation",
|
||||
"dashbord_session", "mon_tableau_de_bord", "prix_achat", "mes_apprenants", "dashbord_ressources_humaines",
|
||||
"dashbord_inscriptions"]
|
||||
|
||||
"dashbord_session", "mon_tableau_de_bord", "prix_achat", "mes_apprenants", "dashbord_ressources_humaines",
|
||||
"dashbord_inscriptions"]
|
||||
|
||||
if (action && list_menu.includes(action)) {
|
||||
|
||||
setmenu(action);
|
||||
|
@ -717,7 +717,7 @@ const Partner = (props) => {
|
|||
}
|
||||
|
||||
|
||||
|
||||
|
||||
function config_dashbord_inscriptions_func(event) {
|
||||
var security_retval = check_user_acces_right("dashbord", "read");
|
||||
|
||||
|
@ -1724,11 +1724,11 @@ const Partner = (props) => {
|
|||
</div>
|
||||
}
|
||||
|
||||
{String(menu) === "dashbord_inscriptions" && <div className="div_droite">
|
||||
{String(menu) === "dashbord_inscriptions" && <div className="div_droite">
|
||||
|
||||
<Dashbord_Inscriptions conntected_employee_id={conntected_employee_id} read_access={check_user_acces_right("dashbord", "read")} write_access={check_user_acces_right("dashbord", "write")} />
|
||||
</div>
|
||||
}
|
||||
<Dashbord_Inscriptions conntected_employee_id={conntected_employee_id} read_access={check_user_acces_right("dashbord", "read")} write_access={check_user_acces_right("dashbord", "write")} />
|
||||
</div>
|
||||
}
|
||||
|
||||
{String(menu) === "mon_tableau_de_bord" && <div className="div_droite">
|
||||
|
||||
|
@ -1800,7 +1800,7 @@ const Partner = (props) => {
|
|||
|
||||
<div> <hr /> </div>
|
||||
|
||||
{/* <Tooltip className="tooltip_css" id="tooltip_id_7" />
|
||||
{/* <Tooltip className="tooltip_css" id="tooltip_id_7" />
|
||||
<a data-tooltip-id="tooltip_id_7" data-tooltip-html="CREER FORMATION">
|
||||
{String(menu) !== "creation" && <div className="sousmenu" onClick={CreateTraining}> <FcAddDatabase className="icone_menu" /> </div>}
|
||||
{String(menu) === "creation" && <div className="sousmenu_selected" onClick={CreateTraining}> <FcAddDatabase className="icone_menu" /> </div>}
|
||||
|
|
|
@ -91,13 +91,14 @@ const QuiSommesNous_v3 = () => {
|
|||
|
||||
<div className="parent">
|
||||
<div className="div1">
|
||||
<div className="text_activite_head">
|
||||
Gestion Administrative
|
||||
</div>
|
||||
<br />
|
||||
<div className="image_activite_head">
|
||||
<img src={gestion_admin_img} alt="MySy Training Gestion administrative" className="image_illustration" />
|
||||
</div>
|
||||
<div className="text_activite_head">
|
||||
Gestion Administrative
|
||||
</div>
|
||||
|
||||
<button className="bton_en_savoir_plus_header" onClick={(e) => {
|
||||
if (document.getElementById('gestion_administrative')) {
|
||||
var divh = document.getElementById('gestion_administrative').offsetTop;
|
||||
|
@ -113,14 +114,14 @@ const QuiSommesNous_v3 = () => {
|
|||
</div>
|
||||
|
||||
<div className="div2">
|
||||
|
||||
<div className="text_activite_head">
|
||||
E-Learning (LMS)
|
||||
</div>
|
||||
<div className="image_activite_head">
|
||||
<img src={e_learning_lms} alt="MySy Training E-Learning LMS" className="image_illustration" />
|
||||
</div>
|
||||
<br />
|
||||
<div className="text_activite_head">
|
||||
E-Learning
|
||||
</div>
|
||||
|
||||
<button className="bton_en_savoir_plus_header" onClick={(e) => {
|
||||
if (document.getElementById('gestion_elearning')) {
|
||||
var divh = document.getElementById('gestion_elearning').offsetTop;
|
||||
|
@ -135,13 +136,15 @@ const QuiSommesNous_v3 = () => {
|
|||
</div>
|
||||
|
||||
<div className="div3">
|
||||
|
||||
<div className="text_activite_head">
|
||||
Relation Client (CRM)
|
||||
</div>
|
||||
<br />
|
||||
<div className="image_activite_head">
|
||||
<img src={mysy_crm} alt="MySy Training gestion relation client CRM " className="image_illustration" />
|
||||
</div>
|
||||
<div className="text_activite_head">
|
||||
Relation Client (CRM)
|
||||
</div>
|
||||
|
||||
<button className="bton_en_savoir_plus_header" onClick={(e) => {
|
||||
if (document.getElementById('gestion_crm')) {
|
||||
var divh = document.getElementById('gestion_crm').offsetTop;
|
||||
|
|
|
@ -562,17 +562,30 @@
|
|||
}
|
||||
|
||||
.text_activite_head {
|
||||
text-transform: uppercase;
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
font-family: Albert Sans;
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
// font-weight: 600;
|
||||
line-height: 32px;
|
||||
letter-spacing: 0em;
|
||||
text-align: center;
|
||||
color: #0A043C;
|
||||
letter-spacing: 2px;
|
||||
margin-bottom: 1rem;
|
||||
|
||||
letter-spacing: 1px;
|
||||
margin-bottom: 1rem;
|
||||
background: #0A043C;
|
||||
letter-spacing: 1px;
|
||||
margin-bottom: 1rem;
|
||||
border-top-left-radius: 8px;
|
||||
border-top-right-radius: 8px;
|
||||
height: 3rem;
|
||||
color: white;
|
||||
padding-top: 5px;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
@ -832,7 +845,7 @@
|
|||
font-weight: 600;
|
||||
letter-spacing: 0em;
|
||||
text-align: left;
|
||||
// margin-top: 5rem;
|
||||
// margin-top: 5rem;
|
||||
color: #0A043C;
|
||||
margin-left: 1rem;
|
||||
padding: 10px;
|
||||
|
@ -1518,17 +1531,29 @@
|
|||
}
|
||||
|
||||
.text_activite_head {
|
||||
//text-transform: uppercase;
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
font-family: Albert Sans;
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
//font-weight: 600;
|
||||
line-height: 32px;
|
||||
letter-spacing: 0em;
|
||||
text-align: center;
|
||||
color: #0A043C;
|
||||
letter-spacing: 2px;
|
||||
margin-bottom: 1rem;
|
||||
|
||||
letter-spacing: 1px;
|
||||
margin-bottom: 1rem;
|
||||
background: #0A043C;
|
||||
letter-spacing: 1px;
|
||||
margin-bottom: 1rem;
|
||||
border-top-left-radius: 8px;
|
||||
border-top-right-radius: 8px;
|
||||
height: 3rem;
|
||||
color: white;
|
||||
padding-top: 5px;
|
||||
|
||||
}
|
||||
|
||||
|
@ -2505,17 +2530,29 @@
|
|||
}
|
||||
|
||||
.text_activite_head {
|
||||
text-transform: uppercase;
|
||||
width: 100%;
|
||||
height: 32px;
|
||||
font-family: Albert Sans;
|
||||
font-size: 20px;
|
||||
font-weight: 700;
|
||||
//font-weight: 700;
|
||||
line-height: 32px;
|
||||
letter-spacing: 0em;
|
||||
text-align: center;
|
||||
color: #0A043C;
|
||||
letter-spacing: 2px;
|
||||
margin-bottom: 1rem;
|
||||
|
||||
letter-spacing: 1px;
|
||||
margin-bottom: 1rem;
|
||||
background: #0A043C;
|
||||
letter-spacing: 1px;
|
||||
margin-bottom: 1rem;
|
||||
border-top-left-radius: 8px;
|
||||
border-top-right-radius: 8px;
|
||||
height: 3rem;
|
||||
color: white;
|
||||
padding-top: 5px;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
@ -2590,7 +2627,7 @@
|
|||
}
|
||||
|
||||
.text_nous_conseillons {
|
||||
width: 60%;
|
||||
width: 80%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
||||
|
@ -3495,17 +3532,26 @@
|
|||
}
|
||||
|
||||
.text_activite_head {
|
||||
text-transform: uppercase;
|
||||
width: 100%;
|
||||
height: 32px;
|
||||
font-family: Albert Sans;
|
||||
font-size: 24px;
|
||||
font-weight: 700;
|
||||
font-size: 20px;
|
||||
//font-weight: 700;
|
||||
line-height: 32px;
|
||||
letter-spacing: 0em;
|
||||
text-align: center;
|
||||
color: #0A043C;
|
||||
|
||||
letter-spacing: 2px;
|
||||
margin-bottom: 1rem;
|
||||
background: #0A043C;
|
||||
letter-spacing: 1px;
|
||||
margin-bottom: 1rem;
|
||||
border-top-left-radius: 8px;
|
||||
border-top-right-radius: 8px;
|
||||
height: 3rem;
|
||||
color: white;
|
||||
padding-top: 5px;
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue