7
0
Fork 0
libreassociation-squelettes/balayage.html

18 lines
356 B
HTML

[(#REM) squelette interne d'aide à la saisie : il balaie tous les articles
et applique des filtres divers]
<!DOCTYPE html>
<html lang="fr">
<head>
<title>Balayage</title>
</head>
<body>
<ul>
<BOUCLE_principale(ARTICLES)>
<li><p><a href="#URL_ARTICLE">#TITRE</a></p>
[<p>(#TEXTE*|libreasso_diagnostic)</p>]
</li>
</BOUCLE_principale>
</ul>
</body>
</html>