Subversion Repositories eFlore/Archives.herbiers

Rev

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

Rev 8 Rev 22
Line 19... Line 19...
19
// |                                                                                                      |
19
// |                                                                                                      |
20
// | You should have received a copy of the GNU General Public License                                    |
20
// | You should have received a copy of the GNU General Public License                                    |
21
// | along with Foobar; if not, write to the Free Software                                                |
21
// | along with Foobar; if not, write to the Free Software                                                |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
23
// +------------------------------------------------------------------------------------------------------+
23
// +------------------------------------------------------------------------------------------------------+
24
// CVS : $Id: hb_consultation.php,v 1.2 2006-10-31 10:31:36 jp_milcent Exp $
24
// CVS : $Id: hb_consultation.php,v 1.3 2007-08-27 15:56:50 jp_milcent Exp $
25
/**
25
/**
26
* Application fournissant un moteur de recherche sur les herbiers
26
* Application fournissant un moteur de recherche sur les herbiers
27
*
27
*
28
* Fournit la liste des herbiers enregistrés dans la base de données.
28
* Fournit la liste des herbiers enregistrés dans la base de données.
29
*
29
*
Line 31... Line 31...
31
//Auteur original :
31
//Auteur original :
32
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
32
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
33
//Autres auteurs :
33
//Autres auteurs :
34
*@author        Jean-Pascal MILCENT <jpm@clapas.org>
34
*@author        Jean-Pascal MILCENT <jpm@clapas.org>
35
*@copyright     Tela-Botanica 2000-2005
35
*@copyright     Tela-Botanica 2000-2005
36
*@version       $Revision: 1.2 $ $Date: 2006-10-31 10:31:36 $
36
*@version       $Revision: 1.3 $ $Date: 2007-08-27 15:56:50 $
37
// +------------------------------------------------------------------------------------------------------+
37
// +------------------------------------------------------------------------------------------------------+
38
*/
38
*/
Line 39... Line 39...
39
 
39
 
40
// +------------------------------------------------------------------------------------------------------+
40
// +------------------------------------------------------------------------------------------------------+
Line 129... Line 129...
129
                '<li>'.'Indications taxonomiques, historiques, géographiques'.'</li>'."\n".
129
                '<li>'.'Indications taxonomiques, historiques, géographiques'.'</li>'."\n".
130
                '</ul>'."\n";
130
                '</ul>'."\n";
131
    $sortie .=  '<p>'.'Vous pouvez utiliser le caractère % pour remplacer n\'importe quelle chaine.'.'</p>'."\n";
131
    $sortie .=  '<p>'.'Vous pouvez utiliser le caractère % pour remplacer n\'importe quelle chaine.'.'</p>'."\n";
Line 132... Line 132...
132
    
132
    
133
    if (!empty($T_REPONSE) ) {//&& !empty($RECHERCHE)
133
    if (!empty($T_REPONSE) ) {//&& !empty($RECHERCHE)
134
        $query_data =   'SELECT DISTINCT(ID_ORG) '.
134
        $query_data =   'SELECT DISTINCT ID_ORG '.
135
                        'FROM HERBIERS_INDIC LEFT JOIN HERBIERS_COLLECTION ON HERBIERS_INDIC.ID = HERBIERS_COLLECTION.ID, HERBIERS_ORGANISATION '.
135
                        'FROM HERBIERS_COLLECTION AS HC LEFT JOIN HERBIERS_INDIC AS HI ON HC.ID = HI.ID, HERBIERS_ORGANISATION AS HO '.
136
                        'WHERE (HERBIERS_COLLECTION.PARENT_ID = HERBIERS_ORGANISATION.ID_ORG '.
136
                        'WHERE HC.PARENT_ID = HO.ID_ORG '.
137
                        'AND (HERBIERS_INDIC.REM_INDIC LIKE "%'.$RECHERCHE.'%" '.
137
                        'AND ( '.
138
                        'OR HERBIERS_INDIC.TXT_INDIC LIKE "%'.$RECHERCHE.'%")) '.
138
						'		HI.REM_INDIC LIKE "%'.$RECHERCHE.'%" '. 
139
                        'OR (HERBIERS_ORGANISATION.ID_ORG = HERBIERS_COLLECTION.PARENT_ID '.
139
						'	OR 	HI.TXT_INDIC LIKE "%'.$RECHERCHE.'%" '. 
140
                        'AND (HERBIERS_COLLECTION.DESCRIPTION LIKE "%'.$RECHERCHE.'%" '.
140
						'	OR 	HC.DESCRIPTION LIKE "%'.$RECHERCHE.'%" '.
141
                        'OR HERBIERS_COLLECTION.NOTES LIKE "%'.$RECHERCHE.'%" '.
141
						'	OR 	HC.NOTES LIKE "%'.$RECHERCHE.'%" '.
142
                        'OR HERBIERS_COLLECTION.COLLECTION_FOCUS LIKE "%'.$RECHERCHE.'%" '.
142
						'	OR 	HC.COLLECTION_FOCUS LIKE "%'.$RECHERCHE.'%" '. 
143
                        'OR HERBIERS_COLLECTION.PURPOSE LIKE "%'.$RECHERCHE.'%" '.
143
						'	OR 	HC.PURPOSE LIKE "%'.$RECHERCHE.'%" '.
144
                        'OR HERBIERS_COLLECTION.COLLECTEURS LIKE "%'.$RECHERCHE.'%" '.
144
						'	OR 	HC.COLLECTEURS LIKE "%'.$RECHERCHE.'%" '.
145
                        'OR HERBIERS_COLLECTION.STRENGTH LIKE "%'.$RECHERCHE.'%" '.
145
						'	OR 	HC.STRENGTH LIKE "%'.$RECHERCHE.'%" '.
146
                        'OR HERBIERS_COLLECTION.NOM_COLLECTION LIKE "%'.$RECHERCHE.'%" '.
146
						'	OR 	HC.NOM_COLLECTION LIKE "%'.$RECHERCHE.'%" '. 
147
                        'OR HERBIERS_COLLECTION.COLLECTION_CODE LIKE "%'.$RECHERCHE.'%")) '.
147
						'	OR 	HC.COLLECTION_CODE LIKE "%'.$RECHERCHE.'%" '.
148
                        'OR HERBIERS_ORGANISATION.INSTITUTION_NAME LIKE "%'.$RECHERCHE.'%" '.
148
						'	OR 	HO.INSTITUTION_NAME LIKE "%'.$RECHERCHE.'%" '.
149
                        'OR ADRESS_TEXT LIKE "%'.$RECHERCHE.'%" '.
149
						'	OR 	HO.ADRESS_TEXT LIKE "%'.$RECHERCHE.'%" '.
150
                        'OR TOWN LIKE "%'.$RECHERCHE.'%" '.
150
						'	OR 	HO.TOWN LIKE "%'.$RECHERCHE.'%" '.
151
                        'OR REGION LIKE "%'.$RECHERCHE.'%" '.
151
						'	OR 	HO.REGION LIKE "%'.$RECHERCHE.'%" '.
-
 
152
						'	OR 	HO.INDEX_HERB LIKE "%'.$RECHERCHE.'%" '.
152
                        'OR INDEX_HERB LIKE "%'.$RECHERCHE.'%" '.
153
						') '.
Line 153... Line 154...
153
                        'ORDER BY TOWN';
154
                        'ORDER BY TOWN';
154
        
155
        
155
        if (empty($values['pstart'])) {
156
        if (empty($values['pstart'])) {
Line 216... Line 217...
216
$sortie .= '<!-- Herbier - Consultation : FIN -->'."\n";
217
$sortie .= '<!-- Herbier - Consultation : FIN -->'."\n";
Line 217... Line 218...
217
 
218
 
218
/* +--Fin du code ----------------------------------------------------------------------------------------+
219
/* +--Fin du code ----------------------------------------------------------------------------------------+
219
*
220
*
-
 
221
* $Log: not supported by cvs2svn $
-
 
222
* Revision 1.2  2006-10-31 10:31:36  jp_milcent
-
 
223
* Gestion des chemins rendu compatibles avec une utilisation de l'appli Herbiers hors de Papyrus.
220
* $Log: not supported by cvs2svn $
224
*
221
* Revision 1.1  2005/11/23 10:32:32  jp_milcent
225
* Revision 1.1  2005/11/23 10:32:32  jp_milcent
222
* Ajout au dépot de l'application Herbiers.
226
* Ajout au dépot de l'application Herbiers.
223
* Elle doit à terme migrer dans eFlore.
227
* Elle doit à terme migrer dans eFlore.
224
*
228
*