18/09/2024 - 21h

recette2
cherif 2024-09-18 21:04:28 +02:00
parent 17855bda22
commit f5e6112d3c
14 changed files with 20750 additions and 2284 deletions

View File

@ -8,6 +8,7 @@ import Login from './pages/Login';
import Recherche_new_v2 from "./pages/recherche_new_v2";
import Recherche_new_v3 from "./pages/recherche_new_v3";
import Recherche_new_v4 from "./pages/recherche_new_v4";
import Mon_Catalogue_Public from "./pages/mon_catalogue_public";
@ -149,6 +150,7 @@ function App() {
<Route path="/" exact component={Recherche_new_v2} />
<Route path="/v3" exact component={Recherche_new_v3} />
<Route path="/v4" exact component={Recherche_new_v4} />
<Route path="/subdomain" exact component={Subdomain_Recherche_new_v2} />
@ -172,15 +174,16 @@ function App() {
<Route path="/testurl_new/:courseid/:tabid" exact component={TestUrl_New} />
<Route path="/Display-Detail-formation_v3/:classId" exact component={DisplayDetailClass_new_v3} />
<Route path="/Display-Detail-formation/:classId" exact component={DisplayDetailClass_new_v2} />
<Route path="/Display-Detail-formation/:classId" exact component={DisplayDetailClass_new_v3} />
<Route path="/Display-Detail-formation/:classId/:action" exact component={DisplayDetailClass_new_v2} />
<Route path="/Display-Detail-formation_old/:classId/:action" exact component={DisplayDetailClass_new_v2} />
<Route path="/Display-Detail-formation/:classId/:action" exact component={DisplayDetailClass_new_v3} />
<Route path="/Display-Detail-formation_old/:classId/:action" exact component={DisplayDetailClass_new_v3} />
<Route path="/Display-Detail-Article/:articleId" exact component={DisplayDetailArticle} />
<Route path="/Display-Detail-formation-Coeur/:classId" exact component={CoupDeCoeur} />
<Route path="/Partner/:action/:orderid/:packs" exact component={Partner} />
<Route path="/Display-Partner-Catalog-Detail-formation/:classId" exact component={Display_Partner_Catalog_DetailClass_new_v2} />
<Route path="/Display-Partner-Catalog-Detail-formation/:classId/:action" exact component={Display_Partner_Catalog_DetailClass_new_v2} />
<Route path="/Partner/:action/:orderid" exact component={Partner} />

View File

@ -398,7 +398,7 @@ const DisplayDetailClass_new_v2 = (props) => {
axios.post(myurl, form).then(res => {
// console.log(" In Display res.data.status = " + res.data.status);
console.log(" In Display res.data.message = " + res.data.message);
// console.log(" In Display res.data.message = " + res.data.message);
if (String(res.data.status) === String("true")) {
if (res.data.message.length > 0) {
@ -1247,9 +1247,8 @@ const DisplayDetailClass_new_v2 = (props) => {
{String(ismetiermanaged) === "1" && <div className="mob_img">
<img src={DetailTraining.img_url} alt="autre" className="mob_training_img" />
</div>}
<div className="mob_block_content">

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -30,7 +30,7 @@ import axios from "axios";
import Rating from '@mui/material/Rating';
import parse from 'html-react-parser'
import { CiLocationOn } from "react-icons/ci";
const Formation_Partner_Catalog = (props) => {
const [userconnected, setuserconnected] = useState("0");
const [partnerconnected, setpartnerconnected] = useState("0");

View File

@ -2621,7 +2621,7 @@ const Mon_Catalogue_Public = () => {
if (String(res.data.status) === "true") {
//console.log(" In Get_Subdomain_Partner_Data res.data.status = " + res.data.status);
//console.log(" In Get_Subdomain_Partner_Data res.data.message r_class = " + res.data.message);
//console.log(" In Get_Subdomain_Partner_Data res.data.message r_class = " + res.data.message);
setGet_Subdomain_Partner_Data_api("true");
setGet_Subdomain_Partner_Data_result(res.data.message);
@ -2777,9 +2777,9 @@ const Mon_Catalogue_Public = () => {
<div className="title_desc_header">
{New_Get_Subdomain_Partner_Data_result && New_Get_Subdomain_Partner_Data_result.length > 0 &&
<nav className="title1">
<nav className="title1_nom">
{New_Get_Subdomain_Partner_Data_result[0].nom} <br />
{New_Get_Subdomain_Partner_Data_result[0].catalog_pub_message_1_txt}
<font className='title1_text1'> {New_Get_Subdomain_Partner_Data_result[0].catalog_pub_message_1_txt} </font>
</nav>}
@ -2891,7 +2891,7 @@ const Mon_Catalogue_Public = () => {
<div className="block_nos_formation">
<div style={{ "width": "100%" }}>
<div className="forma_et_tuto"> Nos Formations & Tutoriels</div>
<div className="forma_et_tuto"> Nos Formations</div>
{showelement === "true" && <div onClick={showdisplayfilter} className="recherchefilter">
<div className="recherchedivgauche">Masquer les Métiers & Filtres</div>
@ -3441,7 +3441,7 @@ const Mon_Catalogue_Public = () => {
<div className="rech_middlebox" id="rech_middlebox">
<div className="forma_et_tuto_mobile"> Nos Formations & Tutoriels</div>
<div className="forma_et_tuto_mobile"> Nos Formations</div>
{String(userconnected) === String("1") && <div>
<label className="default_font">
<i>Afficher toutes les formations :</i> &nbsp;&nbsp;
@ -3771,9 +3771,9 @@ const Mon_Catalogue_Public = () => {
<div className="title_desc_header">
{New_Get_Subdomain_Partner_Data_result && New_Get_Subdomain_Partner_Data_result.length > 0 &&
<nav className="title1">
<nav className="title1_nom">
{New_Get_Subdomain_Partner_Data_result[0].nom} <br />
{New_Get_Subdomain_Partner_Data_result[0].catalog_pub_message_1_txt}
<font className='title1_text1'> {New_Get_Subdomain_Partner_Data_result[0].catalog_pub_message_1_txt} </font>
</nav>}
@ -3885,7 +3885,7 @@ const Mon_Catalogue_Public = () => {
<div className="block_nos_formation">
<div style={{ "width": "100%" }}>
<div className="forma_et_tuto"> Nos Formations & Tutoriels</div>
<div className="forma_et_tuto"> Nos Formations</div>
{showelement === "true" && <div onClick={showdisplayfilter} className="recherchefilter">
<div className="recherchedivgauche">Masquer les Métiers & Filtres</div>
@ -4556,7 +4556,7 @@ const Mon_Catalogue_Public = () => {
<div className="rech_middlebox" id="rech_middlebox">
<div className="forma_et_tuto_mobile"> Nos Formations & Tutoriels</div>
<div className="forma_et_tuto_mobile"> Nos Formations</div>
{String(userconnected) === String("1") && <div>
<label className="default_font">
<i>Afficher toutes les formations :</i> &nbsp;&nbsp;

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
import Display_Partner_Catalog_DetailClass_new_v2 from "../components/Display_Partner_Catalog_DetailClass_new_v2";
import Navigation from "../components/Navigation";
export default function display_partner_catalog_detailclass() {
return (
<div>

View File

@ -0,0 +1,21 @@
import Recherche_new_v4 from "../components/Recherche_new_v4";
import Navigation from "../components/Navigation";
import Footer from "./footer";
const recherche = () => {
return (
<div>
<Navigation />
<div>
<Recherche_new_v4 />
</div>
</div>
)
}
export default recherche;

View File

@ -2190,7 +2190,6 @@
}
.mode_affichage {
width: 8%;
float: right;

File diff suppressed because it is too large Load Diff

View File

@ -3208,7 +3208,7 @@
left: 0px;
top: 0px;
}
}
.Logo_MySy {
@ -6493,6 +6493,61 @@
flex-grow: 0;
}
.title1 {
width: 60%;
text-align: left;
height: 192px;
font-family: 'Albert Sans';
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 44px;
/* or 107% */
letter-spacing: 1px;
/* Deep Blue */
color: #0A043C;
/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;
}
.title1_text1 {
width: 60%;
text-align: left;
height: 192px;
font-family: 'Albert Sans';
font-style: normal;
font-weight: 700;
font-size: 30px;
line-height: 44px;
/* or 107% */
letter-spacing: 1px;
/* Deep Blue */
color: #0A043C;
/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;
}
.title2 {
width: 60%;
text-align: left;
@ -6501,7 +6556,7 @@
font-family: 'Albert Sans';
font-style: normal;
font-weight: 500;
font-size: 18px;
font-size: 20px;
line-height: 22px;
/* identical to box height */
@ -9467,6 +9522,60 @@
flex-grow: 0;
}
.title1_nom {
width: 90%;
text-align: left;
height: 192px;
font-family: 'Albert Sans';
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 54px;
/* or 107% */
letter-spacing: 1px;
/* Deep Blue */
color: #0A043C;
/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;
}
.title1_text1 {
width: 90%;
text-align: left;
height: 192px;
font-family: 'Albert Sans';
font-style: normal;
font-weight: 500;
font-size: 30px;
line-height: 54px;
/* or 107% */
letter-spacing: 1px;
/* Deep Blue */
color: #0A043C;
/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;
}
.title2 {
width: 90%;
text-align: left;
@ -12456,6 +12565,58 @@
flex-grow: 0;
}
.title1_nom {
width: 100%;
text-align: left;
height: 192px;
font-family: 'Albert Sans';
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 54px;
/* or 107% */
letter-spacing: 1px;
/* Deep Blue */
color: #0A043C;
/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;
}
.title1_text1 {
width: 100%;
text-align: left;
height: 192px;
font-family: 'Albert Sans';
font-style: normal;
font-weight: 500;
font-size: 30px;
line-height: 54px;
/* or 107% */
letter-spacing: 1px;
/* Deep Blue */
color: #0A043C;
/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;
}
.title2 {
width: 100%;
text-align: left;

File diff suppressed because it is too large Load Diff

View File

@ -125,4 +125,5 @@
@import "./components/partner_catalog_pub";
@import "./components/moduleactivite";
@import "./components/reherche_new_v3";
@import "./components/displaydetailclass_new_v3";
@import "./components/displaydetailclass_new_v3";
@import "./components/reherche_new_v4";