Subversion Repositories Applications.bazar

Rev

Rev 2 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 florian 1
<?php
2
/*vim: set expandtab tabstop=4 shiftwidth=4: */
3
// +------------------------------------------------------------------------------------------------------+
4
// | PHP version 4.1                                                                                      |
5
// +------------------------------------------------------------------------------------------------------+
6
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org)                                         |
7
// +------------------------------------------------------------------------------------------------------+
8
// | This library is free software; you can redistribute it and/or                                        |
9
// | modify it under the terms of the GNU Lesser General Public                                           |
10
// | License as published by the Free Software Foundation; either                                         |
11
// | version 2.1 of the License, or (at your option) any later version.                                   |
12
// |                                                                                                      |
13
// | This library is distributed in the hope that it will be useful,                                      |
14
// | but WITHOUT ANY WARRANTY; without even the implied warranty of                                       |
15
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU                                    |
16
// | Lesser General Public License for more details.                                                      |
17
// |                                                                                                      |
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                                  |
20
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
21
// +------------------------------------------------------------------------------------------------------+
3 florian 22
// CVS : $Id: index.php,v 1.2 2005-02-22 15:34:04 florian Exp $
2 florian 23
/**
24
* Index
25
*
26
* Première page chargée du répertoire de l'appli bazar. Sert à tester l'appli
27
*
28
*@package bazar
29
//Auteur original :
30
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
31
*@author        Florian SCHMITT <florian@ecole-et-nature.org>
32
//Autres auteurs :
33
*@copyright     Tela-Botanica 2000-2004
3 florian 34
*@version       $Revision: 1.2 $ $Date: 2005-02-22 15:34:04 $
2 florian 35
// +------------------------------------------------------------------------------------------------------+
36
*/
37
 
38
// +------------------------------------------------------------------------------------------------------+
39
// |                                            CORPS du PROGRAMME                                        |
40
// +------------------------------------------------------------------------------------------------------+
41
 
42
if (BAZ_DANS_PAPYRUS==0) {include 'pagehaut.php';}
43
include "bazar.php";
3 florian 44
echo afficherContenuCorps();
2 florian 45
if (BAZ_DANS_PAPYRUS==0) {include 'pagebas.php';}
46
 
47
/* +--Fin du code ----------------------------------------------------------------------------------------+
48
*
3 florian 49
* $Log: not supported by cvs2svn $
50
* Revision 1.1.1.1  2005/02/17 18:05:11  florian
51
* Import initial de Bazar
2 florian 52
*
3 florian 53
* Revision 1.1.1.1  2005/02/17 11:09:50  florian
54
* Import initial
2 florian 55
*
3 florian 56
* Revision 1.1.1.1  2005/02/16 18:06:35  florian
57
* import de la nouvelle version
58
*
59
*
2 florian 60
* +-- Fin du code ----------------------------------------------------------------------------------------+
61
*/
62
?>