Commit | Line | Data |
---|---|---|
c495c100 P |
1 | #CACHE{0} |
2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
3 | <html dir="#LANG_DIR" lang="#LANG"> | |
4 | <!-- Inclure header.php3 --> | |
5 | <head> | |
6 | <INCLURE{fond=header_sommaire}> | |
7 | </head> | |
8 | <body> | |
9 | <BOUCLE_contenu_editorial(ARTICLES){id_article}> | |
10 | <div id="frame"> | |
11 | <!-- Fin contener top --> | |
12 | <INCLURE{fond=contener_top}{id_article}> | |
13 | <!-- Fin contener top --> | |
14 | <div id="contener"> | |
15 | <!-- CONTENU --> | |
16 | <div id="colonne_center"> | |
17 | <div id="colonne_center_contenu"> | |
18 | <div id="contenu_top"> | |
19 | <p><span class="img_titre">[(#LOGO_RUBRIQUE|=={''}|?{#LOGO_RUBRIQUE,#LOGO_ARTICLE})]</span>[(#TITRE|supprimer_numero)]</p> | |
20 | </div> | |
21 | <div id="contenu"> | |
22 | <INCLURE{fond=menu}{id_rubrique}> | |
23 | [(#TEXTE)] | |
24 | ||
25 | </div> | |
26 | <div id="contenu_notes_bas_page">[(#NOTES)]</div> | |
27 | <div id="contenu_bottom"> | |
28 | <!-- contenu _ bottom --> | |
29 | <table border="0" cellspacing="0" cellpadding="0"> | |
30 | <tr> | |
31 | <td valign="middle"><a href="javascript:OuvrirFenetre('[(#URL_SITE_SPIP)/]spip.php?page=imprimer&id_article=#ID_ARTICLE');"><img src="images/css/print.gif" alt="Imprimez cet article" title="Imprimez cet article" width="21" height="14" border="0"/></a></td> | |
32 | <td valign="middle"><p><a href="javascript:OuvrirFenetre('[(#URL_SITE_SPIP)/]spip.php?page=imprimer&id_article=#ID_ARTICLE');"> Imprimer cette page</a></p></td> | |
33 | </tr> | |
34 | </table> | |
35 | <!-- fin du contenu _ bottom --> | |
36 | </div> | |
37 | ||
38 | </div> | |
39 | </div> | |
40 | <!-- FIN CONTENU --> | |
41 | <!-- DÉBUT BOTTOM --> | |
42 | <INCLURE{fond=bottom}> | |
43 | <!-- FIN BOTTOM --> | |
44 | </div> | |
45 | ||
46 | </div> | |
47 | </BOUCLE_contenu_editorial> | |
48 | </body> | |
49 | </html> |