<!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_article contient le numéro de l'article */ ?> <? /* echo 'id_article(' . strlen($id_article) .'):' . $id_article . '<br />'; */ ?> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15" /> <meta http-equiv="Content-Language" CONTENT="fr-FR;" /> <BOUCLE_deb(ARTICLES){id_article}> <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="5" border="0"> <tr> <td align="center" valign="top" width="125"> <? include($inclusions."ac-logo.html"); ?><br /> <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 valign="top" colspan="3"> <hr /> <h3>#TITRE</h3> <? /* champ titre du dossier */ ?> <div class="citation">#CHAPO</div> <div class="texte">#TEXTE [<p>(#NOTES)</p>] </div> <div class="texte" style="text-align:right;"> &nbsp;<br /> <? $url_squel = "#SQUELETTE"; include($inclusions.'ac-bas.html'); ?></td> </tr> </table> </div> </body> </BOUCLE_deb> </html>