Subversion Repositories eFlore/Applications.del

Rev

Rev 21 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 21 Rev 73
Line 1... Line 1...
1
package org.tela_botanica.del.client.gestionhistorique;
1
package org.tela_botanica.del.client.gestionhistorique;
Line 2... Line 2...
2
 
2
 
Line 3... Line 3...
3
public class ConstantesNavigation {
3
public class ConstantesNavigation {
Line 4... Line 4...
4
 
4
 
Line 5... Line 5...
5
    public static final String MAIN_PAGE = "main_page";
5
    public static final String PAGE_PRINCIPALE = "page_principale";
-
 
6
   
-
 
7
    public static final String PAGE_RECHERCHE_IMAGES = "recherche_images_page";
6
   
8