normalisation du _deux pour le 2ème gamutable.
This commit is contained in:
parent
2daacc8efd
commit
a24b165ea0
7 changed files with 22 additions and 8 deletions
|
@ -7,6 +7,8 @@
|
|||
<div id="app">
|
||||
<div class="container_un">
|
||||
<div class="gamutableUn"[ id="(#ENV{id_gamutable})"]>
|
||||
[<span class="h2-like titregamutable">(#ENV{titregamutable})</span>]
|
||||
[(#REM) OLD pour compat]
|
||||
[<span class="titre titreGamutableUn">(#ENV{titreGamutableUn})</span>]
|
||||
<mon-tableau
|
||||
apiuri="[(#ENV{apiuri,spip.php?page=json_gamutable.json})]"
|
||||
|
@ -31,7 +33,9 @@
|
|||
<BOUCLE_deux(CONDITION){si #ENV{apiuri_deux}|oui}>
|
||||
<INCLURE{fond=inclure/separateur_gamutables,env}>
|
||||
<div class="container_deux">
|
||||
<div class="gamutableDeux">
|
||||
<div class="gamutableDeux"[ id="(#ENV{id_gamutable_deux})"]>
|
||||
[<span class="h2-like titregamutable_deux">(#ENV{titregamutable_deux})</span>]
|
||||
[(#REM) OLD pour compat]
|
||||
[<span class="titre titreGamutableDeux">(#ENV{titreGamutableDeux})</span>]
|
||||
<mon-tableau
|
||||
apiuri="[(#ENV{apiuri_deux})]"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue