File "article_mots.html"

Full path: /home/argothem/www/modeles/article_mots.html
File size: 497 bytes
MIME-type: text/html
Charset: utf-8

[(#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>