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.
36 lines
959 B
HTML
36 lines
959 B
HTML
[(#REM)
|
|
rubrique
|
|
|
|
param:
|
|
- id_rubrique
|
|
- env pagination, etc ....
|
|
|
|
]<BOUCLE_rub(RUBRIQUES){id_rubrique}><!DOCTYPE html>
|
|
<html lang="#LANG">
|
|
<head>
|
|
<INCLURE{fond=inc/inc_head} />
|
|
<title>[(#TITRE|couper{50,' \[...\]'}|textebrut)] - [(#NOM_SITE_SPIP|textebrut)]</title>
|
|
[<meta name="description" content="(#INTRODUCTION{130}|attribut_html)" />]
|
|
[<link rel="canonical" href="(#URL_RUBRIQUE|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_rubrique, env} />
|
|
</section>
|
|
<!-- #layout: main > section -->
|
|
|
|
<INCLURE{fond=inc/inc_footer} />
|
|
</div>
|
|
</div>
|
|
<!-- #layout: page -->
|
|
</body>
|
|
</html>
|
|
</BOUCLE_rub> |