home *** CD-ROM | disk | FTP | other *** search
/ hackzapple.com / www.hackzapple.com.tar / www.hackzapple.com / phpBB2 / viewtopic.php?p=1177&highlight=.orig < prev    next >
Text File  |  2010-10-06  |  44KB  |  663 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="prev" href="viewtopic.php?t=257&view=previous" title="Voir le sujet prΘcΘdent" />
  12. <link rel="next" href="viewtopic.php?t=257&view=next" title="Voir le sujet suivant" />
  13. <link rel="up" href="viewforum.php?f=2" title="PRESENTATION DES MEMBRES" />
  14. <link rel="chapter forum" href="viewforum.php?f=1" title="REGLES DE BASE DU FORUM" />
  15. <link rel="chapter forum" href="viewforum.php?f=2" title="PRESENTATION DES MEMBRES" />
  16. <link rel="chapter forum" href="viewforum.php?f=3" title="FAQ" />
  17. <link rel="chapter forum" href="viewforum.php?f=24" title="LES VENDEURS DE Q et assimilΘs..." />
  18. <link rel="chapter forum" href="viewforum.php?f=4" title="APPLE II et II+" />
  19. <link rel="chapter forum" href="viewforum.php?f=5" title="APPLE IIe" />
  20. <link rel="chapter forum" href="viewforum.php?f=6" title="APPLE IIc et IIc Plus" />
  21. <link rel="chapter forum" href="viewforum.php?f=7" title="APPLE IIGS" />
  22. <link rel="chapter forum" href="viewforum.php?f=8" title="ITT2020" />
  23. <link rel="chapter forum" href="viewforum.php?f=9" title="BELL & HOWELL" />
  24. <link rel="chapter forum" href="viewforum.php?f=25" title="APPLE I" />
  25. <link rel="chapter forum" href="viewforum.php?f=10" title="APPLE /// et ///Plus" />
  26. <link rel="chapter forum" href="viewforum.php?f=11" title="LISA 1,  2, 2/5,  2/10 et ... XL" />
  27. <link rel="chapter forum" href="viewforum.php?f=12" title="PROBLEMES DIVERS" />
  28. <link rel="chapter forum" href="viewforum.php?f=13" title="PROTECTION MALEFIQUE" />
  29. <link rel="chapter forum" href="viewforum.php?f=23" title="EMULATION" />
  30. <link rel="chapter forum" href="viewforum.php?f=14" title="CARTES COPROCESSEUR" />
  31. <link rel="chapter forum" href="viewforum.php?f=15" title="CARTES MEMOIRE" />
  32. <link rel="chapter forum" href="viewforum.php?f=16" title="CARTES POUR DISQUES" />
  33. <link rel="chapter forum" href="viewforum.php?f=17" title="AUTRES CARTES" />
  34. <link rel="chapter forum" href="viewforum.php?f=18" title="PERIPHERIQUES" />
  35. <link rel="chapter forum" href="viewforum.php?f=19" title="Recherches techniques (hard ou soft)" />
  36. <link rel="chapter forum" href="viewforum.php?f=20" title="ACHATS,VENTES ET/OU ECHANGES" />
  37. <link rel="chapter forum" href="viewforum.php?f=21" title="DIVERS...MAIS TOUJOURS EN RELATION AVEC APPLE!" />
  38. <link rel="chapter forum" href="viewforum.php?f=22" title="LES PETITS MAUDITS A EVITER" />
  39.  
  40. <title> :: Voir le sujet - Le bonjour d'un nΘophyte...</title>
  41. <!-- link rel="stylesheet" href="templates/subSilver/subSilver.css" type="text/css" -->
  42. <style type="text/css">
  43. <!--
  44. /*
  45.   The original subSilver Theme for phpBB version 2+
  46.   Created by subBlue design
  47.   http://www.subBlue.com
  48.  
  49.   NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  50.   theme administration centre. When you have finalised your style you could cut the final CSS code
  51.   and place it in an external file, deleting this section to save bandwidth.
  52. */
  53.  
  54. /* General page style. The scroll bar colours only visible in IE5.5+ */
  55. body {
  56.     background-color: #E5E5E5;
  57.     scrollbar-face-color: #DEE3E7;
  58.     scrollbar-highlight-color: #FFFFFF;
  59.     scrollbar-shadow-color: #DEE3E7;
  60.     scrollbar-3dlight-color: #D1D7DC;
  61.     scrollbar-arrow-color:  #006699;
  62.     scrollbar-track-color: #EFEFEF;
  63.     scrollbar-darkshadow-color: #98AAB1;
  64. }
  65.  
  66. /* General font families for common tags */
  67. font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
  68. a:link,a:active,a:visited { color : #006699; }
  69. a:hover        { text-decoration: underline; color : #DD6900; }
  70. hr    { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
  71.  
  72. /* This is the border line & background colour round the entire page */
  73. .bodyline    { background-color: #FFFFFF; border: 1px #98AAB1 solid; }
  74.  
  75. /* This is the outline round the main forum tables */
  76. .forumline    { background-color: #FFFFFF; border: 2px #006699 solid; }
  77.  
  78. /* Main table cell colours and backgrounds */
  79. td.row1    { background-color: #EFEFEF; }
  80. td.row2    { background-color: #DEE3E7; }
  81. td.row3    { background-color: #D1D7DC; }
  82.  
  83. /*
  84.   This is for the table cell above the Topics, Post & Last posts on the index.php page
  85.   By default this is the fading out gradiated silver background.
  86.   However, you could replace this with a bitmap specific for each forum
  87. */
  88. td.rowpic {
  89.         background-color: #FFFFFF;
  90.         background-image: url(templates/subSilver/images/cellpic2.jpg);
  91.         background-repeat: repeat-y;
  92. }
  93.  
  94. /* Header cells - the blue and silver gradient backgrounds */
  95. th    {
  96.     color: #FFA34F; font-size: 11px; font-weight : bold;
  97.     background-color: #006699; height: 25px;
  98.     background-image: url(templates/subSilver/images/cellpic3.gif);
  99. }
  100.  
  101. td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
  102.             background-image: url(templates/subSilver/images/cellpic1.gif);
  103.             background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
  104. }
  105.  
  106. /*
  107.   Setting additional nice inner borders for the main table cells.
  108.   The names indicate which sides the border will be on.
  109.   Don't worry if you don't understand this, just ignore it :-)
  110. */
  111. td.cat,td.catHead,td.catBottom {
  112.     height: 29px;
  113.     border-width: 0px 0px 0px 0px;
  114. }
  115. th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
  116.     font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px;
  117. }
  118. td.row3Right,td.spaceRow {
  119.     background-color: #D1D7DC; border: #FFFFFF; border-style: solid;
  120. }
  121.  
  122. th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
  123. th.thSides,td.catSides,td.spaceRow     { border-width: 0px 1px 0px 1px; }
  124. th.thRight,td.catRight,td.row3Right     { border-width: 0px 1px 0px 0px; }
  125. th.thLeft,td.catLeft      { border-width: 0px 0px 0px 1px; }
  126. th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
  127. th.thTop     { border-width: 1px 0px 0px 0px; }
  128. th.thCornerL { border-width: 1px 0px 0px 1px; }
  129. th.thCornerR { border-width: 1px 1px 0px 0px; }
  130.  
  131. /* The largest text used in the index page title and toptic title etc. */
  132. .maintitle    {
  133.     font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
  134.     text-decoration: none; line-height : 120%; color : #000000;
  135. }
  136.  
  137. /* General text */
  138. .gen { font-size : 12px; }
  139. .genmed { font-size : 11px; }
  140. .gensmall { font-size : 10px; }
  141. .gen,.genmed,.gensmall { color : #000000; }
  142. a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
  143. a.gen:hover,a.genmed:hover,a.gensmall:hover    { color: #DD6900; text-decoration: underline; }
  144.  
  145. /* The register, login, search etc links at the top of the page */
  146. .mainmenu        { font-size : 11px; color : #000000 }
  147. a.mainmenu        { text-decoration: none; color : #006699;  }
  148. a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }
  149.  
  150. /* Forum category titles */
  151. .cattitle        { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
  152. a.cattitle        { text-decoration: none; color : #006699; }
  153. a.cattitle:hover{ text-decoration: underline; }
  154.  
  155. /* Forum title: Text and link to the forums used in: index.php */
  156. .forumlink        { font-weight: bold; font-size: 12px; color : #006699; }
  157. a.forumlink     { text-decoration: none; color : #006699; }
  158. a.forumlink:hover{ text-decoration: underline; color : #DD6900; }
  159.  
  160. /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
  161. .nav            { font-weight: bold; font-size: 11px; color : #000000;}
  162. a.nav            { text-decoration: none; color : #006699; }
  163. a.nav:hover        { text-decoration: underline; }
  164.  
  165. /* titles for the topics: could specify viewed link colour too */
  166. .topictitle,h1,h2    { font-weight: bold; font-size: 11px; color : #000000; }
  167. a.topictitle:link   { text-decoration: none; color : #006699; }
  168. a.topictitle:visited { text-decoration: none; color : #5493B4; }
  169. a.topictitle:hover    { text-decoration: underline; color : #DD6900; }
  170.  
  171. /* Name of poster in viewmsg.php and viewtopic.php and other places */
  172. .name            { font-size : 11px; color : #000000;}
  173.  
  174. /* Location, number of posts, post date etc */
  175. .postdetails        { font-size : 10px; color : #000000; }
  176.  
  177. /* The content of the posts (body of text) */
  178. .postbody { font-size : 12px; line-height: 18px}
  179. a.postlink:link    { text-decoration: none; color : #006699 }
  180. a.postlink:visited { text-decoration: none; color : #5493B4; }
  181. a.postlink:hover { text-decoration: underline; color : #DD6900}
  182.  
  183. /* Quote & Code blocks */
  184. .code {
  185.     font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
  186.     background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
  187.     border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
  188. }
  189.  
  190. .quote {
  191.     font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
  192.     background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
  193.     border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
  194. }
  195.  
  196. /* Copyright and bottom info */
  197. .copyright        { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
  198. a.copyright        { color: #444444; text-decoration: none;}
  199. a.copyright:hover { color: #000000; text-decoration: underline;}
  200.  
  201. /* Form elements */
  202. input,textarea, select {
  203.     color : #000000;
  204.     font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  205.     border-color : #000000;
  206. }
  207.  
  208. /* The text input fields background colour */
  209. input.post, textarea.post, select {
  210.     background-color : #FFFFFF;
  211. }
  212.  
  213. input { text-indent : 2px; }
  214.  
  215. /* The buttons used for bbCode styling in message post */
  216. input.button {
  217.     background-color : #EFEFEF;
  218.     color : #000000;
  219.     font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
  220. }
  221.  
  222. /* The main submit button option */
  223. input.mainoption {
  224.     background-color : #FAFAFA;
  225.     font-weight : bold;
  226. }
  227.  
  228. /* None-bold submit button */
  229. input.liteoption {
  230.     background-color : #FAFAFA;
  231.     font-weight : normal;
  232. }
  233.  
  234. /* This is the line in the posting page which shows the rollover
  235.   help line. This is actually a text box, but if set to be the same
  236.   colour as the background no one will know ;)
  237. */
  238. .helpline { background-color: #DEE3E7; border-style: none; }
  239.  
  240. /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
  241. @import url("templates/subSilver/formIE.css");
  242. -->
  243. </style>
  244. </head>
  245. <body bgcolor="#E5E5E5" text="#000000" link="#006699" vlink="#5493B4">
  246.  
  247. <a name="top"></a>
  248.  
  249. <table width="100%" cellspacing="0" cellpadding="10" border="0" align="center" >
  250.     <tr>
  251.         <td class="bodyline" >
  252.             <table width="100%" cellspacing="0" cellpadding="0" border="0" >
  253.             <tr>
  254.                 <td BGCOLOR="BLACK"><CENTER>
  255.                 <a href="index.php"><img src="templates/subSilver/images/HZA/TITRE8A.PNG" border="0" alt=" Index du Forum" vspace="1" /></a>
  256.                 </CENTER></td>
  257.                 <TD></TD>
  258.             </TR>
  259.                 <TR><TD align="center" COLSPAN="2" BGCOLOR="#E5E5E5">
  260.                     <span class="mainmenu"><B><FONT COLOR="RED">IDENTIFICATION SERVEUR : 213.186.33.87 - CLIENT : 74.109.56.191 </FONT></B></SPAN></TD>
  261.                 </TR>
  262.             <TR><TD><BR></TD></TR>
  263.             <CENTER>
  264.             <table cellspacing="0" cellpadding="2" border="0">
  265.                     <tr>
  266.                         <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> 
  267.                          <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> 
  268.                         </span></td>
  269.                     </tr>
  270.                     <tr>
  271.                         <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>
  272.                     </tr>
  273.                 </table></td>
  274.             </tr>
  275.         </table>
  276.  
  277.         <br />
  278.  
  279.  
  280. <table width="100%" cellspacing="2" cellpadding="2" border="0">
  281.   <tr>
  282.     <td align="left" valign="bottom" colspan="2"><a class="maintitle" href="viewtopic.php?t=257&start=0&postdays=0&postorder=asc&highlight=">Le bonjour d'un nΘophyte...</a><br />
  283.       <span class="gensmall"><b></b><br />
  284.         </span></td>
  285.   </tr>
  286. </table>
  287.  
  288. <table width="100%" cellspacing="2" cellpadding="2" border="0">
  289.   <tr>
  290.     <td align="left" valign="bottom" nowrap="nowrap"><span class="nav"><a href="posting.php?mode=newtopic&f=2"><img src="templates/subSilver/images/lang_french/post.gif" border="0" alt="Poster un nouveau sujet" align="middle" /></a>   <a href="posting.php?mode=reply&t=257"><img src="templates/subSilver/images/lang_french/reply.gif" border="0" alt="RΘpondre au sujet" align="middle" /></a></span></td>
  291.     <td align="left" valign="middle" width="100%"><span class="nav">   <a href="index.php" class="nav"> Index du Forum</a>
  292.       -> <a href="viewforum.php?f=2" class="nav">PRESENTATION DES MEMBRES</a></span></td>
  293.   </tr>
  294. </table>
  295.  
  296. <table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0">
  297.     <tr align="right">
  298.         <td class="catHead" colspan="2" height="28"><span class="nav"><a href="viewtopic.php?t=257&view=previous" class="nav">Voir le sujet prΘcΘdent</a> :: <a href="viewtopic.php?t=257&view=next" class="nav">Voir le sujet suivant</a>  </span></td>
  299.     </tr>
  300.     
  301.     <tr>
  302.         <th class="thLeft" width="150" height="26" nowrap="nowrap">Auteur</th>
  303.         <th class="thRight" nowrap="nowrap">Message</th>
  304.     </tr>
  305.     <tr>
  306.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="1175"></a><b>Jayce_31</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 19 Nov 2009<br />Messages: 6<br />Localisation: Aude (11)</span><br /></td>
  307.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  308.             <tr>
  309.                 <td width="100%"><a href="viewtopic.php?p=1175#1175"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Dim 22 Nov 2009, 15:56<span class="gen"> </span>   Sujet du message: Le bonjour d'un nΘophyte...</span></td>
  310.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1175"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  311.             </tr>
  312.             <tr>
  313.                 <td colspan="2"><hr /></td>
  314.             </tr>
  315.             <tr>
  316.                 <td colspan="2"><span class="postbody">Bonjour,
  317. <br />
  318. Je m'appelle J.C, 32 ans, et je collectionne les ordinosaures depuis 2006 - quand j'ai retrouvΘ mon Commodore PC-1 et mon Atari 520STe dans le grenier...
  319. <br />
  320. Ma collection comprend un peu de tout, aussi bien micros (Amstrad, Atari, Commodore, Thomson..etc) que consoles, pong et jeux Θlectronique.
  321. <br />
  322.  
  323. <br />
  324. Il y a peu de temps, j'ai rΘcupΘrΘ (ou sauvΘ??) un Apple IIe avec Θcran monochrome et 2 manettes dans un carton α la dΘcharge <img src="images/smiles/icon_biggrin.gif" alt="Very Happy" border="0" /> Le lot est en parfait Θtat de fonctionnement et esthΘtique (a part quelques taches, il est peu jauni)
  325. <br />
  326. Par la suite, j'ai fait l'acquisition d'un lecteur de disquette 5"1/4 compatible, ainsi qu'un autre lecteur 5"1/4 original, de la doc diverse (en attente de rΘception) et une carte sΘrie... Malheureusement, je cherche toujours une version DOS pour utiliser pleinement ce cher Apple IIe!
  327. <br />
  328.  
  329. <br />
  330. Si je me suis inscrit sur ce forum, c'est surtout qu'en tant que nΘophyte de la "pomme croquΘe", j'aurais des questions auxquelles je pense pouvoir trouver les rΘponses ici.
  331. <br />
  332.  
  333. <br />
  334. J.C</span><span class="gensmall"></span></td>
  335.             </tr>
  336.         </table></td>
  337.     </tr>
  338.     <tr>
  339.         <td class="row1" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  340.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  341.             <tr>
  342.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=54"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=54"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>  <a href="http://jc.cayn.free.fr" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  343.  
  344.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  345.         document.write(' ');
  346.     else
  347.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  348.  
  349.                 //--></script><noscript></noscript></td>
  350.             </tr>
  351.         </table></td>
  352.     </tr>
  353.     <tr>
  354.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  355.     </tr>
  356.     <tr>
  357.         <td width="150" align="left" valign="top" class="row2"><span class="name"><a name="1176"></a><b>Deckard</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 29 Mar 2007<br />Messages: 350<br />Localisation: Levallois-Perret / Le Mans</span><br /></td>
  358.         <td class="row2" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  359.             <tr>
  360.                 <td width="100%"><a href="viewtopic.php?p=1176#1176"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Lun 23 Nov 2009, 0:32<span class="gen"> </span>   Sujet du message: </span></td>
  361.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1176"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  362.             </tr>
  363.             <tr>
  364.                 <td colspan="2"><hr /></td>
  365.             </tr>
  366.             <tr>
  367.                 <td colspan="2"><span class="postbody">Bienvenu JC sur ce forum,
  368. <br />
  369.  
  370. <br />
  371. je vois que tu as rΘcupΘrΘ une carte super sΘrie.
  372. <br />
  373. As-tu essayΘ le logiciel <a href="http://adtpro.sourceforge.net/" target="_blank" class="postlink">ADT Pro</a> ou son ancΩtre <a href="http://adt.berlios.de/" target="_blank" class="postlink">ADT</a>?
  374. <br />
  375. Un DOS 3.3, τa se trouve sans soucis sur le net sous forme de disque image (format .dsk) et avec ce logiciel, tu peux reconstituer le DOS 3.3 sur une vΘritable disquette 5,25 pouces α utiliser avec tes lecteurs de disquettes.
  376. <br />
  377. Par exemple:
  378. <br />
  379. <a href="http://mirrors.apple2.org.za/ftp.apple.asimov.net/images/masters/" target="_blank" class="postlink">http://mirrors.apple2.org.za/ftp.apple.asimov.net/images/masters/</a>
  380. <br />
  381.  
  382. <br />
  383. Nous essayerons de rΘpondre α toutes tes questions.
  384. <br />
  385.  
  386. <br />
  387. JM</span><span class="gensmall"></span></td>
  388.             </tr>
  389.         </table></td>
  390.     </tr>
  391.     <tr>
  392.         <td class="row2" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  393.         <td class="row2" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  394.             <tr>
  395.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=3"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=3"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>  <a href="http://boutillon.free.fr" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  396.  
  397.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  398.         document.write(' ');
  399.     else
  400.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  401.  
  402.                 //--></script><noscript></noscript></td>
  403.             </tr>
  404.         </table></td>
  405.     </tr>
  406.     <tr>
  407.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  408.     </tr>
  409.     <tr>
  410.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="1177"></a><b>Jayce_31</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 19 Nov 2009<br />Messages: 6<br />Localisation: Aude (11)</span><br /></td>
  411.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  412.             <tr>
  413.                 <td width="100%"><a href="viewtopic.php?p=1177#1177"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Lun 23 Nov 2009, 13:00<span class="gen"> </span>   Sujet du message: </span></td>
  414.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1177"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  415.             </tr>
  416.             <tr>
  417.                 <td colspan="2"><hr /></td>
  418.             </tr>
  419.             <tr>
  420.                 <td colspan="2"><span class="postbody">Merci de ton accueil Deckard,
  421. <br />
  422.  
  423. <br />
  424. En effet, si j'ai acquis une carte sΘrie, c'est bien dans l'intention de pouvoir crΘer des disquettes depuis mon PC. Il me manquait quelques infos que tu as citΘ dans ton message... Maintenant, je suis parΘ pour faire revivre cette superbe machine que j'ai eu l'occasion de dΘcouvrir (rapidement <img src="images/smiles/icon_cry.gif" alt="Crying or Very sad" border="0" /> ) fin des annΘes 80...
  425. <br />
  426.  
  427. <br />
  428. Avec mes remerciements,
  429. <br />
  430. J.C<br />_________________<br />Ma collection micros, consoles, pong et jeux vidΘo sur
  431. <br />
  432. <a href="http://jc.cayn.free.fr" target="_blank" class="postlink"><img src="http://jc.cayn.free.fr/logo.gif" border="0" /></a></span><span class="gensmall"></span></td>
  433.             </tr>
  434.         </table></td>
  435.     </tr>
  436.     <tr>
  437.         <td class="row1" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  438.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  439.             <tr>
  440.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=54"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=54"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>  <a href="http://jc.cayn.free.fr" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  441.  
  442.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  443.         document.write(' ');
  444.     else
  445.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  446.  
  447.                 //--></script><noscript></noscript></td>
  448.             </tr>
  449.         </table></td>
  450.     </tr>
  451.     <tr>
  452.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  453.     </tr>
  454.     <tr>
  455.         <td width="150" align="left" valign="top" class="row2"><span class="name"><a name="1178"></a><b>Deckard</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 29 Mar 2007<br />Messages: 350<br />Localisation: Levallois-Perret / Le Mans</span><br /></td>
  456.         <td class="row2" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  457.             <tr>
  458.                 <td width="100%"><a href="viewtopic.php?p=1178#1178"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Lun 23 Nov 2009, 15:32<span class="gen"> </span>   Sujet du message: </span></td>
  459.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1178"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  460.             </tr>
  461.             <tr>
  462.                 <td colspan="2"><hr /></td>
  463.             </tr>
  464.             <tr>
  465.                 <td colspan="2"><span class="postbody">Prend ADT Pro:
  466. <br />
  467.  
  468. <br />
  469. il te permettra sans avoir aucun programme apple II disponible d'en crΘer grΓce α des .dsk chargΘs depuis un pc ou mac.
  470. <br />
  471. Il te suffit juste d'avoir des diskettes 5,25" formatΘes prΩtes α Ωtre Θcrites.
  472. <br />
  473.  
  474. <br />
  475. Ta machine moderne (pc/mac) doit avoir une machine virtuelle java.
  476. <br />
  477. Si elle n'a pas de prise sΘrie, un adaptateur usb/sΘrie fera l'affaire.
  478. <br />
  479.  
  480. <br />
  481. JM</span><span class="gensmall"></span></td>
  482.             </tr>
  483.         </table></td>
  484.     </tr>
  485.     <tr>
  486.         <td class="row2" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  487.         <td class="row2" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  488.             <tr>
  489.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=3"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=3"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>  <a href="http://boutillon.free.fr" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  490.  
  491.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  492.         document.write(' ');
  493.     else
  494.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  495.  
  496.                 //--></script><noscript></noscript></td>
  497.             </tr>
  498.         </table></td>
  499.     </tr>
  500.     <tr>
  501.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  502.     </tr>
  503.     <tr>
  504.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="1180"></a><b>flaith</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 30 Ao√ 2007<br />Messages: 30<br />Localisation: $300:20 58 FC 60</span><br /></td>
  505.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  506.             <tr>
  507.                 <td width="100%"><a href="viewtopic.php?p=1180#1180"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Jeu 26 Nov 2009, 19:11<span class="gen"> </span>   Sujet du message: Re: Le bonjour d'un nΘophyte...</span></td>
  508.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1180"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  509.             </tr>
  510.             <tr>
  511.                 <td colspan="2"><hr /></td>
  512.             </tr>
  513.             <tr>
  514.                 <td colspan="2"><span class="postbody"></span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr>       <td><span class="genmed"><b>Jayce_31 a Θcrit:</b></span></td>    </tr>    <tr>      <td class="quote">Bonjour,
  515. <br />
  516. Je m'appelle J.C, 32 ans, et je collectionne les ordinosaures depuis 2006 - quand j'ai retrouvΘ mon Commodore PC-1 et mon Atari 520STe dans le grenier...
  517. <br />
  518. Ma collection comprend un peu de tout, aussi bien micros (Amstrad, Atari, Commodore, Thomson..etc) que consoles, pong et jeux Θlectronique.</td>    </tr></table><span class="postbody">
  519. <br />
  520.  
  521. <br />
  522. DΘjα salut et bienvenue  <img src="images/smiles/icon_wink.gif" alt="Wink" border="0" /> 
  523. <br />
  524.  
  525. <br />
  526. </span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr>       <td><span class="genmed"><b>Jayce_31 a Θcrit:</b></span></td>    </tr>    <tr>      <td class="quote">Il y a peu de temps, j'ai rΘcupΘrΘ (ou sauvΘ??) un Apple IIe avec Θcran monochrome et 2 manettes dans un carton α la dΘcharge <img src="images/smiles/icon_biggrin.gif" alt="Very Happy" border="0" /> Le lot est en parfait Θtat de fonctionnement et esthΘtique (a part quelques taches, il est peu jauni)
  527. <br />
  528. Par la suite, j'ai fait l'acquisition d'un lecteur de disquette 5"1/4 compatible, ainsi qu'un autre lecteur 5"1/4 original, de la doc diverse (en attente de rΘception) et une carte sΘrie... Malheureusement, je cherche toujours une version DOS pour utiliser pleinement ce cher Apple IIe!
  529. <br />
  530.  
  531. <br />
  532. Si je me suis inscrit sur ce forum, c'est surtout qu'en tant que nΘophyte de la "pomme croquΘe", j'aurais des questions auxquelles je pense pouvoir trouver les rΘponses ici.
  533. <br />
  534.  
  535. <br />
  536. J.C</td>    </tr></table><span class="postbody">
  537. <br />
  538.  <img src="images/smiles/icon_eek.gif" alt="Shocked" border="0" /> mais comment vous faites pour trouver ses trΘsors dans une dΘcharge ??? Pourquoi ca ne m'arrive pas α moi  <img src="images/smiles/icon_confused.gif" alt="Confused" border="0" />  <img src="images/smiles/icon_redface.gif" alt="Embarassed" border="0" />  <img src="images/smiles/icon_cry.gif" alt="Crying or Very sad" border="0" /><br />_________________<br />Je suis sur de "rien", mais ne je suis pas sur du "tout".</span><span class="gensmall"></span></td>
  539.             </tr>
  540.         </table></td>
  541.     </tr>
  542.     <tr>
  543.         <td class="row1" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  544.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  545.             <tr>
  546.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=19"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=19"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>  <a href="http://flaith.free.fr" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  547.  
  548.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  549.         document.write(' ');
  550.     else
  551.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  552.  
  553.                 //--></script><noscript></noscript></td>
  554.             </tr>
  555.         </table></td>
  556.     </tr>
  557.     <tr>
  558.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  559.     </tr>
  560.     <tr>
  561.         <td width="150" align="left" valign="top" class="row2"><span class="name"><a name="1182"></a><b>Jayce_31</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 19 Nov 2009<br />Messages: 6<br />Localisation: Aude (11)</span><br /></td>
  562.         <td class="row2" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  563.             <tr>
  564.                 <td width="100%"><a href="viewtopic.php?p=1182#1182"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Jeu 26 Nov 2009, 20:26<span class="gen"> </span>   Sujet du message: </span></td>
  565.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1182"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  566.             </tr>
  567.             <tr>
  568.                 <td colspan="2"><hr /></td>
  569.             </tr>
  570.             <tr>
  571.                 <td colspan="2"><span class="postbody">Je crois que c'est lα que le proverbe "Ωtre au bon endroit, au bon moment" prend tout son sens <img src="images/smiles/icon_biggrin.gif" alt="Very Happy" border="0" /> Il aurait p'tet fallu 1/2 heure de plus pour que je le loupe <img src="images/smiles/icon_confused.gif" alt="Confused" border="0" />
  572. <br />
  573.  
  574. <br />
  575. A noter que seuls l'unitΘ centrale et l'Θcran proviennent de la dΘcharge <img src="images/smiles/icon_wink.gif" alt="Wink" border="0" /> 
  576. <br />
  577. Le reste, d'achat ou d'Θchange...
  578. <br />
  579.  
  580. <br />
  581. Ne desespΦre pas flaith et merci pour ton accueil<br />_________________<br />Ma collection micros, consoles, pong et jeux vidΘo sur
  582. <br />
  583. <a href="http://jc.cayn.free.fr" target="_blank" class="postlink"><img src="http://jc.cayn.free.fr/logo.gif" border="0" /></a></span><span class="gensmall"></span></td>
  584.             </tr>
  585.         </table></td>
  586.     </tr>
  587.     <tr>
  588.         <td class="row2" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  589.         <td class="row2" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  590.             <tr>
  591.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=54"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=54"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>  <a href="http://jc.cayn.free.fr" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  592.  
  593.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  594.         document.write(' ');
  595.     else
  596.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  597.  
  598.                 //--></script><noscript></noscript></td>
  599.             </tr>
  600.         </table></td>
  601.     </tr>
  602.     <tr>
  603.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  604.     </tr>
  605.     <tr align="center">
  606.         <td class="catBottom" colspan="2" height="28"><table cellspacing="0" cellpadding="0" border="0">
  607.             <tr><form method="post" action="viewtopic.php?t=257&start=0">
  608.                 <td align="center"><span class="gensmall">Montrer les messages depuis: <select name="postdays"><option value="0" selected="selected">Tous les messages</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> <select name="postorder"><option value="asc" selected="selected">Le plus ancien en premier</option><option value="desc">Le plus rΘcent en premier</option></select> <input type="submit" value="Aller" class="liteoption" name="submit" /></span></td>
  609.             </form></tr>
  610.         </table></td>
  611.     </tr>
  612. </table>
  613.  
  614. <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
  615.   <tr>
  616.     <td align="left" valign="middle" nowrap="nowrap"><span class="nav"><a href="posting.php?mode=newtopic&f=2"><img src="templates/subSilver/images/lang_french/post.gif" border="0" alt="Poster un nouveau sujet" align="middle" /></a>   <a href="posting.php?mode=reply&t=257"><img src="templates/subSilver/images/lang_french/reply.gif" border="0" alt="RΘpondre au sujet" align="middle" /></a></span></td>
  617.     <td align="left" valign="middle" width="100%"><span class="nav">   <a href="index.php" class="nav"> Index du Forum</a>
  618.       -> <a href="viewforum.php?f=2" class="nav">PRESENTATION DES MEMBRES</a></span></td>
  619.     <td align="right" valign="top" nowrap="nowrap"><span class="gensmall">Toutes les heures sont au format GMT + 1 Heure</span><br /><span class="nav"></span>
  620.       </td>
  621.   </tr>
  622.   <tr>
  623.     <td align="left" colspan="3"><span class="nav">Page <b>1</b> sur <b>1</b></span></td>
  624.   </tr>
  625. </table>
  626.  
  627. <table width="100%" cellspacing="2" border="0" align="center">
  628.   <tr>
  629.     <td width="40%" valign="top" nowrap="nowrap" align="left"><span class="gensmall"></span><br />
  630.        <br />
  631.       </td>
  632.     <td align="right" valign="top" nowrap="nowrap">
  633. <form method="get" name="jumpbox" action="viewforum.php" onSubmit="if(document.jumpbox.f.value == -1){return false;}"><table cellspacing="0" cellpadding="0" border="0">
  634.     <tr>
  635.         <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"selected="selected">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>
  636.     </tr>
  637. </table></form>
  638.  
  639. <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>
  640.   </tr>
  641. </table>
  642.  
  643.  
  644. <div align="center"><span class="copyright"><br /><br />
  645. <!--
  646.     We request you retain the full copyright notice below including the link to www.phpbb.com.
  647.     This not only gives respect to the large amount of time given freely by the developers
  648.     but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
  649.     reason) retain the full copyright we request you at least leave in place the
  650.     Powered by phpBB line, with phpBB linked to www.phpbb.com. If you refuse
  651.     to include even this then support on our forums may be affected.
  652.  
  653.     The phpBB Group : 2002
  654. // -->
  655. 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>
  656.         </td>
  657.     </tr>
  658. </table>
  659.  
  660. </body>
  661. </html>
  662.  
  663.