[SPIP] +2.1.12
[velocampus/web/www.git] / www / plugins / zpip_v1 / extra / rubrique.html
diff --git a/www/plugins/zpip_v1/extra/rubrique.html b/www/plugins/zpip_v1/extra/rubrique.html
new file mode 100644 (file)
index 0000000..dce6eed
--- /dev/null
@@ -0,0 +1,13 @@
+<BOUCLE_extra_rubrique(RUBRIQUES){id_rubrique}>
+       [(#REM) Menu de navigation mots-cles ]
+       <B_mots>
+       <div class="liste mots">
+               <h2 class="h2"><:mots_clefs:></h2>
+               <ul class="liste-items">
+                       <BOUCLE_mots(MOTS) {id_rubrique} {par titre}>
+                       <li class="item"><a href="#URL_MOT" rel="tag">#TITRE</a></li>
+                       </BOUCLE_mots>
+               </ul>
+       </div>
+       </B_mots>
+</BOUCLE_extra_rubrique>