mirror of
https://git.spip.net/spip-contrib-squelettes/archil.git
synced 2024-01-27 16:36:00 +01:00
50 lines
1.4 KiB
HTML
50 lines
1.4 KiB
HTML
<BOUCLE_principale(RUBRIQUES) {id_rubrique}>
|
|
<!DOCTYPE html>
|
|
<html dir="#LANG_DIR" lang="#LANG" class="[(#LANG_DIR)][ (#LANG)] no-js">
|
|
<head>
|
|
<script type='text/javascript'>/*<![CDATA[*/(function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement);/*]]>*/</script>
|
|
<title>[(#TITRE|couper{80}|textebrut) - ][(#NOM_SITE_SPIP|textebrut)]</title>
|
|
[<meta name="description" content="(#INTRODUCTION{150}|attribut_html)" />]
|
|
[<link rel="canonical" href="(#URL_RUBRIQUE|url_absolue{#URL_SITE_SPIP})" />]
|
|
<INCLURE{fond=inclure/head} />
|
|
</head>
|
|
|
|
<body>
|
|
<div>
|
|
|
|
<INCLURE{fond=inclure/header} />
|
|
|
|
<main class="main" role="main">
|
|
[(#REM) Contenu principal : contenu de la rubrique ]
|
|
<div>
|
|
<div id="content">
|
|
<div>
|
|
<h1>#TITRE</h1>
|
|
</div>
|
|
|
|
<!--[<div>(#TEXTE|image_reduire{672,*})</div>]-->
|
|
|
|
[(#REM) Articles de la rubrique ]
|
|
<B_articles>
|
|
<div class="listes-articles">
|
|
#ANCRE_PAGINATION
|
|
<ul class="listes-articles">
|
|
<BOUCLE_articles(ARTICLES) {id_rubrique} {!par date} {pagination 20}>
|
|
<li>
|
|
<a href="#URL_ARTICLE">#TITRE</a> <time>[(#DATE|nom_jour) ][(#DATE|affdate)]</time>
|
|
</li>
|
|
</BOUCLE_articles>
|
|
</ul>
|
|
[<nav role="navigation" class="p pagination">(#PAGINATION{precedent_suivant})</nav>]
|
|
</div>
|
|
</B_articles>
|
|
</div><!--.content-->
|
|
</div><!--.wrapper-->
|
|
</main><!--.main-->
|
|
|
|
<INCLURE{fond=inclure/footer,self=#SELF} />
|
|
|
|
</div><!--.page-->
|
|
</body>
|
|
</html>
|
|
</BOUCLE_principale> |