Ignore:
Timestamp:
07/31/15 16:26:38 (9 years ago)
Author:
rboipsl
Message:

changement logo
champs locality/lieu desactives
+modif sur tapas.css et bas page frontend
+ ajout textes info xml et one transmission

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tapas/web/src/messages_en.properties

    r816 r825  
    3838text.toselect=must be selected 
    3939text.erreur.saisie=Error form request 
     40text.errcxml=XML code is empty 
    4041 
    4142text.selectlocation=Enter a location correclty (an observatory or a locality with altitude, latitude and longitude) 
     
    182183bo.user.emailNotSend=The email to the user cannot be sent, the email seems not valid : 
    183184 
     185text.xml=Le code requête XML doit strictement respecter les tags. Seules les valeurs entre les tags peuvent être modifiées 
     186Exemple de requete XML que vous devez entrez : 
     187<?xml version="1.0" encoding="UTF-8"?> 
     188<tapas Id="Ether_TAPAS_999"> 
     189  <request Id="1"> 
     190    <preferences> 
     191      <format valid="VO,ASCII,FITS,NETCDF">FITS</format> 
     192      <rayleigh_extinction valid="YES,NO">YES</rayleigh_extinction> 
     193      <h2o_extinction valid="YES,NO">NO</h2o_extinction> 
     194      <o3_extinction valid="YES,NO">YES</o3_extinction> 
     195      <o2_extinction valid="YES,NO">YES</o2_extinction> 
     196      <co2_extinction valid="YES,NO">YES</co2_extinction> 
     197      <ch4_extinction valid="YES,NO">YES</ch4_extinction> 
     198      <n2o_extinction valid="YES,NO">YES</n2o_extinction> 
     199    </preferences> 
     200    <observation> 
     201      <date>2013-11-17T00:41:00.000Z</date> 
     202      <observatory> 
     203        <name>La Palma Roque de los Muchachos Canarias Spain</name> 
     204        <longitude min="-180" max="180">-17.882</longitude> 
     205        <latitude min="-90" max="90">28.76</latitude> 
     206        <altitude min="0" max="10000">2326.0</altitude> 
     207      </observatory> 
     208      <los> 
     209        <ra_j2000>03:42:55</ra_j2000> 
     210        <dec_j2000>47:47:15</dec_j2000> 
     211      </los> 
     212      <instrument> 
     213        <spectral_choice valid="Vacuum Wavelength (nm),Standard Wavelength (nm),Wavenumber (cm-1)">Standard Wavelength (nm)</spectral_choice> 
     214        <spectral_range>350 1000</spectral_range> 
     215        <ilsf_choice valid="-1,createTapa0,1">1</ilsf_choice> 
     216        <resolving_power min="0">115000</resolving_power> 
     217        <sampling_ratio min="0">10</sampling_ratio> 
     218        <appli_berv valid="YES,NO">YES</appli_berv> 
     219      </instrument> 
     220    </observation> 
     221    <atmosphere> 
     222      <reference valid="0,1,2,3,4,5,6">0</reference> 
     223      <arletty_file>/data/tapas///arletty/canr_2013111700.arl</arletty_file> 
     224      <ecmwf_file>/data/tapas///ecmwf/canr_2013111700_qo3.txt</ecmwf_file> 
     225    </atmosphere> 
     226  </request> 
     227</tapas> 
Note: See TracChangeset for help on using the changeset viewer.