You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
2.0 KiB
62 lines
2.0 KiB
<!DOCTYPE HTML> |
|
<!-- |
|
Massively by HTML5 UP |
|
html5up.net | @ajlkn |
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) |
|
--> |
|
<BOUCLE_contenu(ARTICLES){id_article}> |
|
<html> |
|
<head> |
|
<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)" />] |
|
<INCLURE{fond=inclure/head} /> |
|
</head> |
|
<body class="page_article is-preload"> |
|
<!-- Wrapper --> |
|
<div id="wrapper"> |
|
|
|
<!-- Header --> |
|
[<header id="header"> |
|
<a href="#URL_SITE_SPIP" class="logo">(#NOM_SITE_SPIP)</a> |
|
</header>] |
|
|
|
<!-- Menu --> |
|
<INCLURE{fond=inclure/nav,env} /> |
|
|
|
<!-- Main --> |
|
<div id="main"> |
|
<section class="post"> |
|
|
|
<BOUCLE_articles(ARTICLES){id_rubrique}{1,2}> </BOUCLE_articles>[(#CONFIG{html5up/sousnavmasquee}|=={on}|oui) |
|
<a href="#sousnavmasquee" id="sousnavmasqueeToggle"><i class="icon solid fa-bars"></i> Articles</a> |
|
<div id="sousnavmasquee"> |
|
<INCLURE{fond=inclure/sousnav,env,ajax,id_rubrique,id_article,masquee=oui} /> |
|
</div>][(#CONFIG{html5up/sousnavmasquee}|=={on}|non)<div id="sousnav"> |
|
<INCLURE{fond=inclure/sousnav,env,ajax,id_rubrique,id_article} /> |
|
</div>] |
|
</B_articles> |
|
|
|
<header class="major"> |
|
[<p class="surtitre #EDIT{surtitre}">(#SURTITRE)</p>] |
|
[<h1 class="#EDIT{titre}">(#TITRE)</h1>] |
|
[<p class="soustitre #EDIT{soustitre}">(#SOUSTITRE)</p>] |
|
</header> |
|
|
|
[<div class="chapo #EDIT{chapo}">(#CHAPO|image_reduire{1400})</div>] |
|
[<div class="texte #EDIT{texte}">(#TEXTE|image_reduire{1400})</div>] |
|
[<div class="ps #EDIT{ps}">(#PS|image_reduire{1400})</div>] |
|
[<div class="notes">(#NOTES)</div>] |
|
|
|
<INCLURE{fond=inclure/documents,id_article,id_rubrique=#NULL,ajax,env} /> |
|
</section> |
|
</div> |
|
|
|
<!-- Footer --> |
|
<INCLURE{fond=inclure/footer} /> |
|
|
|
[(#CONFIG{html5up/sansparallax}|=={on}|oui)<div class="bg fixed"></div>] |
|
</div> |
|
</body> |
|
</html> |
|
</BOUCLE_contenu>
|
|
|