[SPIP] +2.1.12
[velocampus/web/www.git] / www / squelettes-dist / modeles / article_mots.html
diff --git a/www/squelettes-dist/modeles/article_mots.html b/www/squelettes-dist/modeles/article_mots.html
new file mode 100644 (file)
index 0000000..518558c
--- /dev/null
@@ -0,0 +1,19 @@
+[(#REM)
+       Liste des mots-cles d'un article
+       <template><article1|mots></template>
+][(#REM)
+       Modele <article1|mots> : liste des mots-cles d'un article
+       #MODELE{article_mots}
+
+       Pour la notation rel="tag" voir
+       <http://microformats.org/wiki/rel-tag-fr>
+]<B_mots>
+<div class="menu"[ style='float:(#ENV{align}|match{left|right});']>
+       <h2><:mots_clefs:></h2>
+       <ul>
+               <BOUCLE_mots(MOTS) {id_article} {par titre}>
+               <li><a href="#URL_MOT" rel="tag">#TITRE</a></li>
+               </BOUCLE_mots>
+       </ul>
+</div>
+</B_mots>