<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr"> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> <meta http-equiv="content-language" content="fr" /> <meta name="robots" content="index,follow" /> <meta name="keywords" content="Koreus, Franais, Francais, france, blague, insolites, info, infos, news humour, connerie, web, boulot, pause, divertissement, video, powerpoint, pps, excel, xls, mail, image, images, son, jeux, online, war3, warcraft, warcraft III, replay, guru," /> <meta name="description" content="Le site de Koreus : Blagues, news, images et video insolites." /> <meta name="rating" content="general" /> <meta name="author" content="Koreus" /> <meta name="copyright" content="Copyright  2001-2003" /> <meta name="generator" content="XOOPS" /> <title>Koreus.com - Liens Webs</title> <link href="http://www.koreus.com/favicon.ico" rel="SHORTCUT ICON" /> <link rel="stylesheet" type="text/css" media="all" href="http://www.koreus.com/xoops.css" /> <link rel="stylesheet" type="text/css" media="all" href="http://www.koreus.com/themes/default/styleNN.css" /> <!-- RMV: added module header -->  <script type="text/javascript"> <!-- function xoopsGetElementById(id){ 	if (document.getElementById) { 		return (document.getElementById(id)); 	} else if (document.all) { 		return (document.all[id]); 	} else { 		if ((navigator.appname.indexOf("Netscape") != -1) && parseInt(navigator.appversion == 4)) { 			return (document.layers[id]); 		} 	} }  function showImgSelected(imgId, selectId, imgDir, extra) { 	imgDom = xoopsGetElementById(imgId); 	selectDom = xoopsGetElementById(selectId); 	imgDom.src = "http://www.koreus.com/"+ imgDir + "/" + selectDom.options[selectDom.selectedIndex].value + extra; }  function justReturn() { 	return; }  function init() {  }  function openWithSelfMain(url,name,width,height) { 	var options = "width=" + width + ",height=" + height + "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no";  	new_window = window.open(url, name, options); 	window.self.name = "main"; 	new_window.focus(); }  function setElementColor(id, color){ 	xoopsGetElementById(id).style.color = "#" + color; }  function setElementFont(id, font){ 	xoopsGetElementById(id).style.fontFamily = font; }  function setElementSize(id, size){ 	xoopsGetElementById(id).style.fontSize = size; }  function changeDisplay(id){ 	var elestyle = xoopsGetElementById(id).style; 	if (elestyle.display == "") { 		elestyle.display = "none"; 	} else { 		elestyle.display = "block"; 	} }  function setVisible(id){ 	xoopsGetElementById(id).style.visibility = "visible"; }  function setHidden(id){ 	xoopsGetElementById(id).style.visibility = "hidden"; }  function makeBold(id){ 	var eleStyle = xoopsGetElementById(id).style; 	if (eleStyle.fontWeight != "bold") { 		eleStyle.fontWeight = "bold"; 	} else { 		eleStyle.fontWeight = "normal"; 	} }  function makeItalic(id){ 	var eleStyle = xoopsGetElementById(id).style; 	if (eleStyle.fontStyle != "italic") { 		eleStyle.fontStyle = "italic"; 	} else { 		eleStyle.fontStyle = "normal"; 	} }  function makeUnderline(id){ 	var eleStyle = xoopsGetElementById(id).style; 	if (eleStyle.textDecoration != "underline") { 		eleStyle.textDecoration = "underline"; 	} else { 		eleStyle.textDecoration = "none"; 	} }  function makeLineThrough(id){ 	var eleStyle = xoopsGetElementById(id).style; 	if (eleStyle.textDecoration != "line-through") { 		eleStyle.textDecoration = "line-through"; 	} else { 		eleStyle.textDecoration = "none"; 	} }   function appendSelectOption(selectMenuId, optionName, optionValue){ 	var selectMenu = xoopsGetElementById(selectMenuId); 	var newoption = new Option(optionName, optionValue); 	selectMenu.options[selectMenu.length] = newoption; 	selectMenu.options[selectMenu.length].selected = true; }  function disableElement(target){ 	var targetDom = xoopsGetElementById(target); 	if (targetDom.disabled != true) { 		targetDom.disabled = true; 	} else { 		targetDom.disabled = false; 	} } function xoopsCheckAll(formname, switchid) { 	var ele = document.forms[formname].elements; 	var switch_cbox = xoopsGetElementById(switchid); 	for (var i = 0; i < ele.length; i++) { 		var e = ele[i]; 		if ( (e.name != switch_cbox.name) && (e.type == 'checkbox') ) { 			e.checked = switch_cbox.checked; 		} 	} }  // RMV-NOTIFY function xoopsCheckGroup(formname, switchid, groupid) { 	var ele = document.forms[formname].elements; 	var switch_cbox = xoopsGetElementById(switchid); 	for (var i = 0; i < ele.length; i++) { 		var e = ele[i]; 		if ( (e.type == 'checkbox') && (e.id == groupid) ) { 			e.checked = switch_cbox.checked; 			e.click(); e.click();  // Click to activate subgroups 									// Twice so we don't reverse effect 		} 	} }  function xoopsCodeUrl(id){ 	var text = prompt("Entrez l'URL du lien que vous voulez ajouter :", ""); 	var domobj = xoopsGetElementById(id); 	if ( text != null && text != "" ) { 		var text2 = prompt("Entrez le titre du site web :", ""); 		if ( text2 != null ) { 			if ( text2 == "" ) { 				var result = "[url=" + text + "]" + text + "[/url]"; 			} else { 				var pos = text2.indexOf(unescape('%00')); 				if(0 < pos){ 					text2 = text2.substr(0,pos); 				} 				var result = "[url=" + text + "]" + text2 + "[/url]"; 			} 			xoopsInsertText(domobj, result); 		} 	} 	domobj.focus(); }  function xoopsCodeImg(id){ 	var text = prompt("Entrez l'URL de l'image que vous voulez ajouter.", ""); 	var domobj = xoopsGetElementById(id); 	if ( text != null && text != "" ) { 		var text2 = prompt("Maintenant, entrez la position de l'image.\n'R' ou 'r' pour droite, 'L' ou 'l' pour gauche, ou laisser vide.", ""); 		while ( ( text2 != "" ) && ( text2 != "r" ) && ( text2 != "R" ) && ( text2 != "l" ) && ( text2 != "L" ) && ( text2 != null ) ) { 			text2 = prompt("ERREUR ! Entrez la position de l'image.\n'R' ou 'r' pour droite, 'L' ou 'l' pour gauche, ou laisser vide.",""); 		} 		if ( text2 == "l" || text2 == "L" ) { 			text2 = " align=left"; 		} else if ( text2 == "r" || text2 == "R" ) { 			text2 = " align=right"; 		} else { 			text2 = ""; 		} 		var result = "[img" + text2 + "]" + text + "[/img]"; 		xoopsInsertText(domobj, result); 	} 	domobj.focus(); }  function xoopsCodeEmail(id){ 	var text = prompt("Entrez l'adresse e-mail que vous voulez ajouter.", ""); 	var domobj = xoopsGetElementById(id); 	if ( text != null && text != "" ) { 		var result = "[email]" + text + "[/email]"; 		xoopsInsertText(domobj, result); 	} 	domobj.focus(); }  function xoopsCodeQuote(id){ 	var text = prompt("Entrez le texte que vous voulez citer.", ""); 	var domobj = xoopsGetElementById(id); 	if ( text != null && text != "" ) { 		var pos = text.indexOf(unescape('%00')); 		if(0 < pos){ 			text = text.substr(0,pos); 		} 		var result = "[quote]" + text + "[/quote]"; 		xoopsInsertText(domobj, result); 	} 	domobj.focus(); }  function xoopsCodeCode(id){ 	var text = prompt("Entrez les codes que vous voulez ajouter.", ""); 	var domobj = xoopsGetElementById(id); 	if ( text != null && text != "" ) { 		var result = "[code]" + text + "[/code]"; 		xoopsInsertText(domobj, result); 	} 	domobj.focus(); }    function xoopsCodeText(id, hiddentext){ 	var textareaDom = xoopsGetElementById(id); 	var textDom = xoopsGetElementById(id + "Addtext"); 	var fontDom = xoopsGetElementById(id + "Font"); 	var colorDom = xoopsGetElementById(id + "Color"); 	var sizeDom = xoopsGetElementById(id + "Size"); 	var xoopsHiddenTextDomStyle = xoopsGetElementById(hiddentext).style; 	var textDomValue = textDom.value; 	var fontDomValue = fontDom.options[fontDom.options.selectedIndex].value; 	var colorDomValue = colorDom.options[colorDom.options.selectedIndex].value; 	var sizeDomValue = sizeDom.options[sizeDom.options.selectedIndex].value; 	if ( textDomValue == "" ) { 		alert("Merci de saisir le texte dans la boite."); 		textDom.focus(); 	} else { 		if ( fontDomValue != "FONT") { 			textDomValue = "[font=" + fontDomValue + "]" + textDomValue + "[/font]"; 			fontDom.options[0].selected = true; 		} 		if ( colorDomValue != "COLOR") { 			textDomValue = "[color=" + colorDomValue + "]" + textDomValue + "[/color]"; 			colorDom.options[0].selected = true; 		} 		if ( sizeDomValue != "SIZE") { 			textDomValue = "[size=" + sizeDomValue + "]" + textDomValue + "[/size]"; 			sizeDom.options[0].selected = true; 		} 		if (xoopsHiddenTextDomStyle.fontWeight == "bold") { 			textDomValue = "[b]" + textDomValue + "[/b]"; 			xoopsHiddenTextDomStyle.fontWeight = "normal"; 		} 		if (xoopsHiddenTextDomStyle.fontStyle == "italic") { 			textDomValue = "[i]" + textDomValue + "[/i]"; 			xoopsHiddenTextDomStyle.fontStyle = "normal"; 		} 		if (xoopsHiddenTextDomStyle.textDecoration == "underline") { 			textDomValue = "[u]" + textDomValue + "[/u]"; 			xoopsHiddenTextDomStyle.textDecoration = "none"; 		} 		if (xoopsHiddenTextDomStyle.textDecoration == "line-through") { 			textDomValue = "[d]" + textDomValue + "[/d]"; 			xoopsHiddenTextDomStyle.textDecoration = "none"; 		} 		xoopsInsertText(textareaDom, textDomValue); 		textDom.value = ""; 		xoopsHiddenTextDomStyle.color = "#000000"; 		xoopsHiddenTextDomStyle.fontFamily = ""; 		xoopsHiddenTextDomStyle.fontSize = "12px"; 		xoopsHiddenTextDomStyle.visibility = "hidden"; 		textareaDom.focus(); 	} }  function xoopsSavePosition(id) { 	var textareaDom = xoopsGetElementById(id); 	if (textareaDom.createTextRange) { 		textareaDom.caretPos = document.selection.createRange().duplicate(); 	} }  function xoopsInsertText(domobj, text) { 	if (domobj.createTextRange && domobj.caretPos){   		var caretPos = domobj.caretPos; 		caretPos.text = caretPos.text.charAt(caretPos.text.length - 1)  == ' ' ? text + ' ' : text;   	} else if (domobj.getSelection && domobj.caretPos){ 		var caretPos = domobj.caretPos; 		caretPos.text = caretPos.text.charat(caretPos.text.length - 1)   == ' ' ? text + ' ' : text; 	} else { 		domobj.value = domobj.value + text;   	} }  function xoopsCodeSmilie(id, smilieCode) { 	var revisedMessage; 	var textareaDom = xoopsGetElementById(id); 	xoopsInsertText(textareaDom, smilieCode); 	textareaDom.focus(); 	return; }  function xoopsValidate(subjectId, textareaId, submitId) { 	var maxchars = 65535; 	var subjectDom = xoopsGetElementById(subjectId); 	var textareaDom = xoopsGetElementById(textareaId); 	var submitDom = xoopsGetElementById(submitId); 	if (textareaDom.value == "" || subjectDom.value == "") { 		alert("Merci de compl&eacute;ter le sujet et le champs message."); 		return false; 	} 	if (maxchars != 0) { 		if (textareaDom.value.length > maxchars) { 			alert("Votre message est trop long.\n\nLongueur maxi de caract&egrave;res autoris&eacute;e :&nbsp;" + maxchars + "\nLongueur de caract&egrave;res actuelle :&nbsp;" + textareaDom.value.length + ""); 			textareaDom.focus(); 			return false; 		} else { 			submitDom.disabled = true; 			return true; 		} 	} else { 		submitDom.disabled = true; 		return true; 	} } window.onload=init;  //--> </script> </head> <body>   <table cellspacing="0">     <tr id="header">       <td id="headerlogo"><a href="http://www.koreus.com/"><img src="http://www.koreus.com/themes/default/logo.gif" width="100" height="80" alt="" /></a></td>       <td id="headerbanner"><!-- Banniere ClickFR --><center><IFRAME NAME=iclickfr SRC=http://www5.click-fr.com/printk.cgi?a=10212-4827405&b=20 width=468 height=60 MARGINWIDTH=0 MARGINHEIGHT=0 HSPACE=0 VSPACE=0 FRAMEBORDER=0 SCROLLING=no> <SCRIPT LANGUAGE=JavaScript> var nbre = Math.round(Math.random()*100000); var chaine="<a href=http://www5.click-fr.com/clickj.cgi?a=10212-4827405&b=" + nbre + " target=clickfr><img border=0  height=60 width=468  SRC=http://www5.click-fr.com/printj.cgi?a=10212-4827405&b=" + nbre +" alt=\"*** Visitez notre Sponsor ! ***\"></a>"; document.write(chaine); </script></iframe><font size=1><br><a href=http://www.click-fr.com>Membre de ClickFR, Reseau francophone Paie-Par-Click</a></font></center> <!-- Fin Banniere ClickFR --> </td>     </tr>     <tr>       <td id="headerbar" colspan="2">&nbsp;</td>     </tr>   </table>    <table cellspacing="0">     <tr>       <td id="leftcolumn">         <!-- Start left blocks loop -->                   <div class="blockTitle">Connexion</div> <div class="blockContent"><form style="margin-top: 0px;" action="http://www.koreus.com/user.php" method="post"><input type="hidden" name="PHPSESSID" value="1e07c959da5b39fea941012e0eea68a2" />Pseudo :&nbsp;<br /><input type="text" name="uname" size="12" value="" /><br />Mot de Passe :&nbsp;<br /><input type="password" name="pass" size="12" /><br /><input type="hidden" name="xoops_redirect" value="/modules/mylinks/ratelink.php?lid=1" /><input type="hidden" name="op" value="login" /><input type="submit" value="Connexion" /><br /> </form> <a href="http://www.koreus.com/user.php#lost">Perdu le Mot de Passe ?</a> <br /><br /> <a href="http://www.koreus.com/register.php">Inscrivez-vous maintenant !</a></div>                  <div class="blockTitle">Menu Principal</div> <div class="blockContent"><table cellspacing="0">   <tr>     <td id="mainmenu">       <a class="menuTop" href="http://www.koreus.com/">Accueil</a>       <!-- start module menu loop -->             <a class="menuMain" href="http://www.koreus.com/modules/news/">Articles</a>                     <a class="menuMain" href="http://www.koreus.com/modules/mydownloads/">T&eacute;l&eacute;chargements</a>                     <a class="menuMain" href="http://www.koreus.com/modules/mylinks/">Liens Webs</a>                   <a class="menuSub" href="http://www.koreus.com/modules/mylinks/submit.php">Proposer</a>                   <a class="menuSub" href="http://www.koreus.com/modules/mylinks/topten.php?hit=1">Populaire</a>                   <a class="menuSub" href="http://www.koreus.com/modules/mylinks/topten.php?rate=1">Mieux Not&eacute;s</a>                     <a class="menuMain" href="http://www.koreus.com/modules/xoopspoll/">Sondages</a>                     <!-- end module menu loop -->     </td>   </tr> </table></div>                  <div class="blockTitle">Me Contacter</div> <div class="blockContent"><center><table cellpadding="2" cellspacing="0" border="0" width="100" align="center">   <tbody>     <tr>       <td valign="center"><IMG SRC="http://koreus.free.fr/images/icqonline.gif" border="0" ALT="Online Status Indicator"></A>       </td>       <td valign="center">7008638<br>       </td>     </tr>     <tr>       <td valign="center"><IMG SRC="http://koreus.free.fr/images/aimonline.gif" border="0" ALT="Online Status Indicator"></A>       </td>       <td valign="center">Koreus<br>            </td></tr><tr>       <td valign="top"><IMG SRC="http://koreus.free.fr/images/yahooonline.gif" border="0" ALT="Online Status Indicator"></A>       </td>       <td valign="top">Koreus<br>       </td>     </tr><tr>       <td valign="top"> <IMG SRC="http://koreus.free.fr/images/msnonline.gif" border="0" ALT="Online Status Indicator"></A>       </td>       <td valign="top">koreus@free.fr<br>       </td>     </tr>     </tbody> </table> </center></div>                <!-- End left blocks loop -->        </td>        <td id="centercolumn">          <!-- Display center blocks if any -->                 <!-- End display center blocks -->          <div id="content">           <br /><br />  <p align="center">     <a href="http://www.koreus.com/modules/mylinks/index.php"><img src="http://www.koreus.com/modules/mylinks/images/logo.gif" border="0" alt="" /></a> </p>  <hr size=1 noshade> <table border=0 cellpadding=1 cellspacing=0 width="80%">   <tr>     <td>       <h4>Camelot Herald</h4>       <ul>      	<li>Merci de ne pas voter pour la m&ecirc;me ressource plus d'une fois.      	<li>L'&eacute;chelle est 1 - 10, avec 1 &eacute;tant faible et 10 &eacute;tant excellent.      	<li>Merci d'&ecirc;tre objectif, si tous re&ccedil;oivent un 1 ou un 10, les notations ne sont pas tr&egrave;s utiles.      	<li>Ne votez pas pour vos propres ressources.       </ul>     </td>   </tr>   <tr>     <td align="center">       <form method="post" action="ratelink.php"><input type="hidden" name="PHPSESSID" value="1e07c959da5b39fea941012e0eea68a2" />         <input type="hidden" name="lid" value="1">         <input type="hidden" name="cid" value="0">      	<select name="rating"><option>--</option><option>10</option><option>9</option><option>8</option><option>7</option><option>6</option><option>5</option><option>4</option><option>3</option><option>2</option><option>1</option></select>&nbsp;&nbsp;         <input type="submit" name="submit" value="Noter &ccedil;a !" /><input type=button value="Annuler" onclick="location='http://www.koreus.com/modules/mylinks/singlelink.php?cid=0&amp;lid=1'" />       </form>     </td>   </tr> </table>         </div>       </td>               <td id="rightcolumn">         <!-- Start right blocks loop -->                   <div class="blockTitle">Recherche</div> <div class="blockContent"><form style="margin-top: 0px;" action="http://www.koreus.com/search.php" method="post"><input type="hidden" name="PHPSESSID" value="1e07c959da5b39fea941012e0eea68a2" />   <input type="text" name="query" size="14" /><input type="hidden" name="action" value="results" /><br /><input type="submit" value="Recherche" /> </form> <a href="http://www.koreus.com/search.php">Recherche avanc&eacute;e</a></div>                <!-- End right blocks loop -->       </td>             </tr>   </table>    <table cellspacing="0">     <tr id="footerbar">       <span class="copyright"><script src="http://www.koreus.com/phpstats/php-stats.js.php?view=off"></script></span>     </tr>   </table> </body> </html> 
