1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
---|
2 | #CACHE{0} |
---|
3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG" dir="#LANG_DIR"> |
---|
4 | <head> |
---|
5 | <title>[(#NOM_SITE_SPIP|textebrut)]</title> |
---|
6 | <INCLURE{fond=inc/inc-head, lang?}> |
---|
7 | </head> |
---|
8 | <body> |
---|
9 | |
---|
10 | [(#REM) Afficher l'entete :] |
---|
11 | <INCLURE{fond=inc/inc-entete, lang?, ajax}> |
---|
12 | <INCLURE{fond=inc/inc-menu, class=entete, lang?, ajax}> |
---|
13 | |
---|
14 | <div id="sommaire"> |
---|
15 | <div id="content"> |
---|
16 | [(#REM) Contenu principal : affichage du site ] |
---|
17 | |
---|
18 | [(#REM) Afficher les nouveautés :] |
---|
19 | <div id="new"> |
---|
20 | <INCLURE{fond=noisettes/boucle/b_news, doublons}> |
---|
21 | </div><!--#new--> |
---|
22 | |
---|
23 | [(#REM) Afficher les mieux notés :] |
---|
24 | [(#CONFIG{annuaire_sommaire/config_boucle_plus_votes, defaut}|=={defaut}|oui) |
---|
25 | <div id="plus_votes"> |
---|
26 | <INCLURE{fond=noisettes/boucle/b_plus_votes, doublons}> |
---|
27 | </div><!--#plus_votes--> |
---|
28 | ] |
---|
29 | [(#CONFIG{annuaire_sommaire/config_boucle_plus_votes, vertical}|=={vertical}|oui) |
---|
30 | <div id="plus_votes_verti"> |
---|
31 | <INCLURE{fond=noisettes/boucle/b_plus_votes_verti, doublons}> |
---|
32 | </div><!--#plus_votes_verti--> |
---|
33 | ] |
---|
34 | |
---|
35 | [(#REM) Afficher au hasard :] |
---|
36 | [(#CONFIG{annuaire_colonne/config_boucle_zard, defaut}|=={defaut}|oui) |
---|
37 | <div id="zard"> |
---|
38 | <INCLURE{fond=noisettes/boucle/b_zard, doublons}> |
---|
39 | </div><!--#zard-->] |
---|
40 | |
---|
41 | </div><!--#content--> |
---|
42 | |
---|
43 | [(#REM) Navigation => colonne droite :] |
---|
44 | <INCLURE{fond=inc/inc-nav, lang?, ajax, env}> |
---|
45 | |
---|
46 | [(#REM) Afficher le pied de page :] |
---|
47 | <INCLURE{fond=inc/inc-menu, class=pied, lang?, ajax}> |
---|
48 | </div><!--#sommaire--> |
---|
49 | </body> |
---|
50 | </html> |
---|