home *** CD-ROM | disk | FTP | other *** search
/ hackzapple.com / www.hackzapple.com.tar / www.hackzapple.com / phpBB2 / index.php?c=5.orig < prev    next >
Text File  |  2010-10-06  |  22KB  |  418 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html dir="LTR">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  5. <meta http-equiv="Content-Style-Type" content="text/css">
  6.  
  7. <link rel="top" href="./index.php" title=" Index du Forum" />
  8. <link rel="search" href="./search.php" title="Rechercher" />
  9. <link rel="help" href="./faq.php" title="FAQ" />
  10. <link rel="author" href="./memberlist.php" title="Liste des Membres" />
  11.  
  12. <title> :: Index</title>
  13. <!-- link rel="stylesheet" href="templates/subSilver/subSilver.css" type="text/css" -->
  14. <style type="text/css">
  15. <!--
  16. /*
  17.   The original subSilver Theme for phpBB version 2+
  18.   Created by subBlue design
  19.   http://www.subBlue.com
  20.  
  21.   NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  22.   theme administration centre. When you have finalised your style you could cut the final CSS code
  23.   and place it in an external file, deleting this section to save bandwidth.
  24. */
  25.  
  26. /* General page style. The scroll bar colours only visible in IE5.5+ */
  27. body {
  28.     background-color: #E5E5E5;
  29.     scrollbar-face-color: #DEE3E7;
  30.     scrollbar-highlight-color: #FFFFFF;
  31.     scrollbar-shadow-color: #DEE3E7;
  32.     scrollbar-3dlight-color: #D1D7DC;
  33.     scrollbar-arrow-color:  #006699;
  34.     scrollbar-track-color: #EFEFEF;
  35.     scrollbar-darkshadow-color: #98AAB1;
  36. }
  37.  
  38. /* General font families for common tags */
  39. font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
  40. a:link,a:active,a:visited { color : #006699; }
  41. a:hover        { text-decoration: underline; color : #DD6900; }
  42. hr    { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
  43.  
  44. /* This is the border line & background colour round the entire page */
  45. .bodyline    { background-color: #FFFFFF; border: 1px #98AAB1 solid; }
  46.  
  47. /* This is the outline round the main forum tables */
  48. .forumline    { background-color: #FFFFFF; border: 2px #006699 solid; }
  49.  
  50. /* Main table cell colours and backgrounds */
  51. td.row1    { background-color: #EFEFEF; }
  52. td.row2    { background-color: #DEE3E7; }
  53. td.row3    { background-color: #D1D7DC; }
  54.  
  55. /*
  56.   This is for the table cell above the Topics, Post & Last posts on the index.php page
  57.   By default this is the fading out gradiated silver background.
  58.   However, you could replace this with a bitmap specific for each forum
  59. */
  60. td.rowpic {
  61.         background-color: #FFFFFF;
  62.         background-image: url(templates/subSilver/images/cellpic2.jpg);
  63.         background-repeat: repeat-y;
  64. }
  65.  
  66. /* Header cells - the blue and silver gradient backgrounds */
  67. th    {
  68.     color: #FFA34F; font-size: 11px; font-weight : bold;
  69.     background-color: #006699; height: 25px;
  70.     background-image: url(templates/subSilver/images/cellpic3.gif);
  71. }
  72.  
  73. td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
  74.             background-image: url(templates/subSilver/images/cellpic1.gif);
  75.             background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
  76. }
  77.  
  78. /*
  79.   Setting additional nice inner borders for the main table cells.
  80.   The names indicate which sides the border will be on.
  81.   Don't worry if you don't understand this, just ignore it :-)
  82. */
  83. td.cat,td.catHead,td.catBottom {
  84.     height: 29px;
  85.     border-width: 0px 0px 0px 0px;
  86. }
  87. th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
  88.     font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px;
  89. }
  90. td.row3Right,td.spaceRow {
  91.     background-color: #D1D7DC; border: #FFFFFF; border-style: solid;
  92. }
  93.  
  94. th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
  95. th.thSides,td.catSides,td.spaceRow     { border-width: 0px 1px 0px 1px; }
  96. th.thRight,td.catRight,td.row3Right     { border-width: 0px 1px 0px 0px; }
  97. th.thLeft,td.catLeft      { border-width: 0px 0px 0px 1px; }
  98. th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
  99. th.thTop     { border-width: 1px 0px 0px 0px; }
  100. th.thCornerL { border-width: 1px 0px 0px 1px; }
  101. th.thCornerR { border-width: 1px 1px 0px 0px; }
  102.  
  103. /* The largest text used in the index page title and toptic title etc. */
  104. .maintitle    {
  105.     font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
  106.     text-decoration: none; line-height : 120%; color : #000000;
  107. }
  108.  
  109. /* General text */
  110. .gen { font-size : 12px; }
  111. .genmed { font-size : 11px; }
  112. .gensmall { font-size : 10px; }
  113. .gen,.genmed,.gensmall { color : #000000; }
  114. a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
  115. a.gen:hover,a.genmed:hover,a.gensmall:hover    { color: #DD6900; text-decoration: underline; }
  116.  
  117. /* The register, login, search etc links at the top of the page */
  118. .mainmenu        { font-size : 11px; color : #000000 }
  119. a.mainmenu        { text-decoration: none; color : #006699;  }
  120. a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }
  121.  
  122. /* Forum category titles */
  123. .cattitle        { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
  124. a.cattitle        { text-decoration: none; color : #006699; }
  125. a.cattitle:hover{ text-decoration: underline; }
  126.  
  127. /* Forum title: Text and link to the forums used in: index.php */
  128. .forumlink        { font-weight: bold; font-size: 12px; color : #006699; }
  129. a.forumlink     { text-decoration: none; color : #006699; }
  130. a.forumlink:hover{ text-decoration: underline; color : #DD6900; }
  131.  
  132. /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
  133. .nav            { font-weight: bold; font-size: 11px; color : #000000;}
  134. a.nav            { text-decoration: none; color : #006699; }
  135. a.nav:hover        { text-decoration: underline; }
  136.  
  137. /* titles for the topics: could specify viewed link colour too */
  138. .topictitle,h1,h2    { font-weight: bold; font-size: 11px; color : #000000; }
  139. a.topictitle:link   { text-decoration: none; color : #006699; }
  140. a.topictitle:visited { text-decoration: none; color : #5493B4; }
  141. a.topictitle:hover    { text-decoration: underline; color : #DD6900; }
  142.  
  143. /* Name of poster in viewmsg.php and viewtopic.php and other places */
  144. .name            { font-size : 11px; color : #000000;}
  145.  
  146. /* Location, number of posts, post date etc */
  147. .postdetails        { font-size : 10px; color : #000000; }
  148.  
  149. /* The content of the posts (body of text) */
  150. .postbody { font-size : 12px; line-height: 18px}
  151. a.postlink:link    { text-decoration: none; color : #006699 }
  152. a.postlink:visited { text-decoration: none; color : #5493B4; }
  153. a.postlink:hover { text-decoration: underline; color : #DD6900}
  154.  
  155. /* Quote & Code blocks */
  156. .code {
  157.     font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
  158.     background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
  159.     border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
  160. }
  161.  
  162. .quote {
  163.     font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
  164.     background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
  165.     border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
  166. }
  167.  
  168. /* Copyright and bottom info */
  169. .copyright        { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
  170. a.copyright        { color: #444444; text-decoration: none;}
  171. a.copyright:hover { color: #000000; text-decoration: underline;}
  172.  
  173. /* Form elements */
  174. input,textarea, select {
  175.     color : #000000;
  176.     font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  177.     border-color : #000000;
  178. }
  179.  
  180. /* The text input fields background colour */
  181. input.post, textarea.post, select {
  182.     background-color : #FFFFFF;
  183. }
  184.  
  185. input { text-indent : 2px; }
  186.  
  187. /* The buttons used for bbCode styling in message post */
  188. input.button {
  189.     background-color : #EFEFEF;
  190.     color : #000000;
  191.     font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
  192. }
  193.  
  194. /* The main submit button option */
  195. input.mainoption {
  196.     background-color : #FAFAFA;
  197.     font-weight : bold;
  198. }
  199.  
  200. /* None-bold submit button */
  201. input.liteoption {
  202.     background-color : #FAFAFA;
  203.     font-weight : normal;
  204. }
  205.  
  206. /* This is the line in the posting page which shows the rollover
  207.   help line. This is actually a text box, but if set to be the same
  208.   colour as the background no one will know ;)
  209. */
  210. .helpline { background-color: #DEE3E7; border-style: none; }
  211.  
  212. /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
  213. @import url("templates/subSilver/formIE.css");
  214. -->
  215. </style>
  216. </head>
  217. <body bgcolor="#E5E5E5" text="#000000" link="#006699" vlink="#5493B4">
  218.  
  219. <a name="top"></a>
  220.  
  221. <table width="100%" cellspacing="0" cellpadding="10" border="0" align="center" >
  222.     <tr>
  223.         <td class="bodyline" >
  224.             <table width="100%" cellspacing="0" cellpadding="0" border="0" >
  225.             <tr>
  226.                 <td BGCOLOR="BLACK"><CENTER>
  227.                 <a href="index.php"><img src="templates/subSilver/images/HZA/TITRE8A.PNG" border="0" alt=" Index du Forum" vspace="1" /></a>
  228.                 </CENTER></td>
  229.                 <TD></TD>
  230.             </TR>
  231.                 <TR><TD align="center" COLSPAN="2" BGCOLOR="#E5E5E5">
  232.                     <span class="mainmenu"><B><FONT COLOR="RED">IDENTIFICATION SERVEUR : 213.186.33.87 - CLIENT : 74.109.56.191 </FONT></B></SPAN></TD>
  233.                 </TR>
  234.             <TR><TD><BR></TD></TR>
  235.             <CENTER>
  236.             <table cellspacing="0" cellpadding="2" border="0">
  237.                     <tr>
  238.                         <td align="center" valign="top" nowrap="nowrap"><span class="mainmenu"> <a href="faq.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="FAQ" hspace="3" />FAQ</a>   <a href="search.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_search.gif" width="12" height="13" border="0" alt="Rechercher" hspace="3" />Rechercher</a>   <a href="memberlist.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_members.gif" width="12" height="13" border="0" alt="Liste des Membres" hspace="3" />Liste des Membres</a>   <a href="groupcp.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="Groupes d'utilisateurs" hspace="3" />Groupes d'utilisateurs</a> 
  239.                          <a href="profile.php?mode=register" class="mainmenu"><img src="templates/subSilver/images/icon_mini_register.gif" width="12" height="13" border="0" alt="S'enregistrer" hspace="3" />S'enregistrer</a> 
  240.                         </span></td>
  241.                     </tr>
  242.                     <tr>
  243.                         <td height="25" align="center" valign="top" nowrap="nowrap"><span class="mainmenu"> <a href="profile.php?mode=editprofile" class="mainmenu"><img src="templates/subSilver/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="Profil" hspace="3" />Profil</a>   <a href="privmsg.php?folder=inbox" class="mainmenu"><img src="templates/subSilver/images/icon_mini_message.gif" width="12" height="13" border="0" alt="Se connecter pour vΘrifier ses messages privΘs" hspace="3" />Se connecter pour vΘrifier ses messages privΘs</a>   <a href="login.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" alt="Connexion" hspace="3" />Connexion</a> </span></td>
  244.                     </tr>
  245.                 </table></td>
  246.             </tr>
  247.         </table>
  248.  
  249.         <br />
  250.  
  251. <table width="100%" cellspacing="0" cellpadding="2" border="0" align="center">
  252.   <tr>
  253.     <td align="left" valign="bottom"><span class="gensmall">
  254.     La date/heure actuelle est Mer 06 Oct 2010, 18:46<br /></span><span class="nav"><a href="index.php" class="nav"> Index du Forum</a></span></td>
  255.     <td align="right" valign="bottom" class="gensmall">
  256.         <a href="search.php?search_id=unanswered" class="gensmall">Voir les messages sans rΘponses</a></td>
  257.   </tr>
  258. </table>
  259.  
  260. <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
  261.   <tr>
  262.     <th colspan="2" class="thCornerL" height="25" nowrap="nowrap"> Forum </th>
  263.     <th width="50" class="thTop" nowrap="nowrap"> Sujets </th>
  264.     <th width="50" class="thTop" nowrap="nowrap"> Messages </th>
  265.     <th class="thCornerR" nowrap="nowrap"> Derniers Messages </th>
  266.   </tr>
  267.   <tr>
  268.     <td class="catLeft" colspan="2" height="28"><span class="cattitle"><a href="index.php?c=1" class="cattitle">GENERALITES</a></span></td>
  269.     <td class="rowpic" colspan="3" align="right"> </td>
  270.   </tr>
  271.   <tr>
  272.     <td class="catLeft" colspan="2" height="28"><span class="cattitle"><a href="index.php?c=2" class="cattitle">La ligne des APPLE II</a></span></td>
  273.     <td class="rowpic" colspan="3" align="right"> </td>
  274.   </tr>
  275.   <tr>
  276.     <td class="catLeft" colspan="2" height="28"><span class="cattitle"><a href="index.php?c=3" class="cattitle">ON AIME AUSSI...</a></span></td>
  277.     <td class="rowpic" colspan="3" align="right"> </td>
  278.   </tr>
  279.   <tr>
  280.     <td class="catLeft" colspan="2" height="28"><span class="cattitle"><a href="index.php?c=4" class="cattitle">LOGICIELS</a></span></td>
  281.     <td class="rowpic" colspan="3" align="right"> </td>
  282.   </tr>
  283.   <tr>
  284.     <td class="catLeft" colspan="2" height="28"><span class="cattitle"><a href="index.php?c=5" class="cattitle">LES CARTES ET PERIPHERIQUES</a></span></td>
  285.     <td class="rowpic" colspan="3" align="right"> </td>
  286.   </tr>
  287.   <tr>
  288.     <td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="Pas de nouveaux messages" title="Pas de nouveaux messages" /></td>
  289.     <td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=14" class="forumlink">CARTES COPROCESSEUR</a><br />
  290.       </span> <span class="genmed">On accΦlere ou on fait autre chose !<br />
  291.       </span><span class="gensmall">   </span></td>
  292.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">2</span></td>
  293.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">9</span></td>
  294.     <td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">Jeu 18 Sep 2008, 19:07<br /><a href="profile.php?mode=viewprofile&u=2">JPL</a> <a href="viewtopic.php?p=914#914"><img src="templates/subSilver/images/icon_latest_reply.gif" border="0" alt="Voir le dernier message" title="Voir le dernier message" /></a></span></td>
  295.   </tr>
  296.   <tr>
  297.     <td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="Pas de nouveaux messages" title="Pas de nouveaux messages" /></td>
  298.     <td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=15" class="forumlink">CARTES MEMOIRE</a><br />
  299.       </span> <span class="genmed">Plus tu en as plus c'est pΘnible !<br />
  300.       </span><span class="gensmall">   </span></td>
  301.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">3</span></td>
  302.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">10</span></td>
  303.     <td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">Lun 16 Ao√ 2010, 21:03<br /><a href="profile.php?mode=viewprofile&u=4">toinet</a> <a href="viewtopic.php?p=1340#1340"><img src="templates/subSilver/images/icon_latest_reply.gif" border="0" alt="Voir le dernier message" title="Voir le dernier message" /></a></span></td>
  304.   </tr>
  305.   <tr>
  306.     <td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="Pas de nouveaux messages" title="Pas de nouveaux messages" /></td>
  307.     <td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=16" class="forumlink">CARTES POUR DISQUES</a><br />
  308.       </span> <span class="genmed">Disques durs ou disquettes ...<br />
  309.       </span><span class="gensmall">   </span></td>
  310.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">5</span></td>
  311.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">15</span></td>
  312.     <td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">Dim 20 Jan 2008, 19:35<br /><a href="profile.php?mode=viewprofile&u=2">JPL</a> <a href="viewtopic.php?p=817#817"><img src="templates/subSilver/images/icon_latest_reply.gif" border="0" alt="Voir le dernier message" title="Voir le dernier message" /></a></span></td>
  313.   </tr>
  314.   <tr>
  315.     <td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="Pas de nouveaux messages" title="Pas de nouveaux messages" /></td>
  316.     <td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=17" class="forumlink">AUTRES CARTES</a><br />
  317.       </span> <span class="genmed">C'est donc celles qui ne sont pas au dessus...<br />
  318.       </span><span class="gensmall">   </span></td>
  319.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">14</span></td>
  320.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">90</span></td>
  321.     <td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">Mer 01 Sep 2010, 21:08<br /><a href="profile.php?mode=viewprofile&u=21">ENMM</a> <a href="viewtopic.php?p=1370#1370"><img src="templates/subSilver/images/icon_latest_reply.gif" border="0" alt="Voir le dernier message" title="Voir le dernier message" /></a></span></td>
  322.   </tr>
  323.   <tr>
  324.     <td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="Pas de nouveaux messages" title="Pas de nouveaux messages" /></td>
  325.     <td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=18" class="forumlink">PERIPHERIQUES</a><br />
  326.       </span> <span class="genmed">Comme le nom l'indique c'est tout ce qui va autour !<br />
  327.       </span><span class="gensmall">   </span></td>
  328.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">7</span></td>
  329.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">50</span></td>
  330.     <td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">Lun 06 Sep 2010, 21:48<br /><a href="profile.php?mode=viewprofile&u=21">ENMM</a> <a href="viewtopic.php?p=1377#1377"><img src="templates/subSilver/images/icon_latest_reply.gif" border="0" alt="Voir le dernier message" title="Voir le dernier message" /></a></span></td>
  331.   </tr>
  332.   <tr>
  333.     <td class="catLeft" colspan="2" height="28"><span class="cattitle"><a href="index.php?c=6" class="cattitle">EN VRAC ET DIVERS</a></span></td>
  334.     <td class="rowpic" colspan="3" align="right"> </td>
  335.   </tr>
  336. </table>
  337.  
  338. <table width="100%" cellspacing="0" border="0" align="center" cellpadding="2">
  339.   <tr>
  340.      <td align="left">
  341.      </td>
  342.     <td align="right"><span class="gensmall">Toutes les heures sont au format GMT + 1 Heure</span></td>
  343.   </tr>
  344. </table>
  345.  
  346. <table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
  347.   <tr>
  348.     <td class="catHead" colspan="2" height="28"><span class="cattitle"><a href="viewonline.php" class="cattitle">Qui est en ligne ?</a></span></td>
  349.   </tr>
  350.   <tr>
  351.     <td class="row1" align="center" valign="middle" rowspan="2"><img src="templates/subSilver/images/whosonline.gif" alt="Qui est en ligne ?" /></td>
  352.     <td class="row1" align="left" width="100%"><span class="gensmall">Nos membres ont postΘ un total de <b>1280</b> messages<br />Nous avons <b>37</b> membres enregistrΘs<br />L'utilisateur enregistrΘ le plus rΘcent est <b><a href="profile.php?mode=viewprofile&u=65">nasrtz</a></b></span>
  353.     </td>
  354.   </tr>
  355.   <tr>
  356.     <td class="row1" align="left"><span class="gensmall">Il y a en tout <b>1</b> utilisateur en ligne :: 0 EnregistrΘ, 0 Invisible et 1 InvitΘ   [ <span style="color:#FFA34F">Administrateur</span> ]   [ <span style="color:#006600">ModΘrateur</span> ]<br />Le record du nombre d'utilisateurs en ligne est de <b>39</b> le Jeu 26 Nov 2009, 12:57<br />Utilisateurs enregistrΘs : Aucun</span></td>
  357.   </tr>
  358. </table>
  359.  
  360. <table width="100%" cellpadding="1" cellspacing="1" border="0">
  361. <tr>
  362.     <td align="left" valign="top"><span class="gensmall">Ces donnΘes sont basΘes sur les utilisateurs actifs des cinq derniΦres minutes</span></td>
  363. </tr>
  364. </table>
  365.  
  366. <form method="post" action="login.php">
  367.   <table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
  368.     <tr>
  369.       <td class="catHead" height="28"><a name="login"></a><span class="cattitle">Connexion</span></td>
  370.     </tr>
  371.     <tr>
  372.       <td class="row1" align="center" valign="middle" height="28"><span class="gensmall">Nom d'utilisateur:
  373.         <input class="post" type="text" name="username" size="10" />
  374.            Mot de passe:
  375.         <input class="post" type="password" name="password" size="10" maxlength="32" />
  376.            
  377.         <input type="submit" class="mainoption" name="login" value="Connexion" />
  378.         </span> </td>
  379.     </tr>
  380.   </table>
  381. </form>
  382.  
  383. <br clear="all" />
  384.  
  385. <table cellspacing="3" border="0" align="center" cellpadding="0">
  386.   <tr>
  387.     <td width="20" align="center"><img src="templates/subSilver/images/folder_new_big.gif" alt="Nouveaux messages"/></td>
  388.     <td><span class="gensmall">Nouveaux messages</span></td>
  389.     <td>  </td>
  390.     <td width="20" align="center"><img src="templates/subSilver/images/folder_big.gif" alt="Pas de nouveaux messages" /></td>
  391.     <td><span class="gensmall">Pas de nouveaux messages</span></td>
  392.     <td>  </td>
  393.     <td width="20" align="center"><img src="templates/subSilver/images/folder_locked_big.gif" alt="Forum VerrouillΘ" /></td>
  394.     <td><span class="gensmall">Forum VerrouillΘ</span></td>
  395.   </tr>
  396. </table>
  397.  
  398.  
  399. <div align="center"><span class="copyright"><br /><br />
  400. <!--
  401.     We request you retain the full copyright notice below including the link to www.phpbb.com.
  402.     This not only gives respect to the large amount of time given freely by the developers
  403.     but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
  404.     reason) retain the full copyright we request you at least leave in place the
  405.     Powered by phpBB line, with phpBB linked to www.phpbb.com. If you refuse
  406.     to include even this then support on our forums may be affected.
  407.  
  408.     The phpBB Group : 2002
  409. // -->
  410. Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> © 2001, 2005 phpBB Group<br />Traduction par : <a href="http://www.phpbb-fr.com/" target="_blank" class="copyright">phpBB-fr.com</a></span></div>
  411.         </td>
  412.     </tr>
  413. </table>
  414.  
  415. </body>
  416. </html>
  417.  
  418.