article_mots.html 496 B

1234567891011121314151617181920
  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. Pour la notation rel="tag" voir
  8. <http://microformats.org/wiki/rel-tag-fr>
  9. ]<B_mots>
  10. <div class="menu"[ style='float:(#ENV{align}|match{left|right});']>
  11. <h2><:mots_clefs:></h2>
  12. <ul>
  13. <BOUCLE_mots(MOTS) {id_article} {par titre}>
  14. <li><a href="#URL_MOT" rel="tag">#TITRE</a></li>
  15. </BOUCLE_mots>
  16. </ul>
  17. </div>
  18. </B_mots>