spip_nursit/squelettes-dist/modeles/article_mots.html

20 lines
496 B
HTML
Raw Normal View History

2023-06-01 15:30:12 +00:00
[(#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>