Subversion Repositories eFlore/Archives.cel-v1

Rev

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

Rev 23 Rev 27
Line -... Line 1...
-
 
1
/**
-
 
2
 David Delon david.delon@clapas.net 2007
-
 
3
 
-
 
4
 */
-
 
5
 
1
/*
6
/*
2
 * Copyright 2006 Google Inc.
7
 * SearchPanel.java  : recherche parmi les releves
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 affiche une zone de saisie pour recherche
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
11
 * 2: Le programme arme l'action liee a l'envoi d'une recherche
13
 * License for the specific language governing permissions and limitations under
-
 
14
 * the License.
-
 
15
 */
12
 */
-
 
13
 
16
package org.tela_botanica.client;
14
package org.tela_botanica.client;
Line 17... Line 15...
17
 
15
 
18
 
16
 
Line 93... Line 91...
93
    
91
    
Line 94... Line 92...
94
  }
92
  }
-
 
93
 
-
 
94
 
-
 
95
}
-
 
96
 
-
 
97
/* +--Fin du code ---------------------------------------------------------------------------------------+
-
 
98
* $Log$
-
 
99
* Revision 1.5  2007-09-17 19:25:34  ddelon
-
 
100
* Documentation
95
 
101
*