Subversion Repositories Applications.projet

Rev

Rev 294 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 294 Rev 431
Line 17... Line 17...
17
// |                                                                                                      |
17
// |                                                                                                      |
18
// | You should have received a copy of the GNU General Public                                            |
18
// | You should have received a copy of the GNU 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: description.php,v 1.4 2008-08-25 15:02:35 alexandre_tb Exp $
-
 
23
/**
22
/**
24
* Application projet
23
* Application projet
25
*
24
*
26
* Action description
25
* Action description
27
*
26
*
Line 29... Line 28...
29
//Auteur original :
28
//Auteur original :
30
*@author        Alexandre Granier <alexandre@tela-botanica.org>
29
*@author        Alexandre Granier <alexandre@tela-botanica.org>
31
//Autres auteurs :
30
//Autres auteurs :
32
*@author        Aucun
31
*@author        Aucun
33
*@copyright     Tela-Botanica 2000-2005
32
*@copyright     Tela-Botanica 2000-2005
34
*@version       $Revision: 1.4 $
-
 
35
// +------------------------------------------------------------------------------------------------------+
33
// +------------------------------------------------------------------------------------------------------+
36
*/
34
*/
Line 37... Line 35...
37
 
35
 
38
// +------------------------------------------------------------------------------------------------------+
36
// +------------------------------------------------------------------------------------------------------+
Line 162... Line 160...
162
include_once PROJET_CHEMIN_APPLI.'/squelettes/description.tpl.html';
160
include_once PROJET_CHEMIN_APPLI.'/squelettes/description.tpl.html';
163
$retour .= ob_get_contents();
161
$retour .= ob_get_contents();
164
ob_end_clean();
162
ob_end_clean();
165
/* +--Fin du code ----------------------------------------------------------------------------------------+
163
/* +--Fin du code ----------------------------------------------------------------------------------------+
166
*
164
*
167
* $Log: not supported by cvs2svn $
-
 
-
 
165
 
168
*
166
*
169
* +-- Fin du code ----------------------------------------------------------------------------------------+
167
* +-- Fin du code ----------------------------------------------------------------------------------------+
170
*/
168
*/
171
?>
169
?>
172
170