Last change
on this file was
112693,
checked in by l.oiseau2nuit@…, 2 years ago
|
suite de r112678: bugs fixes, ménage, stabilisation, esthétique ... à poursuivre
|
File size:
892 bytes
|
Line | |
---|
1 | [(#REM) Autres sites web ] |
---|
2 | <B_sites> |
---|
3 | <div class="menu un-demi first sites"> |
---|
4 | #ANCRE_PAGINATION |
---|
5 | <span class="h4"><i class="fa fa-fw fa-globe" aria-hidden="true"></i> <:sites_web:></span> |
---|
6 | <ul class="liste-items"> |
---|
7 | <BOUCLE_sites(SITES) {par nom_site} {pagination 20}> |
---|
8 | <li class="item"><a href="[(#ID_SYNDIC|generer_url_entite{site,'','',#CONNECT})]"[ class="(#EXPOSE)"]>#NOM_SITE</a></li> |
---|
9 | </BOUCLE_sites> |
---|
10 | </ul> |
---|
11 | [<p class="pagination">(#PAGINATION)</p>] |
---|
12 | </div> |
---|
13 | </B_sites> |
---|
14 | |
---|
15 | [(#REM) Menu de navigation mots-cles ] |
---|
16 | <B_mots> |
---|
17 | <div class="menu un-demi last mots"> |
---|
18 | <span class="h4"><i class="fa fa-fw fa-tags" aria-hidden="true"></i> <:mots_clefs:></span> |
---|
19 | <ul class="liste-items"> |
---|
20 | <BOUCLE_mots(MOTS) {id_syndic} {par titre}> |
---|
21 | <li class="item"><a href="#URL_MOT" rel="tag">#TITRE</a></li> |
---|
22 | </BOUCLE_mots> |
---|
23 | </ul> |
---|
24 | </div> |
---|
25 | </B_mots> |
---|
Note: See
TracBrowser
for help on using the repository browser.