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.
odaiba/article.html

34 lines
925 B
HTML

[(#REM)
page article
param:
- id_article
]<BOUCLE_art(ARTICLES){id_article}><!DOCTYPE html>
<html lang="#LANG">
<head>
<INCLURE{fond=inc/inc_head} />
<title>[(#TITRE|couper{50,'&nbsp;\[...\]'}|textebrut)] - [(#NOM_SITE_SPIP|textebrut)]</title>
[<meta name="description" content="(#INTRODUCTION{130}|attribut_html)" />]
[<link rel="canonical" href="(#URL_ARTICLE|url_absolue)" />]
</head>
<body>
<!-- layout: page -->
<div class="odaiba-page">
<INCLURE{fond=inc/inc_aside,id_rubrique} />
<!-- layout: main -->
<div class="odaiba-main[(#CONFIG{odaiba/affiche_recherche}|oui) odaiba-main--withsearch]">
<!-- layout: main > section -->
<section class="odaiba-main-section">
<INCLURE{fond=inc/inc_article_full, id_article} />
</section>
<!-- #layout: main > section -->
<INCLURE{fond=inc/inc_footer} />
</div>
</div>
<!-- #layout: page -->
</body>
</html></BOUCLE_art>