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: index.php,v 1.5 2005-11-30 13:58:45 florian Exp $
|
22 |
// CVS : $Id: index.php,v 1.5 2005/11/30 13:58:45 florian Exp $
|
23 |
/**
|
23 |
/**
|
24 |
* Index
|
24 |
* Index
|
25 |
*
|
25 |
*
|
26 |
* Première page chargée du répertoire de l'appli bazar. Sert à tester l'appli
|
26 |
* Première page chargée du répertoire de l'appli bazar. Sert à tester l'appli
|
27 |
*
|
27 |
*
|
Line 29... |
Line 29... |
29 |
//Auteur original :
|
29 |
//Auteur original :
|
30 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
30 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
31 |
*@author Florian SCHMITT <florian@ecole-et-nature.org>
|
31 |
*@author Florian SCHMITT <florian@ecole-et-nature.org>
|
32 |
//Autres auteurs :
|
32 |
//Autres auteurs :
|
33 |
*@copyright Tela-Botanica 2000-2004
|
33 |
*@copyright Tela-Botanica 2000-2004
|
34 |
*@version $Revision: 1.5 $ $Date: 2005-11-30 13:58:45 $
|
34 |
*@version $Revision: 1.5 $ $Date: 2005/11/30 13:58:45 $
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
36 |
*/
|
36 |
*/
|
Line 37... |
Line 37... |
37 |
|
37 |
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
Line 42... |
Line 42... |
42 |
include "bazar.php";
|
42 |
include "bazar.php";
|
43 |
echo afficherContenuCorps();
|
43 |
echo afficherContenuCorps();
|
Line 44... |
Line 44... |
44 |
|
44 |
|
45 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
45 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
46 |
*
|
46 |
*
|
- |
|
47 |
* $Log: index.php,v $
|
- |
|
48 |
* Revision 1.5 2005/11/30 13:58:45 florian
|
- |
|
49 |
* ajouts graphisme (logos, boutons), changement structure SQL bazar_fiche
|
47 |
* $Log: not supported by cvs2svn $
|
50 |
*
|
48 |
* Revision 1.4 2005/07/21 19:03:12 florian
|
51 |
* Revision 1.4 2005/07/21 19:03:12 florian
|
49 |
* nouveautés bazar: templates fiches, correction de bugs, ...
|
52 |
* nouveautés bazar: templates fiches, correction de bugs, ...
|
50 |
*
|
53 |
*
|
51 |
* Revision 1.2 2005/02/22 15:34:04 florian
|
54 |
* Revision 1.2 2005/02/22 15:34:04 florian
|
52 |
* integration dans Papyrus
|
55 |
* integration dans Papyrus
|
53 |
*
|
56 |
*
|