Last change
on this file since 47988 was
47988,
checked in by cyril@…, 10 years ago
|
ajout d'une page permettant d'afficher tous les auteurs du site, qu'ils soient contacts ou organisations;
|
File size:
984 bytes
|
Line | |
---|
1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
---|
2 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG" dir="#LANG_DIR"> |
---|
3 | <head> |
---|
4 | <INCLURE{fond=inclure/head}> |
---|
5 | <INCLURE{fond=head/#ENV{type},env}> |
---|
6 | </head> |
---|
7 | <body class="page_#ENV{type,page}[ #ENV{type,page}_(#ENV{composition,''})]"> |
---|
8 | <div id="page"> |
---|
9 | <div id="entete"> |
---|
10 | <INCLURE{fond=inclure/entete,env}> |
---|
11 | </div> |
---|
12 | <div id="nav"> |
---|
13 | <INCLURE{fond=inclure/barre-nav,env}> |
---|
14 | </div> |
---|
15 | |
---|
16 | <div id="conteneur"> |
---|
17 | <div id="contenu"> |
---|
18 | <BOUCLE_a(AUTEURS){par hasard}{0,250}> |
---|
19 | <div style="width:15%; display:inline-block; min-height:350px;"> |
---|
20 | [(#MODELE{auteur, id_auteur})] |
---|
21 | </div> |
---|
22 | </BOUCLE_a> |
---|
23 | </div> |
---|
24 | |
---|
25 | <div id="navigation"> |
---|
26 | <INCLURE{fond=navigation/#ENV{type},env}> |
---|
27 | <INCLURE{fond=extra/#ENV{type},env}> |
---|
28 | </div> |
---|
29 | </div> |
---|
30 | |
---|
31 | <div id="pied"> |
---|
32 | <INCLURE{fond=inclure/pied,env}> |
---|
33 | </div> |
---|
34 | </div> |
---|
35 | #SPIP_CRON |
---|
36 | </body> |
---|
37 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.