mirror of
https://git.spip.net/spip-contrib-squelettes/archil.git
synced 2024-01-27 16:36:00 +01:00
b49b8ef087
Ce patch ajoute un squelettes tags pour consulter l'ensemble des mots clés utilisés, il modifie aussi l'affichage des mots clefs dans chaque article.
35 lines
1.3 KiB
HTML
35 lines
1.3 KiB
HTML
<!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) Listes des mots clefs du site ]
|
|
<div class="cartouche">
|
|
<h1 class="#EDIT{titre} surlignable"><:archil:titre_tags:></h1>
|
|
</div>
|
|
<div class="listes-articles">
|
|
<ul>
|
|
<BOUCLE_mots_tous(MOTS){tout}{par titre}>
|
|
<li>#FA_ICON{img/fa/solid/tags.svg,'',tags} <a href="#URL_MOT" [title="(#TITRE|textebrut|entites_html)"] >#TITRE</a></li>
|
|
</BOUCLE_mots_tous>
|
|
</ul>
|
|
</div>
|
|
|
|
</main><!--.main-->
|
|
|
|
<INCLURE{fond=inclure/footer,self=#SELF} />
|
|
</body>
|
|
</html>
|