1 | [(#REM) |
---|
2 | Un cache a 0, pour tester |
---|
3 | ]#CACHE{0} |
---|
4 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
---|
5 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG" dir="#LANG_DIR"> |
---|
6 | <head> |
---|
7 | <title>[(#NOM_SITE_SPIP|textebrut)] - Test Menu babbibel</title> |
---|
8 | [<meta name="description" content="(#DESCRIPTIF_SITE_SPIP|couper{150}|textebrut)" />] |
---|
9 | [(#REM) Feuille de style CSS pour l'affichage du site a l'ecran ] |
---|
10 | [<link rel="stylesheet" href="(#CHEMIN{css/habillage_test_menu.css}|direction_css)" type="text/css" media="projection, screen, tv" />] |
---|
11 | [(#REM) Feuille de style CSS pour l'affichage du site a l'ecran ] |
---|
12 | [<link rel="stylesheet" href="(#CHEMIN{css/spip_formulaires_test_menu.css}|direction_css)" type="text/css" media="projection, screen, tv" />] |
---|
13 | [<link rel="stylesheet" href="(#CHEMIN{css/spip_style_test_menu.css}|direction_css)" type="text/css" media="projection, screen, tv" />] |
---|
14 | [<script type='text/javascript' src='(#CHEMIN{js/menu_babbi.js})'></script>] |
---|
15 | [<link rel="stylesheet" href="(#CHEMIN{menu_babbi.css}|direction_css)" type="text/css" media="projection, screen" />] |
---|
16 | [<script type='text/javascript' src='(#CHEMIN{javascript/jquery.js})'></script>] |
---|
17 | [<script type='text/javascript' src='(#CHEMIN{javascript/jquery.form.js})'></script>] |
---|
18 | [<script type='text/javascript' src='(#CHEMIN{javascript/ajaxCallback.js})'></script>] |
---|
19 | </head> |
---|
20 | |
---|
21 | <body class="page_sommaire"> |
---|
22 | <div id="page"> |
---|
23 | |
---|
24 | [(#REM) Entete de la page + titre du site ] |
---|
25 | <div id="entete" style="overflow: visible;"> |
---|
26 | |
---|
27 | [(#REM) Afficher le logo ou le titre du site ] |
---|
28 | |
---|
29 | <a rel="start" href="#URL_SITE_SPIP/"> |
---|
30 | [(#LOGO_SITE_SPIP||?{ |
---|
31 | |
---|
32 | [(#LOGO_SITE_SPIP |
---|
33 | ||image_reduire{770,200} |
---|
34 | |inserer_attribut{alt,[(#NOM_SITE_SPIP|textebrut)]} |
---|
35 | |inserer_attribut{title,[(#NOM_SITE_SPIP|textebrut)]} |
---|
36 | )] |
---|
37 | |
---|
38 | , |
---|
39 | |
---|
40 | <span id="nom_site_spip">#NOM_SITE_SPIP</span> |
---|
41 | })] |
---|
42 | </a> |
---|
43 | <div style="margin-bottom: 2em;margin-top: 0.8em;"> |
---|
44 | <!-- inclusion du menu babbibel --> |
---|
45 | [(#INCLURE{fond=inc/inc})] |
---|
46 | <br class="nettoyeur" /> |
---|
47 | <!-- Fin du menu babbibel --> |
---|
48 | </div> |
---|
49 | </div> |
---|
50 | |
---|
51 | [(#REM) Contenu principal : derniers articles publies ] |
---|
52 | <div class="hfeed" id="conteneur"> |
---|
53 | <div id="contenu"> |
---|
54 | |
---|
55 | <div style="margin-top:3em;padding:2em; margin-bottom:3em;border:1px solid #DDD;text-align: center;"> |
---|
56 | <a href="./ecrire/?exec=configurer_babbi">Configurer le menu</a> |
---|
57 | </div> |
---|
58 | |
---|
59 | <div style="margin-top:3em;padding:2em; margin-bottom:3em;border:1px solid #DDD;text-align: center;"> |
---|
60 | Le menu affiche jusqu'à [(#CONFIG{babbi/nb_articles}|sinon{100})] articles classés par #CONFIG{babbi/tri, date} [(#CONFIG{babbi/inverse}|choixsivide{""," inverse"})] |
---|
61 | <br /> |
---|
62 | </div> |
---|
63 | [<div class="chapo">(#DESCRIPTIF_SITE_SPIP)</div>] |
---|
64 | |
---|
65 | </div><!--#contenu--> |
---|
66 | </div><!--#conteneur--> |
---|
67 | |
---|
68 | [(#REM) Menu de navigation laterale ] |
---|
69 | <div id="navigation"> |
---|
70 | |
---|
71 | [(#REM) Rubriques liees au mot-cle ] |
---|
72 | <B_rubriques_cle> |
---|
73 | <div class="menu rubriques"> |
---|
74 | <h2><:rubriques:> selectionnées</h2> |
---|
75 | <ul> |
---|
76 | <BOUCLE_rubriques_cle(RUBRIQUES) {titre_mot=menu_der} {par num titre, date, titre}> |
---|
77 | <li><a href="#URL_RUBRIQUE">#ID_RUBRIQUE[ - (#TITRE|supprimer_numero|couper{80})]</a></li> |
---|
78 | </BOUCLE_rubriques_cle> |
---|
79 | </ul> |
---|
80 | </div> |
---|
81 | </B_rubriques_cle> |
---|
82 | |
---|
83 | <B_rub_desel> |
---|
84 | <div class="menu rubriques"> |
---|
85 | <h2><:rubriques:> exclues</h2> |
---|
86 | <ul> |
---|
87 | <BOUCLE_rub_desel (RUBRIQUES){titre_mot=exclu_menu_der} {par num titre, date, titre}> |
---|
88 | <li><a href="#URL_RUBRIQUE">#ID_RUBRIQUE[ - (#TITRE|supprimer_numero|couper{80})]</a></li> |
---|
89 | </BOUCLE_rub_desel> |
---|
90 | </ul> |
---|
91 | </div> |
---|
92 | </B_rub_desel> |
---|
93 | |
---|
94 | <B_art_desel> |
---|
95 | <div class="menu rubriques"> |
---|
96 | <h2>Articles exclus</h2> |
---|
97 | <ul> |
---|
98 | <BOUCLE_art_desel (ARTICLES){titre_mot=exclu_menu_der} {par num titre, date, titre}> |
---|
99 | <li><a href="#URL_ARTICLE">[(#ID_ARTICLE)][ - (#TITRE|supprimer_numero|couper{80})]</a></li> |
---|
100 | </BOUCLE_art_desel> |
---|
101 | </ul> |
---|
102 | </div> |
---|
103 | </B_art_desel> |
---|
104 | |
---|
105 | <br class="nettoyeur" /> |
---|
106 | </div><!--#navigation--> |
---|
107 | |
---|
108 | </div><!--#page--> |
---|
109 | </body> |
---|
110 | </html> |
---|