| 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}{id_article}{id_rubrique}> |
| 7 | </head> |
| 8 | <body onload="javascript:montre('smenu1');"> |
| 9 | <BOUCLE_contenu_editorial(ARTICLES){id_article}> |
| 10 | <div id="frame"> |
| 11 | <!-- Fin contener top --> |
| 12 | <INCLURE{fond=contener_top_grel}{id_rubrique}> |
| 13 | <!-- Fin contener top --> |
| 14 | <div id="contener"> |
| 15 | <!-- Menu --> |
| 16 | <INCLURE{fond=menu_grel}{id_rubrique}> |
| 17 | <!-- Fin Menu --> |
| 18 | <!-- CONTENU --> |
| 19 | <div id="colonne_center"> |
| 20 | <div id="haut_ligne_contener_center"></div> |
| 21 | <div id="colonne_center_contenu"> |
| 22 | <div id="contenu_top"> |
| 23 | <p><span class="img_titre">[(#LOGO_RUBRIQUE|=={''}|?{#LOGO_RUBRIQUE,#LOGO_ARTICLE})]</span>[(#TITRE|supprimer_numero)]</p> |
| 24 | </div> |
| 25 | <div id="contenu"> |
| 26 | [(#TEXTE)] |
| 27 | <div id="contenu_notes_bas_page">[(#NOTES)]</div> |
| 28 | </div> |
| 29 | <div id="contenu_bottom"> |
| 30 | <!-- contenu _ bottom --> |
| 31 | <table border="0" cellspacing="0" cellpadding="0"> |
| 32 | <tr> |
| 33 | <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> |
| 34 | <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> |
| 35 | </tr> |
| 36 | </table> |
| 37 | <!-- fin du contenu _ bottom --> |
| 38 | </div> |
| 39 | </div> |
| 40 | <div id="bas_ligne_contener_center"></div> |
| 41 | </div> |
| 42 | <!-- FIN CONTENU --> |
| 43 | <!-- DÉBUT BOTTOM --> |
| 44 | <INCLURE{fond=bottom}> |
| 45 | <!-- FIN BOTTOM --> |
| 46 | </div> |
| 47 | |
| 48 | </div> |
| 49 | </BOUCLE_contenu_editorial> |
| 50 | </body> |
| 51 | </html> |