You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
77 lines
2.4 KiB
HTML
77 lines
2.4 KiB
HTML
<!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">
|
|
|
|
<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, id_rubrique, id_article, masquee=oui} />
|
|
</div>][(#CONFIG{html5up/sousnavmasquee}|=={on}|non)<div id="sousnav">
|
|
<INCLURE{fond=inclure/sousnav, id_rubrique, id_article} />
|
|
</div>]
|
|
</B_articles>
|
|
|
|
<section class="post">
|
|
|
|
<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="image main">(#LOGO_ARTICLE|image_recadre{896:435, -, focus}|image_reduire{1260,0}|vider_attribut{class})</div>]
|
|
|
|
[<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>]
|
|
|
|
|
|
<aside>
|
|
[(#REM) Gestion du portfolio et des documents ]
|
|
[(#INCLURE{fond=inclure/portfolio,id_article,id_rubrique=#EVAL{null}})]
|
|
[(#INCLURE{fond=inclure/documents,id_article})]
|
|
</aside>
|
|
|
|
[(#REM) Forum de l'article ]
|
|
<INCLURE{fond=inclure/forum,id_article} />
|
|
[<h2 class="forum-titre"><:forum:form_pet_message_commentaire:></h2>
|
|
(#FORMULAIRE_FORUM)]
|
|
|
|
</section>
|
|
</div>
|
|
|
|
<!-- Footer -->
|
|
<INCLURE{fond=inclure/footer} />
|
|
|
|
[(#CONFIG{html5up/sansparallax}|=={on}|oui)<div class="bg fixed"></div>]
|
|
</div>
|
|
</body>
|
|
</html>
|
|
</BOUCLE_contenu>
|