$
This commit is contained in:
@@ -86,9 +86,9 @@
|
|||||||
page: {
|
page: {
|
||||||
curIndex: 0,
|
curIndex: 0,
|
||||||
cat: {
|
cat: {
|
||||||
option1: null,
|
option1: null, /* BTS, Licence etc... */
|
||||||
option2: null,
|
option2: null, /* Service, Production etc... */
|
||||||
option3: null
|
option3: null /* Une ecole qui fait un BTS Prod par exemple */
|
||||||
},
|
},
|
||||||
name: [
|
name: [
|
||||||
"formation",
|
"formation",
|
||||||
@@ -96,7 +96,7 @@
|
|||||||
"filière de formation détaillée"
|
"filière de formation détaillée"
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
data: []
|
data: null /* JSON a traiter en fonction de la section choisit */
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -157,13 +157,13 @@
|
|||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<span if={ !this.state.data }>Chargement...</span>
|
<span if={ !this.state.data }>Chargement des données...</span>
|
||||||
|
|
||||||
<div if={ this.state.data } id="selector">
|
<div if={ this.state.data } id="selector">
|
||||||
<div id="selector-top-container">
|
<div id="selector-top-container">
|
||||||
<span id="selector-top-title">
|
<span id="selector-top-title">
|
||||||
{ this.state.page.name[this.state.page.curIndex] }
|
{ this.state.page.name[this.state.page.curIndex] }
|
||||||
</span>
|
</span>
|
||||||
<button onclick={ previousPage } id="selector-top-btn"><</button>
|
<button onclick={ previousPage } id="selector-top-btn"><</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user