Changeset 232 for ether_ndacc


Ignore:
Timestamp:
10/24/11 17:41:52 (13 years ago)
Author:
vmipsl
Message:

[Internationalisation]

Location:
ether_ndacc/trunk/web
Files:
2 edited

Legend:

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

    r204 r232  
    4747    } 
    4848 
     49    @ControllerMethod(view = VIEW_ABOUT) 
     50    public Map<String, Object> viewAbout() 
     51            throws WebException 
     52    { 
     53        return new HashMap<String, Object>(); 
     54    } 
    4955 
    5056    @ControllerMethod(view = VIEW_ECC) 
     
    566572    private static final String VIEW_LIDAR_AEROSOLS = "visus_lidar_aerosols"; 
    567573    private static final String VIEW_DATA_OHP = "data_ohp"; 
     574    private static final String VIEW_ABOUT = "about"; 
    568575 
    569576    //services que le controller peut utiliser 
  • ether_ndacc/trunk/web/template_haut.jsp

    r204 r232  
    3333 
    3434      <td align="center" width="20%" height="40%"> 
    35       <a id="menu1" class="menuon" onmouseout="changeMenu('menu1','out');" onmouseover="changeMenu('menu1','over');" href="about.jsp"><spring:message code="about"/></a> 
     35      <a id="menu1" class="menuon" onmouseout="changeMenu('menu1','out');" onmouseover="changeMenu('menu1','over');" href="instrument?methodName=viewAbout"><spring:message code="about"/></a> 
    3636      </td> 
    3737      <td align="center"><font color="#CDECFF;">&nbsp;</font></td> 
Note: See TracChangeset for help on using the changeset viewer.