2023-08-10 17:27:12 +02:00
|
|
|
<BOUCLE_principale(ARTICLES) {id_article}>
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html dir="#LANG_DIR" lang="#LANG" class="[(#LANG_DIR)][ (#LANG)] no-js">
|
|
|
|
<head>
|
|
|
|
<script type='text/javascript'>/*<![CDATA[*/(function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement);/*]]>*/</script>
|
|
|
|
<title>[(#TITRE|couper{80}|textebrut) - ][(#NOM_SITE_SPIP|textebrut)]</title>
|
|
|
|
[<meta name="description" content="(#INTRODUCTION{150}|attribut_html)" />]
|
|
|
|
[<link rel="canonical" href="(#URL_ARTICLE|url_absolue{#URL_SITE_SPIP})" />]
|
2024-01-15 16:09:39 +01:00
|
|
|
<INCLURE{fond=inc/head} />
|
2023-08-10 17:27:12 +02:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
2024-01-15 16:09:39 +01:00
|
|
|
<INCLURE{fond=inc/header} />
|
|
|
|
|
2023-08-10 17:27:12 +02:00
|
|
|
<main class="article "role="main">
|
|
|
|
[(#REM) Contenu principal : contenu de l'article]
|
|
|
|
|
|
|
|
<div class="titre">
|
2024-01-15 16:09:39 +01:00
|
|
|
<h1><strong>#TITRE</strong></h1>
|
|
|
|
<p class="date"><time title="[(#DATE|date_iso)]"><:archil:publie_le:> [(#DATE|nom_jour) ][(#DATE|affdate)]</time></p>
|
2023-08-10 17:27:12 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
[<div>(#CHAPO|image_reduire{672,*})</div>]
|
|
|
|
[<div>(#TEXTE|image_reduire{672,*})</div>]
|
|
|
|
|
|
|
|
[<hr /><p class="#EDIT{hyperlien} hyperlien"><:voir_en_ligne:> : <a href="(#URL_SITE)">[(#NOM_SITE|sinon{[(#URL_SITE|couper{80})]})]</a></p>]
|
|
|
|
[<div class="#EDIT{ps} ps surlignable"><hr />(#PS|image_reduire{672,*})</div>]
|
|
|
|
|
|
|
|
[(#REM) Menu de navigation mots-cles ]
|
|
|
|
#MODELE{article_mots}
|
|
|
|
|
|
|
|
[(#REM) Forum de l'article ]
|
2024-01-15 16:09:39 +01:00
|
|
|
<INCLURE{fond=inc/forum,id_article} />
|
2023-08-10 17:27:12 +02:00
|
|
|
[<h2 class="forum-titre"><:forum:form_pet_message_commentaire:></h2>
|
|
|
|
(#FORMULAIRE_FORUM)]
|
|
|
|
|
|
|
|
</main><!--.main-->
|
|
|
|
|
2024-01-15 16:09:39 +01:00
|
|
|
<INCLURE{fond=inc/footer,self=#SELF} />
|
2023-08-10 17:27:12 +02:00
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
</BOUCLE_principale>
|