11/01/24 - 21h30
parent
94898c374f
commit
d8d3417601
File diff suppressed because it is too large
Load Diff
|
@ -116,7 +116,7 @@
|
|||
"react-scroll-to-top": "^3.0.0",
|
||||
"react-search-autocomplete": "^7.2.2",
|
||||
"react-select": "^5.2.2",
|
||||
"react-share": "^4.4.0",
|
||||
"react-share": "^4.4.1",
|
||||
"react-simple-modal": "^1.1.5",
|
||||
"react-simple-modal-cb": "^2.0.4",
|
||||
"react-simple-star-rating": "^4.1.1",
|
||||
|
|
|
@ -125,7 +125,7 @@ const DisplayPartnerSession = (props) => {
|
|||
{ field: 'id', headerName: 'id', hide: true },
|
||||
{ field: '_id', headerName: '_id', hide: true },
|
||||
{ field: 'class_internal_url', headerName: 'class_internal_url', hide: true },
|
||||
{ field: 'code_session', headerName: 'Code session', hide: false, minWidth: 100, flex: 1, maxWidth: 150 },
|
||||
{ field: 'code_session', headerName: 'Code session', hide: false, minWidth: 100, flex: 1, },
|
||||
{ field: 'session_title', headerName: 'Titre', hide: false, flex: 1, minWidth: 250 },
|
||||
|
||||
{
|
||||
|
@ -8383,6 +8383,12 @@ const DisplayPartnerSession = (props) => {
|
|||
|
||||
// -- end convention
|
||||
|
||||
const New_Option_Type_Ressource = [
|
||||
|
||||
{ "id": "0", "label": "Employe", "value": "ressource_humaine" },
|
||||
{ "id": "1", "label": "Materiel", "value": "ressource_materielle" },
|
||||
]
|
||||
|
||||
|
||||
return (
|
||||
<div className="displaypartnersession">
|
||||
|
@ -8445,7 +8451,7 @@ const DisplayPartnerSession = (props) => {
|
|||
|
||||
<div className="div_row_dialog">
|
||||
<div className="div_row_gauche_dialog_session" style={{ "textAlign": 'left' }}>
|
||||
Durée
|
||||
Durée
|
||||
</div>
|
||||
{rowss && String(session_selected_row_id).length > 0 && <div className="div_row_droite_dialog_session" style={{ "textAlign": 'right' }}>
|
||||
{JSON.parse(rowss[session_selected_row_id]).duration_concat}
|
||||
|
@ -8703,7 +8709,7 @@ const DisplayPartnerSession = (props) => {
|
|||
|
||||
>
|
||||
|
||||
<DialogTitle>Ajout ressource</DialogTitle>
|
||||
<DialogTitle>Ajout ressource </DialogTitle>
|
||||
<DialogContent className="DialogContent_width">
|
||||
<DialogContentText>
|
||||
{Dialog_seq_ressource_1_message}
|
||||
|
@ -8711,7 +8717,25 @@ const DisplayPartnerSession = (props) => {
|
|||
|
||||
|
||||
<div className="session_caract_Dialog" > Type de ressource
|
||||
<TextField
|
||||
<Autocomplete
|
||||
disablePortal
|
||||
name="event_dialog_type_ressource"
|
||||
id="event_dialog_type_ressource"
|
||||
fullWidth
|
||||
|
||||
options={New_Option_Type_Ressource}
|
||||
onChange={(event, value) => {
|
||||
if (value && value.value) {
|
||||
|
||||
setDialog_seq_ressource_1_selected_type_ressource(value.value);
|
||||
}
|
||||
|
||||
}}
|
||||
|
||||
renderInput={(params) => <TextField {...params} label="" />
|
||||
}
|
||||
/>
|
||||
{/*<TextField
|
||||
sx={{ '& legend': { display: 'none' }, '& fieldset': { top: 0 }, }}
|
||||
|
||||
name="event_dialog_type_ressource"
|
||||
|
@ -8730,7 +8754,7 @@ const DisplayPartnerSession = (props) => {
|
|||
|
||||
<MenuItem value="ressource_humaine" style={{ "paddingLeft": "5px", "textAlign": "left", "width": "100%" }} >Employé </MenuItem>
|
||||
<MenuItem value="ressource_materielle" style={{ "paddingLeft": "5px", "textAlign": "left", "width": "100%" }} >Materiel </MenuItem>
|
||||
</TextField>
|
||||
</TextField>*/}
|
||||
|
||||
</div>
|
||||
|
||||
|
@ -8794,7 +8818,7 @@ const DisplayPartnerSession = (props) => {
|
|||
name="event_dialog_ressource_id"
|
||||
id="event_dialog_ressource_id"
|
||||
fullWidth
|
||||
options={New_Getall_Training_Employee_No_Filter_result}
|
||||
options={New_Getall_Training_Materiel_No_Filter_result}
|
||||
|
||||
onChange={(event, value) => {
|
||||
if (value && value._id) {
|
||||
|
@ -8892,7 +8916,7 @@ const DisplayPartnerSession = (props) => {
|
|||
|
||||
>
|
||||
|
||||
<DialogTitle>Ajout ressource</DialogTitle>
|
||||
<DialogTitle>Ajout ressource </DialogTitle>
|
||||
<DialogContent className="DialogContent_width">
|
||||
<DialogContentText>
|
||||
{Dialog_tuteur_1_message}
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -18,7 +18,7 @@ import img_2 from "../mysy_img/lms.png";
|
|||
import img_3_old from "../mysy_img/3.jpg";
|
||||
import img_3 from "../mysy_img/crm.png";
|
||||
import { Link } from "react-router-dom";
|
||||
|
||||
import ReactPlayer from 'react-player/lazy'
|
||||
|
||||
|
||||
|
||||
|
@ -163,8 +163,8 @@ const QuiSommesNous_v2 = () => {
|
|||
<div className="detail_block" >
|
||||
<div className="detail_text">
|
||||
<b className="chapitre"> MySy Gestion relation client </b> <br /> <br />
|
||||
Permet de gérer vos clients, les activités en cours, à venir, en retards.
|
||||
Ce module permet d’éditer, d’envoyer les devis, de les convertir en commande et de les facturer.
|
||||
Permet de gérer vos clients, les activités en cours, à venir, en retards.
|
||||
Ce module permet d’éditer, d’envoyer les devis, de les convertir en commande et de les facturer.
|
||||
Un tableau de bord vous permet de suivre vos revenus en cours, ceux à venir et de prendre les bonnes décisions de gestion
|
||||
|
||||
</div>
|
||||
|
@ -272,6 +272,48 @@ const QuiSommesNous_v2 = () => {
|
|||
|
||||
|
||||
|
||||
<div style={{ "width": "100%", "float": "left", "border": "1px solid" }}>
|
||||
<div className="div_row_center_contact" style={{ width: '100%' }}>
|
||||
<Button variant="outlined" onClick={"menu_info"} className="bton_contact_nous"> Découvrez quelques-unes de nos fonctionnalités </Button>
|
||||
</div>
|
||||
<div className="div_row_center_video_ftion" >
|
||||
<div className="div_row_center_enphasis" >
|
||||
<div className="detail_block_video_ftion">
|
||||
|
||||
<div className="detail_text_video_ftion">
|
||||
<b className="chapitre"> Le catalogue de Formation </b> <br /> <br />
|
||||
|
||||
Import Excel de formation<br />
|
||||
Creation unitaire<br />
|
||||
Modification, Suppression, Export, etc<br />
|
||||
|
||||
|
||||
</div>
|
||||
<div className="detail_img_video_ftion">
|
||||
<div className="only_mobile">
|
||||
<b className="chapitre"> Le catalogue de Formation </b> <br /> <br />
|
||||
|
||||
Import Excel de formation<br />
|
||||
Creation unitaire<br />
|
||||
Modification, Suppression, Export, etc<br />
|
||||
</div>
|
||||
<ReactPlayer
|
||||
controls={true}
|
||||
light="https://img.mysy-training.com/video/mysy_catalog_thumb.png"
|
||||
playing
|
||||
url='https://img.mysy-training.com/video/MyS_Creation_Catalogue.mp4'
|
||||
width="100%"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div className="div_row_where">
|
||||
|
||||
|
|
|
@ -171,7 +171,7 @@ const SideBar = () => {
|
|||
}
|
||||
</Menu>}
|
||||
|
||||
{String(environnment) === "REC" &&
|
||||
{(String(environnment) === "REC" || String(environnment) === "DEM") &&
|
||||
<Menu className="ch_burger_menu">
|
||||
{String(someoneconnected) !== String("1") && <NavLink exact to={"/Connexion"} activeClassName={"nav-active"}>
|
||||
Connexion Utilisateur
|
||||
|
|
|
@ -1719,7 +1719,7 @@
|
|||
margin-right: 1rem;
|
||||
padding: 0.3rem;
|
||||
margin-bottom: 0.5rem;
|
||||
min-width: 12rem;
|
||||
min-width: 15rem;
|
||||
text-align: center;
|
||||
border: 1px solid #9cf;
|
||||
color: #3b3e40;
|
||||
|
|
|
@ -4,7 +4,16 @@
|
|||
font-size: 0.1rem;
|
||||
}
|
||||
|
||||
.only_mobile{
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
|
||||
.only_mobile{
|
||||
width: 100%;
|
||||
display: block;
|
||||
}
|
||||
.media_sociaux {
|
||||
svg {
|
||||
margin-top: 0 !important;
|
||||
|
@ -338,7 +347,7 @@
|
|||
padding-top: 5px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.img_1 {
|
||||
display: block;
|
||||
|
@ -380,7 +389,7 @@
|
|||
background: white;
|
||||
}
|
||||
|
||||
.detail_block{
|
||||
.detail_block {
|
||||
width: 100%;
|
||||
float: left;
|
||||
display: flex;
|
||||
|
@ -397,9 +406,51 @@
|
|||
|
||||
.detail_img {
|
||||
display: none;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
.detail_img_video_ftion {
|
||||
width: 100%;
|
||||
float: left;
|
||||
margin: auto;
|
||||
|
||||
}
|
||||
|
||||
.div_row_center_video_ftion {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
padding: 5px;
|
||||
margin-bottom: 4rem;
|
||||
border-radius: 0px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
min-height: 10 rem;
|
||||
height: rem;
|
||||
text-align: center;
|
||||
font-size: large;
|
||||
line-height: normal;
|
||||
letter-spacing: normal;
|
||||
color: #3b3e40;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
margin-top: 3rem;
|
||||
}
|
||||
|
||||
.detail_block_video_ftion {
|
||||
width: 95%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
display: flex;
|
||||
border-bottom: 10px solid;
|
||||
border-top: 10px solid;
|
||||
padding-left: 10px;
|
||||
|
||||
}
|
||||
|
||||
.detail_text_video_ftion {
|
||||
display: none;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 601px) and (max-width: 991px) {
|
||||
|
@ -796,7 +847,7 @@
|
|||
background: white;
|
||||
}
|
||||
|
||||
.detail_block{
|
||||
.detail_block {
|
||||
width: 100%;
|
||||
float: left;
|
||||
display: flex;
|
||||
|
@ -814,9 +865,56 @@
|
|||
.detail_img {
|
||||
width: 50%;
|
||||
float: left;
|
||||
margin: auto;
|
||||
|
||||
margin: auto;
|
||||
|
||||
}
|
||||
|
||||
|
||||
.detail_img_video_ftion {
|
||||
width: 50%;
|
||||
float: left;
|
||||
margin: auto;
|
||||
|
||||
}
|
||||
|
||||
|
||||
.div_row_center_video_ftion {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
padding: 5px;
|
||||
margin-bottom: 4rem;
|
||||
border-radius: 0px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
min-height: 10 rem;
|
||||
height: rem;
|
||||
text-align: center;
|
||||
font-size: large;
|
||||
line-height: normal;
|
||||
letter-spacing: normal;
|
||||
color: #3b3e40;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
margin-top: 3rem;
|
||||
}
|
||||
|
||||
.detail_block_video_ftion {
|
||||
width: 95%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
display: flex;
|
||||
border-bottom: 10px solid;
|
||||
border-top: 10px solid;
|
||||
padding-left: 10px;
|
||||
|
||||
}
|
||||
|
||||
.detail_text_video_ftion {
|
||||
width: 50%;
|
||||
float: left;
|
||||
margin: auto;
|
||||
text-align: justify;
|
||||
padding-left: 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 992px) and (max-width: 1199px) {
|
||||
|
@ -1112,7 +1210,7 @@
|
|||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
height: 13rem;
|
||||
// margin-top: 5rem;
|
||||
// margin-top: 5rem;
|
||||
}
|
||||
|
||||
.text_head_new {
|
||||
|
@ -1214,14 +1312,14 @@
|
|||
}
|
||||
|
||||
.main_sub_div {
|
||||
height: 180rem;
|
||||
height: 280rem;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 90%;
|
||||
background: white;
|
||||
}
|
||||
|
||||
.detail_block{
|
||||
.detail_block {
|
||||
width: 100%;
|
||||
float: left;
|
||||
display: flex;
|
||||
|
@ -1238,10 +1336,57 @@
|
|||
.detail_img {
|
||||
width: 50%;
|
||||
float: left;
|
||||
margin: auto;
|
||||
|
||||
margin: auto;
|
||||
|
||||
}
|
||||
|
||||
|
||||
.detail_img_video_ftion {
|
||||
width: 50%;
|
||||
float: left;
|
||||
margin: auto;
|
||||
|
||||
}
|
||||
|
||||
|
||||
.div_row_center_video_ftion {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
padding: 5px;
|
||||
margin-bottom: 4rem;
|
||||
border-radius: 0px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
min-height: 10 rem;
|
||||
height: rem;
|
||||
text-align: center;
|
||||
font-size: large;
|
||||
line-height: normal;
|
||||
letter-spacing: normal;
|
||||
color: #3b3e40;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
margin-top: 3rem;
|
||||
}
|
||||
|
||||
.detail_block_video_ftion {
|
||||
width: 95%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
display: flex;
|
||||
border-bottom: 10px solid;
|
||||
border-top: 10px solid;
|
||||
padding-left: 10px;
|
||||
|
||||
}
|
||||
|
||||
.detail_text_video_ftion {
|
||||
width: 50%;
|
||||
float: left;
|
||||
margin: auto;
|
||||
text-align: justify;
|
||||
padding-left: 2rem;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1200px) {
|
||||
|
@ -1469,6 +1614,7 @@
|
|||
margin-top: 3rem;
|
||||
}
|
||||
|
||||
|
||||
.div_row_center_contact {
|
||||
//border: 0.01rem solid #000;
|
||||
width: 90%;
|
||||
|
@ -1641,7 +1787,7 @@
|
|||
}
|
||||
|
||||
.main_sub_div {
|
||||
height: 230rem;
|
||||
min-height: 280rem;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 90%;
|
||||
|
@ -1649,7 +1795,7 @@
|
|||
padding-top: 2rem !important;
|
||||
}
|
||||
|
||||
.detail_block{
|
||||
.detail_block {
|
||||
width: 100%;
|
||||
float: left;
|
||||
display: flex;
|
||||
|
@ -1665,9 +1811,56 @@
|
|||
.detail_img {
|
||||
width: 50%;
|
||||
float: left;
|
||||
margin: auto;
|
||||
|
||||
margin: auto;
|
||||
|
||||
}
|
||||
|
||||
.div_row_center_video_ftion {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
padding: 5px;
|
||||
margin-bottom: 4rem;
|
||||
border-radius: 0px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
min-height: 10 rem;
|
||||
height: rem;
|
||||
text-align: center;
|
||||
font-size: large;
|
||||
line-height: normal;
|
||||
letter-spacing: normal;
|
||||
color: #3b3e40;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
|
||||
}
|
||||
|
||||
.detail_block_video_ftion {
|
||||
width: 95%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
display: flex;
|
||||
border-bottom: 10px solid;
|
||||
border-top: 10px solid;
|
||||
padding-left: 10px;
|
||||
min-height: 25rem !important;
|
||||
|
||||
}
|
||||
|
||||
.detail_text_video_ftion {
|
||||
width: 50%;
|
||||
float: left;
|
||||
margin: auto;
|
||||
text-align: justify;
|
||||
padding-left: 2rem;
|
||||
}
|
||||
|
||||
.detail_img_video_ftion {
|
||||
width: 50%;
|
||||
float: left;
|
||||
margin: auto;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// end media
|
||||
|
|
Loading…
Reference in New Issue