Subversion Repositories Applications.bazar

Rev

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

Rev 2 Rev 3
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.1.1.1 2005-02-17 18:05:11 florian Exp $
22
// CVS : $Id: index.php,v 1.2 2005-02-22 15:34:04 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.1.1.1 $ $Date: 2005-02-17 18:05:11 $
34
*@version       $Revision: 1.2 $ $Date: 2005-02-22 15:34:04 $
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
36
*/
36
*/
Line 37... Line 37...
37
 
37
 
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
39
// |                                            CORPS du PROGRAMME                                        |
39
// |                                            CORPS du PROGRAMME                                        |
Line 40... Line 40...
40
// +------------------------------------------------------------------------------------------------------+
40
// +------------------------------------------------------------------------------------------------------+
41
 
41
 
42
if (BAZ_DANS_PAPYRUS==0) {include 'pagehaut.php';}
42
if (BAZ_DANS_PAPYRUS==0) {include 'pagehaut.php';}
43
include "bazar.php";
43
include "bazar.php";
Line 44... Line 44...
44
echo GEN_afficherContenuCorps();
44
echo afficherContenuCorps();
45
if (BAZ_DANS_PAPYRUS==0) {include 'pagebas.php';}
45
if (BAZ_DANS_PAPYRUS==0) {include 'pagebas.php';}
46
 
46
 
-
 
47
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
48
*
-
 
49
* $Log: not supported by cvs2svn $
47
/* +--Fin du code ----------------------------------------------------------------------------------------+
50
* Revision 1.1.1.1  2005/02/17 18:05:11  florian
48
*
51
* Import initial de Bazar
49
* $Log: not supported by cvs2svn $
52
*
50
* Revision 1.1.1.1  2005/02/17 11:09:50  florian
53
* Revision 1.1.1.1  2005/02/17 11:09:50  florian
51
* Import initial
54
* Import initial
52
*
55
*
53
* Revision 1.1.1.1  2005/02/16 18:06:35  florian
56
* Revision 1.1.1.1  2005/02/16 18:06:35  florian
54
* import de la nouvelle version
57
* import de la nouvelle version
55
*
58
*
56
*
59
*