<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="fr" xml:lang="fr"> <? /* id_rubrique contient le numéro de la rubrique */ ?> <? /* id_article contient le numéro d'un article à l'intérieur de la rubrique */ ?> <BOUCLE_un(ARTICLES){id_article}> <BOUCLE_deb(RUBRIQUES){id_rubrique}> <? $titre_page = "#TITRE" ?> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15" /> <meta http-equiv="Content-Language" CONTENT="fr-FR;" /> <title>#TITRE</title> <meta name="Title" content="#TITRE" /> <meta name="Keywords" content="#TITRE" /> <link type="text/css" rel="stylesheet" href="ac-site.css" /> <script type="text/javascript" language="JavaScript" src="imprime.js"></script> </head> <body onLoad="imprime();"> <div class="impr"> <a name="haut"></a> <table cellspacing="0" cellpadding="0" border="0"> <tr> <td align="center" valign="top" width="125"> <? include($inclusions."ac-logo.html"); ?> </td> <td width="3">&nbsp;</td> <td> <p style="text-align:right;"><? include($inclusions."ac-date.php3"); ?>&nbsp;&nbsp;&nbsp;<br />&nbsp;</p></td> </tr><tr> <td align="center" valign="top" colspan="3"><hr /> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td valign="top"> <BOUCLE_artp(ARTICLES){id_article}> <div align="justify"> <h4>#TITRE</h4> #TEXTE <hr /> [<p>(#NOTES)</p>] </div> <? /* recherche de l'adresse du thème concerné */ ?> </BOUCLE_artp> </td> </tr> </table> <? $url_squel = "#SQUELETTE"; include($inclusions.'ac-bas.html'); ?></td> </tr> </table> </div> </body> </BOUCLE_deb> </BOUCLE_un> </html>