CINXE.COM

Des villages Cassini aux communes d'aujourd'hui

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr"> <head> <title>Des villages Cassini aux communes d'aujourd'hui</title> <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link href="../../css/1.css" rel="stylesheet" type="text/css" /> <link rel="stylesheet" type="text/css" href="./infoB/autocompletion.css" /> <link rel="stylesheet" type="text/css" href="../../css/print.css" media="print"> <script language="JavaScript" type="text/javascript" src="../../js/base.js"></script> <script language="JavaScript" type="text/javascript" src="../../js/navigation.js"></script> <script language="JavaScript" type="text/javascript" src="../../js/extraction.js"></script> <script language="JavaScript" type="text/javascript" src="../../js/infoBulle.js"></script> <script type="text/JavaScript"> window.name="fm"; </script> <!-- FDE insertion des js pour gerer l'image --> <SCRIPT LANGUAGE=javascript src="../../js/scripts/Util.js"></SCRIPT> <SCRIPT LANGUAGE=javascript src="/ecwplugins/lib/scripts/NCSConstants.js"></SCRIPT> <SCRIPT LANGUAGE=javascript src="/ecwplugins/lib/scripts/NCSCheck.js"></SCRIPT> <SCRIPT LANGUAGE=javascript src="/ecwplugins/lib/scripts/NCSControl.js"></SCRIPT> <SCRIPT LANGUAGE=javascript src="/ecwplugins/lib/scripts/NCSToolbar.js"></SCRIPT> <SCRIPT LANGUAGE=javascript src="/ecwplugins/lib/scripts/NCSProgressbar2.js"></SCRIPT> <SCRIPT LANGUAGE=javascript src="../../js/scripts/NCSAJAX.js"></SCRIPT> <SCRIPT LANGUAGE=javascript src="../../js/scripts/NCSJSView.js"></SCRIPT> <script language="JavaScript" src="extract/scripts/fp.js" type="text/javascript"></script> <script language="JavaScript" src="extract/scripts/browse.js.php?" type="text/javascript"></script> <script language="JavaScript" type="text/javascript"> var tOnLoadTimer = null; var ECWProgressBar = null; var bGlobFadeEffect = false; var urlEcw = "ecwp://" + document.location.host + "/cassini-local/France_Cassini_LA2.ecw"; var globalTLX, globalTLY, globalBRX, globalBRY, adminWindow; var tooBig = false; function validateExtractCoord(defaultSubmit) { // Disable sumbit var disableSubmit = defaultSubmit ? document.mainForm.go.disabled : false; var exRadio = "visible"; /* if (exRadio[0].checked) { var exRadio = "selection"; } else if (exRadio[1].checked) { var exRadio = "visible"; } */ if((m_dfCRS != m_dsCRS || !document.mainForm.tlx || !document.mainForm.tly || !document.mainForm.brx || !document.mainForm.bry || !document.mainForm.tlx.value || !document.mainForm.tly.value || !document.mainForm.brx.value || !document.mainForm.bry.value || (document.mainForm.tlx.value == 0 && document.mainForm.tly.value == 0 && document.mainForm.brx.value == 0 && document.mainForm.bry.value == 0) ) && exRadio == "selection" || (m_currTLX == m_currBRX || m_currTLY == m_currBRY) && exRadio == "visible") disableSubmit = true; // Enable/disable submit document.mainForm.go.disabled = disableSubmit; return !disableSubmit; } function submitData() { // This could be useful var tlx, tly, brx, bry; tlx = tly = brx = bry = 0; if(document.mainForm.list) { var everyWhere = 0; // Is it 4 element list or 3 if(document.mainForm.list[3]) everyWhere = 1; if(document.mainForm.list[0 + everyWhere].checked) { tlx = m_globalTLX; tly = m_globalTLY; brx = m_globalBRX; bry = m_globalBRY; } else if(document.mainForm.list[1 + everyWhere].checked) { tlx = m_selTLX; tly = m_selTLY; brx = m_selBRX; bry = m_selBRY; if(m_dfCRS != m_glCRS) { convertIntoGlobal(tlx, tly, brx, bry); tlx = globalTLX; tly = globalTLY; brx = globalBRX; bry = globalBRY; } } else if(document.mainForm.list[2 + everyWhere].checked) { tlx = m_currTLX; tly = m_currTLY; brx = m_currBRX; bry = m_currBRY; if(m_dfCRS != m_glCRS) { convertIntoGlobal(tlx, tly, brx, bry); tlx = globalTLX; tly = globalTLY; brx = globalBRX; bry = globalBRY; } } } // Never allow to submit when submit is disabled if(document.mainForm.go.disabled) return false; // Check if last evaluation was successful and process data document.mainForm.go.disabled = true; //var exRadio = document.mainForm.area; // if (exRadio[0].checked) { // var exRadio = "selection"; // } // else if (exRadio[1].checked) { var exRadio = "visible"; // } if(exRadio == "selection") { tlx = m_selTLX; tly = m_selTLY; brx = m_selBRX; bry = m_selBRY; } else { tlx = m_currTLX > m_TLX ? m_currTLX : m_TLX; tly = m_currTLY < m_TLY ? m_currTLY : m_TLY; brx = m_currBRX < m_BRX ? m_currBRX : m_BRX; bry = m_currBRY > m_BRY ? m_currBRY : m_BRY; } var x_dimension = document.ECWView1.GetLayerCellSizeX("RasterLayer"); var y_dimension = document.ECWView1.GetLayerCellSizeY("RasterLayer"); document.mainForm.action = "extract/validate.php?id=" + m_id + "&tlx=" + tlx + "&tly=" + tly + "&brx=" + brx + "&bry=" + bry + "&x_dimension=" + x_dimension + "&y_dimension=" + y_dimension; return true; } function convertIntoGlobal(tlx, tly, brx, bry) { var relTLY = document.ECWView1.GetCoordLatitude(tlx, tly); var relTLX = document.ECWView1.GetCoordLongitude(tlx, tly); var relTRY = document.ECWView1.GetCoordLatitude(brx, tly); var relTRX = document.ECWView1.GetCoordLongitude(brx, tly); var relBLY = document.ECWView1.GetCoordLatitude(tlx, bry); var relBLX = document.ECWView1.GetCoordLongitude(tlx, bry); var relBRY = document.ECWView1.GetCoordLatitude(brx, bry); var relBRX = document.ECWView1.GetCoordLongitude(brx, bry); globalTLX = Math.min(relTLX, Math.min(relTRX, Math.min(relBLX, relBRX))); globalTLY = Math.max(relTLY, Math.max(relTRY, Math.max(relBLY, relBRY))); globalBRX = Math.max(relTLX, Math.max(relTRX, Math.max(relBLX, relBRX))); globalBRY = Math.min(relTLY, Math.min(relTRY, Math.min(relBLY, relBRY))); } </script> </head> <SCRIPT LANGUAGE=javascript> // IB : Activation de la fonction info bulle window.onload = function(){creeDiv();onLoadCB();validateExtractCoord();}; //Variable permettant d'indiquer si l'une des fonctionnalitA漏s est active : // zoom+ zoom- notice info var action="vide"; var first="1"; //--Digitech-- Variable permettant d'indiquer les vecteurs a cacher var aCacher=""; //Variable permettant d'indiquer les vecteurs a cacher lorsque l'on passe en mode plein ecran var pleinEcranACacher=""; //Variable permettant d'indiquer si le vecteurs a ete ajoute var vecteurAjoute=0; //Variable permettant d'enregistrer l'evenement courant //dans le cas des zoom + et zoom - il est necessaire de passez //un evenement pour recuperer les coordonnees de la souris pour firefox //le fonctionnement des callback ne permet pas de passer un parametre //l'evenement est donc stoke au moment ou l'on clique sur le bouton my_event=""; //Variable permettant d'indiquer que l'on a clique sur la carte de visualisation de la france //sans cette variable il ne serait pas possible de savoir qd la carte se recharge si son rechargement provient d'un clic sur la carte de situation //0 pas de clic //1 clic sur la carte //clicCarteSitu=0; //Variable permettant d'enregistrer l'outil actif outilA=""; function effacerSauf(outilOk) { //Enregistrement de l'outil actif outilA=outilOk; //reinitialisation de tout les boutons differents de outilOk if (outilOk!="o1"){document.getElementById("o1").src="../../icn/1_o_1o.gif";} if (outilOk!="o2"){document.getElementById("o2").src="../../icn/1_o_2o.gif";} if (outilOk!="o4"){document.getElementById("o4").src="../../icn/1_o_4o.gif";} if (outilOk!="o5"){document.getElementById("o5").src="../../icn/1_o_5o.gif";} if (outilOk!="o9"){document.getElementById("o9").src="../../icn/1_o_9o.gif";} if (outilOk!="o4_1"){document.getElementById("o4_1").src="../../icn/1_o_4_1o.gif";} if (outilOk!="o4_2"){document.getElementById("o4_2").src="../../icn/1_o_4_2o.gif";} if (outilOk!="oIB"){document.getElementById("oIB").src="../../icn/nomCommune_r.gif";} // if (outilOk!="i_sel"){document.getElementById("i_sel").src="extract/images/selection.gif";} } <!-- if (parseFloat(navigator.appVersion) < 4.0) { document.location = "/ecwplugins/sorry.htm"; } // There is a major bug in Mozilla where the onLoad event for the body gets called before the // plugins on the page are loaded, this seems to work around it. var tOnLoadTimer = null; var ECWProgressBar = null; var bGlobFadeEffect = false; var m_x_infoB_geo; var m_y_infoB_geo; var m_x_infoB_px; var m_y_infoB_px; var lock="false"; function f_lancementAjax() { //alert("Appel info bulle"); //alert(m_x_infoB_geo); //alert(m_y_infoB_geo); //Appel de la fonction ajax callNom("a",m_x_infoB_geo,m_y_infoB_geo); } //******************************************************************************* // Fonction permettant de calculer l'echelle //******************************************************************************* function echelle() { try { // Get the TL/BR coordinates dViewTLX = document.ECWView1.GetTopLeftWorldCoordinateX(); dViewTLY = document.ECWView1.GetTopLeftWorldCoordinateY(); dViewBRX = document.ECWView1.GetBottomRightWorldCoordinateX(); dViewBRY = document.ECWView1.GetBottomRightWorldCoordinateY(); // Convert to Lat/Long coordinates /* dWorldTLLat = document.ECWView1.GetCoordinate.Latitude(dViewTLX,dViewTLY); dWorldTLLon = document.ECWView1.GetCoordinate.Longitude(dViewTLX,dViewTLY); dWorldBRLat = document.ECWView1.GetCoordinate.Latitude(dViewBRX,dViewBRY); dWorldBRLon = document.ECWView1.GetCoordinate.Longitude(dViewBRX,dViewBRY); // Calculate centroid dCentroidLat = dWorldTLLat + (dWorldBRLat - dWorldTLLat) / 2.0; dCentroidLon = dWorldTLLon + (dWorldBRLon - dWorldTLLon) / 2.0; // Calculate screen pixel:world unit scale dScale = document.ECWView1.GetViewWidth() / (dWorldBRLat - dWorldTLLat); return dScale;*/ return dViewBRX-dViewTLX; } catch(e) { alert("Erreur lors du calcul de l'echelle"+e); return 0; } } //******************************************************************************* // Fonction permettant de gerer le zoom + et le zoom - //******************************************************************************* // b c coordonnees en pixel // d e coordonnees geo function f_onMouseUp(a,b,c,d,e){ if (action=="zoom+") { zoomSens("+",b,c); } if (action=="zoom-") { zoomSens("-",b,c); } if (action=="notice") { window.open('3_pop.php?x='+d+'&y='+e,'_blank', 'scrollbars=yes,width=465,height=650,top=116,left=85,location,resizable=yes'); } if (action=="info") { window.open('4_pop_2.php?x='+d+'&y='+e,'_blank','scrollbars=yes,width=465,height=650,top=116,left=85,location,resizable=yes'); } //lock : Variable permettant d'indiquer qu'un appel serveur est possible // false : pas de requete en cours donc appel possible // lock passe a tru empechant de rerentrer dans la fonction //lock est libere au oment de l'affichage de l'info bulle dans le js if (action=="infoBulle" && lock=="false") { lock="true"; m_x_infoB_geo=d; m_y_infoB_geo=e; m_x_infoB_px=b; m_y_infoB_px=c; setTimeout("f_lancementAjax()",200); } onMouseUpCB(); } function f_lancerIB() { if (action=="infoBulle") { //alert('infobulle'); } } //******************************************************************************* // Appel de la fonction a la fin du chargement de la carte pour // ajouter la donnee vectorielle //******************************************************************************* function f_onDrawEnd() { if (vecteurAjoute==0) { //document.ECWView1.SetExtents(595797.5863670913,2236826.902079867,614943.1532436267,2225653.343159873); vecteurAjoute=1; //le vecteur ne sera plus ajoute } } //******************************************************************************* // Evenenement sur la carte //******************************************************************************* function onExtentsCB(worldTLX, worldTLY, worldBRX, worldBRY) { //Efface l'info bulle si la carte a bouge var my_scale = ""; aCacher = calculACacher(); //Appel de la fonction permettant de calculer l'echelle et d'activer les cases des vecteurs if (first=="1") { first="0"; } else { viderDivIB(); my_scale=echelle(); } //Mise a jour de la variable permetant si le mode plein ecran est demande // de cacher ou d'afficher les donnees vectorielles pleinEcranACacher=aCacher; //Appel de la fonction permettant de gerer les extents en selection updateExtents(worldTLX, worldTLY, worldBRX, worldBRY); //Appel de la fonction permettant de mettre a jour les vecteurs updateGISOverlay(my_scale,aCacher); } function calculACacher(){ var my_scale = ""; my_scale=echelle(); aCacher=""; //Reactive les outils si ils sont visibles a cette echelle if (my_scale < 30000) { //Remet la case dans un etat selectionnable document.form2.chefslieux.disabled=false; if (document.form2.chefslieux.checked==true) { aCacher+="&chefl=true"; } } if (my_scale < 50000) { document.form2.commune.disabled=false; if (document.form2.commune.checked==true) { aCacher+="&com=true"; } } if (my_scale < 90000) { document.form2.canton.disabled=false; if (document.form2.canton.checked==true) { aCacher+="&can=true"; } } if (my_scale < 200000) { document.form2.arrondissement.disabled=false; if (document.form2.arrondissement.checked==true) { aCacher+="&arr=true"; } } if (document.form2.departement && document.form2.departement.checked==true) { aCacher+="&dep=true"; } if (my_scale > 30000) { //decoche la case document.form2.chefslieux.disabled=true; //document.form2.chefslieux.checked=false; //enleve les donnees vectorielles //activerCouche("chefslieux","false",0); aCacher+="&chefl=false"; } if (my_scale > 50000) { //decoche la case document.form2.commune.disabled=true; //document.form2.commune.checked=false; //enleve les donnees vectorielles //activerCouche("commune","false",1); aCacher+="&com=false"; } if (my_scale > 90000) { //decoche la case document.form2.canton.disabled=true; //document.form2.canton.checked=false; //enleve les donnees vectorielles //activerCouche("canton","false",1); aCacher+="&can=false"; } if (my_scale > 200000) { //decoche la case document.form2.arrondissement.disabled=true; //document.form2.arrondissement.checked=false; //enleve les donnees vectorielles //activerCouche("arrondissement","false",1); aCacher+="&arr=false"; } return aCacher; } //******************************************************************************* // A chaque mouvement de la carte on rafraichie les donnees vectorielles //******************************************************************************* function updateGISOverlay(echelle,visibilite) { // MapServer access var szMapServerFullPath = "http://"+document.location.host+"/cassini/fr/html/call.php?"; var sParams = ""; var sURL = ""; dMapWorldTLX = document.ECWView1.GetTopLeftWorldCoordinateX(); dMapWorldTLY = document.ECWView1.GetTopLeftWorldCoordinateY(); dMapWorldBRX = document.ECWView1.GetBottomRightWorldCoordinateX(); dMapWorldBRY = document.ECWView1.GetBottomRightWorldCoordinateY(); //Placement de la div de situation placerDivSitu(dMapWorldTLX,dMapWorldTLY,dMapWorldBRX,dMapWorldBRY); nWidth = document.ECWView1.GetViewWidth(); nHeight = document.ECWView1.GetViewHeight(); // Set the parameters into the overlay layer. var extent = dMapWorldTLX +" "+ dMapWorldBRY +" "+ dMapWorldBRX +" "+ dMapWorldTLY; sURL = szMapServerFullPath + "map=/cassini/data/map/vecteurMAP.map" + "&mapext=" + extent + "&imgsize=" + nWidth + " " + nHeight + "&mode=map" + "&app=updateGISOverlay(majcarte)" + "&ext="+dMapWorldTLX +" "+ dMapWorldTLY+" "+dMapWorldBRX +" "+ dMapWorldBRY // + "&echelle="+echelle + visibilite; sParams = "mode=WORLD;"; sParams += "body=;"; sParams += "action=GET;"; sParams += "worldtlx=" + dMapWorldTLX + ";"; sParams += "worldtly=" + dMapWorldTLY + ";"; sParams += "worldbrx=" + dMapWorldBRX + ";"; sParams += "worldbry=" + dMapWorldBRY + ";"; sParams += "url=" + sURL + ";"; document.ECWView1.SetLayerParameter("vecteur", sParams); //window.location=sURL; } //******************************************************************************* //* Fonction permettant de redemander le rechargeement du style //******************************************************************************* function reloadCall(randomm) { //alert("entre fonction reloadCall"); activerCouche("style","false",randomm); } //******************************************************************************* //* FDE 04082006 //* Parametres : couche : couche a modifier (nom de la couche ou mot style) //* etat : (visible/non visible) //******************************************************************************* //* Fonction permettant d'activer les differentes couches //* Cette fonction est egalement utilise pour remettre a jour les styles //* des differentes couches (valeurs definie dans palette.php en session //******************************************************************************* function activerCouche(couche,etat,aleatoire) { // MapServer access var szMapServerFullPath = "http://"+document.location.host+"/cassini/fr/html/call.php?"; var sParams = ""; var sURL = ""; var sMap = "/cassini/data/map/vecteurMAP.map"; dMapWorldTLX = document.ECWView1.GetTopLeftWorldCoordinateX(); dMapWorldTLY = document.ECWView1.GetTopLeftWorldCoordinateY(); dMapWorldBRX = document.ECWView1.GetBottomRightWorldCoordinateX(); dMapWorldBRY = document.ECWView1.GetBottomRightWorldCoordinateY(); /*alert(dMapWorldTLX); alert(dMapWorldTLY); alert(dMapWorldBRX); alert(dMapWorldBRY);*/ nWidth = document.ECWView1.GetViewWidth(); nHeight = document.ECWView1.GetViewHeight(); // Set the parameters into the overlay layer. var extent = dMapWorldTLX +" "+ dMapWorldBRY +" "+ dMapWorldBRX +" "+ dMapWorldTLY; sURL = szMapServerFullPath + "map=" + sMap + "&mapext=" + extent + "&imgsize=" + nWidth + " " + nHeight + "&mode=map"; if(couche=="departement") { sURL+="&app=activercouche"; sURL+="&dep="+etat; } if(couche=="canton") { sURL+="&app=activercouche"; sURL+="&can="+etat; } if(couche=="arrondissement") { sURL+="&app=activercouche"; sURL+="&arr="+etat; } if(couche=="commune") { sURL+="&app=activercouche"; sURL+="&com="+etat; } if(couche=="chefslieux") { sURL+="&app=activercouche"; sURL+="&chefl="+etat; } //Cas utilise pour rafraichir la carte apres la modification des rendus //Les differents parametres sont passes en variable de session. if (couche=="style") { sURL+="&app=style"; sURL+="&aleatoire="+aleatoire; } sParams = "mode=WORLD;"; sParams += "body=;"; sParams += "action=GET;"; sParams += "worldtlx=" + dMapWorldTLX + ";"; sParams += "worldtly=" + dMapWorldTLY + ";"; sParams += "worldbrx=" + dMapWorldBRX + ";"; sParams += "worldbry=" + dMapWorldBRY + ";"; sParams += "url=" + sURL + ";"; //alert('activer couche style avant'); document.ECWView1.SetLayerParameter("vecteur", sParams); //alert('activer couche style apres'); //window.open(sParams); //window.location=sURL; } function f_onMouseM(a,b,c,d,e) { if(action=='rt_sel') { onMouseMoveCB(a,b,c,d,e); } } //--> </SCRIPT> <body > <!-- BANNER FAILURE --> <div style=" background-color: #a4c2b7; margin-bottom:.5rem; padding: .5rem; color: #444444;"><span style=" color: #444444; font-weight: bolder;">Nous sommes d茅sol茅s !</span> Un incident technique majeur nous oblige 脿 d茅sactiver le composant cartographique du site. Vous pouvez continuer 脿 interroger la base de donn茅es depuis la <a href="http://cassini.ehess.fr/fr/html/6_index.htm">page d'index</a> ou depuis le menu "Rechercher un lieu" sur la <a href="http://cassini.ehess.fr/fr/html/1_navigation.php">page de navigation</a>. </div> <!-- MAIN SITE CONTENT --> <div style="position:relative"> <!--<form name="form1" id="form1" method ="POST">--> <!-- bandeau de titre + image navigation dans le bandeau--> <div id="tit1"><img src="../icn/5_t_0.gif" alt="Paysages de Cassini aux communes d'aujourd'hui" /></div> <div id="tit2"><img src="../icn/1_t_1.gif" alt="Navigation" /></div> <!-- Div (fond) entre la carte et le bandeau superieur suite a la mise en place de bordure importante pour gerer la carte sous IE. Cette div permet egalement de cacher une partie de la bordure de la carte non superposee par le bandeau--> <div id="fond"></div> <!-- Div (cote) sur la carte pour cacher la bordure gauche de la carte --> <div id="cote"></div> <div id="nava"> <a href="index.htm" target="_parent" onmouseover="MM_swapImage('n1','','../icn/n_1o.gif',1)" onmouseout="MM_swapImgRestore()" onClick ="Session(null)"> <img src="../icn/n_1.gif" alt="Accueil" name="n1" width="86" height="15" border="0" id="n1" /></a><a href="8_glossaire.htm" target="fm" onmouseover="MM_swapImage('n2','','../icn/n_2o.gif',1)" onmouseout="MM_swapImgRestore()"><img src="../icn/n_2.gif" alt="Glossaire" name="n2" width="86" height="15" border="0" id="n2" /></a><a href="9_aide.htm" target="fm" onmouseover="MM_swapImage('n3','','../icn/n_3o.gif',1)" onmouseout="MM_swapImgRestore()"><img src="../icn/n_3.gif" alt="Aide" name="n3" width="86" height="15" border="0" id="n3" /></a><a href="10_maj.htm" target="fm" onmouseover="MM_swapImage('n4','','../icn/n_4o.gif',1)" onmouseout="MM_swapImgRestore()"><img src="../icn/n_4.gif" alt="Mise A聽 jour" name="n4" width="86" height="15" border="0" id="n4" /></a><a href="11_partenaires.htm" target="fm" onmouseover="MM_swapImage('n5','','../icn/n_5o.gif',1)" onmouseout="MM_swapImgRestore()"><img src="../icn/n_5.gif" alt="Partenaires" name="n5" width="82" height="15" border="0" id="n5" /></a></div> <div id="navb"><a href="#"><img src="../icn/n_6o.gif" alt="Navigation" name="n6" width="86" height="17" border="0" id="n6" /></a><a href="6_index.htm" onmouseover="MM_swapImage('n7','','../icn/n_7o.gif',1)" onmouseout="MM_swapImgRestore()"><img src="../icn/n_7.gif" alt="Index" name="n7" width="86" height="17" border="0" id="n7" /></a><a href="7_cassini.htm" target="fm" onmouseover="MM_swapImage('n8','','../icn/n_8o.gif',1)" onmouseout="MM_swapImgRestore()"><img src="../icn/n_8.gif" alt="Cassini" name="n8" width="86" height="17" border="0" id="n8" /></a><a href="5_donnees.htm" target="fm" onmouseover="MM_swapImage('n9','','../icn/n_9o.gif',1)" onmouseout="MM_swapImgRestore()"><img src="../icn/n_9.gif" alt="Donnees" name="n9" width="82" height="17" border="0" id="n9" /></a></div> <!-- DIV OUTILS ET BOUTONS legende et vue generale--> <div id="tool_boutons"><img src="../../icn/1_o_3o.gif" alt="" name="o3" width="28" height="25" border="0" id="o3" onmouseover="MM_swapImage('o3','','../../icn/1_o_3.gif',1);MM_showHideLayers('info3','','show')" onmouseout="MM_swapImgRestore();MM_showHideLayers('info3','','hide')" onclick="MMM_openBrWindow('4_pop_1.htm','popi','scrollbars=yes,width=600px,height=650px,top=116px,left=85px,resizable=yes')" style="cursor:pointer;"/> <input type=image src="../../icn/1_o_6o.gif" alt="" name="of2" width="28" height="25" border="0" id="o6" onmouseover="MM_swapImage('o6','','../../icn/1_o_6.gif',1) ; MM_showHideLayers('info5','','show')" onmouseout="MM_swapImgRestore() ; MM_showHideLayers('info5','','hide')" onClick="viderDivIB(); document.ECWView1.SetExtentsAll();" style="cursor:pointer;"/> </div><!-- fermeture div tool_boutons --> <div id="info1"><p>Notice communale</p></div><!-- div fermeture info1 --> <div id="info2"><p>Informations sur la feuille Cassini</p></div><!-- div fermeture info2 --> <div id="info3"><p>L&eacute;gende de la carte Cassini</p></div><!-- div fermeture info3 --> <div id="info4"><p>Cliquez sur un outil puis sur la carte</p></div><!-- div fermeture info4 --> <div id="info5"><p>Vue g&eacute;n&eacute;rale</div><!-- div fermeture info5 --> <div id="info6"><p>Zoom rectangle</p></div><!-- div fermeture info6 --> <div id="info7"><p>Zoom progressif</p></div><!-- div fermeture info7 --> <div id="info8"><p>Nom de la commune </p></div><!-- div fermeture info8 --> <div id="info9"><p>S茅lection rectangulaire </p></div><!-- div fermeture info9 --> <div id="info10"><p>Effacer la s茅lection </p></div><!-- div fermeture info10 --> <!-- div boutons imprimer et plein ecran --> <div id="outil4"><a href="#" onmouseover="MM_swapImage('o7','','../icn/1_t_2.gif',1)" onmouseout="MM_swapImgRestore()"><img src="../icn/1_t_2o.gif" alt="Imprimer" name="o7" border="0" id="o7" class="titre1" onclick="javascript:launchPrint(calculACacher())"/></a><a href="#" onmouseover="MM_swapImage('o8','','../icn/1_t_3o.gif',1)" onmouseout="MM_swapImgRestore()"> <!--dMapWorldTLX = document.ECWView1.GetTopLeftWorldCoordinateX(); dMapWorldTLY = document.ECWView1.GetTopLeftWorldCoordinateY(); dMapWorldBRX = document.ECWView1.GetBottomRightWorldCoordinateX(); dMapWorldBRY = document.ECWView1.GetBottomRightWorldCoordinateY();--> <!-- Digitech modifications pour passer les param猫tres des layers pour l'impression --> <img src="../icn/1_t_3o.gif" alt="Plein &eacute;cran" name="o8" border="0" id="o8" class="titre1" onclick="javascript:window.open('full.php?TLX='+document.ECWView1.GetTopLeftWorldCoordinateX()+'&TLY='+document.ECWView1.GetTopLeftWorldCoordinateY()+'&BRX='+document.ECWView1.GetBottomRightWorldCoordinateX()+'&BRY='+document.ECWView1.GetBottomRightWorldCoordinateY() +'&layersParam=' + escape(calculACacher()))"/> </a> </div><!-- div fermeture outil4 --> <!-- CARTE PRINCIPALE --> <!--<div id="map">--> <div id="carte"> <script> function myprogress(val) { ECWProgressBar.setProgress(val); } function giveExt() { document.ECWView1.SetExtents(595797.5863670913,2236826.902079867,614943.1532436267,2225653.343159873); updateExtents(595797.5863670913,2236826.902079867,614943.1532436267,2225653.343159873); } /* ***** Definition de la carte***** */ document.ECWView1 = new NCSJSView("100%", "100%"); document.ECWView1.SetCallbackName("onExtentChange", "onExtentsCB"); document.ECWView1.SetCallbackName("onMouseDown", "onMouseDownCB"); document.ECWView1.SetCallbackName("onMouseUp", "f_onMouseUp"); document.ECWView1.SetCallbackName("onDrawEnd", "f_onDrawEnd"); document.ECWView1.SetCallbackName("onMouseMove", "f_onMouseM"); var params = "fadein=0;"; /*document.ECWView1.AddLayer("ECW", "ecwp://10.133.101.151/cassini/scan1000.ecw", "RasterLayer", params);*/ document.ECWView1.AddLayer("ECW", "ecwp://"+document.location.host+"/cassini/France_Cassini_LA2.ecw", "RasterLayer", params); //Localisation sur Bourges window.setTimeout("giveExt()",500); /* Les vecteurs sont charges dans la fonction on_enddraw car les coordonnees n'ont pas pu etre recuperes ici **** */ // ***** definition des vecteurs ***** //Creation des parametres pour charger les vecteurs var szMapServerFullPath = "http://"+document.location.host+"/cassini/fr/html/call.php?"; var sParams = ""; var sURL = ""; //Recuperation des coordonnees de la carte dMapWorldTLX = document.ECWView1.GetTopLeftWorldCoordinateX(); dMapWorldTLY = document.ECWView1.GetTopLeftWorldCoordinateY(); dMapWorldBRX = document.ECWView1.GetBottomRightWorldCoordinateX(); dMapWorldBRY = document.ECWView1.GetBottomRightWorldCoordinateY(); //Recuperation de la hauteur est de la largeur de la carte nWidth = document.ECWView1.GetViewWidth(); nHeight = document.ECWView1.GetViewHeight(); // Set the parameters into the overlay layer. var extent = dMapWorldTLX +" "+ dMapWorldBRY +" "+ dMapWorldBRX +" "+ dMapWorldTLY; sURL = szMapServerFullPath + "map=/cassini/data/map/vecteurMAP.map" + "&mapext=" + extent + "&imgsize=" + nWidth + " " + nHeight + "&mode=map" + "&app=onDrawEnd(chargementcarte)"; sParams = "mode=WORLD;"; sParams += "body=;"; sParams += "action=GET;"; sParams += "worldtlx=" + dMapWorldTLX + ";"; sParams += "worldtly=" + dMapWorldTLY + ";"; sParams += "worldbrx=" + dMapWorldBRX + ";"; sParams += "worldbry=" + dMapWorldBRY + ";"; sParams += "url=" + sURL + ";"; if(document.ECWView1.AddLayer("GISOverlay", "", "vecteur", sParams) < 0) { alert("Unable to create GIS layer, error: " + document.ECWView1.GetLastErrorText()); } </script> </div> <!-- div fermeture carte --> <!--</div>--> <div id="outil2"> <!-- Bouton du zoom + --> <img src="../../icn/1_o_4o.gif" alt="" name="op" width="28" height="25" border="0" id="o4" onmouseover="MM_swapImage('o4','','../../icn/1_o_4.gif',1)" onmouseout="if (outilA!='o4'){MM_swapImgRestore();}" style="cursor:pointer;" onClick="effacerSauf('o4'); viderDivIB(); document.ECWView1.SetPointerMode(2); action='zoom+'; my_event=event; " /> <!-- Bouton du zoom - --><img src="../../icn/1_o_5o.gif" alt="" name="om" width="27" height="25" border="0" id="o5" onmouseover="MM_swapImage('o5','','../../icn/1_o_5.gif',1)" onmouseout="if (outilA!='o5'){MM_swapImgRestore();}" style="cursor:pointer;" onClick=" effacerSauf('o5'); viderDivIB(); document.ECWView1.SetPointerMode(2); action='zoom-'; my_event=event;"/> <!-- Bouton du deplacement Pan--> <img src="../../icn/1_o_9o.gif" alt="" name="dp" width="27" height="25" border="0" id="o9" onmouseover="MM_swapImage('o9','','../../icn/1_o_9.gif',1)" onmouseout="if (outilA!='o9'){MM_swapImgRestore();}" onClick="effacerSauf('o9'); viderDivIB(); document.ECWView1.SetPointerMode(0); action=''; " style="cursor:pointer;"/> <!-- Bouton du zoom rectangle --> <img src="../../icn/1_o_4_1o.gif" alt="" name="zr" width="28" height="25" border="0" id="o4_1" onmouseover="MM_swapImage('o4_1','','../../icn/1_o_4_1.gif',1); MM_showHideLayers('info6','','show');" onmouseout="if (outilA!='o4_1'){MM_swapImgRestore();} MM_showHideLayers('info6','','hide')" onClick="effacerSauf('o4_1'); viderDivIB(); document.ECWView1.SetPointerMode(3); action=''; " style="cursor:pointer;"/> <!-- Bouton du zoom haut bas --> <img src="../../icn/1_o_4_2o.gif" alt="" name="zr" width="28" height="25" border="0" id="o4_2" onmouseover="MM_swapImage('o4_2','','../../icn/1_o_4_2.gif',1); MM_showHideLayers('info7','','show');" onmouseout="if (outilA!='o4_2'){MM_swapImgRestore();} MM_showHideLayers('info7','','hide')" onClick="effacerSauf('o4_2'); viderDivIB(); document.ECWView1.SetPointerMode(1); action=''; " style="cursor:pointer;"/> <!-- Test info bulle--> <img src="../../icn/nomCommune_r.gif" alt="" name="op" width="28" height="25" border="0" id="oIB" onmouseover="MM_swapImage('oIB','','../../icn/nomCommune_v.gif',1); MM_showHideLayers('info8','','show');" onmouseout="if (outilA!='oIB'){MM_swapImgRestore();} MM_showHideLayers('info8','','hide');" style="cursor:pointer;" onClick="effacerSauf('oIB'); document.ECWView1.SetPointerMode(2); action='infoBulle'; f_lancerIB();" /> <!-- Bouton notice communale --> <!--<input type=image src=../../icn/1_o_1o.gif alt="" name="o1" width="28" height="25" border="0" id="o1" onmouseover="MM_swapImage('o1','','../../icn/1_o_1o.gif',1);MM_showHideLayers('info1','','show')" onmouseout="MM_swapImgRestore();MM_showHideLayers('info1','','hide')"/>--> <input type=image src="../../icn/1_o_1o.gif" alt="" name="o1" width="28" height="25" border="0" id="o1" onmouseover="MM_swapImage('o1','','../../icn/1_o_1.gif',1);MM_showHideLayers('info1','','show')" onmouseout="if (outilA!='o1'){MM_swapImgRestore();} MM_showHideLayers('info1','','hide')" onClick="effacerSauf('o1'); viderDivIB(); action='notice'; document.ECWView1.SetPointerMode(2);"/> <!-- Bouton information fiche cassini --> <!--<input type=image src=../../icn/1_o_2o.gif alt="" name="o2" width="27" height="25" border="0" id="o2" onmouseover="MM_swapImage('o2','','../../icn/1_o_2o.gif',1);MM_showHideLayers('info2','','show')" onmouseout="MM_swapImgRestore();MM_showHideLayers('info2','','hide')" />--> <input type=image src="../../icn/1_o_2o.gif"; alt="" name="o2" width="27" height="25" border="0" id="o2" onmouseover="MM_swapImage('o2','','../../icn/1_o_2.gif',1);MM_showHideLayers('info2','','show')" onmouseout="if (outilA!='o2'){MM_swapImgRestore();} MM_showHideLayers('info2','','hide')" onClick="effacerSauf('o2'); viderDivIB(); action='info'; document.ECWView1.SetPointerMode(2);"/> </div><!-- div fermeture outil2 --> <!-- Div permettant de tracer un rond sur la carte de situation Utilise sur le clic de la carte de situation et mis a jour (si besoin) au rechargement de la carte Le fait de cliquer dessus permet de se recentrer sur la nouvelle zone cliquee --> <div id="rondSitu" onClick="viderDivIB(); recentrer(event);" /><img src="../../img/rond.gif" width="20" height="20"> </div> <!-- Div permettant de tracer un contour sur la carte de situation mis A聽 jour (si besoin) au rechargement de la carte. Le fait de cliquer dessus permet de se recentrer sur la nouvelle zone cliquee--> <div id="carreSitu" onClick="viderDivIB(); recentrer(event);"/></div> <!-- carte de situation --> <div id="france" > <!-- <input type="image" name="keymap2" src="" width=KEYMAP_WIDTH height=KEYMAP_HEIGHT alt="Carte de la France" border="0"/>--> <img src="../../img/situ.png" alt="Carte de la France" border="0" onclick="viderDivIB(); recentrer(event);" width="216" height="160"/> <!-- old situ ok 261--> <!--<img src="../../icn/1_c.gif" alt="Carte de la France" border="0" /> --> </div><!-- div fermeture france--> <div id="recherche"> <div id="extra4"> <a href="#" onclick="open_moteur()" style="text-decoration:none;"> <span class="boutonR" onmouseout="this.className='boutonR'" onmouseover="this.className='boutonV';"> RECHERCHER UN LIEU ...</span> </a> <img src="../icn/1_s_1.gif" alt="" class="separateur3" /><br> </div> <!-- <div id="extra3"> <input type="hidden" name="textfield" value="Montigny le bretonnnnneen (76111)" /> <input type="text" name="textfield_city" class="input1" value="Montigny le bretonnnnneen " READONLY/> <input type="text" name="textfield_insee" class="input1" value="(76111)" READONLY/> </div>--> <!-- div fermeture extra3--> <!--<div id="ok_2"> <input type="image" src="../icn/1_t_5.gif" onmouseover="MM_swapImage('ok2','','../icn/1_t_5o.gif',1)" onmouseout="MM_swapImgRestore()" alt="" name ="ok2" border="0" id="ok_2" action="submit()"/></div>--> <!-- div fermeture ok_2 --> <form name="form1" id="form1" onSubmit="return false;"> <div id="extra3" style="visibility:hidden"> <!--<input type="text" name="textfield_city" class="input1" value="" READONLY/>--> <input type="text" name="textfield_city1" class="input1" value="" READONLY/> <input type="text" name="textfield_city2" class="input1" value="" READONLY/> <input type="text" name="textfield_city3" class="input1" value="" READONLY/> <input type="hidden" name="textfield" value="" /> <input type="hidden" name="coordX" value="" /> <input type="hidden" name="coordY" value="" /> <!--<input type="text" name="textfield_insee" class="input1" value="c" READONLY/>--> </div> <!-- div fermeture extra3--> <div id="ok_2" style="visibility:hidden"> <input type="image" src="../icn/1_t_5.gif" onmouseover="MM_swapImage('ok2','','../icn/1_t_5o.gif',1)" onmouseout="MM_swapImgRestore()" alt="" name ="ok2" border="0" id="ok_2" onClick="localiserCommune(); return false;"/> </div> </form> <div id="afficher"> <span class="boutonR"> AFFICHER ...</span><br> <img src="../icn/1_s_1.gif" alt="" class="separateur1" /><br> <!-- Formulaire permettant de griser les champs souhaites --> <form name="form2" id="form2" onSubmit="return false;" style="margin-top:0"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td colspan="2"><span class="boutonR"> Chefs-lieux </span></td> <td><input type="checkbox" name="chefslieux" value="checkbox" class="decal" onclick="activerCouche('chefslieux',this.checked,1)" /></td> </tr> <tr> <td colspan="3"> <div id="extra5"> <p><img src="../icn/1_p_1.gif" alt="" width="9" height="9" />&nbsp;communes stables</p> <p><img src="../icn/1_p_2.gif" alt="" width="9" height="9" />&nbsp;communes recompos&eacute;es</p> </div> </td> </tr> <tr> <td><span class="boutonR" >Limite</span></td> <td><span class="boutonR_decal"> D茅partement</span></td> <td><input type="checkbox" name="departement" value="checkbox" class="decal" onClick="activerCouche('departement',this.checked,1)" /></td> </tr> <tr> <td><span class="boutonR_decal">&nbsp;</span></td> <td><span class="boutonR_decal"> Arrondissement</span></td> <td><input type="checkbox" name="arrondissement" value="checkbox" class="decal" onClick="activerCouche('arrondissement',this.checked,1);" /></td> </tr> <tr> <td><span class="boutonR_decal">&nbsp;</span></td> <td><span class="boutonR_decal"> Canton</span></td> <td><input type="checkbox" name="canton" value="checkbox" class="decal" onClick="activerCouche('canton',this.checked,1);" /></td> </tr> <tr> <td><span class="boutonR_decal">&nbsp;</span></td> <td><span class="boutonR_decal"> Commune</span></td> <td><input type="checkbox" name="commune" value="checkbox" class="decal" onclick="activerCouche('commune',this.checked,1)" /></td> </tr> <tr> <td colspan="3"><a href="#" onclick="openSymbo()" style="text-decoration:none;"><span class="boutonR" onmouseout="this.className='boutonR'" onmouseover="this.className='boutonV';">Style des limites</span></a></td> </tr> </table> </form> <br> </div><!-- div fermeture extra4--> <div id="requete"> <span class="boutonR"> REQUETE ...</span><br> <img src="../icn/1_s_1.gif" alt="" class="separateur1" /><br> <a href="#" onclick="open_requetePopulation();" style="text-decoration:none;"> <span class="boutonR_decal" style="margin-left:45px" onmouseout="this.className='boutonR_decal'" onmouseover="this.className='boutonV_decal';">Population</span> </a> <br> <a href="#" onclick="open_requeteAdministration();" style="text-decoration:none;"> <span class="boutonR_decal" style="margin-left:45px" onmouseout="this.className='boutonR_decal'" onmouseover="this.className='boutonV_decal';">Administration</span> </a> </div><!-- div fermeture requete --> <!-- FDE 02072006 : lien permettant de lancer l'extraction --> <div id="extraire"> <span class="boutonr">VUE EN COURS</span><br> <img src="../icn/1_s_1.gif" alt="" class="separateur1" /><br> </div> <!-- div fermeture extraire --> <div name = "selection" id = "selection"> <form name="mainForm" method="post" onSubmit="javascript:return submitData();" target="_blank"> <input type="hidden" name="tlx" id="tlx" size="9"> <input type="hidden" name="tly" id="tly" size="9"> <input type="hidden" name="brx" id="brx" size="9"> <input type="hidden" name="bry" id="bry" size="9"> <!-- <span class="boutonR">Zone 脿 exporter :<br /> </span> <input type="radio" name="area" class="formulaire" value="selection" onclick="javascript:validateExtractCoord()"><span class="boutonR">S閘ection</span> <input type="radio" name="area" class="formulaire" value="visible" checked onclick="javascript:validateExtractCoord()"><span class="boutonR">Vue actuelle</span> <br /> <img width="28" height="25" src="extract/images/selection.gif" id="i_sel" onclick="action ='rt_sel'; effacerSauf('i_sel'); viderDivIB(); setPointer(2)" alt="Zone s閘ectionn閑" onmouseover="MM_swapImage('i_sel','','extract/images/selection_over.gif',1); MM_showHideLayers('info9','','show');" onmouseout="if (outilA!='i_sel'){MM_swapImgRestore();} MM_showHideLayers('info9','','hide');" style="cursor:pointer;"> <img width="28" height="25" src="extract/images/gomme.gif" id="i_del" onclick="action =''; javascript:restoreSelection()" alt="Effacer" onmouseover="MM_swapImage('i_del','','extract/images/gomme_over.gif',1); MM_showHideLayers('info10','','show');" onmouseout="MM_swapImgRestore(); MM_showHideLayers('info10','','hide');" style="cursor:pointer;"> --> <input type="submit" name="go" class="formulaireSubmitV" onmouseout="this.className='formulaireSubmitV'" onmouseover="this.className='formulaireSubmit';" value="T茅l茅charger" style="font-weight:normal;position:relative;top:10px;left:0px;width:96px; height:25px" title='T茅l茅chargement du fichier correspondant 脿 la vue en cours'> <br /> <a href="extract/list.php?type=requests&auth=list" style="text-decoration:none;" target="_blank"> <span class="boutonR" onmouseout="this.className='boutonR'" onmouseover="this.className='boutonV';" style='position:relative;top:20px;'>Vos commandes</span> </a> </form> </div> <!-- Div digitech--> <div id="infoCoordsHeader"></div> <div id="infoCoords"></div> <div id="infoPoint"></div> <div id="infoUnits"></div> </div> <!-- div fermeture recherche--> <!-- <div name = "selection_tools_text" id = "selection_tools_text"> <p> Selection rectangulaire :</p> </div> <div name = "selection_tools" id = "selection_tools"> <img width="28" height="25" src="extract/images/selection.gif" id="i_sel" onclick="action ='rt_sel'; effacerSauf('i_sel'); viderDivIB(); setPointer(2)" alt="Zone s閘ectionn閑" onmouseover="MM_swapImage('i_sel','','extract/images/selection_over.gif',1); MM_showHideLayers('info9','','show');" onmouseout="if (outilA!='i_sel'){MM_swapImgRestore();} MM_showHideLayers('info9','','hide');" style="cursor:pointer;"> <img width="28" height="25" src="extract/images/gomme.gif" id="i_del" onclick="action =''; javascript:restoreSelection()" alt="Effacer" onmouseover="MM_swapImage('i_del','','extract/images/gomme_over.gif',1); MM_showHideLayers('info10','','show');" onmouseout="MM_swapImgRestore(); MM_showHideLayers('info10','','hide');" style="cursor:pointer;"> </div> --> <!-- la liste de choix ne semble pas etre utilisee mais elle est utilise dans base.js --> <div id="extra1"> <select id="select" name="select" size="1" class="select1" tabindex=""> <option value="0">France enti&egrave;re</option> <option value="01" >Ain - 01</option> <option value="02" >Aisne - 02</option> <option value="03" >Allier - 03</option> <option value="04" >Alpes de Haute-Provence - 04</option> <option value="05" >Hautes Alpes - 05</option> <option value="06" >Alpes Maritimes - 06</option> <option value="07" >Ard&egrave;che - 07</option> <option value="08" >Ardennes - 08</option> <option value="09" >Ari&egrave;ge - 09</option> <option value="10" >Aube - 10</option> <option value="11" >Aude - 11</option> <option value="12" >Aveyron - 12</option> <option value="13" >Bouches du Rh&ocirc;ne - 13</option> <option value="14" >Calvados - 14</option> <option value="15" >Cantal - 15</option> <option value="16" >Charente - 16</option> <option value="17" >Charente Maritime - 17</option> <option value="18" >Cher - 18</option> <option value="19" >Corr&egrave;ze - 19</option> <option value="2A" >Haute Corse - 2A</option> <option value="2B" >Corse du Sud - 2B</option> <option value="21" >C&ocirc;te d'Or - 21</option> <option value="22" >C&ocirc;tes d'Armor - 22</option> <option value="23" >Creuse - 23</option> <option value="24" >Dordogne - 24</option> <option value="25" >Doubs - 25</option> <option value="26" >Dr&ocirc;me - 26</option> <option value="27" >Eure - 27</option> <option value="28" >Eure et Loir - 28</option> <option value="29" >Finist&egrave;re - 29</option> <option value="30" >Gard - 30</option> <option value="31" >Haute Garonne - 31</option> <option value="32" >Gers - 32</option> <option value="33" >Gironde - 33</option> <option value="34" >H&eacute;rault - 34</option> <option value="35" >Ile et Vilaine - 35</option> <option value="36" >Indre - 36</option> <option value="37" >Indre et Loire - 37</option> <option value="38" >Is&egrave;re - 38</option> <option value="39" >Jura - 39</option> <option value="40" >Landes - 40</option> <option value="41" >Loir et Cher - 41</option> <option value="42" >Loire - 42</option> <option value="43" >Haute Loire - 43</option> <option value="44" >Loire Atlantique - 44</option> <option value="45" >Loiret - 45</option> <option value="46" >Lot - 46</option> <option value="47" >Lot et Garonne - 47</option> <option value="48" >Loz&egrave;re - 48</option> <option value="49" >Maine et Loire - 49</option> <option value="50" >Manche - 50</option> <option value="51" >Marne - 51</option> <option value="52" >Haute Marne - 52</option> <option value="53" >Mayenne - 53</option> <option value="54" >Meurthe et Moselle - 54</option> <option value="55" >Meuse - 55</option> <option value="56" >Morbihan - 56</option> <option value="57" >Moselle - 57</option> <option value="58" >Ni&egrave;vre - 58</option> <option value="59" >Nord - 59</option> <option value="60" >Oise - 60</option> <option value="61" >Orne - 61</option> <option value="62" >Pas de Calais - 62</option> <option value="63" >Puy de D&ocirc;me - 63</option> <option value="64" >Pyr&eacute;n&eacute;es-Atlantiques - 64</option> <option value="65" >Hautes Pyr&eacute;n&eacute;es - 65</option> <option value="66" >Pyr&eacute;n&eacute;es Orientales - 66</option> <option value="67" >Bas Rhin - 67</option> <option value="68" >Haut Rhin - 68</option> <option value="69" >Rh&ocirc;ne - 69</option> <option value="70" >Haute Sa&ocirc;ne - 70</option> <option value="71" >Sa&ocirc;ne et Loire - 71</option> <option value="72" >Sarthe - 72</option> <option value="73" >Savoie - 73</option> <option value="74" >Haute Savoie - 74</option> <option value="75" >Paris - 75</option> <option value="76" >Seine Maritime - 76</option> <option value="77" >Seine et Marne - 77</option> <option value="78" >Yvelines - 78</option> <option value="79" >Deux S&egrave;vres - 79</option> <option value="80" >Somme - 80</option> <option value="81" >Tarn - 81</option> <option value="82" >Tarn et Garonne - 82</option> <option value="83" >Var - 83</option> <option value="84" >Vaucluse - 84</option> <option value="85" >Vend&eacute;e - 85</option> <option value="86" >Vienne - 86</option> <option value="87" >Haute Vienne - 87</option> <option value="88" >Vosges - 88</option> <option value="89" >Yonne - 89</option> <option value="90" >Territoire de Belfort - 90</option> <option value="91" >Essonne - 91</option> <option value="92" >Hauts de Seine - 92</option> <option value="93" >Seine Saint Denis - 93</option> <option value="94" >Val de Marne - 94</option> <option value="95" >Val d'Oise - 95</option> </select> </div> </div> <!--</form>--> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10