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.
36 lines
854 B
36 lines
854 B
[(#REM) |
|
page demo pour tester la mise en page |
|
]<!doctype html> |
|
<html lang="#LANG"> |
|
<head> |
|
<INCLURE{fond=inc/head,no-bot=oui}> |
|
<title>Page démo article - [(#NOM_SITE_SPIP|textebrut)]</title> |
|
[<link rel="canonical" href="(#SELF|url_absolue)" />] |
|
</head> |
|
|
|
|
|
<body class="page page-article" |
|
<INCLURE{fond=inc/header}> |
|
|
|
<!-- content --> |
|
<div class="content"> |
|
<div class="container container-aoto"> |
|
<!--- article > txt --> |
|
<div class="article-fiche"> |
|
<h1 class="article-h1">Oh les beaux jours !</h1> |
|
<div class="article-texte">Ici ma fiche et un texte plus ou moins long</div> |
|
</div> |
|
|
|
<!--- article > imgs --> |
|
<div class="article-figure-unique"> |
|
[<figure class="article-figure wow fadeIn">(#CHEMIN{img/test-1.jpg}|balise_img)</figure>] |
|
</div> |
|
|
|
</div> |
|
</div> |
|
<!-- #content --> |
|
|
|
<INCLURE{fond=inc/footer}> |
|
</body> |
|
</html> |
|
#FILTRE{trim} |