Ignore:
Timestamp:
01/19/12 15:50:26 (12 years ago)
Author:
vmipsl
Message:

slides

Location:
ether_2012/trunk/web/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ether_2012/trunk/web/src/com/ether/Controller.java

    r353 r358  
    2626 
    2727    @ControllerMethod(view = VIEW_ACTIVITIES) 
    28     public Map<String, Object> viewSlideContent() 
     28    public Map<String, Object> viewSlideActivities() 
     29            throws WebException 
     30    { 
     31        return new HashMap<String, Object>(); 
     32    } 
     33 
     34    @ControllerMethod(view = VIEW_DATA) 
     35    public Map<String, Object> viewSlideData() 
     36            throws WebException 
     37    { 
     38        return new HashMap<String, Object>(); 
     39    } 
     40 
     41    @ControllerMethod(view = VIEW_DATABASES) 
     42    public Map<String, Object> viewSlideDatabases() 
     43            throws WebException 
     44    { 
     45        return new HashMap<String, Object>(); 
     46    } 
     47 
     48    @ControllerMethod(view = VIEW_SERVICES) 
     49    public Map<String, Object> viewSlideServices() 
    2950            throws WebException 
    3051    { 
     
    3657    private static final String VIEW_INIT = "init"; 
    3758    private static final String VIEW_ACTIVITIES = "project/slideActivities"; 
     59    private static final String VIEW_DATA = "project/slideData"; 
     60    private static final String VIEW_DATABASES = "project/slideDataBases"; 
     61    private static final String VIEW_SERVICES = "project/slideServices"; 
    3862} 
  • ether_2012/trunk/web/src/messages_en.properties

    r353 r358  
    2020label.informations=Informations 
    2121 
     22label.balloons=Balloons 
     23label.satellites=Satellites 
     24label.campaigns=Campaigns 
     25label.models=Models 
     26label.meteo=Meteo 
     27label.links=Links 
     28 
    2229home.title.part1=Centre for Atmospheric Chemistry 
    2330home.title.part2=Products and Services 
     
    3643logo.eccad.alt=Emissions data and ancillary data for emissions calculation 
    3744logo.megapoli.alt=Megacities: Emissions, urban, regional and Global Atmospheric POLlution and climate effects, and Integrated tools for assessment and mitigation 
     45logo.balloons.alt=Balloon experiments 
     46logo.satellites.alt=Satellites 
     47logo.campaigns.alt=Campaigns 
     48logo.models.alt=Models 
     49logo.meteo.alt=Meteo 
     50logo.ramces.alt=Atmospheric Network for the Measurement of Greenhouse Compounds 
     51logo.kinetics.alt=Chemical Kinetics Database 
     52logo.links.alt=Links 
  • ether_2012/trunk/web/src/messages_fr.properties

    r353 r358  
    2020label.informations=Informations 
    2121 
     22label.balloons=Ballons 
     23label.satellites=Satellites 
     24label.campaigns=Campagnes 
     25label.models=ModÚles 
     26label.meteo=Météo 
     27label.links=Liens 
     28 
    2229home.title.part1=Centre de Produits et Services 
    2330home.title.part2=de la Chimie de l&apos;AtmosphÚre 
     
    3643logo.eccad.alt=Emissions data and ancillary data for emissions calculation 
    3744logo.megapoli.alt=Megacities: Emissions, urban, regional and Global Atmospheric POLlution and climate effects, and Integrated tools for assessment and mitigation 
     45logo.balloons.alt=Ballons 
     46logo.satellites.alt=Satellites 
     47logo.campaigns.alt=Campagnes 
     48logo.models.alt=ModÚles 
     49logo.meteo.alt=Météo 
     50logo.ramces.alt=Réseau atmosphérique de Mesure des Composés à Effet de Serre 
     51logo.kinetics.alt=Chemical Kinetics Database 
     52logo.links.alt=Liens 
     53 
Note: See TracChangeset for help on using the changeset viewer.