
7 changed files with 81 additions and 3 deletions
@ -0,0 +1,3 @@
|
||||
<BOUCLE_art(ARTICLES){id_article}> |
||||
[<a[ href="(#URL_ARTICLE)"] class="button[ (#ENV*{class})][ spip_documents_(#ENV{align})]">(#ENV*{titre}|typo|sinon{#TITRE})</a>] |
||||
</BOUCLE_art> |
@ -0,0 +1 @@
|
||||
[<a[ href="(#ENV*{lien,#})"] class="button[ (#ENV*{class})][ spip_documents_(#ENV{align})]">(#ENV*{titre,action}|typo)</a>] |
@ -0,0 +1,42 @@
|
||||
<!DOCTYPE HTML> |
||||
<!-- |
||||
Massively by HTML5 UP |
||||
html5up.net | @ajlkn |
||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) |
||||
--> |
||||
<html> |
||||
<head> |
||||
<title><:plan_site:> [(#NOM_SITE_SPIP|textebrut)][ - (#SLOGAN_SITE_SPIP|textebrut)]</title> |
||||
[<meta name="description" content="(#DESCRIPTIF_SITE_SPIP|couper{150}|attribut_html)" />] |
||||
<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"> |
||||
<header class="major"> |
||||
<h1 class="#EDIT{titre}"><:plan_site:></h1> |
||||
</header> |
||||
|
||||
#MODELE{plan} |
||||
|
||||
</section> |
||||
</div> |
||||
|
||||
<!-- Footer --> |
||||
<INCLURE{fond=inclure/footer} /> |
||||
|
||||
</div> |
||||
</body> |
||||
</html> |
Loading…
Reference in new issue