File "article_mots.html"

Full path: /home/argothem/www/SpipFactory-fichiers_de_travail/sauvegarde-depannage-1.9a3.2/1.9/dist/article_mots.html
File size: 517 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="divers"[ style='float:(#ENV{align}|match{left|right});']>
	<h2 class="menu-titre"><: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>