18/09/2024 - 21h
parent
17855bda22
commit
f5e6112d3c
|
@ -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} />
|
||||
|
|
|
@ -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
|
@ -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>
|
||||
|
@ -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>
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -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;
|
|
@ -2190,7 +2190,6 @@
|
|||
}
|
||||
|
||||
|
||||
|
||||
.mode_affichage {
|
||||
width: 8%;
|
||||
float: right;
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -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
|
@ -126,3 +126,4 @@
|
|||
@import "./components/moduleactivite";
|
||||
@import "./components/reherche_new_v3";
|
||||
@import "./components/displaydetailclass_new_v3";
|
||||
@import "./components/reherche_new_v4";
|
Loading…
Reference in New Issue