Subversion Repositories eFlore/Archives.cel-v1

Compare Revisions

Ignore whitespace Rev 29 → Rev 30

/trunk/src/org/tela_botanica/client/ConnexionView.java
37,7 → 37,7
private Mediator mediator=null;
private String user =null;
private Label signLabel = new Label() ;
private HTML signLabel = new HTML() ;
private String serviceBaseUrl = null;
49,7 → 49,7
serviceBaseUrl = mediator.getServiceBaseUrl();
 
if (!mediator.getConnected()) {
signLabel.setText("Connexion");
signLabel.setHTML("Utilisez ce carnet en ligne pour saisir vos observations, <u>identifiez-vous</u> pour les transmettre à Tela Botanica ");
}
else {
signLabel.setText(user+ " (deconnexion)");
62,7 → 62,7
outer.setHorizontalAlignment(HorizontalPanel.ALIGN_RIGHT);
 
inner.add(signLabel);
inner.add(new HTML("<b>Carnet en ligne</b>"));
//inner.add(new HTML("<b>Carnet en ligne</b>"));
inner.setSpacing(3);
outer.add(inner);
131,6 → 131,9
 
/* +--Fin du code ---------------------------------------------------------------------------------------+
* $Log$
* Revision 1.1 2008-01-02 21:26:04 ddelon
* mise en place mygwt
*
* Revision 1.6 2007-12-22 14:48:53 ddelon
* Documentation et refactorisation
*