[SPIP] +spip v3.0.17
[lhc/web/clavette_www.git] / www / squelettes-dist / modeles / article_mots.html
1 [(#REM)
2 Liste des mots-cles d'un article
3 <template><article1|mots></template>
4 ][(#REM)
5 Modele <article1|mots> : liste des mots-cles d'un article
6 #MODELE{article_mots}
7
8 Pour la notation rel="tag" voir
9 <http://microformats.org/wiki/rel-tag-fr>
10 ]<B_mots>
11 <div class="menu"[ style='float:(#ENV{align}|match{left|right});']>
12 <h2><:mots_clefs:></h2>
13 <ul>
14 <BOUCLE_mots(MOTS) {id_article} {par titre}>
15 <li><a href="#URL_MOT" rel="tag">#TITRE</a></li>
16 </BOUCLE_mots>
17 </ul>
18 </div>
19 </B_mots>