home *** CD-ROM | disk | FTP | other *** search
/ hackzapple.com / www.hackzapple.com.tar / www.hackzapple.com / phpBB2 / viewforum.php?f=12.orig < prev    next >
Text File  |  2010-10-06  |  29KB  |  434 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. <link rel="up" href="index.php" title=" Index du Forum" />
  12.  
  13. <title> :: Voir le Forum - PROBLEMES DIVERS</title>
  14. <!-- link rel="stylesheet" href="templates/subSilver/subSilver.css" type="text/css" -->
  15. <style type="text/css">
  16. <!--
  17. /*
  18.   The original subSilver Theme for phpBB version 2+
  19.   Created by subBlue design
  20.   http://www.subBlue.com
  21.  
  22.   NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  23.   theme administration centre. When you have finalised your style you could cut the final CSS code
  24.   and place it in an external file, deleting this section to save bandwidth.
  25. */
  26.  
  27. /* General page style. The scroll bar colours only visible in IE5.5+ */
  28. body {
  29.     background-color: #E5E5E5;
  30.     scrollbar-face-color: #DEE3E7;
  31.     scrollbar-highlight-color: #FFFFFF;
  32.     scrollbar-shadow-color: #DEE3E7;
  33.     scrollbar-3dlight-color: #D1D7DC;
  34.     scrollbar-arrow-color:  #006699;
  35.     scrollbar-track-color: #EFEFEF;
  36.     scrollbar-darkshadow-color: #98AAB1;
  37. }
  38.  
  39. /* General font families for common tags */
  40. font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
  41. a:link,a:active,a:visited { color : #006699; }
  42. a:hover        { text-decoration: underline; color : #DD6900; }
  43. hr    { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
  44.  
  45. /* This is the border line & background colour round the entire page */
  46. .bodyline    { background-color: #FFFFFF; border: 1px #98AAB1 solid; }
  47.  
  48. /* This is the outline round the main forum tables */
  49. .forumline    { background-color: #FFFFFF; border: 2px #006699 solid; }
  50.  
  51. /* Main table cell colours and backgrounds */
  52. td.row1    { background-color: #EFEFEF; }
  53. td.row2    { background-color: #DEE3E7; }
  54. td.row3    { background-color: #D1D7DC; }
  55.  
  56. /*
  57.   This is for the table cell above the Topics, Post & Last posts on the index.php page
  58.   By default this is the fading out gradiated silver background.
  59.   However, you could replace this with a bitmap specific for each forum
  60. */
  61. td.rowpic {
  62.         background-color: #FFFFFF;
  63.         background-image: url(templates/subSilver/images/cellpic2.jpg);
  64.         background-repeat: repeat-y;
  65. }
  66.  
  67. /* Header cells - the blue and silver gradient backgrounds */
  68. th    {
  69.     color: #FFA34F; font-size: 11px; font-weight : bold;
  70.     background-color: #006699; height: 25px;
  71.     background-image: url(templates/subSilver/images/cellpic3.gif);
  72. }
  73.  
  74. td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
  75.             background-image: url(templates/subSilver/images/cellpic1.gif);
  76.             background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
  77. }
  78.  
  79. /*
  80.   Setting additional nice inner borders for the main table cells.
  81.   The names indicate which sides the border will be on.
  82.   Don't worry if you don't understand this, just ignore it :-)
  83. */
  84. td.cat,td.catHead,td.catBottom {
  85.     height: 29px;
  86.     border-width: 0px 0px 0px 0px;
  87. }
  88. th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
  89.     font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px;
  90. }
  91. td.row3Right,td.spaceRow {
  92.     background-color: #D1D7DC; border: #FFFFFF; border-style: solid;
  93. }
  94.  
  95. th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
  96. th.thSides,td.catSides,td.spaceRow     { border-width: 0px 1px 0px 1px; }
  97. th.thRight,td.catRight,td.row3Right     { border-width: 0px 1px 0px 0px; }
  98. th.thLeft,td.catLeft      { border-width: 0px 0px 0px 1px; }
  99. th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
  100. th.thTop     { border-width: 1px 0px 0px 0px; }
  101. th.thCornerL { border-width: 1px 0px 0px 1px; }
  102. th.thCornerR { border-width: 1px 1px 0px 0px; }
  103.  
  104. /* The largest text used in the index page title and toptic title etc. */
  105. .maintitle    {
  106.     font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
  107.     text-decoration: none; line-height : 120%; color : #000000;
  108. }
  109.  
  110. /* General text */
  111. .gen { font-size : 12px; }
  112. .genmed { font-size : 11px; }
  113. .gensmall { font-size : 10px; }
  114. .gen,.genmed,.gensmall { color : #000000; }
  115. a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
  116. a.gen:hover,a.genmed:hover,a.gensmall:hover    { color: #DD6900; text-decoration: underline; }
  117.  
  118. /* The register, login, search etc links at the top of the page */
  119. .mainmenu        { font-size : 11px; color : #000000 }
  120. a.mainmenu        { text-decoration: none; color : #006699;  }
  121. a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }
  122.  
  123. /* Forum category titles */
  124. .cattitle        { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
  125. a.cattitle        { text-decoration: none; color : #006699; }
  126. a.cattitle:hover{ text-decoration: underline; }
  127.  
  128. /* Forum title: Text and link to the forums used in: index.php */
  129. .forumlink        { font-weight: bold; font-size: 12px; color : #006699; }
  130. a.forumlink     { text-decoration: none; color : #006699; }
  131. a.forumlink:hover{ text-decoration: underline; color : #DD6900; }
  132.  
  133. /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
  134. .nav            { font-weight: bold; font-size: 11px; color : #000000;}
  135. a.nav            { text-decoration: none; color : #006699; }
  136. a.nav:hover        { text-decoration: underline; }
  137.  
  138. /* titles for the topics: could specify viewed link colour too */
  139. .topictitle,h1,h2    { font-weight: bold; font-size: 11px; color : #000000; }
  140. a.topictitle:link   { text-decoration: none; color : #006699; }
  141. a.topictitle:visited { text-decoration: none; color : #5493B4; }
  142. a.topictitle:hover    { text-decoration: underline; color : #DD6900; }
  143.  
  144. /* Name of poster in viewmsg.php and viewtopic.php and other places */
  145. .name            { font-size : 11px; color : #000000;}
  146.  
  147. /* Location, number of posts, post date etc */
  148. .postdetails        { font-size : 10px; color : #000000; }
  149.  
  150. /* The content of the posts (body of text) */
  151. .postbody { font-size : 12px; line-height: 18px}
  152. a.postlink:link    { text-decoration: none; color : #006699 }
  153. a.postlink:visited { text-decoration: none; color : #5493B4; }
  154. a.postlink:hover { text-decoration: underline; color : #DD6900}
  155.  
  156. /* Quote & Code blocks */
  157. .code {
  158.     font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
  159.     background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
  160.     border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
  161. }
  162.  
  163. .quote {
  164.     font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
  165.     background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
  166.     border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
  167. }
  168.  
  169. /* Copyright and bottom info */
  170. .copyright        { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
  171. a.copyright        { color: #444444; text-decoration: none;}
  172. a.copyright:hover { color: #000000; text-decoration: underline;}
  173.  
  174. /* Form elements */
  175. input,textarea, select {
  176.     color : #000000;
  177.     font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  178.     border-color : #000000;
  179. }
  180.  
  181. /* The text input fields background colour */
  182. input.post, textarea.post, select {
  183.     background-color : #FFFFFF;
  184. }
  185.  
  186. input { text-indent : 2px; }
  187.  
  188. /* The buttons used for bbCode styling in message post */
  189. input.button {
  190.     background-color : #EFEFEF;
  191.     color : #000000;
  192.     font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
  193. }
  194.  
  195. /* The main submit button option */
  196. input.mainoption {
  197.     background-color : #FAFAFA;
  198.     font-weight : bold;
  199. }
  200.  
  201. /* None-bold submit button */
  202. input.liteoption {
  203.     background-color : #FAFAFA;
  204.     font-weight : normal;
  205. }
  206.  
  207. /* This is the line in the posting page which shows the rollover
  208.   help line. This is actually a text box, but if set to be the same
  209.   colour as the background no one will know ;)
  210. */
  211. .helpline { background-color: #DEE3E7; border-style: none; }
  212.  
  213. /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
  214. @import url("templates/subSilver/formIE.css");
  215. -->
  216. </style>
  217. </head>
  218. <body bgcolor="#E5E5E5" text="#000000" link="#006699" vlink="#5493B4">
  219.  
  220. <a name="top"></a>
  221.  
  222. <table width="100%" cellspacing="0" cellpadding="10" border="0" align="center" >
  223.     <tr>
  224.         <td class="bodyline" >
  225.             <table width="100%" cellspacing="0" cellpadding="0" border="0" >
  226.             <tr>
  227.                 <td BGCOLOR="BLACK"><CENTER>
  228.                 <a href="index.php"><img src="templates/subSilver/images/HZA/TITRE8A.PNG" border="0" alt=" Index du Forum" vspace="1" /></a>
  229.                 </CENTER></td>
  230.                 <TD></TD>
  231.             </TR>
  232.                 <TR><TD align="center" COLSPAN="2" BGCOLOR="#E5E5E5">
  233.                     <span class="mainmenu"><B><FONT COLOR="RED">IDENTIFICATION SERVEUR : 213.186.33.87 - CLIENT : 74.109.56.191 </FONT></B></SPAN></TD>
  234.                 </TR>
  235.             <TR><TD><BR></TD></TR>
  236.             <CENTER>
  237.             <table cellspacing="0" cellpadding="2" border="0">
  238.                     <tr>
  239.                         <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> 
  240.                          <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> 
  241.                         </span></td>
  242.                     </tr>
  243.                     <tr>
  244.                         <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>
  245.                     </tr>
  246.                 </table></td>
  247.             </tr>
  248.         </table>
  249.  
  250.         <br />
  251.  
  252.  
  253. <form method="post" action="viewforum.php?f=12&start=0">
  254.   <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
  255.     <tr>
  256.       <td align="left" valign="bottom" colspan="2"><a class="maintitle" href="viewforum.php?f=12">PROBLEMES DIVERS</a><br /><span class="gensmall"><b>ModΘrateurs: Aucun<br /><br />Utilisateurs parcourant actuellement ce forum : Aucun</b></span></td>
  257.       <td align="right" valign="bottom" nowrap="nowrap"><span class="gensmall"><b></b></span></td>
  258.     </tr>
  259.     <tr>
  260.       <td align="left" valign="middle" width="50"><a href="posting.php?mode=newtopic&f=12"><img src="templates/subSilver/images/lang_french/post.gif" border="0" alt="Poster un nouveau sujet" /></a></td>
  261.       <td align="left" valign="middle" class="nav" width="100%"><span class="nav">   <a href="index.php" class="nav"> Index du Forum</a> -> <a class="nav" href="viewforum.php?f=12">PROBLEMES DIVERS</a></span></td>
  262.       <td align="right" valign="bottom" class="nav" nowrap="nowrap"><span class="gensmall"><a href="viewforum.php?f=12&mark=topics">Marquez tous les sujets comme lus</a></span></td>
  263.     </tr>
  264.   </table>
  265.  
  266.   <table border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline">
  267.     <tr>
  268.       <th colspan="2" align="center" height="25" class="thCornerL" nowrap="nowrap"> Sujets </th>
  269.       <th width="50" align="center" class="thTop" nowrap="nowrap"> RΘponses </th>
  270.       <th width="100" align="center" class="thTop" nowrap="nowrap"> Auteur </th>
  271.       <th width="50" align="center" class="thTop" nowrap="nowrap"> Vus </th>
  272.       <th align="center" class="thCornerR" nowrap="nowrap"> Derniers Messages </th>
  273.     </tr>
  274.     <tr>
  275.       <td class="row1" align="center" valign="middle" width="20"><img src="templates/subSilver/images/folder.gif" width="19" height="18" alt="Pas de nouveaux messages" title="Pas de nouveaux messages" /></td>
  276.       <td class="row1" width="100%"><span class="topictitle"><a href="viewtopic.php?t=281" class="topictitle">I/O Error avec disk 13 secteurs ?</a></span><span class="gensmall"><br />
  277.         </span></td>
  278.       <td class="row2" align="center" valign="middle"><span class="postdetails">4</span></td>
  279.       <td class="row3" align="center" valign="middle"><span class="name"><a href="profile.php?mode=viewprofile&u=56">amauget</a></span></td>
  280.       <td class="row2" align="center" valign="middle"><span class="postdetails">188</span></td>
  281.       <td class="row3Right" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">Mar 29 Juin 2010, 21:22<br /><a href="profile.php?mode=viewprofile&u=56">amauget</a> <a href="viewtopic.php?p=1325#1325"><img src="templates/subSilver/images/icon_latest_reply.gif" alt="Voir le dernier message" title="Voir le dernier message" border="0" /></a></span></td>
  282.     </tr>
  283.     <tr>
  284.       <td class="row1" align="center" valign="middle" width="20"><img src="templates/subSilver/images/folder.gif" width="19" height="18" alt="Pas de nouveaux messages" title="Pas de nouveaux messages" /></td>
  285.       <td class="row1" width="100%"><span class="topictitle"><a href="viewtopic.php?t=254" class="topictitle">Comment commencer α programmer</a></span><span class="gensmall"><br />
  286.          [ <img src="templates/subSilver/images/icon_minipost.gif" alt="Aller α la page" title="Aller α la page" />Aller α la page: <a href="viewtopic.php?t=254&start=0">1</a>, <a href="viewtopic.php?t=254&start=15">2</a> ] </span></td>
  287.       <td class="row2" align="center" valign="middle"><span class="postdetails">23</span></td>
  288.       <td class="row3" align="center" valign="middle"><span class="name"><a href="profile.php?mode=viewprofile&u=48">Tron</a></span></td>
  289.       <td class="row2" align="center" valign="middle"><span class="postdetails">1430</span></td>
  290.       <td class="row3Right" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">Sam 12 DΘc 2009, 17:10<br /><a href="profile.php?mode=viewprofile&u=48">Tron</a> <a href="viewtopic.php?p=1202#1202"><img src="templates/subSilver/images/icon_latest_reply.gif" alt="Voir le dernier message" title="Voir le dernier message" border="0" /></a></span></td>
  291.     </tr>
  292.     <tr>
  293.       <td class="row1" align="center" valign="middle" width="20"><img src="templates/subSilver/images/folder.gif" width="19" height="18" alt="Pas de nouveaux messages" title="Pas de nouveaux messages" /></td>
  294.       <td class="row1" width="100%"><span class="topictitle"><a href="viewtopic.php?t=256" class="topictitle">ProblΦme avec Chess Master 2000</a></span><span class="gensmall"><br />
  295.         </span></td>
  296.       <td class="row2" align="center" valign="middle"><span class="postdetails">4</span></td>
  297.       <td class="row3" align="center" valign="middle"><span class="name"><a href="profile.php?mode=viewprofile&u=48">Tron</a></span></td>
  298.       <td class="row2" align="center" valign="middle"><span class="postdetails">364</span></td>
  299.       <td class="row3Right" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">Lun 16 Nov 2009, 19:18<br /><a href="profile.php?mode=viewprofile&u=48">Tron</a> <a href="viewtopic.php?p=1174#1174"><img src="templates/subSilver/images/icon_latest_reply.gif" alt="Voir le dernier message" title="Voir le dernier message" border="0" /></a></span></td>
  300.     </tr>
  301.     <tr>
  302.       <td class="row1" align="center" valign="middle" width="20"><img src="templates/subSilver/images/folder.gif" width="19" height="18" alt="Pas de nouveaux messages" title="Pas de nouveaux messages" /></td>
  303.       <td class="row1" width="100%"><span class="topictitle"><a href="viewtopic.php?t=198" class="topictitle">Applewin et la base des registres windows</a></span><span class="gensmall"><br />
  304.         </span></td>
  305.       <td class="row2" align="center" valign="middle"><span class="postdetails">2</span></td>
  306.       <td class="row3" align="center" valign="middle"><span class="name"><a href="profile.php?mode=viewprofile&u=3">Deckard</a></span></td>
  307.       <td class="row2" align="center" valign="middle"><span class="postdetails">618</span></td>
  308.       <td class="row3Right" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">Lun 12 Jan 2009, 17:44<br /><a href="profile.php?mode=viewprofile&u=2">JPL</a> <a href="viewtopic.php?p=986#986"><img src="templates/subSilver/images/icon_latest_reply.gif" alt="Voir le dernier message" title="Voir le dernier message" border="0" /></a></span></td>
  309.     </tr>
  310.     <tr>
  311.       <td class="row1" align="center" valign="middle" width="20"><img src="templates/subSilver/images/folder.gif" width="19" height="18" alt="Pas de nouveaux messages" title="Pas de nouveaux messages" /></td>
  312.       <td class="row1" width="100%"><span class="topictitle"><a href="viewtopic.php?t=129" class="topictitle">Heure de publication des messages sur le forum</a></span><span class="gensmall"><br />
  313.         </span></td>
  314.       <td class="row2" align="center" valign="middle"><span class="postdetails">4</span></td>
  315.       <td class="row3" align="center" valign="middle"><span class="name"><a href="profile.php?mode=viewprofile&u=18">Oz</a></span></td>
  316.       <td class="row2" align="center" valign="middle"><span class="postdetails">1298</span></td>
  317.       <td class="row3Right" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">Dim 28 Oct 2007, 18:24<br /><a href="profile.php?mode=viewprofile&u=3">Deckard</a> <a href="viewtopic.php?p=632#632"><img src="templates/subSilver/images/icon_latest_reply.gif" alt="Voir le dernier message" title="Voir le dernier message" border="0" /></a></span></td>
  318.     </tr>
  319.     <tr>
  320.       <td class="row1" align="center" valign="middle" width="20"><img src="templates/subSilver/images/folder.gif" width="19" height="18" alt="Pas de nouveaux messages" title="Pas de nouveaux messages" /></td>
  321.       <td class="row1" width="100%"><span class="topictitle"><a href="viewtopic.php?t=48" class="topictitle">Le dΘplacement de la tΩte de lecture</a></span><span class="gensmall"><br />
  322.         </span></td>
  323.       <td class="row2" align="center" valign="middle"><span class="postdetails">12</span></td>
  324.       <td class="row3" align="center" valign="middle"><span class="name"><a href="profile.php?mode=viewprofile&u=4">toinet</a></span></td>
  325.       <td class="row2" align="center" valign="middle"><span class="postdetails">2133</span></td>
  326.       <td class="row3Right" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">Sam 18 Ao√ 2007, 15:45<br /><a href="profile.php?mode=viewprofile&u=2">JPL</a> <a href="viewtopic.php?p=194#194"><img src="templates/subSilver/images/icon_latest_reply.gif" alt="Voir le dernier message" title="Voir le dernier message" border="0" /></a></span></td>
  327.     </tr>
  328.     <tr>
  329.       <td class="row1" align="center" valign="middle" width="20"><img src="templates/subSilver/images/folder.gif" width="19" height="18" alt="Pas de nouveaux messages" title="Pas de nouveaux messages" /></td>
  330.       <td class="row1" width="100%"><span class="topictitle"><a href="viewtopic.php?t=54" class="topictitle">Pourquoi Locksmith est si rapide ?</a></span><span class="gensmall"><br />
  331.         </span></td>
  332.       <td class="row2" align="center" valign="middle"><span class="postdetails">6</span></td>
  333.       <td class="row3" align="center" valign="middle"><span class="name"><a href="profile.php?mode=viewprofile&u=4">toinet</a></span></td>
  334.       <td class="row2" align="center" valign="middle"><span class="postdetails">1287</span></td>
  335.       <td class="row3Right" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">Dim 12 Ao√ 2007, 17:00<br /><a href="profile.php?mode=viewprofile&u=4">toinet</a> <a href="viewtopic.php?p=148#148"><img src="templates/subSilver/images/icon_latest_reply.gif" alt="Voir le dernier message" title="Voir le dernier message" border="0" /></a></span></td>
  336.     </tr>
  337.     <tr>
  338.       <td class="row1" align="center" valign="middle" width="20"><img src="templates/subSilver/images/folder.gif" width="19" height="18" alt="Pas de nouveaux messages" title="Pas de nouveaux messages" /></td>
  339.       <td class="row1" width="100%"><span class="topictitle"><a href="viewtopic.php?t=11" class="topictitle">Crossword Magic : routine de dΘplacement de bras</a></span><span class="gensmall"><br />
  340.         </span></td>
  341.       <td class="row2" align="center" valign="middle"><span class="postdetails">1</span></td>
  342.       <td class="row3" align="center" valign="middle"><span class="name"><a href="profile.php?mode=viewprofile&u=4">toinet</a></span></td>
  343.       <td class="row2" align="center" valign="middle"><span class="postdetails">648</span></td>
  344.       <td class="row3Right" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">Mer 20 Juin 2007, 22:54<br /><a href="profile.php?mode=viewprofile&u=4">toinet</a> <a href="viewtopic.php?p=15#15"><img src="templates/subSilver/images/icon_latest_reply.gif" alt="Voir le dernier message" title="Voir le dernier message" border="0" /></a></span></td>
  345.     </tr>
  346.     <tr>
  347.       <td class="catBottom" align="center" valign="middle" colspan="6" height="28"><span class="genmed">Montrer les sujets depuis: <select name="topicdays"><option value="0" selected="selected">Tous les sujets</option><option value="1">1 Jour</option><option value="7">7 Jours</option><option value="14">2 Semaines</option><option value="30">1 Mois</option><option value="90">3 Mois</option><option value="180">6 Mois</option><option value="364">1 An</option></select> 
  348.         <input type="submit" class="liteoption" value="Aller" name="submit" />
  349.         </span></td>
  350.     </tr>
  351.   </table>
  352.  
  353.   <table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">
  354.     <tr>
  355.       <td align="left" valign="middle" width="50"><a href="posting.php?mode=newtopic&f=12"><img src="templates/subSilver/images/lang_french/post.gif" border="0" alt="Poster un nouveau sujet" /></a></td>
  356.       <td align="left" valign="middle" width="100%"><span class="nav">   <a href="index.php" class="nav"> Index du Forum</a> -> <a class="nav" href="viewforum.php?f=12">PROBLEMES DIVERS</a></span></td>
  357.       <td align="right" valign="middle" nowrap="nowrap"><span class="gensmall">Toutes les heures sont au format GMT + 1 Heure</span><br /><span class="nav"></span>
  358.         </td>
  359.     </tr>
  360.     <tr>
  361.       <td align="left" colspan="3"><span class="nav">Page <b>1</b> sur <b>1</b></span></td>
  362.     </tr>
  363.   </table>
  364. </form>
  365.  
  366. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  367.   <tr>
  368.     <td align="right">
  369. <form method="get" name="jumpbox" action="viewforum.php" onSubmit="if(document.jumpbox.f.value == -1){return false;}"><table cellspacing="0" cellpadding="0" border="0">
  370.     <tr>
  371.         <td nowrap="nowrap"><span class="gensmall">Sauter vers: <select name="f" onchange="if(this.options[this.selectedIndex].value != -1){ forms['jumpbox'].submit() }"><option value="-1">SΘlectionner un forum</option><option value="-1"> </option><option value="-1">GENERALITES</option><option value="-1">----------------</option><option value="1">REGLES DE BASE DU FORUM</option><option value="2">PRESENTATION DES MEMBRES</option><option value="3">FAQ</option><option value="24">LES VENDEURS DE Q et assimilΘs...</option><option value="-1"> </option><option value="-1">La ligne des APPLE II</option><option value="-1">----------------</option><option value="4">APPLE II et II+</option><option value="5">APPLE IIe</option><option value="6">APPLE IIc et IIc Plus</option><option value="7">APPLE IIGS</option><option value="8">ITT2020</option><option value="9">BELL & HOWELL</option><option value="-1"> </option><option value="-1">ON AIME AUSSI...</option><option value="-1">----------------</option><option value="25">APPLE I</option><option value="10">APPLE /// et ///Plus</option><option value="11">LISA 1,  2, 2/5,  2/10 et ... XL</option><option value="-1"> </option><option value="-1">LOGICIELS</option><option value="-1">----------------</option><option value="12">PROBLEMES DIVERS</option><option value="13">PROTECTION MALEFIQUE</option><option value="23">EMULATION</option><option value="-1"> </option><option value="-1">LES CARTES ET PERIPHERIQUES</option><option value="-1">----------------</option><option value="14">CARTES COPROCESSEUR</option><option value="15">CARTES MEMOIRE</option><option value="16">CARTES POUR DISQUES</option><option value="17">AUTRES CARTES</option><option value="18">PERIPHERIQUES</option><option value="-1"> </option><option value="-1">EN VRAC ET DIVERS</option><option value="-1">----------------</option><option value="19">Recherches techniques (hard ou soft)</option><option value="20">ACHATS,VENTES ET/OU ECHANGES</option><option value="21">DIVERS...MAIS TOUJOURS EN RELATION AVEC APPLE!</option><option value="22">LES PETITS MAUDITS A EVITER</option></select><input type="hidden" name="sid" value="88dc291636b558c274916ca04b217a32" /> <input type="submit" value="Aller" class="liteoption" /></span></td>
  372.     </tr>
  373. </table></form>
  374.  
  375. </td>
  376.   </tr>
  377. </table>
  378.  
  379. <table width="100%" cellspacing="0" border="0" align="center" cellpadding="0">
  380.     <tr>
  381.         <td align="left" valign="top"><table cellspacing="3" cellpadding="0" border="0">
  382.             <tr>
  383.                 <td width="20" align="left"><img src="templates/subSilver/images/folder_new.gif" alt="Nouveaux messages" width="19" height="18" /></td>
  384.                 <td class="gensmall">Nouveaux messages</td>
  385.                 <td>  </td>
  386.                 <td width="20" align="center"><img src="templates/subSilver/images/folder.gif" alt="Pas de nouveaux messages" width="19" height="18" /></td>
  387.                 <td class="gensmall">Pas de nouveaux messages</td>
  388.                 <td>  </td>
  389.                 <td width="20" align="center"><img src="templates/subSilver/images/folder_announce.gif" alt="Annonce" width="19" height="18" /></td>
  390.                 <td class="gensmall">Annonce</td>
  391.             </tr>
  392.             <tr>
  393.                 <td width="20" align="center"><img src="templates/subSilver/images/folder_new_hot.gif" alt="Nouveaux messages [ Populaire ]" width="19" height="18" /></td>
  394.                 <td class="gensmall">Nouveaux messages [ Populaire ]</td>
  395.                 <td>  </td>
  396.                 <td width="20" align="center"><img src="templates/subSilver/images/folder_hot.gif" alt="Pas de nouveaux messages [ Populaire ]" width="19" height="18" /></td>
  397.                 <td class="gensmall">Pas de nouveaux messages [ Populaire ]</td>
  398.                 <td>  </td>
  399.                 <td width="20" align="center"><img src="templates/subSilver/images/folder_sticky.gif" alt="Post-it" width="19" height="18" /></td>
  400.                 <td class="gensmall">Post-it</td>
  401.             </tr>
  402.             <tr>
  403.                 <td class="gensmall"><img src="templates/subSilver/images/folder_lock_new.gif" alt="Nouveaux messages [ VerrouillΘ ]" width="19" height="18" /></td>
  404.                 <td class="gensmall">Nouveaux messages [ VerrouillΘ ]</td>
  405.                 <td>  </td>
  406.                 <td class="gensmall"><img src="templates/subSilver/images/folder_lock.gif" alt="Pas de nouveaux messages [ VerrouillΘ ]" width="19" height="18" /></td>
  407.                 <td class="gensmall">Pas de nouveaux messages [ VerrouillΘ ]</td>
  408.             </tr>
  409.         </table></td>
  410.         <td align="right"><span class="gensmall">Vous <b>ne pouvez pas</b> poster de nouveaux sujets dans ce forum<br />Vous <b>ne pouvez pas</b> rΘpondre aux sujets dans ce forum<br />Vous <b>ne pouvez pas</b> Θditer vos messages dans ce forum<br />Vous <b>ne pouvez pas</b> supprimer vos messages dans ce forum<br />Vous <b>ne pouvez pas</b> voter dans les sondages de ce forum<br /></span></td>
  411.     </tr>
  412. </table>
  413.  
  414.  
  415. <div align="center"><span class="copyright"><br /><br />
  416. <!--
  417.     We request you retain the full copyright notice below including the link to www.phpbb.com.
  418.     This not only gives respect to the large amount of time given freely by the developers
  419.     but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
  420.     reason) retain the full copyright we request you at least leave in place the
  421.     Powered by phpBB line, with phpBB linked to www.phpbb.com. If you refuse
  422.     to include even this then support on our forums may be affected.
  423.  
  424.     The phpBB Group : 2002
  425. // -->
  426. 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>
  427.         </td>
  428.     </tr>
  429. </table>
  430.  
  431. </body>
  432. </html>
  433.  
  434.