<!--Begin Template: header -->  <!--Powered By XMB 1.6 Magic Lantern Final Edition--> <!--Developed By Aventure Media & The XMB Group--> <!--www.aventure-media.co.uk--> <!--www.xmbforum.com--> <!--Do Not remove These Headers--> <html> <head> <!--Begin Template: css --> <style type="text/css">   body { scrollbar-arrow-color: #baf4fd;  scrollbar-3dlight-color: #baf4fd;  scrollbar-darkshadow-color: #536C70;  scrollbar-highlight-color: #90C4CD;  scrollbar-shadow-color: #5D797D;  scrollbar-face-color: #7BA9B1;  scrollbar-track-color: #90C4CD; }   a { color: #000000; text-decoration: none; }   a:hover { text-decoration: underline; }   .subject { font-size: 10px; font-family: Verdana; font-weight: bold; }   .post { font-size: 12px; font-weight: normal; font-family: Verdana; }   .header { color: #FFFFFF; background-color: #324A54; font-family: Verdana; font-weight: bold; font-size: 10px; }   .header2 { background-color: #8ABEC7; font-family: Verdana; font-weight: bold; font-size: 11px; }   .category { background-color: #324A54; font-family: Verdana; font-size: 10px; }   .tablerow { font-family: Verdana; color: #000000; font-size: 10px; }   .nav { font-family: Verdana; font-weight: bold; font-size: 10px; }   .smalltxt { font-size: 9px; font-family: Verdana; }   .mediumtxt { font-size: 10px; font-family: Verdana; font-weight: normal; color: #000000; }   .navtd { font-size: 11px; font-family: Verdana; color: #FFFFFF; background-color: #324A54; text-decoration: none; }   .multi { font-family: verdana; font-size: 11px; }   textarea, select, input, object { font-family: Verdana, arial, helvetica, sans-serif;  font-size: 12px;  font-weight: normal;  background-color: #8ABEC7;  color: #000000;  } </style> <!-- End Template: css --> <script language="JavaScript">  function Popup(url, window_name, window_width, window_height)  { settings=  "toolbar=no,location=no,directories=no,"+  "status=no,menubar=no,scrollbars=yes,"+  "resizable=yes,width="+window_width+",height="+window_height;    NewWindow=window.open(url,window_name,settings); }   function icon(theicon) {  document.input.message.value += theicon;  document.input.message.focus();  }  </script> <script type="text/javascript" language=JavaScript><!--Begin Template: functions_bbcode --> defmode = "normalmode"; // default mode. either normalmode, advmode, or helpmode   if (defmode == "advmode") {         helpmode = false;         normalmode = false;         advmode = true; } else if (defmode == "helpmode") {         helpmode = true;         normalmode = false;         advmode = false; } else {         helpmode = false;         normalmode = true;         advmode = false; } function chmode(swtch){         if (swtch == 1){                 advmode = false;                 normalmode = false;                 helpmode = true;                 alert("Mode Aide\nClick on any of the formatting buttons for a description and instructions.");         } else if (swtch == 0) {                 helpmode = false;                 normalmode = false;                 advmode = true;                 alert("Mode Avanc\nThe BB Code will be inserted without options as soon as you hit the button.");         } else if (swtch == 2) {                 helpmode = false;                 advmode = false;                 normalmode = true;                 alert("Mode Normal\nPopups will bring you step by step through the process of inserting BB Code.");         } }   function AddText(NewCode) {         if(document.all){         insertAtCaret(document.input.message,NewCode);         setfocus();         }else{         document.input.message.value+=NewCode;         setfocus();         } } function storeCaret (textEl){         if(textEl.createTextRange){                 textEl.caretPos = document.selection.createRange().duplicate();         } }   function insertAtCaret (textEl, text){         if (textEl.createTextRange && textEl.caretPos){                 var caretPos = textEl.caretPos;                 caretPos.text = caretPos.text.charAt(caretPos.text.length - 1) == ' ' ? text + ' ' : text;         }else{                 textEl.value  = text;         } }   function email() {         if (helpmode) {                 alert("Tag Email\nTurns an email address into a mailto hyperlink.\nUsage: [email]someone@anywhere.com[/email]\nUsage: [email=someone@anywhere.com]link text[/email]");         } else if (advmode) {                 AddTxt="[email] [/email]";                 AddText(AddTxt);         } else {                  txt2=prompt("Quel nom voulez vous montrer\nIf this field is empty the email address will be visible","");                  if (txt2!=null) {                         txt=prompt("Merci d'inscrire votre adresse email.","name@domain.com");                               if (txt!=null) {                                 if (txt2=="") {                                         AddTxt="[email]"+txt+"[/email]";                                                  } else {                                         AddTxt="[email="+txt+"]"+txt2+"[/email]";                                 }                                  AddText(AddTxt);                                         }                 }         } }    function chsize(size) {         if (helpmode) {                 alert("0");         } else if (advmode) {                 AddTxt="[size="+size+"] [/size]";                 AddText(AddTxt);         } else {                                        txt=prompt("Merci d'entrer la taille du texte "+size,"Text");                  if (txt!=null) {                                      AddTxt="[size="+size+"]"+txt+"[/size]";                         AddText(AddTxt);                 }                 } }   function chfont(font) {         if (helpmode){                 alert("Font Tag\nSets the font face for the enclosed text.\nUsage: [font="+font+"]The font of this text is");         } else if (advmode) {                 AddTxt="[font="+font+"] [/font]";                 AddText(AddTxt);         } else {                                   txt=prompt("Merci d'entrer le texte interne "+font,"Text");                 if (txt!=null) {                                      AddTxt="[font="+font+"]"+txt+"[/font]";                         AddText(AddTxt);                 }                 }   }    function bold() {         if (helpmode) {                 alert("Bold Tag\nMakes the enlosed text bold.\nUsage: [b]This is some bold text[/b]");         } else if (advmode) {                 AddTxt="[b] [/b]";                 AddText(AddTxt);         } else {                   txt=prompt("Merci d'indiquer le texte en <B>Gras</B>.","Text");                      if (txt!=null) {                                    AddTxt="[b]"+txt+"[/b]";                         AddText(AddTxt);                 }                } }   function italicize() {         if (helpmode) {                 alert("Italicize Tag\nMakes the enlosed text italicized.\nUsage: [i]This is some italicized text[/i]");         } else if (advmode) {                 AddTxt="[i] [/i]";                 AddText(AddTxt);         } else {                    txt=prompt("Merci d'indiquer le texte en <I>Italique</I>.","Text");                      if (txt!=null) {                                    AddTxt="[i]"+txt+"[/i]";                         AddText(AddTxt);                 }                        } }   function quote() {         if (helpmode){                 alert("Quote tag\nQuotes the enclosed text to reference something specific that someone has posted.\nUsage: [quote]This is a quote[/quote]");         } else if (advmode) {                 AddTxt="\r[quote]\r[/quote]";                 AddText(AddTxt);         } else {                    txt=prompt("Merci d'indiquer le texte entre guillemets.","Text");                      if(txt!=null) {                                   AddTxt="\r[quote]\r"+txt+"\r[/quote]";                         AddText(AddTxt);                 }                        } }   function chcolor(color) {         if (helpmode) {                 alert("Color Tag\nSets the text color.  Any named color can be used.\nUsage: [color="+color+"]This is some "+color+" text[/color]");         } else if (advmode) {                 AddTxt="[color="+color+"] [/color]";                 AddText(AddTxt);         } else {           txt=prompt("Slectionnez la couleur "+color,"de votre texte "+color,"Text");                 if(txt!=null) {                         AddTxt="[color="+color+"]"+txt+"[/color]";                         AddText(AddTxt);                         }          } }   function center() {         if (helpmode) {                 alert("Centered tag\nCenters the enclosed text.\nUsage: [align=center]This text is centered[/align]");         } else if (advmode) {                 AddTxt="[align=center] [/align]";                 AddText(AddTxt);         } else {                   txt=prompt("Merci d'inquer le texte  centrer.","Text");                      if (txt!=null) {                                   AddTxt="\r[align=center]"+txt+"[/align]";                         AddText(AddTxt);                 }                       } }   function hyperlink() {         if (helpmode) {                 alert("Hyperlink Tag\nTurns an url into a hyperlink.\nUsage: [url]http://www.anywhere.com[/url]\nUsage: [url=http://www.anywhere.com]link text[/url]");         } else if (advmode) {                 AddTxt="[url] [/url]";                 AddText(AddTxt);         } else {                  txt2=prompt("What name should be shown?\nIf this Field is blank the URL would be visible","");                  if (txt2!=null) {                         txt=prompt("Merci d'indiquer l'URL de votre lien.","http://");                               if (txt!=null) {                                 if (txt2=="") {                                         AddTxt="[url]"+txt+"[/url]";                                         AddText(AddTxt);                                 } else {                                         AddTxt="[url="+txt+"]"+txt2+"[/url]";                                         AddText(AddTxt);                                 }                                  }                  }         } }   function image() {         if (helpmode){                 alert("Image Tag\nInserts an image into the post.\nUsage: [img]http:\www.anywhere.comimage.gif[/img]");         } else if (advmode) {                 AddTxt="[img] [/img]";                 AddText(AddTxt);         } else {                   txt=prompt("Merci d'indiquer l'URL de l'image  insrer.","http://");                     if(txt!=null) {                                     AddTxt="\r[img]"+txt+"[/img]";                         AddText(AddTxt);                 }                } }   function code() {         if (helpmode) {                 alert("Code Tag\nBlockquotes the text you reference and preserves the formatting.\nUsefull for posting code.\nUsage: [code]This is formated text[/code]");         } else if (advmode) {                 AddTxt="\r[code]\r[/code]";                 AddText(AddTxt);         } else {                    txt=prompt("Merci d'indiquer le texte  dcaller.","");                      if (txt!=null) {                                   AddTxt="\r[code]"+txt+"[/code]";                         AddText(AddTxt);                 }                       } }   function list() {         if (helpmode) {                 alert("List Tag\nBuilds a bulleted, numbered, or alphabetical list.\nUsage: [list]\n[*]item1\n[*]item2\n[*]item3\n[/list]");         } else if (advmode) {                 AddTxt="\r[list]\r[*]\r[*]\r[*]\r[/list]";                 AddText(AddTxt);         } else {                   txt=prompt("Please select your list type\n ('A' for aplhabetic, '1' for nummeric) You can leave this field blank","");                                while ((txt!="") && (txt!="A") && (txt!="a") && (txt!="1") && (txt!=null)) {                         txt=prompt("ERROR!\nThe only possible values for type of list are blank 'A' and '1'.","");                                }                 if (txt!=null) {                         if (txt=="") {                                 AddTxt="\r[list]\r\n";                         } else {                                 AddTxt="\r[list="+txt+"]\r";                         }                          txt="1";                         while ((txt!="") && (txt!=null)) {                                 txt=prompt("Liste des Items:\nLeave it blank to End the List","");                                  if (txt!="") {                                                      AddTxt+="[*]"+txt+"\r";                                  }                                            }                          AddTxt+="[/list]\r\n";                         AddText(AddTxt);                  }         } }   function underline() {         if (helpmode) {                 alert("Underline Tag\nUnderlines the enclosed text.\nUsage: [u]This text is underlined[/u]");         } else if (advmode) {                 AddTxt="[u] [/u]";                 AddText(AddTxt);         } else {                   txt=prompt("Merci d'indiquer le texte  souligner.","Text");                      if (txt!=null) {                                    AddTxt="[u]"+txt+"[/u]";                         AddText(AddTxt);                 }                        } }   function setfocus() {         document.input.message.focus(); } <!-- End Template: functions_bbcode --></script> <title>Progressia.NET, le Forum - XMB - Forum</title> </head> <body bgcolor="#baf4fd" text="#000000">   <table cellspacing="0" cellpadding="0" border="0" width="90%" align="center">  <tr><td bgcolor="#000000">   <table border="0" cellspacing="1" cellpadding="6" width="100%"> <tr><td width="74%" bgcolor="#324A54"> <table border="0" width="100%" cellpadding="0" cellspacing="0"> <tr><td align="left" valign="top" rowspan="2"><a href="index.php"><img src="images/xmbforum/boardheader.gif" alt="Progressia.NET, le Forum" border="0" /></a><br /></td><td align="right" valign="top"><font class="smalltxt">Aucun<br /></font></tr> <tr> <td align="right" valign="bottom"><font class="smalltxt">Vous n'tes pas connect [<a href="misc.php?action=login">Se logger</a> - <a href="http://www.progressia.net/index.php4?rub=inscription">Inscription</a>]</font></td></tr></table> </td></tr>   <tr><td class="navtd">  <table width="100%" cellpadding="0" cellspacing="0"><tr><td class="navtd"><a href="misc.php?action=list"><font class="navtd">Liste des membres  |</font></a> <a href="misc.php?action=search"><font class="navtd">Rechercher</font></a> | <a href="faq.php"><font class="navtd">FAQ</font></a> <a href="today.php"><font class="navtd">Messages du jour</font></a> <a href="stats.php?action=view"><font class="navtd">Stats</font></a> </td> <td align="right"><a href="http://www.progressia.net/"><font class="navtd">Retour : Progressia.NET</font></a></td></tr> </table>  </td></tr></table>   </td></tr></table>   <table cellspacing="0" cellpadding="1" border="0" width="90%" align="center">  <tr> <td> <table width="100%" cellspacing="0" cellpadding="2" border="0" align="center"> <tr> <td class="nav">&nbsp;<a href="index.php">Progressia.NET, le Forum</a> &raquo; Voir prfrences </td> <td align="right"> <a href="#bottom"><img src="images/xmbforum/arrow_dw.gif" border="0"></a> </td>         </tr> </table> </td> </tr> </table> <br> <!-- End Template: header --><!--Begin Template: member_profile --> <table cellspacing="0" cellpadding="0" border="0" width="90%" align="center"> <tr><td bgcolor="#000000">   <table border="0" cellspacing="1" cellpadding="5" width="100%"> <tr> <td colspan="2" class="header">Prfrences de cendrillon</td> </tr>   <tr><td bgcolor="#8ABEC7" width="22%" class="tablerow">Pseudo:</td> <td bgcolor="#A6D9E2" class="tablerow">cendrillon&nbsp; <small>(<a href="#" onclick="Popup('u2u.php?action=send&username=cendrillon', 'Window', 550, 450);">Messages privs</a>)&nbsp; (<a href="javascript:Popup('buddy.php?action=add&buddy=cendrillon', 'Window', 250, 300);">Ajouter  la liste des Membres</a>) </small></td></tr>   <tr><td bgcolor="#8ABEC7" class="tablerow">Inscrit(e) le:</td> <td bgcolor="#A6D9E2" class="tablerow">1/1/70 (0 messages par jour)</td></tr>   <tr><td bgcolor="#8ABEC7" class="tablerow">Messages:</td> <td bgcolor="#A6D9E2" class="tablerow">26 (0.93% de tous les messages.)</td></tr>   <tr><td bgcolor="#8ABEC7" class="tablerow">Statut :<br /><img src="http://www.creationsally.com/Gif/Cendrillon/cendrillon4.gif" border="0" ></td> <td bgcolor="#A6D9E2" class="tablerow">member</td></tr>   <tr><td bgcolor="#8ABEC7" valign="top" class="tablerow">Dernire visite :</td> <td bgcolor="#A6D9E2" class="tablerow">9-4-2003  15:36</td></tr>      <tr><td bgcolor="#8ABEC7" class="tablerow">Site:</td> <td bgcolor="#A6D9E2" class="tablerow"><a href="" target="blank"></a></td></tr>   <tr><td bgcolor="#8ABEC7" class="tablerow">Aim:</td> <td bgcolor="#A6D9E2" class="tablerow"></td></tr>   <tr><td bgcolor="#8ABEC7" class="tablerow">ICQ :</td> <td bgcolor="#A6D9E2" class="tablerow"></td></tr>   <tr><td bgcolor="#8ABEC7" class="tablerow">Yahoo :</td> <td bgcolor="#A6D9E2" class="tablerow"></td></tr>   <tr><td bgcolor="#8ABEC7" class="tablerow">MSN :</td> <td bgcolor="#A6D9E2" class="tablerow"></td></tr>   <tr><td bgcolor="#8ABEC7" class="tablerow">Lieu de rsidence :</td> <td bgcolor="#A6D9E2" class="tablerow">Essonne</td></tr>   <tr><td bgcolor="#8ABEC7" class="tablerow">Anniversaire</td> <td bgcolor="#A6D9E2" class="tablerow"></td></tr>   <tr><td bgcolor="#8ABEC7" valign="top" class="tablerow">Un peu de blabla sur vous:</td> <td bgcolor="#A6D9E2" class="tablerow">contente d'tre parmis vous.</td></tr>  <tr><td bgcolor="#8ABEC7" valign="top" class="tablerow">Humeur actuelle:</td> <td bgcolor="#A6D9E2" class="tablerow">Glop...pas glop</td></tr>  <tr> <td bgcolor="#8ABEC7" colspan="2" class="tablerow"><b><a href="misc.php?action=search&srchuname=cendrillon&searchsubmit=a&srchfid=all&srchfrom=0">Chercher</a> tous les messages de cet utilisateur</b><br>Options d'administration: <a href="editprofile.php?user=cendrillon">Crer un compte membre</a></td> </tr> </table></td></tr></table>    <!-- End Template: member_profile --></table></td></tr></table><!--Begin Template: footer --> <br /> <table cellspacing="0" cellpadding="1" border="0" width="90%" align="center" bgcolor="#8ABEC7">    <tr>       <td             <table width="100%" cellspacing="0"  cellpadding="2">                    <tr>                         <td class="nav" bgcolor="#8ABEC7">&nbsp;<a href="index.php">Progressia.NET, le Forum</a> &raquo; Voir prfrences                         </td>                         <td align="right" bgcolor="#8ABEC7"> <a href="#top"><img src="images/xmbforum/arrow_up.gif" border="0"></a>                        </td>                           </tr>            </table>        </td>    </tr> </table> <br /> <table align="center"><tr> <td align="center"><br> <font style="font-size: 10px; font-family: Verdana"> Powered by <a href="http://www.xmbforum.com" target="blank">XMB</a> 1.6 v2b Magic Lantern Final<br></b> Developed By <a href="http://www.aventure-media.co.uk" target="blank">Aventure Media</a> & <a href="http://www.xmbforum.com" target=blank>The XMB Group</a>  2002<br> <font style="font-size: 11px; font-family: arial, verdana">Calcul en 0.2792339 secondes, 12 questions<br><br> </font><br /> </td></tr></table> </body></html> <a name=#bottom> <!-- End Template: footer --> 
