Subversion Repositories Applications.papyrus

Rev

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

Rev 79 Rev 80
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.5 2004-10-19 16:47:28 jpm Exp $
22
// CVS : $Id: installateur.php,v 1.6 2004-10-19 17:01:12 jpm 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.5 $ $Date: 2004-10-19 16:47:28 $
35
*@version       $Revision: 1.6 $ $Date: 2004-10-19 17:01:12 $
36
// +------------------------------------------------------------------------------------------------------+
36
// +------------------------------------------------------------------------------------------------------+
37
**/
37
**/
Line 38... Line 38...
38
 
38
 
39
// +------------------------------------------------------------------------------------------------------+
39
// +------------------------------------------------------------------------------------------------------+
Line 71... Line 71...
71
    $sortie .= '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"'."\n";
71
    $sortie .= '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"'."\n";
72
    $sortie .= '"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">'."\n";
72
    $sortie .= '"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">'."\n";
73
    $sortie .= '<html xmlns="http://www.w3.org/1999/xhtml" lang="fr-FR" xml:lang="fr-FR">'."\n";
73
    $sortie .= '<html xmlns="http://www.w3.org/1999/xhtml" lang="fr-FR" xml:lang="fr-FR">'."\n";
74
    $sortie .= '  <head>'."\n";
74
    $sortie .= '  <head>'."\n";
75
    $sortie .= '    <title>Installation de Papyrus</title>'."\n";
75
    $sortie .= '    <title>Installation de Papyrus</title>'."\n";
76
    $sortie .= '    <style type="text/javascript">'."\n";
76
    $sortie .= '    <style type="text/css">'."\n";
77
    $sortie .= '      p, body, td, li, input, select, textarea { font-family: Verdana; font-size: 13px; }'."\n";
77
    $sortie .= '      p, body, td, li, input, select, textarea { font-family: Verdana; font-size: 13px; }'."\n";
78
    $sortie .= '      h1 { font-size: 1.8em; text-align: center; color: #880000; }'."\n";
78
    $sortie .= '      h1 { font-size: 1.8em; text-align: center; color: #880000; }'."\n";
79
    $sortie .= '      h2 { font-size: 1.2em; text-align: left; color: #880000; }'."\n";
79
    $sortie .= '      h2 { font-size: 1.2em; text-align: left; color: #880000; }'."\n";
80
    $sortie .= '      input { color: #880000; }'."\n";
80
    $sortie .= '      input { color: #880000; }'."\n";
81
    $sortie .= '      form ul { list-style-type: none; padding : 0px; }'."\n";
81
    $sortie .= '      form ul { list-style-type: none; padding : 0px; }'."\n";
Line 111... Line 111...
111
// +------------------------------------------------------------------------------------------------------+
111
// +------------------------------------------------------------------------------------------------------+
Line 112... Line 112...
112
 
112
 
113
/* +--Fin du code ----------------------------------------------------------------------------------------+
113
/* +--Fin du code ----------------------------------------------------------------------------------------+
114
*
114
*
-
 
115
* $Log: not supported by cvs2svn $
-
 
116
* Revision 1.5  2004/10/19 16:47:28  jpm
-
 
117
* Transformation en fonction de l'appel de l'application.
115
* $Log: not supported by cvs2svn $
118
*
116
* Revision 1.4  2004/10/19 15:59:18  jpm
119
* Revision 1.4  2004/10/19 15:59:18  jpm
117
* Ajout de la gestion des valeurs propre à Papyrus à insérer dans la base de données.
120
* Ajout de la gestion des valeurs propre à Papyrus à insérer dans la base de données.
118
* Ajout des constantes FTP.
121
* Ajout des constantes FTP.
119
*
122
*