mirror of
https://git.spip.net/spip-contrib-squelettes/archil.git
synced 2024-01-27 16:36:00 +01:00
add: squelette tags et implantation dans le menu
This commit is contained in:
parent
e228d5a008
commit
2373423a2a
@ -2,7 +2,8 @@
|
|||||||
<nav id="nav" role="navigation">
|
<nav id="nav" role="navigation">
|
||||||
<ul>
|
<ul>
|
||||||
<BOUCLE_nav(RUBRIQUES) {racine} {par num titre, titre}>
|
<BOUCLE_nav(RUBRIQUES) {racine} {par num titre, titre}>
|
||||||
<li><a href="#URL_RUBRIQUE">#TITRE</a></li>
|
<li><a href="#URL_RUBRIQUE">#TITRE</a></li> |
|
||||||
|
<li><a href="#URL_PAGE{tags}"><:archil:mots_cles:></a></li>
|
||||||
</BOUCLE_nav>
|
</BOUCLE_nav>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -20,9 +20,12 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
|
|||||||
'habillage_par' => 'Déguisé avec ',
|
'habillage_par' => 'Déguisé avec ',
|
||||||
// L
|
// L
|
||||||
'lire_la_suite' => 'Lire la suite →',
|
'lire_la_suite' => 'Lire la suite →',
|
||||||
|
//M
|
||||||
|
'mots_cles' => 'Tags',
|
||||||
// P
|
// P
|
||||||
'publie_le' => 'Publié le',
|
'publie_le' => 'Publié le',
|
||||||
'propulse_par' => 'Catapulté par ',
|
'propulse_par' => 'Catapulté par ',
|
||||||
// T
|
// T
|
||||||
'titre_page_configurer_odaiba' => 'Archil',
|
'titre_page_configurer_odaiba' => 'Archil',
|
||||||
|
'titre_tags' => 'Tags',
|
||||||
);
|
);
|
34
tags.html
Normal file
34
tags.html
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
<!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>
|
Loading…
Reference in New Issue
Block a user