-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from Ybbet/master
Add Ybbet contrib to master
- Loading branch information
Showing
6 changed files
with
62 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[(#REM) | ||
Variables: | ||
data : Tableau de données listant le contenu | ||
-->] | ||
[(#SET{token, #REM|comarquage_token})] | ||
|
||
<BOUCLE_listesituation(DATA){source tableau, #ENV{data}}> | ||
<div class="xml-situations" id="situations-[(#GET{token})]"> | ||
<BOUCLE_elements(DATA){source tableau, #VALEUR{children}}> | ||
<INCLURE{fond=xml_templates/balises/#CLE, env}{data=#VALEUR}{token=#GET{token}} /> | ||
</BOUCLE_elements> | ||
</div> | ||
</BOUCLE_listesituation> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
[(#REM) | ||
Variables: | ||
data : Tableau de données listant le contenu | ||
-->] | ||
<B_situation> | ||
<div class="xml-situation"> | ||
<BOUCLE_situation(DATA){source tableau, #ENV{data}}> | ||
[(#COMPTEUR_BOUCLE|=={1}|oui)<ul class="nav nav-tabs tabs-menu xml-sommaire" role="tablist">] | ||
<B_elements_titre> | ||
<BOUCLE_elements_titre (DATA) {source tableau, #VALEUR{children}}> | ||
[(#CLE|=={titre}|oui) | ||
<li[ class="active(#_situation:COMPTEUR_BOUCLE|=={1}|oui)in"]> | ||
<a href="#[situation-#ENV{token}-(#_situation:COMPTEUR_BOUCLE)]"[ class="nav-active(#_situation:COMPTEUR_BOUCLE|=={1}|oui)"] role="tab" data-toggle="tab" aria-controls="[situation-#ENV{token}-(#_situation:COMPTEUR_BOUCLE)]"> | ||
#VALEUR{0/text} | ||
</a> | ||
</li>] | ||
</BOUCLE_elements_titre> | ||
</B_elements_titre> | ||
[(#COMPTEUR_BOUCLE|=={#TOTAL_BOUCLE}|oui)</ul>] | ||
</BOUCLE_situation> | ||
<BOUCLE_situation_tab_content (DATA) {source tableau, #ENV{data}}> | ||
[(#COMPTEUR_BOUCLE|=={1}|oui)<div class="tabs tab-content">] | ||
<B_elements_texte> | ||
<BOUCLE_elements_texte (DATA) {source tableau, #VALEUR{children}}> | ||
[(#CLE|=={titre}|non) | ||
<div id="[situation-#ENV{token}-(#_situation_tab_content:COMPTEUR_BOUCLE)]" class="tab-pane fade xml-situation-content clearfix[(#_situation_tab_content:COMPTEUR_BOUCLE|=={1}|oui)active in]" role="tabpanel" aria-labelledby="[situation-#ENV{token}-(#_situation_tab_content:COMPTEUR_BOUCLE)]"> | ||
<INCLURE{fond=xml_templates/balises/#CLE, env}{data=#VALEUR} /> | ||
</div> | ||
] | ||
</BOUCLE_elements_texte> | ||
</B_elements_texte> | ||
[(#COMPTEUR_BOUCLE|=={#TOTAL_BOUCLE}|oui)</div>] | ||
</BOUCLE_situation_tab_content> | ||
</div> | ||
</B_situation> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,4 @@ | |
</BOUCLE_ordre> | ||
</BOUCLE_texte> | ||
</div> | ||
</B_texte> | ||
</B_texte> |