home *** CD-ROM | disk | FTP | other *** search
/ hackzapple.com / www.hackzapple.com.tar / www.hackzapple.com / phpBB2 / viewtopic.php?p=1219.orig < prev    next >
Text File  |  2010-10-06  |  73KB  |  1,072 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=260&view=previous" title="Voir le sujet prΘcΘdent" />
  12. <link rel="next" href="viewtopic.php?t=260&view=next" title="Voir le sujet suivant" />
  13. <link rel="up" href="viewforum.php?f=19" title="Recherches techniques (hard ou soft)" />
  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 - Recherche livres introuvables ?</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=260&start=0&postdays=0&postorder=asc&highlight=">Recherche livres introuvables ?</a><br />
  283.       <span class="gensmall"><b>Aller α la page <b>1</b>, <a href="viewtopic.php?t=260&postdays=0&postorder=asc&start=15">2</a>  <a href="viewtopic.php?t=260&postdays=0&postorder=asc&start=15">Suivante</a></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=19"><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=260"><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=19" class="nav">Recherches techniques (hard ou soft)</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=260&view=previous" class="nav">Voir le sujet prΘcΘdent</a> :: <a href="viewtopic.php?t=260&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="1192"></a><b>amauget</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 06 DΘc 2009<br />Messages: 61<br />Localisation: Nantes</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=1192#1192"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Mer 09 DΘc 2009, 21:57<span class="gen"> </span>   Sujet du message: Recherche livres introuvables ?</span></td>
  310.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1192"><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 α Tous,
  317. <br />
  318.  
  319. <br />
  320. AprΦs avoir lu "Understanding the Apple II" (et mΩme si j'ai pas tout pigΘ, notamment le fameux chapitre 9), j'ai lu quelque part qu'il existait la mΩme chose mais pour le IIe. Quelqu'un sait-il o∙ puis-je rΘcupΘrer cette raretΘ ?
  321. <br />
  322.  
  323. <br />
  324. Je suis Θgalement α la recherche du livre de chevet de certain d'entre vous  <img src="images/smiles/icon_biggrin.gif" alt="Very Happy" border="0" />, le fameux "SystΦmes d'exploitation et SystΦmes de protection sur Apple II" dont il est dΘjα question sur ce forum.
  325. <br />
  326.  
  327. <br />
  328. Je dΘsespΦre de les trouver au format papier. Une version Θlectronqiue serait dΘjα pas mal.
  329. <br />
  330.  
  331. <br />
  332. Merci de vos rΘponses.<br />_________________<br />Antony
  333. <br />
  334. <span style="font-style: italic">Apple II forever</span></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=56"><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=56"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" 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="1194"></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=1194#1194"><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 10 DΘc 2009, 10:05<span class="gen"> </span>   Sujet du message: </span></td>
  361.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1194"><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">Je suis aussi α la recherche de la version IIe de l'understanding (couverture α couleur bleue).
  368. <br />
  369. JPL en a un exemplaire (et m'avait trΦs sympatiquement fait une photocopie du chapitre relatif au disk II).
  370. <br />
  371. C'est trΦs rare de voir la version IIe sur ebay. Vu une fois avec un lot de bouquins mais c'Θtait le seul qui m'intΘressait et avec le poids total, l'envoi worldwilde depuis les USA Θtait terrible.
  372. <br />
  373.  
  374. <br />
  375. Il y a bien 2 ans j'avais essayΘ de le rechercher via son identifiant ISBN chez les boutiques d'occasion tournant autour d'Amazon.com mais rien (ou alors α un tarif tellement dΘbile que j'ai lachΘ l'affaire).
  376. <br />
  377. Il faudrait retenter aujourd'hui (ISBN 10 = 0835980197).
  378. <br />
  379.  
  380. <br />
  381. Puis le "systΦme d'exploit et protection", je l'ai vu 2 fois sur ebay.fr en l'espace de quelques annΘes. Pour avoir un PDF, il faudrait le mettre bien α plat et τa ce n'est pas possible sans abimer la "bible".
  382. <br />
  383.  
  384. <br />
  385. JM</span><span class="gensmall"></span></td>
  386.             </tr>
  387.         </table></td>
  388.     </tr>
  389.     <tr>
  390.         <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>
  391.         <td class="row2" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  392.             <tr>
  393.                 <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"><!--
  394.  
  395.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  396.         document.write(' ');
  397.     else
  398.         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>');
  399.  
  400.                 //--></script><noscript></noscript></td>
  401.             </tr>
  402.         </table></td>
  403.     </tr>
  404.     <tr>
  405.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  406.     </tr>
  407.     <tr>
  408.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="1196"></a><b>amauget</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 06 DΘc 2009<br />Messages: 61<br />Localisation: Nantes</span><br /></td>
  409.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  410.             <tr>
  411.                 <td width="100%"><a href="viewtopic.php?p=1196#1196"><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 10 DΘc 2009, 11:02<span class="gen"> </span>   Sujet du message: </span></td>
  412.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1196"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  413.             </tr>
  414.             <tr>
  415.                 <td colspan="2"><hr /></td>
  416.             </tr>
  417.             <tr>
  418.                 <td colspan="2"><span class="postbody">DΘτu, dΘτu, dΘτu ...
  419. <br />
  420.  
  421. <br />
  422. On dirait que je ne suis pas prΦs de mettre la main sur ces deux lα  <img src="images/smiles/icon_cry.gif" alt="Crying or Very sad" border="0" /><br />_________________<br />Antony
  423. <br />
  424. <span style="font-style: italic">Apple II forever</span></span><span class="gensmall"></span></td>
  425.             </tr>
  426.         </table></td>
  427.     </tr>
  428.     <tr>
  429.         <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>
  430.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  431.             <tr>
  432.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=56"><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=56"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>     <script language="JavaScript" type="text/javascript"><!--
  433.  
  434.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  435.         document.write(' ');
  436.     else
  437.         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>');
  438.  
  439.                 //--></script><noscript></noscript></td>
  440.             </tr>
  441.         </table></td>
  442.     </tr>
  443.     <tr>
  444.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  445.     </tr>
  446.     <tr>
  447.         <td width="150" align="left" valign="top" class="row2"><span class="name"><a name="1212"></a><b>ENMM</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 11 Sep 2007<br />Messages: 35<br />Localisation: Pays de Loire / reste du monde</span><br /></td>
  448.         <td class="row2" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  449.             <tr>
  450.                 <td width="100%"><a href="viewtopic.php?p=1212#1212"><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 17 DΘc 2009, 0:23<span class="gen"> </span>   Sujet du message: </span></td>
  451.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1212"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  452.             </tr>
  453.             <tr>
  454.                 <td colspan="2"><hr /></td>
  455.             </tr>
  456.             <tr>
  457.                 <td colspan="2"><span class="postbody">Bonsoir ,
  458. <br />
  459.  
  460. <br />
  461. Pour les ouvrages, je suis sur une piste mais cela risque d'Ωtre long.
  462. <br />
  463.  
  464. <br />
  465. je t'informe dΦs que possible du rΘsultat.
  466. <br />
  467.  
  468. <br />
  469. A2+
  470. <br />
  471.  
  472. <br />
  473. ENMM</span><span class="gensmall"></span></td>
  474.             </tr>
  475.         </table></td>
  476.     </tr>
  477.     <tr>
  478.         <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>
  479.         <td class="row2" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  480.             <tr>
  481.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=21"><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=21"><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://web.mac.com/fmichaud/MA-APDL/" 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"><!--
  482.  
  483.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  484.         document.write(' ');
  485.     else
  486.         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>');
  487.  
  488.                 //--></script><noscript></noscript></td>
  489.             </tr>
  490.         </table></td>
  491.     </tr>
  492.     <tr>
  493.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  494.     </tr>
  495.     <tr>
  496.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="1215"></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>
  497.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  498.             <tr>
  499.                 <td width="100%"><a href="viewtopic.php?p=1215#1215"><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 17 DΘc 2009, 20:28<span class="gen"> </span>   Sujet du message: Re: Recherche livres introuvables ?</span></td>
  500.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1215"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  501.             </tr>
  502.             <tr>
  503.                 <td colspan="2"><hr /></td>
  504.             </tr>
  505.             <tr>
  506.                 <td colspan="2"><span class="postbody"></span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr>       <td><span class="genmed"><b>amauget a Θcrit:</b></span></td>    </tr>    <tr>      <td class="quote">..."SystΦmes d'exploitation et SystΦmes de protection sur Apple II"...</td>    </tr></table><span class="postbody">
  507. <br />
  508.  
  509. <br />
  510. 404 pages α scanner (par deux donc 202) ca va faire long (et oui j'ai la version papier <img src="images/smiles/icon_wink.gif" alt="Wink" border="0" />) ISBN : 2-86899-059-2 chez Micro Application par Jean-Pierre LAGRANGE.
  511. <br />
  512.  
  513. <br />
  514. Je vais tacher de faire les scans, il faudra juste Ωtre patient, j'ai des soucis avec mon PC qui s'amuse α redΘmarrer tout seul ou perd la configuration de ma carte graphique (mais la reconnait si je dΘbranche Θlectriquement l'UC et que je redΘmarre, un truc de fou ... α ne rien y comprendre  <img src="images/smiles/icon_eek.gif" alt="Shocked" border="0" /> )
  515. <br />
  516.  
  517. <br />
  518. En attendant bonnes fΩtes α tout le monde  <img src="images/smiles/icon_biggrin.gif" alt="Very Happy" border="0" /><br />_________________<br />Je suis sur de "rien", mais ne je suis pas sur du "tout".</span><span class="gensmall"></span></td>
  519.             </tr>
  520.         </table></td>
  521.     </tr>
  522.     <tr>
  523.         <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>
  524.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  525.             <tr>
  526.                 <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"><!--
  527.  
  528.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  529.         document.write(' ');
  530.     else
  531.         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>');
  532.  
  533.                 //--></script><noscript></noscript></td>
  534.             </tr>
  535.         </table></td>
  536.     </tr>
  537.     <tr>
  538.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  539.     </tr>
  540.     <tr>
  541.         <td width="150" align="left" valign="top" class="row2"><span class="name"><a name="1216"></a><b>ENMM</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 11 Sep 2007<br />Messages: 35<br />Localisation: Pays de Loire / reste du monde</span><br /></td>
  542.         <td class="row2" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  543.             <tr>
  544.                 <td width="100%"><a href="viewtopic.php?p=1216#1216"><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 17 DΘc 2009, 20:56<span class="gen"> </span>   Sujet du message: </span></td>
  545.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1216"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  546.             </tr>
  547.             <tr>
  548.                 <td colspan="2"><hr /></td>
  549.             </tr>
  550.             <tr>
  551.                 <td colspan="2"><span class="postbody">Bonsoir,
  552. <br />
  553.  
  554. <br />
  555. Voici un lien vers un des ouvrages :
  556. <br />
  557. Understanding Apple IIe
  558. <br />
  559.  
  560. <br />
  561. <a href="http://www1.cs.columbia.edu/~sedwards/papers/Understanding%20the%20Apple%20IIe.pdf" target="_blank">http://www1.cs.columbia.edu/~sedwards/papers/Understanding%20the%20Apple%20IIe.pdf</a>
  562. <br />
  563.  
  564. <br />
  565.  
  566. <br />
  567. A+
  568. <br />
  569.  
  570. <br />
  571. ENMM</span><span class="gensmall"></span></td>
  572.             </tr>
  573.         </table></td>
  574.     </tr>
  575.     <tr>
  576.         <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>
  577.         <td class="row2" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  578.             <tr>
  579.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=21"><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=21"><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://web.mac.com/fmichaud/MA-APDL/" 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"><!--
  580.  
  581.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  582.         document.write(' ');
  583.     else
  584.         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>');
  585.  
  586.                 //--></script><noscript></noscript></td>
  587.             </tr>
  588.         </table></td>
  589.     </tr>
  590.     <tr>
  591.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  592.     </tr>
  593.     <tr>
  594.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="1219"></a><b>amauget</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 06 DΘc 2009<br />Messages: 61<br />Localisation: Nantes</span><br /></td>
  595.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  596.             <tr>
  597.                 <td width="100%"><a href="viewtopic.php?p=1219#1219"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Sam 19 DΘc 2009, 22:06<span class="gen"> </span>   Sujet du message: Re: Recherche livres introuvables ?</span></td>
  598.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1219"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  599.             </tr>
  600.             <tr>
  601.                 <td colspan="2"><hr /></td>
  602.             </tr>
  603.             <tr>
  604.                 <td colspan="2"><span class="postbody">Bonjour flaith,
  605. <br />
  606.  
  607. <br />
  608. </span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr>       <td><span class="genmed"><b>flaith a Θcrit:</b></span></td>    </tr>    <tr>      <td class="quote">... 404 pages α scanner (par deux donc 202) ca va faire long</td>    </tr></table><span class="postbody">
  609. <br />
  610. Si tu as besoin d'aide, n'hΘsite pas : j'ai aussi ce qu'il faut pour scanner.
  611. <br />
  612.  
  613. <br />
  614. </span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr>       <td><span class="genmed"><b>flaith a Θcrit:</b></span></td>    </tr>    <tr>      <td class="quote">... j'ai des soucis avec mon PC qui s'amuse α redΘmarrer tout seul ou perd la configuration de ma carte graphique (mais la reconnait si je dΘbranche Θlectriquement l'UC et que je redΘmarre, un truc de fou ... α ne rien y comprendre  <img src="images/smiles/icon_eek.gif" alt="Shocked" border="0" /></td>    </tr></table><span class="postbody">
  615. <br />
  616. Y'a pas α dire, les Apple sont plus fiables que les PC <img src="images/smiles/icon_lol.gif" alt="Laughing" border="0" /> 
  617. <br />
  618.  
  619. <br />
  620.  
  621. <br />
  622. Bonjour ENMM,
  623. <br />
  624.  
  625. <br />
  626. Un Θnorme <span style="font-size: 24px; line-height: normal">MERCI</span> pour le lien. Il arrive pile au moment ou je me demandais ce que j'allais lire dans le train  <img src="images/smiles/icon_cool.gif" alt="Cool" border="0" /> Comment as-tu fait pour dΘbusquer ce lien <img src="images/smiles/icon_question.gif" alt="Question" border="0" /> J'avais dΘjα tentΘ Google, sans succΦs  <img src="images/smiles/icon_exclaim.gif" alt="Exclamation" border="0" /><br />_________________<br />Antony
  627. <br />
  628. <span style="font-style: italic">Apple II forever</span></span><span class="gensmall"></span></td>
  629.             </tr>
  630.         </table></td>
  631.     </tr>
  632.     <tr>
  633.         <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>
  634.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  635.             <tr>
  636.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=56"><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=56"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>     <script language="JavaScript" type="text/javascript"><!--
  637.  
  638.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  639.         document.write(' ');
  640.     else
  641.         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>');
  642.  
  643.                 //--></script><noscript></noscript></td>
  644.             </tr>
  645.         </table></td>
  646.     </tr>
  647.     <tr>
  648.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  649.     </tr>
  650.     <tr>
  651.         <td width="150" align="left" valign="top" class="row2"><span class="name"><a name="1220"></a><b>ENMM</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 11 Sep 2007<br />Messages: 35<br />Localisation: Pays de Loire / reste du monde</span><br /></td>
  652.         <td class="row2" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  653.             <tr>
  654.                 <td width="100%"><a href="viewtopic.php?p=1220#1220"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Sam 19 DΘc 2009, 22:23<span class="gen"> </span>   Sujet du message: Recherche du lien,</span></td>
  655.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1220"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  656.             </tr>
  657.             <tr>
  658.                 <td colspan="2"><hr /></td>
  659.             </tr>
  660.             <tr>
  661.                 <td colspan="2"><span class="postbody">Bonsoir 
  662. <br />
  663.  
  664. <br />
  665. Il faut parfois de la chance pour tomber juste sur la recherche qui est 
  666. <br />
  667. demandΘe.
  668. <br />
  669.  
  670. <br />
  671. Dans la bibliothΦque de mes ouvrages si un titre peut agrΘmenter tes voyages, tu sΘlectionnes et je vais essayer de le numΘriser. Avec une nouvelle mΘthode .
  672. <br />
  673.  
  674. <br />
  675. A2+
  676. <br />
  677.  
  678. <br />
  679. ENMM</span><span class="gensmall"></span></td>
  680.             </tr>
  681.         </table></td>
  682.     </tr>
  683.     <tr>
  684.         <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>
  685.         <td class="row2" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  686.             <tr>
  687.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=21"><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=21"><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://web.mac.com/fmichaud/MA-APDL/" 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"><!--
  688.  
  689.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  690.         document.write(' ');
  691.     else
  692.         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>');
  693.  
  694.                 //--></script><noscript></noscript></td>
  695.             </tr>
  696.         </table></td>
  697.     </tr>
  698.     <tr>
  699.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  700.     </tr>
  701.     <tr>
  702.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="1221"></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>
  703.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  704.             <tr>
  705.                 <td width="100%"><a href="viewtopic.php?p=1221#1221"><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 20 DΘc 2009, 14:41<span class="gen"> </span>   Sujet du message: Re: Recherche livres introuvables ?</span></td>
  706.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1221"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  707.             </tr>
  708.             <tr>
  709.                 <td colspan="2"><hr /></td>
  710.             </tr>
  711.             <tr>
  712.                 <td colspan="2"><span class="postbody">Bonjour amauget,
  713. <br />
  714.  
  715. <br />
  716. </span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr>       <td><span class="genmed"><b>amauget a Θcrit:</b></span></td>    </tr>    <tr>      <td class="quote">...Y'a pas α dire, les Apple sont plus fiables que les PC</td>    </tr></table><span class="postbody">
  717. <br />
  718.  
  719. <br />
  720. Mon IIGS me le prouve (presque) chaque jour  <img src="images/smiles/icon_biggrin.gif" alt="Very Happy" border="0" /> 
  721. <br />
  722.  
  723. <br />
  724. J'ai commencΘ les scans (mon Pc arrΩte de planter aprΦs que j'ai retirΘ une de mes barrettes mΘmoire, gageons que cela va continuer α fonctionner  <img src="images/smiles/icon_confused.gif" alt="Confused" border="0" /> )<br />_________________<br />Je suis sur de "rien", mais ne je suis pas sur du "tout".</span><span class="gensmall"></span></td>
  725.             </tr>
  726.         </table></td>
  727.     </tr>
  728.     <tr>
  729.         <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>
  730.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  731.             <tr>
  732.                 <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"><!--
  733.  
  734.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  735.         document.write(' ');
  736.     else
  737.         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>');
  738.  
  739.                 //--></script><noscript></noscript></td>
  740.             </tr>
  741.         </table></td>
  742.     </tr>
  743.     <tr>
  744.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  745.     </tr>
  746.     <tr>
  747.         <td width="150" align="left" valign="top" class="row2"><span class="name"><a name="1248"></a><b>amauget</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 06 DΘc 2009<br />Messages: 61<br />Localisation: Nantes</span><br /></td>
  748.         <td class="row2" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  749.             <tr>
  750.                 <td width="100%"><a href="viewtopic.php?p=1248#1248"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Sam 27 FΘv 2010, 16:41<span class="gen"> </span>   Sujet du message: </span></td>
  751.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1248"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  752.             </tr>
  753.             <tr>
  754.                 <td colspan="2"><hr /></td>
  755.             </tr>
  756.             <tr>
  757.                 <td colspan="2"><span class="postbody">Y'a des fois ou la chance vous sourit.
  758. <br />
  759. En remettant le nez dans mes cartons bourrΘs de docs (que je n'ai toujours pas ressorties, classΘes et rangΘes depuis mon dΘmΘnagement - 2 ans !), sur quoi que c'est t'y que je tombe : <span style="font-weight: bold">SystΦmes d'exploitation et SystΦmes de protection sur Apple II </span> <img src="images/smiles/icon_biggrin.gif" alt="Very Happy" border="0" />  <img src="images/smiles/icon_biggrin.gif" alt="Very Happy" border="0" />  <img src="images/smiles/icon_biggrin.gif" alt="Very Happy" border="0" />
  760. <br />
  761.  
  762. <br />
  763. YES !<br />_________________<br />Antony
  764. <br />
  765. <span style="font-style: italic">Apple II forever</span></span><span class="gensmall"></span></td>
  766.             </tr>
  767.         </table></td>
  768.     </tr>
  769.     <tr>
  770.         <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>
  771.         <td class="row2" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  772.             <tr>
  773.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=56"><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=56"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>     <script language="JavaScript" type="text/javascript"><!--
  774.  
  775.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  776.         document.write(' ');
  777.     else
  778.         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>');
  779.  
  780.                 //--></script><noscript></noscript></td>
  781.             </tr>
  782.         </table></td>
  783.     </tr>
  784.     <tr>
  785.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  786.     </tr>
  787.     <tr>
  788.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="1250"></a><b>toinet</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 15 Juin 2007<br />Messages: 326<br />Localisation: Paris, France</span><br /></td>
  789.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  790.             <tr>
  791.                 <td width="100%"><a href="viewtopic.php?p=1250#1250"><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 28 FΘv 2010, 18:50<span class="gen"> </span>   Sujet du message: </span></td>
  792.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1250"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  793.             </tr>
  794.             <tr>
  795.                 <td colspan="2"><hr /></td>
  796.             </tr>
  797.             <tr>
  798.                 <td colspan="2"><span class="postbody"></span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr>       <td><span class="genmed"><b>amauget a Θcrit:</b></span></td>    </tr>    <tr>      <td class="quote">Y'a des fois ou la chance vous sourit.
  799. <br />
  800. En remettant le nez dans mes cartons bourrΘs de docs (que je n'ai toujours pas ressorties, classΘes et rangΘes depuis mon dΘmΘnagement - 2 ans !), sur quoi que c'est t'y que je tombe : <span style="font-weight: bold">SystΦmes d'exploitation et SystΦmes de protection sur Apple II </span> <img src="images/smiles/icon_biggrin.gif" alt="Very Happy" border="0" />  <img src="images/smiles/icon_biggrin.gif" alt="Very Happy" border="0" />  <img src="images/smiles/icon_biggrin.gif" alt="Very Happy" border="0" />
  801. <br />
  802.  
  803. <br />
  804. YES !</td>    </tr></table><span class="postbody">
  805. <br />
  806.  
  807. <br />
  808. C'est amusant. J'ai achetΘ un lot sur eBay rΘcemment (191 euros pour un Apple II europlus, deux clones, une carte-mΦre de II+, plein de bouquins, disquettes et autres) et... le bouquin de JPL Θgalement.
  809. <br />
  810.  
  811. <br />
  812. J'suis content <img src="images/smiles/icon_wink.gif" alt="Wink" border="0" /> J'm'en va demander une dΘdicace α m'sieur JP,
  813. <br />
  814.  
  815. <br />
  816. antoine</span><span class="gensmall"></span></td>
  817.             </tr>
  818.         </table></td>
  819.     </tr>
  820.     <tr>
  821.         <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>
  822.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  823.             <tr>
  824.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=4"><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=4"><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://www.oss117.org/" 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"><!--
  825.  
  826.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  827.         document.write(' ');
  828.     else
  829.         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>');
  830.  
  831.                 //--></script><noscript></noscript></td>
  832.             </tr>
  833.         </table></td>
  834.     </tr>
  835.     <tr>
  836.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  837.     </tr>
  838.     <tr>
  839.         <td width="150" align="left" valign="top" class="row2"><span class="name"><a name="1253"></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>
  840.         <td class="row2" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  841.             <tr>
  842.                 <td width="100%"><a href="viewtopic.php?p=1253#1253"><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 14 Mar 2010, 11:15<span class="gen"> </span>   Sujet du message: </span></td>
  843.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1253"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  844.             </tr>
  845.             <tr>
  846.                 <td colspan="2"><hr /></td>
  847.             </tr>
  848.             <tr>
  849.                 <td colspan="2"><span class="postbody"></span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr>       <td><span class="genmed"><b>toinet a Θcrit:</b></span></td>    </tr>    <tr>      <td class="quote">...J'suis content <img src="images/smiles/icon_wink.gif" alt="Wink" border="0" /> J'm'en va demander une dΘdicace α m'sieur JP,
  850. <br />
  851.  
  852. <br />
  853. antoine</td>    </tr></table><span class="postbody">
  854. <br />
  855.  
  856. <br />
  857.  <img src="images/smiles/icon_biggrin.gif" alt="Very Happy" border="0" /> il dΘdicace o∙ ?  <img src="images/smiles/icon_wink.gif" alt="Wink" border="0" /><br />_________________<br />Je suis sur de "rien", mais ne je suis pas sur du "tout".</span><span class="gensmall"></span></td>
  858.             </tr>
  859.         </table></td>
  860.     </tr>
  861.     <tr>
  862.         <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>
  863.         <td class="row2" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  864.             <tr>
  865.                 <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"><!--
  866.  
  867.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  868.         document.write(' ');
  869.     else
  870.         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>');
  871.  
  872.                 //--></script><noscript></noscript></td>
  873.             </tr>
  874.         </table></td>
  875.     </tr>
  876.     <tr>
  877.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  878.     </tr>
  879.     <tr>
  880.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="1254"></a><b>toinet</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 15 Juin 2007<br />Messages: 326<br />Localisation: Paris, France</span><br /></td>
  881.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  882.             <tr>
  883.                 <td width="100%"><a href="viewtopic.php?p=1254#1254"><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 14 Mar 2010, 23:23<span class="gen"> </span>   Sujet du message: </span></td>
  884.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1254"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  885.             </tr>
  886.             <tr>
  887.                 <td colspan="2"><hr /></td>
  888.             </tr>
  889.             <tr>
  890.                 <td colspan="2"><span class="postbody"></span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr>       <td><span class="genmed"><b>flaith a Θcrit:</b></span></td>    </tr>    <tr>      <td class="quote"></span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr>       <td><span class="genmed"><b>toinet a Θcrit:</b></span></td>    </tr>    <tr>      <td class="quote">...J'suis content <img src="images/smiles/icon_wink.gif" alt="Wink" border="0" /> J'm'en va demander une dΘdicace α m'sieur JP,
  891. <br />
  892.  
  893. <br />
  894. antoine</td>    </tr></table><span class="postbody">
  895. <br />
  896.  
  897. <br />
  898.  <img src="images/smiles/icon_biggrin.gif" alt="Very Happy" border="0" /> il dΘdicace o∙ ?  <img src="images/smiles/icon_wink.gif" alt="Wink" border="0" /></td>    </tr></table><span class="postbody">
  899. <br />
  900.  
  901. <br />
  902. de 6h50 a 20h07, tous les jours, bateau pirate, eurodisney
  903. <br />
  904.  
  905. <br />
  906. av</span><span class="gensmall"></span></td>
  907.             </tr>
  908.         </table></td>
  909.     </tr>
  910.     <tr>
  911.         <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>
  912.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  913.             <tr>
  914.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=4"><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=4"><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://www.oss117.org/" 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"><!--
  915.  
  916.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  917.         document.write(' ');
  918.     else
  919.         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>');
  920.  
  921.                 //--></script><noscript></noscript></td>
  922.             </tr>
  923.         </table></td>
  924.     </tr>
  925.     <tr>
  926.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  927.     </tr>
  928.     <tr>
  929.         <td width="150" align="left" valign="top" class="row2"><span class="name"><a name="1255"></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>
  930.         <td class="row2" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  931.             <tr>
  932.                 <td width="100%"><a href="viewtopic.php?p=1255#1255"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Mar 16 Mar 2010, 13:33<span class="gen"> </span>   Sujet du message: </span></td>
  933.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1255"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  934.             </tr>
  935.             <tr>
  936.                 <td colspan="2"><hr /></td>
  937.             </tr>
  938.             <tr>
  939.                 <td colspan="2"><span class="postbody"></span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr>       <td><span class="genmed"><b>toinet a Θcrit:</b></span></td>    </tr>    <tr>      <td class="quote">J'ai achetΘ un lot sur eBay rΘcemment (191 euros pour un Apple II europlus, deux clones, une carte-mΦre de II+, plein de bouquins, disquettes et autres) et... le bouquin de JPL Θgalement.</td>    </tr></table><span class="postbody">
  940. <br />
  941.  
  942. <br />
  943. A en juger par ce que je viens de voir sur ebay, ce n'Θtait que pour le bouquin alors <img src="images/smiles/icon_lol.gif" alt="Laughing" border="0" /> 
  944. <br />
  945.  
  946. <br />
  947. Les disquettes 5.25" m'intΘressent. J'ai bidΘ sur les 3 lots.
  948. <br />
  949. Au fait pour le prΩt des 3,5", je ne peux pas passer avant 2 α 3 semaines.
  950. <br />
  951.  
  952. <br />
  953. JM</span><span class="gensmall"></span></td>
  954.             </tr>
  955.         </table></td>
  956.     </tr>
  957.     <tr>
  958.         <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>
  959.         <td class="row2" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  960.             <tr>
  961.                 <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"><!--
  962.  
  963.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  964.         document.write(' ');
  965.     else
  966.         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>');
  967.  
  968.                 //--></script><noscript></noscript></td>
  969.             </tr>
  970.         </table></td>
  971.     </tr>
  972.     <tr>
  973.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  974.     </tr>
  975.     <tr>
  976.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="1257"></a><b>amauget</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 06 DΘc 2009<br />Messages: 61<br />Localisation: Nantes</span><br /></td>
  977.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  978.             <tr>
  979.                 <td width="100%"><a href="viewtopic.php?p=1257#1257"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Sam 20 Mar 2010, 16:22<span class="gen"> </span>   Sujet du message: </span></td>
  980.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1257"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  981.             </tr>
  982.             <tr>
  983.                 <td colspan="2"><hr /></td>
  984.             </tr>
  985.             <tr>
  986.                 <td colspan="2"><span class="postbody">Je suis aussi en lice mais pour la carte mΦre de II+...
  987. <br />
  988.  
  989. <br />
  990. Happy bidding  <img src="images/smiles/icon_wink.gif" alt="Wink" border="0" /><br />_________________<br />Antony
  991. <br />
  992. <span style="font-style: italic">Apple II forever</span></span><span class="gensmall"></span></td>
  993.             </tr>
  994.         </table></td>
  995.     </tr>
  996.     <tr>
  997.         <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>
  998.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  999.             <tr>
  1000.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=56"><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=56"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>     <script language="JavaScript" type="text/javascript"><!--
  1001.  
  1002.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  1003.         document.write(' ');
  1004.     else
  1005.         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>');
  1006.  
  1007.                 //--></script><noscript></noscript></td>
  1008.             </tr>
  1009.         </table></td>
  1010.     </tr>
  1011.     <tr>
  1012.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  1013.     </tr>
  1014.     <tr align="center">
  1015.         <td class="catBottom" colspan="2" height="28"><table cellspacing="0" cellpadding="0" border="0">
  1016.             <tr><form method="post" action="viewtopic.php?t=260&start=0">
  1017.                 <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>
  1018.             </form></tr>
  1019.         </table></td>
  1020.     </tr>
  1021. </table>
  1022.  
  1023. <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
  1024.   <tr>
  1025.     <td align="left" valign="middle" nowrap="nowrap"><span class="nav"><a href="posting.php?mode=newtopic&f=19"><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=260"><img src="templates/subSilver/images/lang_french/reply.gif" border="0" alt="RΘpondre au sujet" align="middle" /></a></span></td>
  1026.     <td align="left" valign="middle" width="100%"><span class="nav">   <a href="index.php" class="nav"> Index du Forum</a>
  1027.       -> <a href="viewforum.php?f=19" class="nav">Recherches techniques (hard ou soft)</a></span></td>
  1028.     <td align="right" valign="top" nowrap="nowrap"><span class="gensmall">Toutes les heures sont au format GMT + 1 Heure</span><br /><span class="nav">Aller α la page <b>1</b>, <a href="viewtopic.php?t=260&postdays=0&postorder=asc&start=15">2</a>  <a href="viewtopic.php?t=260&postdays=0&postorder=asc&start=15">Suivante</a></span>
  1029.       </td>
  1030.   </tr>
  1031.   <tr>
  1032.     <td align="left" colspan="3"><span class="nav">Page <b>1</b> sur <b>2</b></span></td>
  1033.   </tr>
  1034. </table>
  1035.  
  1036. <table width="100%" cellspacing="2" border="0" align="center">
  1037.   <tr>
  1038.     <td width="40%" valign="top" nowrap="nowrap" align="left"><span class="gensmall"></span><br />
  1039.        <br />
  1040.       </td>
  1041.     <td align="right" valign="top" nowrap="nowrap">
  1042. <form method="get" name="jumpbox" action="viewforum.php" onSubmit="if(document.jumpbox.f.value == -1){return false;}"><table cellspacing="0" cellpadding="0" border="0">
  1043.     <tr>
  1044.         <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"selected="selected">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>
  1045.     </tr>
  1046. </table></form>
  1047.  
  1048. <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>
  1049.   </tr>
  1050. </table>
  1051.  
  1052.  
  1053. <div align="center"><span class="copyright"><br /><br />
  1054. <!--
  1055.     We request you retain the full copyright notice below including the link to www.phpbb.com.
  1056.     This not only gives respect to the large amount of time given freely by the developers
  1057.     but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
  1058.     reason) retain the full copyright we request you at least leave in place the
  1059.     Powered by phpBB line, with phpBB linked to www.phpbb.com. If you refuse
  1060.     to include even this then support on our forums may be affected.
  1061.  
  1062.     The phpBB Group : 2002
  1063. // -->
  1064. 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>
  1065.         </td>
  1066.     </tr>
  1067. </table>
  1068.  
  1069. </body>
  1070. </html>
  1071.  
  1072.