forked from spip-contrib-squelettes/html5up_alpha
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.
51 lines
1.3 KiB
51 lines
1.3 KiB
<BOUCLE_article(ARTICLES){id_article}> |
|
<!DOCTYPE HTML> |
|
<!-- |
|
Alpha by HTML5 UP |
|
html5up.net | @ajlkn |
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) |
|
--> |
|
<html class="article"> |
|
<head> |
|
<title>[(#TITRE|textebrut|entites_html)]</title> |
|
<INCLURE{fond=inclure/head} /> |
|
|
|
</head> |
|
<body> |
|
<div id="page-wrapper"> |
|
|
|
<!-- Header --> |
|
<INCLURE{fond=inclure/header,env} /> |
|
|
|
<!-- Main --> |
|
|
|
<section id="main" class="container"> |
|
<header> |
|
[<h1 class="#EDIT{titre}">(#TITRE)</h1>] |
|
[<p class="#EDIT{soustitre}">(#SOUSTITRE)</p>] |
|
</header> |
|
<div class="box"> |
|
[<span class="image featured">(#LOGO_ARTICLE_RUBRIQUE|image_recadre{1280:420,-,focus}|image_reduire{1280})</span>] |
|
[<div class="#EDIT{texte}">(#TEXTE|image_reduire{1152})</div>] |
|
[(#REM) Gestion du portfolio et des documents ] |
|
[(#INCLURE{fond=inclure/documents,id_article, env})] |
|
[<div class="notes"><hr />(#NOTES)</div>] |
|
</div> |
|
|
|
<div class="box"> |
|
[(#REM) Forum de l'article ] |
|
<INCLURE{fond=inclure/forum,id_article} /> |
|
[<h2 class="forum-titre"><:forum:form_pet_message_commentaire:></h2> |
|
(#FORMULAIRE_FORUM)] |
|
</div> |
|
|
|
</section> |
|
|
|
<!-- Footer --> |
|
<INCLURE{fond=inclure/footer,self=#SELF} /> |
|
|
|
</div> |
|
|
|
</body> |
|
</html> |
|
</BOUCLE_article> |