<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.ubuntu-fr.org/extern.php?action=feed&amp;tid=990961&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Forum Ubuntu-fr.org / SCRIPT Autenfication Automatique Hotspot]]></title>
		<link>http://forum.ubuntu-fr.org/viewtopic.php?id=990961</link>
		<description><![CDATA[Les sujets les plus récents dans SCRIPT Autenfication Automatique Hotspot.]]></description>
		<lastBuildDate>Wed, 26 Dec 2012 17:01:35 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Réponse à&#160;:  SCRIPT Autenfication Automatique Hotspot]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11991941#p11991941</link>
			<description><![CDATA[<div class="codebox"><pre><code>curl -m 5 -d chal=a317130bd89502644005eafbf6ab5d63 -d uamip=10.89.2.1 -d uamport=3990 -d userurl=login -d id_verif_code_etab=nasfjtauxerre -d code_etab=auxerre89 action=login &quot;http://www.clicknews.fr/?res=notyet&amp;uamip=10.89.2.1&amp;uamport=3990&amp;challenge=a317130bd89502644005eafbf6ab5d63&amp;userurl=http%3a%2f%2fwww.google.fr%2f&amp;nasid=nasfjtauxerre&amp;mac=74-E5-0B-2D-B8-B0&quot;</code></pre></div><p>la commande suivante ne fonctionne pas</p>]]></description>
			<author><![CDATA[dummy@example.com (tggege)]]></author>
			<pubDate>Wed, 26 Dec 2012 17:01:35 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11991941#p11991941</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  SCRIPT Autenfication Automatique Hotspot]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=10142471#p10142471</link>
			<description><![CDATA[<p>J&#039;ai effectué un wireshark quelles sont les requêtes à analyser?</p><p>edit: <a href="http://dl.free.fr/gxo2ZtQrm">le fichier wireshark</a></p>]]></description>
			<author><![CDATA[dummy@example.com (tggege)]]></author>
			<pubDate>Wed, 25 Jul 2012 16:37:01 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=10142471#p10142471</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  SCRIPT Autenfication Automatique Hotspot]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=10135731#p10135731</link>
			<description><![CDATA[<p>Ce que tu cherches à faire est tout à fait possible, il faut que tu identifies la requête qui est envoyée au serveur lors de la connexion (si tu utilises firefox il y a des plugins qui peuvent t&#039;aider à voir les requêtes envoyées au serveur). Ensuite tu peux utiliser des outils comme <a href="http://doc./wget">wget</a> ou curl pour envoyer cette requête comme si tu t&#039;identifiais manuellement.<br />En pratique je t&#039;avoue que j&#039;ai la flemme de lire le code de la page, essaie dans un premier temps par toi même et on t&#039;aidera sur les points où tu bloques</p>]]></description>
			<author><![CDATA[dummy@example.com (nesthib)]]></author>
			<pubDate>Wed, 25 Jul 2012 03:20:14 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=10135731#p10135731</guid>
		</item>
		<item>
			<title><![CDATA[SCRIPT Autenfication Automatique Hotspot]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=10131981#p10131981</link>
			<description><![CDATA[<p>Bonsoir étant en FJT pour utiliser internet je suis amener à m&#039;identifier par un portail captif, hors ce dernier coupe automatiquement la connexion au bout de 30 min sans rien demandé. Je suis donc obliger de me reconnecter manuellement.</p><p>Je pensais donc faire un script que je lancerais toute les 15 min en tache cron de manière à automatisé la chose.</p><p>Comment dois -je procéder, est-ce possible?</p><p>Voici le code source du portail au cas où:</p><div class="codebox"><pre class="vscroll"><code>			&lt;html&gt;
				&lt;head&gt;
				&lt;meta name=&quot;title&quot; content=&quot;clicknews - Votre portail d&#039;information de proximité&quot; /&gt;
				&lt;meta name=&quot;author&quot; content=&quot;http://www.clicknews.fr&quot; /&gt;
				&lt;meta name=&quot;rating&quot; content=&quot;clicknews&quot; /&gt;
				&lt;meta name=&quot;description&quot; content=&quot;Site référencé sur Google par openarea&quot; /&gt;
				&lt;meta name=&quot;abstract&quot; content=&quot;Site référencé sur Google par openarea&quot; /&gt;
				&lt;meta name=&quot;keywords&quot; content=&quot;openarea,area,AreA,hotspot,gratuit,HOTSPOT,GRATUIT,portail,information,local,news,taxi,météo,département,journaux&quot;/&gt;
				&lt;meta name=&quot;revisit-after&quot; content=&quot;7 days&quot; /&gt;
				&lt;meta name=&quot;Language&quot; content=&quot;fr&quot; /&gt;
				&lt;meta name=&quot;copyright&quot; content=&quot;clicknews.fr&quot; /&gt;
				&lt;meta name=&quot;robots&quot; content=&quot;all&quot; /&gt;
					&lt;title&gt;Portail de connexion D&#039;AREA&lt;/title&gt;
					&lt;link href=&quot;style_clicknews.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;&gt;
					&lt;link rel=&quot;shortcut icon&quot; type=&quot;image/x-icon&quot; href=&quot;images/icone.ico&quot;&gt;
				&lt;/head&gt;
				&lt;body style=&quot;background-image:url(&#039;images/fond/fond.jpg&#039;); background-color:#B7EAFD; background-repeat:no-repeat; width:99%; height:80%&quot;&gt;
				&lt;script src=&quot;http://www.google-analytics.com/urchin.js&quot; type=&quot;text/javascript&quot;&gt;
				&lt;/script&gt;
				&lt;script type=&quot;text/javascript&quot;&gt;
				_uacct = &quot;UA-1554811-2&quot;;
				urchinTracker();
				&lt;/script&gt;
				&lt;table  style=&quot;background-image: url(&#039;images/band.png&#039;); background-repeat:no-repeat; width:99%;&quot;&gt;
					&lt;tr valign=&quot;top&quot;&gt;
					 	&lt;td colspan=&quot;99%&quot; style=&quot;border-bottom-color:navy;border-bottom-style:solid;border-bottom-width:1px&quot;&gt;					
					 		&lt;b style=&quot;vertical-align:top&quot;&gt;
					 			&lt;!--bgcolor=&quot;#DDF0F7&quot; pour le lien actif --&gt;
	&lt;script type=&quot;text/javascript&quot;&gt;
        
                function change_onglet(name)
                {
                        document.getElementById(anc_onglet).className = &#039;onglet_off menu&#039;;
                        document.getElementById(name).className = &#039;onglet_on menu&#039;;
                        anc_onglet = name;
                }
				// Image Preloader  v1.0.1
				// documentation: http://www.dithered.com/javascript/image_preloader/index.html
				// license: http://creativecommons.org/licenses/by/1.0/
				// code by Chris Nott (chris[at]dithered[dot]com)


				function preloadImages() {
					if (document.images) {
						for (var i = 0; i &lt; preloadImages.arguments.length; i++) {
							(new Image()).src = preloadImages.arguments[i];
						}
					}
				}

				// Rollover  v2.0.1
				// documentation: http://www.dithered.com/javascript/rollover/index.html
				// license: http://creativecommons.org/licenses/by/1.0/
				// code by Chris Nott (chris[at]dithered[dot]com)


				function isDefined(property) {
				  return (typeof property != &#039;undefined&#039;);
				}

				var rolloverInitialized = false;
				function rolloverInit() {
				   if (!rolloverInitialized &amp;&amp; isDefined(document.images)) {
					  
					  // get all images (including all &lt;input type=&quot;image&quot;&gt;s)
					  // use getElementsByTagName() if supported
					  var images = new Array();
					  if (isDefined(document.getElementsByTagName)) {
						 images = document.getElementsByTagName(&#039;img&#039;);
						 var inputs = document.getElementsByTagName(&#039;input&#039;);
						 for (var i = 0; i &lt; inputs.length; i++) {
							if (inputs[i].type == &#039;image&#039;) {
							   images[images.length] = inputs[i];
							}
						 }
					  }
					  
					  // otherwise, use document.images and document.forms collections
					  // remove if not supporting IE4, Opera 4-5
					  else {
						 images = document.images;
						 inputs = new Array();
						 for (var formIndex = 0; formIndex &lt; document.forms.length; formIndex++) {
							for (var elementIndex = 0; elementIndex &lt; document.forms.elements.length; elementIndex++) {
							   if (isDefined(document.forms.elements[i].src)) {
								  inputs[inputs.length] = document.forms.elements[i];
							   }
							}
						 }
					  }
					  
					  // get all images with &#039;_off.&#039; in src value
					  for (var i = 0; i &lt; images.length; i++) {
						 if (images[i].src.indexOf(&#039;_off.&#039;) != -1) {
							var image = images[i];
							
							// store the off state filename in a property of the image object
							image.offImage = new Image();
							image.offImage.src = image.src;
							
							// store the on state filename in a property of the image object
							// (also preloads the on state image)
							image.onImage = new Image();
							image.onImage.imageElement = image;
							
							// add onmouseover and onmouseout event handlers once the on state image has loaded
							// Safari&#039;s onload is screwed up for off-screen images; temporary fix
							if (navigator.userAgent.toLowerCase().indexOf(&#039;safari&#039;) != - 1) {
							   image.onmouseover = function() {
								  this.src = this.onImage.src;
							   };
							   image.onmouseout = function() {
								  this.src = this.offImage.src;
							   };
							}
							else {
							   image.onImage.onload = function() {
								  this.imageElement.onmouseover = function() {
									 this.src = this.onImage.src;
								  };
								  this.imageElement.onmouseout = function() {
									 this.src = this.offImage.src;
								  };
							   };
							}
							
							// set src of on state image after defining onload event handler
							// so cached images (that load instantly in IE) will trigger onload
							image.onImage.src = image.src.replace(/_off\./, &#039;_on.&#039;);
						 }
					  }
				   }
				   rolloverInitialized = true;
				}

				// call rolloverInit when document finishes loading
				if (isDefined(window.addEventListener)) {
				   window.addEventListener(&#039;load&#039;, rolloverInit, false);
				}
				else if (isDefined(window.attachEvent)) {
				   window.attachEvent(&#039;onload&#039;, rolloverInit);
				}				
       &lt;/script&gt;
   &lt;style type=&quot;text/css&quot;&gt;
   
		a
		{
		text-decoration:none;
		color:navy;
		}
   &lt;/style&gt;
&lt;table style=&quot;width:99%&quot;&gt;
	&lt;tr&gt;
		&lt;td&gt;
			&lt;table border=&quot;0&quot;  width=&quot;60%&quot;&gt;
				&lt;tr align=&quot;center&quot; &gt;
					&lt;td width=&quot;5%&quot;&gt;&lt;/td&gt;
					&lt;form name=&quot;portail&quot; method=&quot;POST&quot; action=&quot;&quot;&gt;
						&lt;td  &gt;												
							&lt;input name=&quot;portail&quot; type=&quot;hidden&quot; value=&quot;&quot;&gt;					
							&lt;img src=&quot;images/fond/connexionfr_off.png&quot; style=&quot;cursor:pointer; width:75%&quot; onclick=&quot;document.portail.submit();&quot;&gt;				
						&lt;/td&gt;
					&lt;/form&gt;
					
					&lt;form name=&quot;contact&quot; method=&quot;POST&quot; action=&quot;&quot;&gt;
						&lt;td&gt;											
							&lt;input name=&quot;contact&quot; type=&quot;hidden&quot; value=&quot;&quot;&gt;					
							&lt;img src=&quot;images/fond/contact_off.png&quot; style=&quot;cursor:pointer; width:75%&quot; onclick=&quot;document.contact.submit();&quot;&gt;		
						&lt;/td&gt;
					&lt;/form&gt;
				   	&lt;form id=&quot;inter&quot; name=&quot;aide&quot; method=&quot;POST&quot; action=&quot;&quot; &gt;
						&lt;td&gt;	
							&lt;input name=&quot;aide&quot; type=&quot;hidden&quot; value=&quot;&quot;&gt;					
							&lt;img src=&quot;images/fond/aidefr_off.png&quot; style=&quot;cursor:pointer; width:75%&quot; onclick=&quot;document.aide.submit();&quot;&gt;						
						&lt;/td&gt;				
					&lt;/form&gt;
				&lt;/tr&gt;
			&lt;/table&gt;
		&lt;/td&gt;
		&lt;form name=&quot;langage&quot; method=&quot;GET&quot; action=&quot;&quot;&gt; 
			&lt;td colspan=&quot;99%&quot; align=&quot;right&quot;&gt; 									
				&lt;b&gt;Langue:&amp;nbsp;				
					&lt;img name=&quot;dp_G&quot; style=&quot;cursor:pointer&quot; border=&quot;0&quot; src=&quot;images/drapeaux/gb_k.gif&quot; alt=&quot;British&quot; onclick=&quot; document.location.replace(&#039;/?res=notyet&amp;uamip=10.89.2.1&amp;uamport=3990&amp;challenge=05c38ba49065af8bb511e03984b69908&amp;userurl=http://www.google.fr/&amp;nasid=nasfjtauxerre&amp;mac=00-16-01-AE-25-DA&amp;lang=BR&#039;);&quot; height=&quot;25&quot;&gt;
					&lt;img name=&quot;dp_F&quot; style=&quot;cursor:pointer&quot; border=&quot;0&quot; src=&quot;images/drapeaux/fr_k.gif&quot; alt=&quot;français&quot; onclick=&quot; document.location.replace(&#039;/?res=notyet&amp;uamip=10.89.2.1&amp;uamport=3990&amp;challenge=05c38ba49065af8bb511e03984b69908&amp;userurl=http://www.google.fr/&amp;nasid=nasfjtauxerre&amp;mac=00-16-01-AE-25-DA&amp;lang=FR&#039;);&quot; height=&quot;25&quot;&gt;	
				&lt;/b&gt;
			&lt;/td&gt;	
		&lt;/form&gt;	
	&lt;/tr&gt;
&lt;/table&gt;

								&lt;/b&gt;							
						&lt;/tr&gt;			
				&lt;/table&gt;
				&lt;table border=&quot;0&quot; style=&quot;width:99%;height:90%;vertical-align:top&quot; &gt;
				   &lt;tr&gt;
					&lt;!--/////////////////////////////////////////////////////////////////////////////////////////--&gt;
						&lt;td nowrap width=&quot;162&quot; height=&quot;90%&quot; &gt;
							&lt;table align=&quot;center&quot; width=&quot;100%&quot; height=&quot;100%&quot;&gt;
								&lt;tr&gt;
									&lt;td height=&quot;30%&quot;&gt;
											&lt;table border=&quot;0&quot; bgcolor=&quot;&quot; width=&quot;100%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;
   	&lt;tr align=&quot;center&quot;&gt;
	&lt;td width=&quot;&quot; style=&quot;font-style:Arial;font-size:18px&quot;&gt;XXXXXXXXXXXXXXXXX&lt;/td&gt;
   	&lt;/tr&gt;
   	&lt;tr  align=&quot;center&quot;&gt;
	&lt;td width=&quot;&quot; style=&quot;font-style:Arial;font-size:11px&quot;&gt;XXXXXXXXXXXXXXXXXXXx&lt;/td&gt;
   	&lt;/tr&gt;
   	&lt;tr  align=&quot;center&quot;&gt;
	&lt;td width=&quot;&quot;  style=&quot;font-style:Arial;font-size:11px&quot;&gt;XXXXXXXXXXXXXXXXXXXXx&lt;/td&gt;
   	&lt;/tr&gt;
	&lt;/table&gt;
	
	
	
									&lt;/td&gt;	
								&lt;/tr&gt;
								&lt;tr&gt;
									&lt;td height=&quot;40%&quot; valign=&quot;bottom&quot;&gt;
										&lt;div style=&quot;vertical-align:middle&quot;&gt;
											&lt;img src=&quot;images/logo/log_wifi.png&quot; align=&quot;right&quot; style=&quot; width:200px;height:100px;vertical-align:middle&quot;&gt;
										&lt;/div&gt;							
									&lt;/td&gt;
								&lt;/tr&gt;							
								&lt;tr &gt;&lt;td height=&quot;30%&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
							&lt;/table&gt;						
						&lt;/td&gt;
						&lt;!--/////////////////////// partie centrale du bandeau //////////////////////////////////////--&gt;						
						&lt;td width=&quot;70%&quot; valign=&quot;top&quot;&gt;							
							&lt;script language=&quot;JavaScript&quot;&gt;

var ph=&quot;Saisir le Code etablissement ici SVP ! &quot;;
function test()
{
jet=document.getElementById(&quot;int_acc&quot;).style;
cas=document.getElementById(&quot;coche&quot;).style;
if(document.connecter_client.id.checked==true){jet.visibility=&#039;visible&#039;; cas.visibility=&#039;hidden&#039;;}else{jet.visibility=&#039;hidden&#039;; cas.visibility=&#039;visible&#039;;}
}
function verif_saisie()
{
	if((document.connecter_client.code_etab.value!=ph)&amp;&amp;(document.connecter_client.code_etab.value!=&#039;&#039;)&amp;&amp;(document.connecter_client.code_etab.value!=&#039; &#039;))
	{document.connecter_client.action=&quot;demandeconnexion.php&quot;; document.connecter_client.submit();}
	else 
	{
		document.connecter_client.code_etab.style.backgroundColor=&#039;red&#039;; 
		document.connecter_client.code_etab.style.color=&#039;#FFFFFF&#039;;
		document.connecter_client.code_etab.style.fontWeight=&#039;bold&#039;;
	}
}
function ret_color() 
{
		document.connecter_client.code_etab.style.color=&#039;black&#039;;
		document.connecter_client.code_etab.style.backgroundColor=&#039;white&#039;; 
		document.connecter_client.code_etab.style.fontWeight=&#039;normal&#039;;	
}

function coloriage() //colorie le message quand on passe dessus
{
	if (document.connecter_client.code_etab.value==ph)	
	{
		document.connecter_client.code_etab.style.color=&#039;navy&#039;;
		document.connecter_client.code_etab.style.backgroundColor=&#039;orange&#039;; 
		document.connecter_client.code_etab.style.fontWeight=&#039;bold&#039;;		
	}
}
function charge() //onblur
{
	if (document.connecter_client.code_etab.value==&#039;&#039;)
	{document.connecter_client.code_etab.value=ph;}
}

function decharge() //onfocus 
{
ret_color();
	if (document.connecter_client.code_etab.value==ph)
	document.connecter_client.code_etab.value=&#039;&#039;;
}
&lt;/script&gt;


&lt;script language=&quot;javascript&quot;&gt;
function check(evenement)
{
		var codeDecimal  = codeTouche(evenement);
		if(codeDecimal == 13)
		{
			document.form1.submit();
		}
}

function codeTouche(evenement)
{
		for (prop in evenement)
		{
				if(prop == &#039;which&#039;) return(evenement.which);
		}
		return(evenement.keyCode);
}
&lt;/script&gt;

		&lt;table id=&quot;conteneur&quot; width=&quot;99%&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; align=&quot;center&quot;&gt;   	
	   &lt;tr width=&quot;99%&quot;&gt;		
								&lt;td width=&quot;99%&quot; align=&quot;center&quot;&gt;
						
			&lt;img src=&quot;images/fond/hotspot.png&quot; style=&quot;background-color:transparent;vertical-align:bottom&quot; vspace=&quot;0&quot;&gt; 
			&lt;table border=&quot;0&quot; width=&quot;100%&quot; align=&quot;top&quot; style=&quot;background-image:url(&#039;images/fond/f_hotspot.png&#039;);background-repeat:repeat-y; background-color:transparent; background-position:center&quot;&gt;
				&lt;tr&gt;
						&lt;form name=&quot;connecter_client&quot; METHOD=&quot;POST&quot; action=&quot;#&quot; &gt;
						
							&lt;td width=&quot;99%&quot; align=&quot;center&quot; &gt;
							
								&lt;INPUT TYPE=&quot;HIDDEN&quot; NAME=&quot;chal&quot; VALUE=&quot;05c38ba49065af8bb511e03984b69908&quot;&gt;
								&lt;INPUT TYPE=&quot;HIDDEN&quot; NAME=&quot;uamip&quot; VALUE=&quot;10.89.2.1&quot;&gt;
								&lt;INPUT TYPE=&quot;HIDDEN&quot; NAME=&quot;uamport&quot; VALUE=&quot;3990&quot;&gt;
								&lt;INPUT TYPE=&quot;HIDDEN&quot; NAME=&quot;userurl&quot; VALUE=&quot;http://www.google.fr/&quot;&gt;
								&lt;INPUT TYPE=&quot;hidden&quot; NAME=&quot;login&quot; VALUE=&quot;login&quot;&gt;
									&lt;center style=&quot;width:70%&quot;&gt;
							
										&lt;table border=&quot;0&quot; width=&quot;99%&quot;  bgcolor=&quot;&quot; align=&quot;center&quot; style=&quot;vertical-align:middle&quot; &gt;
											&lt;tbody align=&quot;center&quot; valign=&quot;middle&quot;&gt;										&lt;tr&gt;
													&lt;td align=&quot;center&quot;&gt;
														&lt;input name=&quot;id_verif_code_etab&quot; style=&quot;height:0&quot; type=&quot;hidden&quot; value=&quot;nasfjtauxerre&quot;&gt;
														&lt;input name=&quot;code_etab&quot; type=&quot;text&quot; size=&quot;20&quot; value=&quot;Saisir le Code etablissement ici SVP ! &quot; style=&quot;width: 300px&quot; onfocus=&quot;decharge();&quot; onblur=&quot;charge();&quot; onmouseout=&quot;ret_color();&quot; onmouseover=&quot;coloriage();&quot;  &gt;
													&lt;/td&gt;
												&lt;/tr&gt;
												&lt;tr&gt;
													&lt;td colspan=&quot;99%&quot;&gt;
													  	&lt;center style=&quot;width:100%&quot;&gt;
&lt;script language=&quot;javascript&quot;&gt;
function identifier_safari()
{
var v3=navigator.appVersion;

	if(v3.indexOf(&quot;Safari&quot;,0)&gt;0)
	{return(0);}
	else {return(1);}
}

function formate()
{
inf=document.getElementById(&quot;info&quot;).style;
cont=document.getElementById(&quot;contrat&quot;).style;



	if(flag==0)
	{
		if (identifier_safari()==0)
		{
			inf.width=&quot;&quot;;
			inf.height=&quot;&quot;;
			inf.visibility=&quot;visible&quot;;
		}
		else
		{
			cont.width=&quot;100%&quot;;
			cont.height=&quot;100%&quot;;
			cont.visibility=&#039;visible&#039;;
		}

		flag=1;
	}
	else
	{
		if (flag==1)
		{
			if (identifier_safari()==0)
			{
				inf.width=&quot;0px&quot;;
				inf.height=&quot;0px&quot;;
				inf.visibility=&quot;hidden&quot;;	
			}
			else
			{
				cont.width=&quot;0px&quot;;
				cont.height=&quot;0px&quot;;
				cont.visibility=&#039;hidden&#039;;
			}
			
			flag=0;
		}
	}
}
&lt;/script&gt;
&lt;br&gt;
&lt;table align=&quot;center&quot; width=&quot;&quot;&gt;
	&lt;tr&gt;
		&lt;td align=&quot;center&quot; style=&quot;height: 10px&quot;&gt;
		&lt;a href=&quot;#&quot; onclick=&quot;formate()&quot;&gt;&lt;font face=&quot;Arial&quot; size=&quot;3&quot; style=&quot;font-weight:bold; color:navy&quot;&gt; Lire les conditions d&#039;utilisation du Wifi AreA&lt;/font&gt;&lt;/a&gt;
		&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr&gt;
		&lt;td&gt;
			&lt;div align=&quot;center&quot; id=&quot;info&quot;&gt;
				&lt;table width=&quot;&quot;&gt;
	
					&lt;tr&gt;
						&lt;td width=&quot;&quot;&gt;
							&lt;table border=&quot;0&quot; bgcolor=&quot;&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;   &gt;
								&lt;tr&gt;
									&lt;td width=&quot;&quot; align=&quot;center&quot;&gt;
									&lt;iframe id=&quot;contrat&quot; src=&quot;contrat.htm&quot; marginwidth=&quot;0&quot; marginheight=&quot;0&quot; allowtransparency=&quot;true&quot; style=&quot;background-color:transparent; background-image:url(&#039;images/fond/wifi.png&#039;); background-repeat:no-repeat;background-position:center; border-color:transparent&quot;&gt;&lt;/iframe&gt;
									&lt;/td&gt;
								&lt;/tr&gt;

							&lt;/table&gt;
						&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/table&gt;
			&lt;/div&gt;
		&lt;/td&gt;
	&lt;/tr&gt;
&lt;/table&gt;
&lt;script language=&quot;javascript&quot;&gt;
inf=document.getElementById(&quot;info&quot;).style;
cont=document.getElementById(&quot;contrat&quot;).style;
but=document.getElementById(&quot;desc&quot;);

	if (identifier_safari()==0)
	{
		inf.width=&quot;0px&quot;;
		inf.height=&quot;0px&quot;;
		inf.visibility=&quot;hidden&quot;;	
	}
	else
	{
		cont.width=&quot;0px&quot;;
		cont.height=&quot;0px&quot;;
		cont.visibility=&#039;hidden&#039;;
	}

var flag=0;

&lt;/script&gt;
&lt;/center&gt;
													&lt;/td&gt;
												&lt;/tr&gt;
										
												&lt;tr&gt;
										
													&lt;td&gt;
														&lt;center&gt;
															J&#039;accepte ces conditions :
															
															&lt;input name=&quot;id&quot; type=&quot;checkbox&quot; onClick=&quot;test();&quot;&gt;
															&lt;div style=&quot;font-weight:bold&quot; id=&quot;coche&quot;&gt; Cochez la case pour vous connecter&lt;/div&gt;													
																
															&lt;div id=&quot;int_acc&quot; style=&quot;visibility: hidden&quot;&gt; 
															
															
																&lt;table &gt;
																 	&lt;tr&gt;
																 		&lt;td&gt;
																 			&lt;a href=&quot;#&quot; onclick=&quot;verif_saisie();&quot; name=&quot;login&quot;&gt;	
																			&lt;font face=&quot;Arial&quot; size=&quot;3&quot; style=&quot;font-weight:bold; color:navy&quot;&gt;
																			
																					&lt;b valign=&quot;middle&quot;&gt;
																						Connectez-Vous!
																					&lt;/b&gt; 
																			&lt;/font&gt;															
																		&lt;/td&gt;
																		&lt;td width=&quot;100&quot;&gt;&lt;/td&gt;
																		&lt;td&gt;
	
																			&lt;a href=&quot;#&quot; onclick=&quot;verif_saisie();&quot; name=&quot;login&quot;&gt;
																			&lt;img src=&quot;images/bt_connexion.gif&quot; width=&quot;75px&quot; style=&quot; border:0px; &quot; alt=&quot;BOUTON DE CONNEXION&quot;&gt;
																			
																		&lt;/td&gt;
																	&lt;/tr&gt;
																&lt;/table&gt;	
															&lt;/div&gt;
														&lt;/center&gt;
													&lt;/td&gt;
												&lt;/tr&gt;
												
											&lt;/tbody&gt;
										&lt;/table&gt;
									&lt;/center&gt;
								&lt;/td&gt;
						&lt;/form&gt;
						
				&lt;/tr&gt;
			&lt;/table&gt;
			 &lt;img src=&quot;images/fond/b_hotspot.png&quot; style=&quot;background-color:transparent&quot;&gt;
								&lt;/td&gt;
									&lt;br&gt;&lt;br&gt;
					
				
	   &lt;/tr&gt;
	&lt;/table&gt;
						
						&lt;/td&gt;						
						&lt;td&gt;
						&lt;table align=&quot;center&quot; width=&quot;100%&quot; height=&quot;100%&quot;&gt;
							&lt;tr&gt;
								&lt;td height=&quot;40%&quot; valign=&quot;middle&quot;&gt;		
								&lt;/td&gt;
							&lt;/tr&gt;
							&lt;tr&gt;
								&lt;td height=&quot;30%&quot;&gt;		
								&lt;/td&gt;
							&lt;/tr&gt;
							&lt;tr&gt; &lt;td height=&quot;30%&quot;&gt;&lt;/td&gt;&lt;/tr&gt;							
						&lt;/table&gt;						
						&lt;/td&gt;					
					&lt;/tr&gt;
				&lt;/table&gt;
				
				&lt;table border=&quot;0&quot; style=&quot;width:99%;vertical-align:bottom&quot; &gt;
					
					&lt;tr &gt;					
						&lt;td width=&quot;99%&quot; colspan=&quot;99%&quot; align=&quot;right&quot; nowrap valign=&quot;bottom&quot; style=&quot;background-image:url(&#039;images/bas/trame.png&#039;) ; bottom:0;background-position:right;;background-repeat:no-repeat&quot; &gt;
						
&lt;table border=&quot;0&quot; bgcolor=&quot;&quot; colspan=&quot;99%&quot; style=&quot;width:100%; vertical-align:text-bottom&quot;&gt;
	&lt;tr valign=&quot;bottom&quot; &gt;
		&lt;td width=&quot;70%&quot; colspan=&quot;99%&quot; align=&quot;right&quot; &gt;
			&lt;font face=&quot;Arial&quot; size=&quot;1&quot; color=&quot;blue&quot;&gt;
				&lt;i&gt;Copyright AreA 2011 © &lt;/i&gt;
			&lt;/font&gt;
		&lt;/td&gt;
	&lt;/tr&gt;	
&lt;/table&gt;
	
						&lt;/td&gt;					
					&lt;/tr&gt;
				&lt;/table&gt;
				&lt;/body&gt;
			&lt;/html&gt;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (tggege)]]></author>
			<pubDate>Tue, 24 Jul 2012 18:37:26 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=10131981#p10131981</guid>
		</item>
	</channel>
</rss>
