13/08/23 - 14h

recette2
cherif 2023-08-13 13:54:09 +02:00
parent d7da5caf84
commit 581bac5874
5 changed files with 1728 additions and 56 deletions

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@ import Button from '@mui/material/Button';
import Select from 'react-select'
import { getCookie } from 'react-use-cookie';
import { DataGrid, GridToolbar, frFR } from '@mui/x-data-grid';
import Footer from "./Fotter";
import Footer from "./Fotter";
import tick_ko from "../mysy_img/tick_KO.png";
import Popup from 'reactjs-popup';
import 'reactjs-popup/dist/index.css';

View File

@ -2893,6 +2893,7 @@ function GestionAdministrative(props) {
form.append("token", stored_cookie);
form.append("session_id", session_id);
form.append("attendee_email", attendee_email);
form.append("internal_url", internal_url);
var myurl = process.env.REACT_APP_API_URL + "myclass/api/GetAttendeeDetail_perSession/";

View File

@ -147,7 +147,7 @@
height: 3.5rem !important;
background: white;
border: solid gainsboro 1px;
}
.training_caract {
@ -345,6 +345,81 @@
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;
}
.bton_image_class:hover {
box-shadow: 5px 1px 5px 1px rgb(0 0 0 / 25%);
}
}
@ -672,6 +747,80 @@
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;
}
.bton_image_class:hover {
box-shadow: 5px 1px 5px 1px rgb(0 0 0 / 25%);
}
}
@ -1001,6 +1150,80 @@
}
.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;
}
.bton_image_class:hover {
box-shadow: 5px 1px 5px 1px rgb(0 0 0 / 25%);
}
}
@media only screen and (min-width: 1200px) {
@ -1308,7 +1531,7 @@
background-color: #FFFFFF;
}
.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input:invalid {
padding-top: 5px !important;
@ -1392,10 +1615,94 @@
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;
}
.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;
}
}
// end media
// end media
option {
font-weight: normal;
display: block;
@ -1425,6 +1732,7 @@
max-width: 30% !important;
}
}
.MuiMenu-paper {
@ -1456,6 +1764,6 @@
width: 110%;
}
.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input{
.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input {
padding-left: 5px !important;
}

View File

@ -774,7 +774,7 @@
}
.tick_ok_ko {
max-width: 5%;
max-width: 4%;
cursor: pointer;
padding-top: 4px;
}