1 | |
---|
2 | <!-- MiniGriSpip 1.6.0 - 2007 (c) FredoMkb --> |
---|
3 | #CACHE{0} |
---|
4 | <!-- inc-rubriques.html --> |
---|
5 | <!-- Bloc liste des rubriques publiees --> |
---|
6 | <div id="mgs_rubriques"></div> |
---|
7 | <B_liste_rubriques> |
---|
8 | <div class="mgs_bloc" id=""> |
---|
9 | <div class="mgs_picto mgs_picto_rub"></div> |
---|
10 | <ul class="general"> |
---|
11 | <!-- Titre du bloc + pagination --> |
---|
12 | <li class="mgs_menu_titre"> |
---|
13 | <:mgs_rubriques_nbr:>#GRAND_TOTAL <small><:mgs_triees_titre:></small> |
---|
14 | [ | (#PAGINATION) |] |
---|
15 | </li> |
---|
16 | <!-- Liste des rubriques publiees --> |
---|
17 | <BOUCLE_liste_rubriques(RUBRIQUES) {id_rubrique ?} {id_mot ?} {par titre} {pagination 20}> |
---|
18 | <li class="mgs_menu_item_article"> |
---|
19 | [<div class="mgs_logo">(#LOGO_RUBRIQUE|right|#URL_RUBRIQUE|image_reduire{45})</div>] |
---|
20 | <h3 class="mgs_titre"><a href="#URL_RUBRIQUE">#TITRE</a></h3> |
---|
21 | <div class="mgs_texte_int"> |
---|
22 | <p class="mgs_infos"> |
---|
23 | <:mgs_le:>[(#DATE|nom_jour)] [(#DATE|affdate)][ - <:mgs_rbrq_id:><strong>(#ID_RUBRIQUE)</strong>] |
---|
24 | <BOUCLE_rbrq_articles(ARTICLES) {id_rubrique}><!-- --></BOUCLE_rbrq_articles>[ - <:mgs_articles_nbr:><strong>(#TOTAL_BOUCLE)</strong>]</B_rbrq_articles> |
---|
25 | <BOUCLE_rbrq_breves(BREVES) {id_rubrique}><!-- --></BOUCLE_rbrq_breves>[ - <:mgs_breves_nbr:><strong>(#TOTAL_BOUCLE)</strong>]</B_rbrq_breves> |
---|
26 | <BOUCLE_rbrq_sites(SITES) {id_rubrique}><!-- --></BOUCLE_rbrq_sites>[ - <:mgs_sites_nbr:><strong>(#TOTAL_BOUCLE)</strong>]</B_rbrq_sites> |
---|
27 | </p> |
---|
28 | </div> |
---|
29 | <!-- Chemin d'acces (ariane) --> |
---|
30 | <div class="mgs_chemin"> |
---|
31 | <BOUCLE_rbrq_chemin(HIERARCHIE) {id_rubrique} {tout}> |
---|
32 | > <a href="#URL_RUBRIQUE">[(#TITRE|textebrut|supprimer_numero|couper{80})]</a> |
---|
33 | </BOUCLE_rbrq_chemin> |
---|
34 | </div> |
---|
35 | </li> |
---|
36 | </BOUCLE_liste_rubriques> |
---|
37 | <!-- Pied du bloc + pagination--> |
---|
38 | <li class="mgs_menu_titre"> |
---|
39 | [<:mgs_rubriques_nbr:>#GRAND_TOTAL <small><:mgs_triees_titre:></small> |
---|
40 | | (#PAGINATION) | - ] |
---|
41 | <small><a href="#mgs_page"><:mgs_haut:></a></small> |
---|
42 | </li> |
---|
43 | </ul> |
---|
44 | </div> <!-- /mgs_bloc --> |
---|
45 | </B_liste_rubriques> |
---|
46 | <!-- Si aucun article, alors on affiche un message d'information --> |
---|
47 | <div class="mgs_bloc"> |
---|
48 | <div class="mgs_picto mgs_picto_rub"></div> |
---|
49 | <ul class="general"> |
---|
50 | <li class="mgs_menu_titre"><:mgs_aucune_rubrique:></li> |
---|
51 | </ul> |
---|
52 | </div> |
---|
53 | <//B_liste_rubriques> |
---|
54 | <!-- /inc-rubriques.html --> |
---|