1 | <BOUCLE_mot_principal(MOTS){id_mot}> |
---|
2 | [(#SET{titretop,[(#TITRE|attribut_html|sc_nettoyer_marqueur|texte_script)]})] |
---|
3 | [(#SET{title,<:soyezcreateurs:mot|texte_script:>: [(#TITRE|attribut_html|texte_script)]})] |
---|
4 | <INCLURE{fond=noisettes/header/header} |
---|
5 | {title=#GET{title}} |
---|
6 | {titretop=#GET{titretop}} |
---|
7 | > |
---|
8 | <nav id="miettesdepain"> |
---|
9 | <h2 class="nocontent offscreen">Fil d'Ariane</h2> |
---|
10 | <ul> |
---|
11 | <li><a href="#URL_SITE_SPIP" title="<:soyezcreateurs:accueil_site|attribut_html:>"><:soyezcreateurs:accueil:></a></li> |
---|
12 | <li><a href="#URL_PAGE{mot}" title="<:soyezcreateurs:mots_title|attribut_html:>"><:soyezcreateurs:mots:></a></li> |
---|
13 | <li><a href="[(#URL_PAGE{mot}|parametre_url{id_groupe,#ID_GROUPE})]" title="<:soyezcreateurs:motsgroupe|attribut_html:>"><BOUCLE_TitreGroupe(GROUPES_MOTS){id_groupe}>#TITRE</BOUCLE_TitreGroupe></a></li> |
---|
14 | <li>[(#TITRE)]</li> |
---|
15 | </ul> |
---|
16 | </nav> |
---|
17 | [(#CONFIG{soyezcreateurs_layout/positioncartouche,bas}|=={haut}|oui)[(#INCLURE{fond=noisettes/cartouches/mots}{id_groupe}{id_mot})]] |
---|
18 | <div class="texte"> |
---|
19 | <main id="main" role="main"> |
---|
20 | <!-- Contenu : Le mot choisi --> |
---|
21 | <div class="cartouche"> |
---|
22 | <div class="titrepage"><h1 class="#EDIT{titre} titre-texte">[<img src="(#LOGO_MOT_NORMAL|image_reduire{#CONFIG{soyezcreateurs_layout/largeurlogocontenuautomatique,64},#CONFIG{soyezcreateurs_layout/hauteurlogocontenuautomatique,64}}|extraire_attribut{src})" class="logo_article" alt="" width="[(#LOGO_MOT_NORMAL|image_reduire{#CONFIG{soyezcreateurs_layout/largeurlogocontenuautomatique,64},#CONFIG{soyezcreateurs_layout/hauteurlogocontenuautomatique,64}}|largeur)]" height="[(#LOGO_MOT_NORMAL|image_reduire{#CONFIG{soyezcreateurs_layout/largeurlogocontenuautomatique,64},#CONFIG{soyezcreateurs_layout/hauteurlogocontenuautomatique,64}}|hauteur)]" />][(#TITRE)]</h1></div> |
---|
23 | </div> |
---|
24 | |
---|
25 | <div id="letexte"> |
---|
26 | [<div class="#EDIT{descriptif} descriptif">(#DESCRIPTIF)</div>] |
---|
27 | [<div class="#EDIT{texte}">(#TEXTE)</div>] |
---|
28 | |
---|
29 | <!-- Auteurs lies au mot-cle --> |
---|
30 | <B_Auteurs> |
---|
31 | <h2><:auteurs|ucfirst:></h2> |
---|
32 | <ul class="spip"> |
---|
33 | <BOUCLE_Auteurs(AUTEURS) {id_mot} {par nom}> |
---|
34 | <li><a href="[(#URL_AUTEUR)]" title="[(#DESCRIPTIF|attribut_html)]">[(#NOM)]</a></li> |
---|
35 | </BOUCLE_Auteurs> |
---|
36 | </ul> |
---|
37 | </B_Auteurs> |
---|
38 | |
---|
39 | <B_RubriquesArticles> |
---|
40 | <!-- Articles de meme mot clef --> |
---|
41 | <h2><:articles:></h2> |
---|
42 | <BOUCLE_RubriquesArticles(RUBRIQUES){racine}><B_articles> |
---|
43 | <h3 [title="(#DESCRIPTIF|attribut_html)"]>[(#TITRE)]</h3> |
---|
44 | <ul class="spip"> |
---|
45 | <BOUCLE_articles(ARTICLES) {id_mot}{id_secteur}> |
---|
46 | <li><a href="#ARTICLE_URL" [title="(#DESCRIPTIF|attribut_html)"]>[(#TITRE)]</a></li> |
---|
47 | </BOUCLE_articles> |
---|
48 | </ul> |
---|
49 | </B_articles></BOUCLE_RubriquesArticles> |
---|
50 | |
---|
51 | <!-- Rubriques liees au mot-cle --> |
---|
52 | <B_rubriques> |
---|
53 | <h2><:rubriques:></h2> |
---|
54 | <ul class="spip"> |
---|
55 | <BOUCLE_rubriques(RUBRIQUES) {id_mot} {par titre}> |
---|
56 | <li><a href="#URL_RUBRIQUE" [title="(#DESCRIPTIF|attribut_html)"]>[(#TITRE)]</a></li> |
---|
57 | </BOUCLE_rubriques> |
---|
58 | </ul> |
---|
59 | </B_rubriques> |
---|
60 | |
---|
61 | <!-- Breves liees au mot-cle --> |
---|
62 | <B_breves> |
---|
63 | <h2><:breves:breves:></h2> |
---|
64 | <ul class="spip"> |
---|
65 | <BOUCLE_breves(BREVES) {id_mot} {par titre}> |
---|
66 | <li><a href="#URL_BREVE" [title="(#DESCRIPTIF|attribut_html)"]>[(#TITRE)]</a></li> |
---|
67 | </BOUCLE_breves> |
---|
68 | </ul> |
---|
69 | </B_breves> |
---|
70 | |
---|
71 | <!-- Sites Web lies au mot-cle --> |
---|
72 | <B_sites> |
---|
73 | <h2><:sites_web:></h2> |
---|
74 | <ul class="spip"> |
---|
75 | <BOUCLE_sites(SITES) {id_mot} {par nom_site}> |
---|
76 | <li><a href="[(#ID_SYNDIC|generer_url_entite{'site'})]" title="[(#DESCRIPTIF|attribut_html)]">[(#NOM_SITE)]</a></li> |
---|
77 | </BOUCLE_sites> |
---|
78 | </ul> |
---|
79 | </B_sites> |
---|
80 | |
---|
81 | [(#PLUGIN{AGENDA}|?{[(#INCLURE{fond=noisettes/agenda/evenements_mot}{id_mot})]})] |
---|
82 | |
---|
83 | </div><!-- Fin de #LeTexte --> |
---|
84 | </main></div><!-- Fin de .texte --> |
---|
85 | [(#CONFIG{soyezcreateurs_layout/positioncartouche,bas}|=={bas}|oui)[(#INCLURE{fond=noisettes/cartouches/mots}{id_groupe}{id_mot}{classe=artrecent_bas})]] |
---|
86 | |
---|
87 | </BOUCLE_mot_principal> |
---|
88 | <BOUCLE_Groupe_principal(GROUPES_MOTS){id_groupe}> |
---|
89 | [(#SET{titretop,[(#TITRE|attribut_html|sc_nettoyer_marqueur|texte_script)]})] |
---|
90 | [(#SET{title,<:soyezcreateurs:motsgroupe|texte_script:>: [(#TITRE|attribut_html|texte_script)]})] |
---|
91 | <INCLURE{fond=noisettes/header/header} |
---|
92 | {title=#GET{title}} |
---|
93 | {titretop=#GET{titretop}} |
---|
94 | > |
---|
95 | <nav id="miettesdepain"> |
---|
96 | <h2 class="nocontent offscreen">Fil d'Ariane</h2> |
---|
97 | <ul> |
---|
98 | <li><a href="#URL_SITE_SPIP" title="<:soyezcreateurs:accueil_site|attribut_html:>"><:soyezcreateurs:accueil:></a></li> |
---|
99 | <li><a href="#URL_PAGE{mot}" title="<:soyezcreateurs:mots_title:>"><:soyezcreateurs:mots:></a></li> |
---|
100 | <li>[(#TITRE)]</li> |
---|
101 | </ul> |
---|
102 | </nav> |
---|
103 | |
---|
104 | |
---|
105 | <div class="texte"> |
---|
106 | <main id="main" role="main"> |
---|
107 | <!-- Contenu : Tous les mots --> |
---|
108 | <div class="cartouche"> |
---|
109 | |
---|
110 | <div class="titrepage"><h1 class="#EDIT{titre} titre-texte">[(#TITRE)]</h1></div> |
---|
111 | </div> |
---|
112 | <!-- Autres mots-clefs du meme groupe --> |
---|
113 | |
---|
114 | <div id="letexte"> |
---|
115 | [<div class="#EDIT{descriptif} descriptif">(#DESCRIPTIF)</div>] |
---|
116 | [<div class="#EDIT{texte}">(#TEXTE)</div>] |
---|
117 | |
---|
118 | <BOUCLE_motsdugroupeseul(MOTS){id_groupe}{par titre}> |
---|
119 | <h2><a href="#URL_MOT" rel="tag" title="[(#DESCRIPTIF|attribut_html)]">[(#TITRE)]</a></h2> |
---|
120 | [<div class="#EDIT{descriptif} descriptif"><strong><:soyezcreateurs:descriptif:></strong>: (#DESCRIPTIF)</div>] |
---|
121 | [<div class="#EDIT{texte}">(#TEXTE)</div>] |
---|
122 | </BOUCLE_motsdugroupeseul> |
---|
123 | </div><!-- Fin de #LeTexte --> |
---|
124 | </main> |
---|
125 | </div><!-- Fin de .texte --> |
---|
126 | </BOUCLE_Groupe_principal> |
---|
127 | [(#SET{titretop,<:soyezcreateurs:mots_title|sc_nettoyer_marqueur|texte_script:>})] |
---|
128 | <INCLURE{fond=noisettes/header/header} |
---|
129 | {title=<:soyezcreateurs:mots_title|texte_script:>} |
---|
130 | {titretop=#GET{titretop}} |
---|
131 | > |
---|
132 | <nav id="miettesdepain"> |
---|
133 | <h2 class="nocontent offscreen">Fil d'Ariane</h2> |
---|
134 | <ul> |
---|
135 | <li><a href="#URL_SITE_SPIP" title="<:soyezcreateurs:accueil_site|attribut_html:>"><:soyezcreateurs:accueil:></a></li> |
---|
136 | <li><:soyezcreateurs:mots:></li> |
---|
137 | </ul> |
---|
138 | </nav> |
---|
139 | |
---|
140 | <div class="texte"> |
---|
141 | <main id="main" role="main"> |
---|
142 | <!-- Contenu : Tous les mots --> |
---|
143 | <div class="cartouche"> |
---|
144 | |
---|
145 | <div class="titrepage"><h1 class="titre-texte"><:soyezcreateurs:mots_title:></h1></div> |
---|
146 | </div> |
---|
147 | <div id="letexte"> |
---|
148 | |
---|
149 | <BOUCLE_groupes(GROUPES_MOTS){par titre}{titre==(#ENV{filtremot,'^[^_]'})}> |
---|
150 | <h2 style="clear:both;"><a href="[(#URL_PAGE{mot}|parametre_url{id_groupe,#ID_GROUPE})]">[(#TITRE)]</a></h2> |
---|
151 | |
---|
152 | [<div class="#EDIT{descriptif} descriptif">(#DESCRIPTIF)</div>] |
---|
153 | [<div class="#EDIT{texte}">(#TEXTE)</div>] |
---|
154 | |
---|
155 | <BOUCLE_mots(MOTS){id_groupe}{par titre}> |
---|
156 | <h3><a href="#URL_MOT" rel="tag" title="[(#DESCRIPTIF|attribut_html)]">[(#TITRE)]</a></h3> |
---|
157 | [<div class="#EDIT{descriptif} descriptif"><strong><:soyezcreateurs:descriptif:></strong>: (#DESCRIPTIF)</div>] |
---|
158 | [<div class="#EDIT{texte}">(#TEXTE)</div>] |
---|
159 | </BOUCLE_mots> |
---|
160 | </B_mots> |
---|
161 | |
---|
162 | </BOUCLE_groupes> |
---|
163 | </div><!-- Fin de #LeTexte --> |
---|
164 | </main> |
---|
165 | </div><!-- Fin de .texte --> |
---|
166 | <//B_Groupe_principal> |
---|
167 | <//B_mot_principal> |
---|
168 | |
---|
169 | <INCLURE{fond=noisettes/footer/footer} |
---|
170 | {titretop=#GET{titretop}} |
---|
171 | {env} |
---|
172 | > |
---|
173 | #FILTRE{mini_html} |
---|