| 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.4 2005-07-21 19:03:12 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.4 $ $Date: 2005-07-21 19:03:12 $
|
34 |
*@version $Revision: 1.5 $ $Date: 2005-11-30 13:58:45 $
|
| 35 |
// +------------------------------------------------------------------------------------------------------+
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
| 36 |
*/
|
36 |
*/
|
| Line 37... |
Line 37... |
| 37 |
|
37 |
|
| 38 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
| 39 |
// | CORPS du PROGRAMME |
|
39 |
// | CORPS du PROGRAMME |
|
| Line 40... |
Line -... |
| 40 |
// +------------------------------------------------------------------------------------------------------+
|
- |
|
| 41 |
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
| 42 |
if (BAZ_DANS_PAPYRUS==0) {include 'pagehaut.php';}
|
41 |
|
| 43 |
include "bazar.php";
|
- |
|
| Line 44... |
Line 42... |
| 44 |
echo afficherContenuCorps();
|
42 |
include "bazar.php";
|
| 45 |
if (BAZ_DANS_PAPYRUS==0) {include 'pagebas.php';}
|
43 |
echo afficherContenuCorps();
|
| 46 |
|
44 |
|
| - |
|
45 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
| - |
|
46 |
*
|
| - |
|
47 |
* $Log: not supported by cvs2svn $
|
| 47 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
48 |
* Revision 1.4 2005/07/21 19:03:12 florian
|
| 48 |
*
|
49 |
* nouveautés bazar: templates fiches, correction de bugs, ...
|
| 49 |
* $Log: not supported by cvs2svn $
|
50 |
*
|
| 50 |
* Revision 1.2 2005/02/22 15:34:04 florian
|
51 |
* Revision 1.2 2005/02/22 15:34:04 florian
|
| 51 |
* integration dans Papyrus
|
52 |
* integration dans Papyrus
|