24 lines
381 B
HTML
24 lines
381 B
HTML
<h1>Arborescence des mots clés</h1>
|
|
|
|
|
|
<style>
|
|
h1 { margin-top:2em; }
|
|
h2 { border-bottom:2px solid black; }
|
|
</style>
|
|
|
|
|
|
<BOUCLE_groupes_arbos(GROUPES_MOTS){par num titre, titre}{tous}>
|
|
<h2>#TITRE</h2>
|
|
|
|
<B_mots>
|
|
<ul>
|
|
<BOUCLE_mots(MOTS){id_groupe}{par num titre, titre}{tous}>
|
|
<li>
|
|
<strong>#TITRE</strong>
|
|
</li>
|
|
</BOUCLE_mots>
|
|
</ul>
|
|
</B_mots>
|
|
|
|
</BOUCLE_groupes_arbos>
|
|
|