7
0
Fork 0
libreassociation-squelettes/article-11.html

34 lines
927 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<BOUCLE_principale(ARTICLES) {id_article}>
#LIBREASSO_INIT[(#REM) balise d'initialisation de paramètres]
<html lang="fr">
<head>
<title>[(#TITRE|supprimer_numero)] [(#NOM_SITE_SPIP|textebrut)]</title>
<INCLURE{fond=inclure/head}>
</head>
<body>
[(#INCLURE{fond=inclure/entete}{id_article})]
<div class="container">
<div class="row">
<div class="col-md-8">
<h1 [class="(#EDIT{titre})"]>[(#TITRE|supprimer_numero)]</h1>
<div [class="(#EDIT{texte})"]>#TEXTE</div>
<B_auteurs>
<div class="Auteurs"><p>
<BOUCLE_auteurs(AUTEURS){id_article}{id_auteur!=1}{0,1}>
#NOM
</BOUCLE_auteurs>
</p>
</div>
</B_auteurs>
</div>
<div class="col-md-4">
[(#INCLURE{fond=inclure/infoapril})]
</div>
</div>
[(#INCLURE{fond=inclure/pied})]
</div>
</body>
</html>
</BOUCLE_principale>