Subversion Repositories Applications.papyrus

Rev

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

Rev 993 Rev 1024
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: installateur.php,v 1.13 2006-10-05 15:17:29 florian Exp $
22
// CVS : $Id: installateur.php,v 1.14 2006-10-09 14:35:50 ddelon Exp $
23
/**
23
/**
24
* Application Installateur de Papyrus.
24
* Application Installateur de Papyrus.
25
*
25
*
26
* Application permettant de gérer l'installation et les erreurs liés à l'abscence de base de données, 
26
* Application permettant de gérer l'installation et les erreurs liés à l'abscence de base de données, 
27
* d'extenssin PHP...
27
* d'extenssin PHP...
Line 30... Line 30...
30
//Auteur original :
30
//Auteur original :
31
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
31
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
32
//Autres auteurs :
32
//Autres auteurs :
33
*@author        Aucun
33
*@author        Aucun
34
*@copyright     Tela-Botanica 2000-2004
34
*@copyright     Tela-Botanica 2000-2004
35
*@version       $Revision: 1.13 $ $Date: 2006-10-05 15:17:29 $
35
*@version       $Revision: 1.14 $ $Date: 2006-10-09 14:35:50 $
36
// +------------------------------------------------------------------------------------------------------+
36
// +------------------------------------------------------------------------------------------------------+
37
**/
37
**/
Line 38... Line 38...
38
 
38
 
39
// +------------------------------------------------------------------------------------------------------+
39
// +------------------------------------------------------------------------------------------------------+
Line 127... Line 127...
127
    $sortie .= ' </body>'."\n";
127
    $sortie .= ' </body>'."\n";
128
    $sortie .= '</html>';
128
    $sortie .= '</html>';
Line 129... Line 129...
129
    
129
    
130
    return $sortie;
130
    return $sortie;
-
 
131
}
-
 
132
 
131
}
133
 
132
// +------------------------------------------------------------------------------------------------------+
134
// +------------------------------------------------------------------------------------------------------+
133
// |                                            PIED du PROGRAMME                                         |
135
// |                                            PIED du PROGRAMME                                         |
Line 134... Line 136...
134
// +------------------------------------------------------------------------------------------------------+
136
// +------------------------------------------------------------------------------------------------------+
135
 
137
 
136
/* +--Fin du code ----------------------------------------------------------------------------------------+
138
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
139
*
-
 
140
* $Log: not supported by cvs2svn $
-
 
141
* Revision 1.13  2006/10/05 15:17:29  florian
137
*
142
* changement presentation
138
* $Log: not supported by cvs2svn $
143
*
139
* Revision 1.12  2006/10/05 15:11:17  florian
144
* Revision 1.12  2006/10/05 15:11:17  florian
140
* changement presentation
145
* changement presentation
141
*
146
*