mirror of
https://git.spip.net/spip-contrib-squelettes/archil.git
synced 2024-01-27 16:36:00 +01:00
57 lines
1.9 KiB
HTML
57 lines
1.9 KiB
HTML
<BOUCLE_principale(MOTS) {id_mot}>
|
|
<!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="(#DESCRIPTIF|couper{150}|attribut_html)" />]
|
|
[<link rel="canonical" href="(#URL_MOT|url_absolue{#URL_SITE_SPIP})" />]
|
|
<INCLURE{fond=inclure/head} />
|
|
[(#REM) Lien vers le flux RSS des articles du mot cle ]
|
|
<link rel="alternate" type="application/rss+xml"[ title="(#TITRE|attribut_html)"] href="[(#URL_PAGE{backend}|parametre_url{id_mot,#ID_MOT})]" />
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<INCLURE{fond=inclure/header} />
|
|
|
|
<main class="main" role="main">
|
|
[(#REM) Contenu principal : contenu du mot-cle ]
|
|
<div class="cartouche">
|
|
<h1 class="#EDIT{titre} surlignable">#TITRE</h1>
|
|
</div>
|
|
|
|
[<div class="#EDIT{texte} texte">(#TEXTE)</div>]
|
|
|
|
[(#REM) Articles lies au mot-cle ]
|
|
<B_articles>
|
|
<div class="listes-articles">
|
|
#ANCRE_PAGINATION
|
|
<ul class="listes-articles">
|
|
<BOUCLE_articles(ARTICLES) {id_mot} {!par popularite} {pagination 20}>
|
|
<li>
|
|
<strong><a href="#URL_ARTICLE">#TITRE</a></strong> <time>[(#DATE|nom_jour) ][(#DATE|affdate)]</time>
|
|
</li>
|
|
</BOUCLE_articles>
|
|
</ul>
|
|
[<nav role="navigation" class="p pagination">(#PAGINATION{precedent_suivant})</nav>]
|
|
</div>
|
|
</B_articles>
|
|
|
|
[(#REM) Sites web lies au mot-cle ]
|
|
<B_sites>
|
|
<div class="menu">
|
|
<h2><:sites_web:></h2>
|
|
<ul>
|
|
<BOUCLE_sites(SITES?) {id_mot} {par nom_site}>
|
|
<li><a href="[(#ID_SYNDIC|generer_url_entite{site,'','',#CONNECT})]">#NOM_SITE</a></li>
|
|
</BOUCLE_sites>
|
|
</ul>
|
|
</div>
|
|
</B_sites>
|
|
</main><!--.main-->
|
|
|
|
<INCLURE{fond=inclure/footer,self=#SELF} />
|
|
</body>
|
|
</html>
|
|
</BOUCLE_principale> |