Line 17... |
Line 17... |
17 |
// | |
|
17 |
// | |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
22 |
// CVS : $Id: bbc_moteur_structure.fonct.php,v 1.1 2005-11-23 10:22:25 jp_milcent Exp $
|
22 |
// CVS : $Id: bbc_moteur_structure.fonct.php,v 1.2 2004/09/15 11:21:07 jpm Exp $
|
23 |
/**
|
23 |
/**
|
24 |
* Fonctions de création du moteur de recherche des structures.
|
24 |
* Fonctions de création du moteur de recherche des structures.
|
25 |
*
|
25 |
*
|
26 |
* Contient les fonctions permettant de retourner l'affichage du moteur de recherche des structures.
|
26 |
* Contient les fonctions permettant de retourner l'affichage du moteur de recherche des structures.
|
27 |
* Valable pour le paramètre "structure".
|
27 |
* Valable pour le paramètre "structure".
|
Line 31... |
Line 31... |
31 |
//Auteur original :
|
31 |
//Auteur original :
|
32 |
*@author Jean-Charles GRANGER <tela@vecteur.org>
|
32 |
*@author Jean-Charles GRANGER <tela@vecteur.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-2004
|
35 |
*@copyright Tela-Botanica 2000-2004
|
36 |
*@version $Revision: 1.1 $ $Date: 2005-11-23 10:22:25 $
|
36 |
*@version $Revision: 1.2 $ $Date: 2004/09/15 11:21:07 $
|
37 |
// +------------------------------------------------------------------------------------------------------+
|
37 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
*/
|
38 |
*/
|
Line 39... |
Line 39... |
39 |
|
39 |
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
Line 193... |
Line 193... |
193 |
return $retour;
|
193 |
return $retour;
|
194 |
}
|
194 |
}
|
Line 195... |
Line 195... |
195 |
|
195 |
|
196 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
196 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
197 |
*
|
197 |
*
|
198 |
* $Log: not supported by cvs2svn $
|
- |
|
199 |
* Revision 1.3 2005/05/17 10:10:08 jpm
|
- |
|
200 |
* Correction des bogues avant mise en ligne du site v4.
|
- |
|
201 |
*
|
198 |
* $Log: bbc_moteur_structure.fonct.php,v $
|
202 |
* Revision 1.2 2004/09/15 11:21:07 jpm
|
199 |
* Revision 1.2 2004/09/15 11:21:07 jpm
|
203 |
* Début mise en conformité avec la convention de codage et le standard XHTML Strict.
|
200 |
* Début mise en conformité avec la convention de codage et le standard XHTML Strict.
|
204 |
*
|
201 |
*
|
205 |
*
|
202 |
*
|