Subversion Repositories eFlore/Archives.cel-v1

Rev

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

Rev 25 Rev 26
Line -... Line 1...
-
 
1
/**
-
 
2
 David Delon david.delon@clapas.net 2007
-
 
3
 
-
 
4
 */
-
 
5
 
1
/*
6
/*
2
 * Copyright 2006 Google Inc.
7
 * LeftPanel.java  : filtrage des releves (par communes, lieu-dit, dates ....)
3
 * 
8
 * 
4
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
-
 
5
 * use this file except in compliance with the License. You may obtain a copy of
-
 
6
 * the License at
-
 
7
 * 
9
 * 
8
 * http://www.apache.org/licenses/LICENSE-2.0
-
 
9
 * 
-
 
10
 * Unless required by applicable law or agreed to in writing, software
10
 * 1: Le programme initialise les filtres communes, lieu-dit et dates)
11
 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-
 
12
 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-
 
13
 * License for the specific language governing permissions and limitations under
-
 
14
 * the License.
-
 
15
 */
11
 */
-
 
12
 
-
 
13
 
16
package org.tela_botanica.client;
14
package org.tela_botanica.client;
Line -... Line 15...
-
 
15
 
17
 
16
 
18
import com.google.gwt.user.client.ui.Composite;
17
import com.google.gwt.user.client.ui.Composite;
Line 19... Line 18...
19
import com.google.gwt.user.client.ui.StackPanel;
18
import com.google.gwt.user.client.ui.StackPanel;
Line 44... Line 43...
44
	locationList.setStyleName("locationList");
43
	locationList.setStyleName("locationList");
45
	locationList.setStyleName("stationList");
44
	locationList.setStyleName("stationList");
Line 46... Line 45...
46
	
45
	
Line 47... Line -...
47
	StackPanel outer = new StackPanel();
-
 
48
	
46
	StackPanel outer = new StackPanel();
49
 
47
	
50
    // Create the groups within the stack panel.
48
    // Create the groups within the stack panel.
51
    outer.add(locationList, "<b>Localit&eacute;s</b>", true);
49
    outer.add(locationList, "<b>Localit&eacute;s</b>", true);
Line 59... Line 57...
59
  }
57
  }
Line 60... Line 58...
60
 
58
 
-
 
59
 
-
 
60
  
-
 
61
}
-
 
62
 
-
 
63
/* +--Fin du code ---------------------------------------------------------------------------------------+