Subversion Repositories Applications.bazar

Rev

Rev 5 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5 Rev 55
1
<?php
1
<?php
2
/*vim: set expandtab tabstop=4 shiftwidth=4: */ 
2
/*vim: set expandtab tabstop=4 shiftwidth=4: */ 
3
// +------------------------------------------------------------------------------------------------------+
3
// +------------------------------------------------------------------------------------------------------+
4
// | PHP version 4.1                                                                                      |
4
// | PHP version 4.1                                                                                      |
5
// +------------------------------------------------------------------------------------------------------+
5
// +------------------------------------------------------------------------------------------------------+
6
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org)                                         |
6
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org)                                         |
7
// +------------------------------------------------------------------------------------------------------+
7
// +------------------------------------------------------------------------------------------------------+
8
// | This library is free software; you can redistribute it and/or                                        |
8
// | This library is free software; you can redistribute it and/or                                        |
9
// | modify it under the terms of the GNU Lesser General Public                                           |
9
// | modify it under the terms of the GNU Lesser General Public                                           |
10
// | License as published by the Free Software Foundation; either                                         |
10
// | License as published by the Free Software Foundation; either                                         |
11
// | version 2.1 of the License, or (at your option) any later version.                                   |
11
// | version 2.1 of the License, or (at your option) any later version.                                   |
12
// |                                                                                                      |
12
// |                                                                                                      |
13
// | This library is distributed in the hope that it will be useful,                                      |
13
// | This library is distributed in the hope that it will be useful,                                      |
14
// | but WITHOUT ANY WARRANTY; without even the implied warranty of                                       |
14
// | but WITHOUT ANY WARRANTY; without even the implied warranty of                                       |
15
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU                                    |
15
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU                                    |
16
// | Lesser General Public License for more details.                                                      |
16
// | Lesser General Public License for more details.                                                      |
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
*
28
*@package bazar
28
*@package bazar
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
*/
37
 
37
 
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
39
// |                                            CORPS du PROGRAMME                                        |
39
// |                                            CORPS du PROGRAMME                                        |
40
// +------------------------------------------------------------------------------------------------------+
40
// +------------------------------------------------------------------------------------------------------+
41
 
-
 
42
if (BAZ_DANS_PAPYRUS==0) {include 'pagehaut.php';}
41
 
43
include "bazar.php";
42
include "bazar.php";
44
echo afficherContenuCorps();
-
 
45
if (BAZ_DANS_PAPYRUS==0) {include 'pagebas.php';}
43
echo afficherContenuCorps();
46
 
44
 
47
/* +--Fin du code ----------------------------------------------------------------------------------------+
45
/* +--Fin du code ----------------------------------------------------------------------------------------+
48
*
46
*
49
* $Log: not supported by cvs2svn $
47
* $Log: not supported by cvs2svn $
-
 
48
* Revision 1.4  2005/07/21 19:03:12  florian
-
 
49
* nouveautés bazar: templates fiches, correction de bugs, ...
-
 
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
52
*
53
*
53
* Revision 1.1.1.1  2005/02/17 18:05:11  florian
54
* Revision 1.1.1.1  2005/02/17 18:05:11  florian
54
* Import initial de Bazar
55
* Import initial de Bazar
55
*
56
*
56
* Revision 1.1.1.1  2005/02/17 11:09:50  florian
57
* Revision 1.1.1.1  2005/02/17 11:09:50  florian
57
* Import initial
58
* Import initial
58
*
59
*
59
* Revision 1.1.1.1  2005/02/16 18:06:35  florian
60
* Revision 1.1.1.1  2005/02/16 18:06:35  florian
60
* import de la nouvelle version
61
* import de la nouvelle version
61
*
62
*
62
*
63
*
63
* +-- Fin du code ----------------------------------------------------------------------------------------+
64
* +-- Fin du code ----------------------------------------------------------------------------------------+
64
*/
65
*/
65
?>
66
?>