| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| 2 | |
| 3 | <html> |
| 4 | <head> |
| 5 | <title>[(#TITRE|textebrut|supprimer_numero)] - [(#NOM_SITE_SPIP|textebrut)]</title> |
| 6 | <meta http-equiv="Content-Type" content="text/html; charset=#CHARSET"> |
| 7 | <link href="#URL_SITE_SPIP/css/print/print_fiche.css" rel="stylesheet" media="all" type="text/css" /> |
| 8 | </head> |
| 9 | |
| 10 | <body bgcolor="white" > |
| 11 | <div id="frame"> |
| 12 | <div id="contener"> |
| 13 | <table id="table_contenu" border="0" cellspacing="0" cellpadding="0"> |
| 14 | <tr> |
| 15 | <!-- CONTENU --> |
| 16 | <td class="td_right"> |
| 17 | <div id="contenu_top"> |
| 18 | <table width="150" border="0" align="right" cellspacing="0"> |
| 19 | <tr> |
| 20 | <td><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><a href="javascript:window.print()">Imprimer cette page</a> </font></td> |
| 21 | </tr> |
| 22 | </table> |
| 23 | </div> |
| 24 | <div id="contenu"> |
| 25 | <INCLURE{fond=une_fiche_espace_enseig}{id_rubrique}> |
| 26 | </div> |
| 27 | </td> |
| 28 | </tr> |
| 29 | </table> |
| 30 | </div> |
| 31 | </div> |
| 32 | <hr size="2"> |
| 33 | <div align="center"> |
| 34 | <p><font size="1" face="Verdana, Arial, Helvetica, sans-serif"> |
| 35 | <strong>#NOM_SITE_SPIP</strong><br />URL de la fiche: <u>#URL_SITE_SPIP/#URL_RUBRIQUE</u></font></p> |
| 36 | </div> |
| 37 | </body> |
| 38 | </html> |
| 39 | |