root/carte-ffw/index.html

Revision 13, 2.9 kB (checked in by syrus, 2 years ago)

Première version de la carte des associations et communautés wifi françaises

  • Property svn:executable set to *
Line 
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
3 <html>
4   <head>
5     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6     <meta http-equiv="Pragma" content="no-cache">
7     <meta http-equiv="Expires" content="-1">
8 <meta name="keywords" content="carte,communauté,association,federation,france,wifi,wireless,sans-fil,antenne,association,informatique,802.11b,noeud,communautaire,reseau,network,libre,wireless,linux,gratuit,wep,orinoco,radius,pringles">
9 <meta name="description" content="Site de la fédération France Wireless">
10 <script src="http://maps.google.com/maps?fc=1&file=api&v=2.44&hl=fr&key=ABQIAAAAcICNg-wbYIyX0J0fKyB0WBS0csa2_XESiHqEBYjXYMCffVBKhBThvT9LLmKYals5IFyplRZKlacPRQ" type="text/javascript"></script>
11     <script src='js/assoces_status_map.js' type='text/javascript'></script>
12     <link rel="stylesheet" type="text/css" href="common/stylesheet.css">
13     <title>F&eacute;d&eacute;ration France Wireless : Carte des associations et communaut&eacute;s sans fil en France</title>
14     <meta content="Pascal 'Syrus' Rullier- Pierre 'Thus' Nguyen" name="author">
15 </head>
16
17 <body onunload="GUnload()">
18
19 <div id="map_title"><img src="logos/logo-ffw.png" alt="Fédération France Wireless" align="middle">Carte des associations et communaut&eacute;s sans fil en France
20 </div>
21
22 <div id="map_outer_hotspots_list">
23   <div id="map_hotspots_list"></div>
24 </div>
25
26 <div id="map_frame" style="z-index:500">
27   <br /><br />
28   <center><h2>Chargement en cours, veuillez patienter...</h2></center>
29 </div>
30
31 <div id="map_legend">
32   <a href="assoce_status.xml">Fichier source XML</a> | <img src="img/node_online.png" alt="Ville"> actif | <img src="img/node_construction.png" alt="Ville"> en projet | <img src="img/node_offline.png" alt="Ville"> inactif | <img src="img/rangroup-up-icon.gif" alt="RAN"> actif | <img src="img/rangroup-building-icon.gif" alt="RAN"> en projet | <img src="img/rangroup-down-icon.gif"> inactif | Infos, corrections, commentaires : <a href="mailto:bureau_AT_wireless-fr.org?subject=carte">Merci de nous les signaler</a>. | <a href="carte-ffw.tar">Les sources</a>
33 </div>
34
35 <script type="text/javascript">
36 <!--
37
38 var zoomlevel = 6;
39 // var centerLat = 45.12005;
40 var centerLat = 46.86;
41 // var centerLon = 4.57031;
42 var centerLon = 2.43;
43
44 var xml_source = 'assoce_status.xml';
45
46 window.onload = showMap();
47
48 function showMap()
49 {
50   translations = new AssocesMapTranslations('Sorry, your browser does not support Google Maps.', 'Page d\'accueil', 'Afficher sur la carte', 'Chargement en cours, veuillez patienter...','Carte des hotspots');
51   assoces_map = new AssocesMap('map_frame', 'assoces_map', translations, 'http://www.wireless-fr.org/');
52   assoces_map.setXmlSourceUrl(xml_source);
53   assoces_map.setAssocesInfoList('map_hotspots_list');
54   assoces_map.setInitialPosition(centerLat, centerLon, zoomlevel);
55   assoces_map.setMapType(G_MAP_TYPE);
56   assoces_map.redraw();
57 }
58
59 //-->
60 </script>
61
62 </body>
63
64 </html>
Note: See TracBrowser for help on using the browser.