Subversion Repositories eFlore/Archives.cel-v1

Rev

Rev 28 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 28 Rev 30
Line 35... Line 35...
35
 
35
 
Line 36... Line 36...
36
	
36
	
37
  private Mediator mediator=null;
37
  private Mediator mediator=null;
Line 38... Line 38...
38
	  
38
	  
Line 39... Line 39...
39
  private String user =null;	
39
  private String user =null;	
Line 47... Line 47...
47
	user=mediator.getUser();
47
	user=mediator.getUser();
Line 48... Line 48...
48
	
48
	
Line 49... Line 49...
49
    serviceBaseUrl = mediator.getServiceBaseUrl();
49
    serviceBaseUrl = mediator.getServiceBaseUrl();
50
 
50
 
51
    if (!mediator.getConnected()) {
51
    if (!mediator.getConnected()) {
52
    	signLabel.setText("Connexion");
52
    	signLabel.setHTML("Utilisez ce carnet en ligne pour saisir vos observations, <u>identifiez-vous</u> pour les transmettre à Tela Botanica ");
53
    }
53
    }
54
    else {
54
    else {
Line 60... Line 60...
60
   
60
   
Line 61... Line 61...
61
    
61
    
62
	outer.setHorizontalAlignment(HorizontalPanel.ALIGN_RIGHT);
62
	outer.setHorizontalAlignment(HorizontalPanel.ALIGN_RIGHT);
Line 63... Line 63...
63
 
63
 
64
	 inner.add(signLabel);
64
	 inner.add(signLabel);
Line 129... Line 129...
129
}
129
}
Line 130... Line 130...
130
 
130
 
131
 
131
 
-
 
132
/* +--Fin du code ---------------------------------------------------------------------------------------+
-
 
133
* $Log$
-
 
134
* Revision 1.1  2008-01-02 21:26:04  ddelon
132
/* +--Fin du code ---------------------------------------------------------------------------------------+
135
* mise en place mygwt
133
* $Log$
136
*
134
* Revision 1.6  2007-12-22 14:48:53  ddelon
137
* Revision 1.6  2007-12-22 14:48:53  ddelon
135
* Documentation et refactorisation
138
* Documentation et refactorisation
136
*
139
*