$
This commit is contained in:
parent
fd89dd02b8
commit
4b8d00cc69
3
src/components/global/path/path.riot
Normal file
3
src/components/global/path/path.riot
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<path>
|
||||||
|
|
||||||
|
</path>
|
@ -123,7 +123,8 @@
|
|||||||
"filière de formation détaillée"
|
"filière de formation détaillée"
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
data: null /* JSON a traiter en fonction de la section choisit. */
|
data: null, /* JSON a traiter en fonction de la section choisit. */
|
||||||
|
path: null
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -30,6 +30,10 @@
|
|||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div id="main-container">
|
<div id="main-container">
|
||||||
|
<div id="top">
|
||||||
|
<path />
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="right">
|
<div id="right">
|
||||||
<selector />
|
<selector />
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user