Ignore:
Timestamp:
06/30/11 15:33:32 (13 years ago)
Author:
rboipsl
Message:

v2 pour toutes les stations

File:
1 copied

Legend:

Unmodified
Added
Removed
  • ether_ndacc/trunk/web/index.jsp

    r126 r127  
    55<link rel="stylesheet" type="text/css" href="resources/css/ndacc.css"> 
    66<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 
    7 <META NAME="keywords" CONTENT="NDACC, NDACC LIDAR, DDU, NDACC FRANCE"> 
     7<META NAME="keywords" CONTENT="NDACC, NDACC FRANCE"> 
    88 
    99 
    1010<link rel="stylesheet" type="text/css" href="resources/css/etherTypo.css" /> 
    11 <title>Ether: NDACC - DDU Station</title> 
     11<title>Ether: NDACC</title> 
    1212<meta name="generator" content="TYPO3 4.1 CMS" /> 
    1313 
    1414</head> 
    15 <body onload="majMenu('2');"> 
     15<body onload="preload_im();tooltipHide();majMenu('0');"> 
     16 
     17<SCRIPT LANGUAGE="JavaScript"> 
     18 
     19var isIE = document.all; 
     20var mouseX = 0; 
     21var mouseY = 0; 
     22 
     23function preload_im() { 
     24        if (navigator.appVersion.substring(0,1) >= 3) { 
     25                i1=new Image; 
     26                i1.src='resources/images/pl_st_ndacc_f_symp.png'; 
     27                i2=new Image; 
     28                i2.src='resources/images/pl_st_ndacc_f_lidar_symp.png'; 
     29                i3=new Image; 
     30                i3.src='resources/images/pl_st_ndacc_f_saoz_symp.png'; 
     31                i4=new Image; 
     32                i4.src='resources/images/pl_st_ndacc_f_dobson_symp.png'; 
     33                i5=new Image; 
     34                i5.src='resources/images/pl_st_ndacc_f_spectro_symp.png'; 
     35                i6=new Image; 
     36                i6.src='resources/images/pl_st_ndacc_f_o3sonde_symp.png'; 
     37                i7=new Image; 
     38                i7.src='resources/images/pl_st_ndacc_f_ftir_symp.png'; 
     39        } 
     40} 
     41 
     42 
     43function getMouseXY(e) { 
     44 
     45if (!e) e = window.event; 
     46 
     47if (e) { 
     48        mouseX = isIE ? (e.clientX + document.body.scrollLeft) : e.pageX; 
     49        mouseY = isIE ? (e.clientY + document.body.scrollTop) : e.pageY; 
     50} 
     51 
     52} 
     53 
     54document.onmousemove = getMouseXY; 
     55 
     56function tooltipShow(msg,im) { 
     57        // 
     58        document.getElementById("tooltip").style.visibility ="visible"; 
     59        document.getElementById("tooltip").style.left = mouseX-70 +"px"; 
     60        document.getElementById("tooltip").style.top = mouseY-110 +"px"; 
     61        document.getElementById("texts").style.visibility ="visible"; 
     62        document.getElementById("texts").style.left = mouseX-60 +"px"; 
     63 
     64        if (im == '' || im == null) { 
     65                document.getElementById("texts").style.top = mouseY-30+"px"; 
     66                document.getElementById("tooltip").style.visibility ="hidden"; 
     67                document.getElementById("ims").src = ""; 
     68 
     69        } 
     70        else { 
     71                document.getElementById("texts").style.top = mouseY -30 +"px"; 
     72                document.getElementById("ims").src = "resources/images/"+im; 
     73        } 
     74 
     75        document.getElementById("texts").innerHTML=msg; 
     76 
     77 
     78} 
     79 
     80 
     81function tooltipHide() { 
     82                document.getElementById("tooltip").style.visibility ="hidden"; 
     83                document.getElementById("texts").style.visibility ="hidden"; 
     84} 
     85 
     86function showMap(page) { 
     87        document.getElementById("immap").src="resources/images/"+page; 
     88        //alert(page); 
     89 
     90} 
     91 
     92</SCRIPT> 
     93 
    1694<div align=center> 
    1795<div style="margin-top: -10px; width: 1230px ;" class="menu1"><!-- début de la boite contenant les onglets --> 
     
    1997<jsp:include page="template_haut.jsp" /> 
    2098</div> 
    21 <div style="width: 1230px ; text-align: left;" class="menu1"><!-- début de la boite contenant les onglets --> 
    22  
    23  
    24 <a class="onglet" href="data_ohp.jsp" title="Observatoire de Haute Provence">OHP</a> 
    25 <a class="onglet" href="data_opar.jsp" title="Observatoire de physique de l'atmosph&egrave;re de La R&eacute;union">La R&eacute;union</a> 
    26 <span class="onglet-actif" title="Dumont d'Urville">Dumont d'Urville</span> 
    27 <a class="onglet" href="data_lannemezan.jsp">OMP</a> 
    28 <a class="onglet" href="data_villeneuve.jsp">Villeneuve d'Ascq</a> 
    29 <a class="onglet" href="data_scorebysund.jsp">Scorebysund</a> 
    30 <a class="onglet" href="data_andoya.jsp">Andoya</a> 
    31 <a class="onglet" href="data_sodankyla.jsp">Sodankyla</a> 
    32 <a class="onglet" href="data_zhigansk.jsp">Zhigansk</a> 
    33 <a class="onglet" href="data_salekhard.jsp">Salekhard</a> 
    34 <a class="onglet" href="data_bordeaux.jsp">Bordeaux</a> 
    35 <a class="onglet" href="data_tarawa.jsp">Tarawa</a> 
    36 <a class="onglet" href="data_bauru.jsp">Bauru</a> 
    37 <a class="onglet" href="data_kerguelen.jsp">Kerguelen</a> 
    38 <a class="onglet" href="data_riogallegos.jsp">Rio Gallegos</a> 
    39 <a class="onglet" href="data_concordia.jsp">Concordia</a> 
    40  
    41  
    42 </div> 
    43 <div style="margin-top: -35px; height: 660px; width: 1230px ;" class="plein"> 
    44 <fieldset class="cfs"> 
    45     <legend class="cielbh1">Dumont D'Urville</legend> 
    46  
    47  
    48  
    49 <table width=1130px border=0> 
    50 <tr> 
    51 <td height=0 valign=top class="ciel" colspan=2><i>[ Station Antarctique - Lat : 66°40'S, Lon : 140°01'E ]</i></td> 
    52 </tr> 
    53 </table> 
    54 <table cellpadding="2" cellspacing="2" width="1130px" border=0> 
    55 <tr> 
    56         <td height=10 valign="top" width=170 class="cielb">Logistique</td> 
    57         <td width="30%" class="cielbp"><a class="cielbp" href="http://www.institut-polaire.fr/" target="_blank">IPEV</a></td> 
    58         <td align=center rowspan=4 class="ciel"><img border=1 src="resources/images/ddu.jpg" width="254" height="172"></td> 
    59 </tr> 
    60 <tr> 
    61         <td colspan=2 height=10 valign="top" class="cielb" nowrap><a class="cielbp" href="http://sopole.obs.uvsq.fr/spip.php?rubrique4" target="_blank">Station Data access</a></td> 
    62 </tr> 
    63 <tr> 
    64         <td height=10 valign="top" class="cielb" nowrap>Coordinateur scientifique</td> 
    65         <td class="cielbp" height=10 valign="top">Julien Jumelet</td> 
    66 </tr> 
    67 <tr> 
    68         <td valign="top" height=10 width=180 class="cielb">Coordinateur technique</td> 
    69         <td valign="top" height=10 class="cielbp">&nbsp;</td> 
    70 </tr> 
    71 <tr> 
    72         <td valign="top" height=10 nowrap class="cielb">Chef de station</td> 
    73         <td valign="top" height=30 class="cielbp">Guy Tournois</td> 
    74 </tr> 
    75  
    76 <br> 
    77 </table> 
    78  
    79     <div style="margin-left:0px; margin-top:5px; top:750px; width:1150px; height:50px;"> 
    80  
    81 <table id="pif" cellpadding="2" cellspacing="2" width=1130> 
    82 <tr> 
    83 <td class="blanc1" rowspan=2 width="15%">INSTRUMENT</td> 
    84 <td class="blanc1" rowspan=2 width="15%">MEASUREMENT</td> 
    85 <td class="blanc1" rowspan=2 width="15%">PI</td> 
    86 <td class="blanc1" rowspan=2 width="22%">NDACC STORED DATA</td> 
    87 <td class="blanc1" colspan=2 width="19%">QUICKLOOK</td> 
    88 <td class="blanc1" rowspan=2 width="14%">STATUS</td> 
    89 </tr> 
    90 <tr> 
    91     <td class="blanc1p" width=11%>Long term</td> 
    92     <td class="blanc1p" width=8%>Real Time</td> 
    93 </tr> 
    94 </table> 
    95  
    96 </div> 
    97  
    98  
    99 <div style="margin-left:15px; margin-top:4px; width:1150px; height:280px; overflow:auto;"> 
    100  
    101 <table id="pif" cellpadding="2" cellspacing="2" width=1130> 
    102  
    103     <tr> 
    104     <td class="blanc2" width="220"><a href="" onclick="openW ('./lidar.jsp', NWIN1, WCONF1);">LIDAR</a> 
    105     <br><span class="itap"><i>(LIDAR RETRODIFFUSION RAYLEIGH/MIE)</i></span> 
    106     </td> 
    107     <td class="blanc2" width="220"><a href="" onclick="openW ('./aerosols.jsp', NWIN1, WCONF1);">Aerosols</a> and PSC profiles</td> 
    108     <td class="blanc2" width="180">J. Jumelet and M. Snels (CNR/ISAC, Italy)</td> 
    109     <td class="blanc2" width="260"><a href="" title="Data access" onclick="OuvrirPageWD ('./disclaimer.jsp','ftp://ftp.cpc.ncep.noaa.gov/ndacc/station/dumont/ames/lidar/')">1989-1998, 2006-2008</a> 
    110     <br><i>pattern files : duae[yy][mm].dal</i></td> 
    111  
    112     <td class="orange" nowrap align="center"> 
    113     <a href="" title="Results" onclick="OuvrirFeuilleDynW ('instrument?methodName=selectLidarAerosols&instrument=AEROSOLS+LIDAR&dateinf=19700101&station=DDU#','700','650')"> 
    114     <img border=1 src="resources/images/results.jpg" width="60px"></img> 
    115     </a> 
    116     </td> 
    117  
    118  
    119     <td class="orange" nowrap>&nbsp;</td> 
    120     <td class="vert" width="250">Routine</td> 
    121     </tr> 
    122  
    123     <tr> 
    124     <td class="blanc2" width="220"><a href="" onclick="openW ('./lidar.jsp', NWIN1, WCONF1);">LIDAR</a> 
    125     <br><a href="" onclick="openW ('./lidar_dial.jsp', NWIN1, WCONF1b);"><span class="itapl"><i>(LIDAR DIAL)</i></span></a></td> 
    126     <td class="blanc2" width="220"><a href="" onclick="openW ('./ozone.jsp', NWIN1, WCONF1);">O3</a> stratospheric profiles 
    127     <br><span class="itap"><i>(10-50 km)</i></span></td> 
    128     <td class="blanc2" width="180">M. Marchand and F. Cairo (CNR/ISAC,Italy)</td> 
    129     <td class="blanc2" width="220"><a href="" title="Data access" onclick="OuvrirPageWD ('./disclaimer.jsp','ftp://ftp.cpc.ncep.noaa.gov/ndacc/station/dumont/ames/lidar/')">1991-1998</a> 
    130     <br><i>pattern files : duo3[yy][mm].gol</i></td> 
    131  
    132     <td class="orange" nowrap align="center"> 
    133     <a href="" title="Results" onclick="OuvrirFeuilleDynW ('instrument?methodName=selectLidarO3s&instrument=LIDAR+O3+STRATO&dateinf=19700101&station=DDU#','700','650')"> 
    134     <img border=1 src="resources/images/results.jpg" width="60px"></img> 
    135     </a> 
    136     </td> 
    137  
    138     <td class="orange" nowrap>&nbsp;</td> 
    139     <td class="vert" width="220">Routine</td> 
    140     </tr> 
    141  
    142     <tr> 
    143     <td class="blanc2" width="220"><a href="" onclick="openW ('./ecc.jsp', NWIN1, WCONF1);">ECC</a></td> 
    144     <td class="blanc2" width="220"><a href="" onclick="openW ('./ozone.jsp', NWIN1, WCONF1);">O3</a> profiles</td> 
    145     <td class="blanc2" width="180">M. Marchand</td> 
    146     <td class="blanc2" width="220"><a href="" title="Data access" onclick="OuvrirPageWD ('./disclaimer.jsp','ftp://ftp.cpc.ncep.noaa.gov/ndacc/station/dumont/ames/o3sonde/')">1991-2010</a> 
    147     <br><i>pattern files : du[yy][mm][dd].b*</i></td> 
    148  
    149     <td class="orange" nowrap align=center> 
    150     <a href="" title="Results" onclick="OuvrirFeuilleDynW ('instrument?methodName=selectEcc&instrument=ECC&dateinf=19700101&station=DDU#','700','650')"> 
    151     <img border=1 src="resources/images/results.jpg" width="60px"></img> 
    152     </a> 
    153     </td> 
    154  
    155  
    156     <td class="orange" nowrap>&nbsp;</td> 
    157     <td class="vert" width="220">Routine</td> 
    158     </tr> 
    159  
    160  
    161     <tr> 
    162     <td class="blanc2" width="220"><a href="" onclick="openW ('./saoz.jsp', NWIN1, WCONF1);">SAOZ</a></td> 
    163     <td class="blanc2" width="220"><a href="" onclick="openW ('./no2.jsp', NWIN1, WCONF1b);">NO2</a>/<a href="" onclick="openW ('./ozone.jsp', NWIN1, WCONF1);">O3</a> column</td> 
    164     <td class="blanc2" width="180">A. Pazmino, F. Goutail and J. P. Pommereau</td> 
    165     <td class="blanc2" width="220"><a href="" title="Data access" onclick="OuvrirPageWD ('./disclaimer.jsp','ftp://ftp.cpc.ncep.noaa.gov/ndacc/station/dumont/ames/uvvis/')">1988-2010</a> 
    166     <br><i>pattern files : dutc[yy][mm].gfv</i></td> 
    167  
    168     <td class="orange" nowrap align="center"> 
    169     <a href="" title="Results" onclick="OuvrirFeuilleDyn ('visus_saoz.jsp?station=ddu')"> 
    170     <img border=1 src="resources/images/results.jpg" width="60px"></img> 
    171     </a> 
    172     </td> 
    173  
    174     <td class="orange" nowrap>&nbsp;</td> 
    175     <td class="vert" width="220">Routine</td> 
    176     </tr> 
    177  
    178 </table> 
    179  
    180 </div> 
    181  
    182 </fieldset> 
    183  
    184 </div> 
     99 
     100<div style="width: 1230px ; text-align: left;"> 
     101 
     102<img id="immap" border=1 class="cielb" alt="" src="resources/images/pl_st_ndacc_f_symp.png" usemap="#Map"> 
     103 
     104<MAP NAME="Map" > 
     105 
     106        <AREA SHAPE="rect" 
     107                   HREF="#" 
     108                   COORDS="20,60,490,140" 
     109                   onmouseover="" onmouseout="" onclick="window.open ('http://ndacc2011.univ-reunion.fr/', 'Symposium 2011', 'resizable=yes,scrollbars=yes,toolbar=yes,left=100,top=100,width=1000,height=600');"> 
     110 
     111        <AREA SHAPE="rect" 
     112                   HREF="#" 
     113                   COORDS="80,460,120,470" 
     114                   onmouseover="showMap('pl_st_ndacc_f_saoz_symp.png');" onmouseout="showMap('pl_st_ndacc_f_symp.png');" onclick="showMap('pl_st_ndacc_f_saoz_symp.png');"> 
     115 
     116    <AREA SHAPE="rect" 
     117                   HREF="#" 
     118                   COORDS="80,446,120,456" 
     119                   onmouseover="showMap('pl_st_ndacc_f_lidar_symp.png');" onmouseout="showMap('pl_st_ndacc_f_symp.png');" onclick="showMap('pl_st_ndacc_f_lidar_symp.png');"> 
     120 
     121    <AREA SHAPE="rect" 
     122                   HREF="#" 
     123                   COORDS="80,480,145,490" 
     124                   onmouseover="showMap('pl_st_ndacc_f_o3sonde_symp.png');" onmouseout="showMap('pl_st_ndacc_f_symp.png');" onclick="showMap('pl_st_ndacc_f_o3sonde_symp.png');"> 
     125 
     126        <AREA SHAPE="rect" 
     127                   HREF="#" 
     128                   COORDS="80,498,140,508" 
     129                   onmouseover="showMap('pl_st_ndacc_f_dobson_symp.png');" onmouseout="showMap('pl_st_ndacc_f_symp.png');" onclick="showMap('pl_st_ndacc_f_dobson_symp.png');"> 
     130 
     131        <AREA SHAPE="rect" 
     132                   HREF="#" 
     133                   COORDS="80,511,220,521" 
     134                   onmouseover="showMap('pl_st_ndacc_f_spectro_symp.png');" onmouseout="showMap('pl_st_ndacc_f_symp.png');" onclick="showMap('pl_st_ndacc_f_spectro_symp.png');"> 
     135 
     136        <AREA SHAPE="rect" 
     137                   HREF="#" 
     138                   COORDS="80,530,110,540" 
     139                   onmouseover="showMap('pl_st_ndacc_f_ftir_symp.png');" onmouseout="showMap('pl_st_ndacc_f_symp.png');" onclick="showMap('pl_st_ndacc_f_ftir_symp.png');"> 
     140 
     141        <AREA SHAPE="rect" 
     142                   HREF="data_opar.jsp" 
     143                   COORDS="790,370,810,390" 
     144                   onmouseover="tooltipShow('&nbsp;La R&eacute;union','reu.jpg');" onmouseout="tooltipHide();" onclick="tooltipHide();"> 
     145 
     146        <AREA SHAPE="rect" 
     147                   HREF="data_kergulen.jsp" 
     148                   COORDS="845,464,865,484" 
     149                   onmouseover="tooltipShow('&nbsp;Kerguelen','');" onmouseout="tooltipHide();" onclick="tooltipHide();"> 
     150 
     151        <AREA SHAPE="rect" 
     152                   HREF="data_ohp.jsp" 
     153                   COORDS="160,360,180,380" 
     154                   onmouseover="tooltipShow('&nbsp;OHP','ohp.jpg');" onmouseout="tooltipHide();" onclick="tooltipHide();"> 
     155 
     156        <AREA SHAPE="rect" 
     157                   HREF="data_villeneuve.jsp" 
     158                   COORDS="132,258,152,278" 
     159                   onmouseover="tooltipShow('&nbsp;Villeneuve d\'Ascq','');" onmouseout="tooltipHide();" onclick="tooltipHide();"> 
     160 
     161        <AREA SHAPE="rect" 
     162                   HREF="data_concordia.jsp" 
     163                   COORDS="1019,567,1039,587" 
     164                   onmouseover="tooltipShow('&nbsp;Concordia','');" onmouseout="tooltipHide();" onclick="tooltipHide();"> 
     165 
     166        <AREA SHAPE="rect" 
     167                   HREF="data_ddu.jsp" 
     168                   COORDS="1082,540,1102,560" 
     169                   onmouseover="tooltipShow('&nbsp;Dumont d\'Urville','ddu.jpg');" onmouseout="tooltipHide();" onclick="tooltipHide();"> 
     170 
     171        <AREA SHAPE="rect" 
     172                   HREF="data_tarawa.jsp" 
     173                   COORDS="1204,282,1224,302" 
     174                   onmouseover="tooltipShow('&nbsp;Tarawa','');" onmouseout="tooltipHide();" onclick="tooltipHide();"> 
     175 
     176        <AREA SHAPE="rect" 
     177                   HREF="data_salekhard.jsp" 
     178                   COORDS="842,70,862,90" 
     179                   onmouseover="tooltipShow('&nbsp;Salekhard','');" onmouseout="tooltipHide();" onclick="tooltipHide();"> 
     180 
     181        <AREA SHAPE="rect" 
     182                   HREF="data_zhigansk.jsp" 
     183                   COORDS="1002,80,1022,100" 
     184                   onmouseover="tooltipShow('&nbsp;Zhigansk','');" onmouseout="tooltipHide();" onclick="tooltipHide();"> 
     185 
     186 
     187        <AREA SHAPE="rect" 
     188                   HREF="data_sodankyla.jsp" 
     189                   COORDS="695,75,715,95" 
     190                   onmouseover="tooltipShow('&nbsp;Sodankyla','');" onmouseout="tooltipHide();" onclick="tooltipHide();"> 
     191 
     192        <AREA SHAPE="rect" 
     193                   HREF="data_scorebysund.jsp" 
     194                   COORDS="525,60,545,80" 
     195                   onmouseover="tooltipShow('&nbsp;Scorebysund','');" onmouseout="tooltipHide();" onclick="tooltipHide();"> 
     196 
     197        <AREA SHAPE="rect" 
     198                   HREF="data_bauru.jsp" 
     199                   COORDS="440,390,460,410" 
     200                   onmouseover="tooltipShow('&nbsp;Bauru','');" onmouseout="tooltipHide();" onclick="tooltipHide();"> 
     201 
     202        <AREA SHAPE="rect" 
     203                   HREF="data_andoya.jsp" 
     204                   COORDS="660,70,680,90" 
     205                   onmouseover="tooltipShow('&nbsp;Andoya','alomar.jpg');" onmouseout="tooltipHide();"> 
     206 
     207        <AREA SHAPE="rect" 
     208                   HREF="data_riogallegos.jsp" 
     209                   COORDS="370,470,390,490" 
     210                   onmouseover="tooltipShow('&nbsp;Rio Gallegos','');" onmouseout="tooltipHide();"> 
     211 
     212        <AREA SHAPE="rect" 
     213                   HREF="data_bordeaux.jsp" 
     214                   COORDS="90,355,110,375" 
     215                   onmouseover="tooltipShow('&nbsp;Bordeaux','');" onmouseout="tooltipHide();"> 
     216 
     217        <AREA SHAPE="rect" 
     218                   HREF="data_lannemezan.jsp" 
     219                   COORDS="102,372,122,392" 
     220                   onmouseover="tooltipShow('&nbsp;OMP','omp.jpg');" onmouseout="tooltipHide();"> 
     221 
     222</MAP> 
     223 
     224 
     225 
     226 
     227</div> 
     228 
     229<div id="tooltip" style="position:absolute;"> 
     230    <img id="ims" border=0 alt="" width="90px" height="70px" src=""> 
     231</div> 
     232<div id="texts" style="position:absolute;color:#62f545;"></div> 
     233 
    185234</div> 
    186235 
Note: See TracChangeset for help on using the changeset viewer.