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.7 2004-10-22 17:23:04 jpm Exp $
|
22 |
// CVS : $Id: installateur.php,v 1.8 2004-10-25 10:22:48 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.7 $ $Date: 2004-10-22 17:23:04 $
|
35 |
*@version $Revision: 1.8 $ $Date: 2004-10-25 10:22:48 $
|
36 |
// +------------------------------------------------------------------------------------------------------+
|
36 |
// +------------------------------------------------------------------------------------------------------+
|
37 |
**/
|
37 |
**/
|
Line 38... |
Line 38... |
38 |
|
38 |
|
39 |
// +------------------------------------------------------------------------------------------------------+
|
39 |
// +------------------------------------------------------------------------------------------------------+
|
Line 79... |
Line 79... |
79 |
$sortie .= '<html xmlns="http://www.w3.org/1999/xhtml" lang="fr-FR" xml:lang="fr-FR">'."\n";
|
79 |
$sortie .= '<html xmlns="http://www.w3.org/1999/xhtml" lang="fr-FR" xml:lang="fr-FR">'."\n";
|
80 |
$sortie .= ' <head>'."\n";
|
80 |
$sortie .= ' <head>'."\n";
|
81 |
$sortie .= ' <title>Installation de Papyrus</title>'."\n";
|
81 |
$sortie .= ' <title>Installation de Papyrus</title>'."\n";
|
82 |
$sortie .= ' <style type="text/css">'."\n";
|
82 |
$sortie .= ' <style type="text/css">'."\n";
|
83 |
$sortie .= ' p, body, td, li, input, select, textarea { font-family: Verdana; font-size: 13px; }'."\n";
|
83 |
$sortie .= ' p, body, td, li, input, select, textarea { font-family: Verdana; font-size: 13px; }'."\n";
|
84 |
$sortie .= ' h1 { font-size: 1.8em; text-align: center; color: #880000; }'."\n";
|
84 |
$sortie .= ' h1 { font-size: 1.8em; text-align: center; color: #0C6628; }'."\n";
|
85 |
$sortie .= ' h2 { font-size: 1.2em; text-align: left; color: #880000; }'."\n";
|
85 |
$sortie .= ' h2 { font-size: 1.2em; text-align: left; color: #0C6628; }'."\n";
|
86 |
$sortie .= ' input { color: #880000; }'."\n";
|
86 |
$sortie .= ' input { color: #0C6628; }'."\n";
|
87 |
$sortie .= ' form ul { list-style-type: none; padding : 0px; }'."\n";
|
87 |
$sortie .= ' form ul { list-style-type: none; padding : 0px; }'."\n";
|
88 |
$sortie .= ' form ul li { clear:both;text-align: left; padding-left: 0px; margin-left: 0px; }'."\n";
|
88 |
$sortie .= ' form ul li { clear:both;text-align: left; padding-left: 0px; margin-left: 0px; }'."\n";
|
89 |
$sortie .= ' form ul li label { float: left; width: 175px; text-align: left; }'."\n";
|
89 |
$sortie .= ' form ul li label { float: left; width: 175px; text-align: left; }'."\n";
|
90 |
$sortie .= ' li { margin: 5px 5px 5px 5px; }'."\n";
|
90 |
$sortie .= ' li { margin: 5px 5px 5px 5px; }'."\n";
|
91 |
$sortie .= ' a { color: #0000FF; }'."\n";
|
91 |
$sortie .= ' a { color: #0000FF; }'."\n";
|
92 |
$sortie .= ' .ok { color: #008800; font-weight: bold; }'."\n";
|
92 |
$sortie .= ' .ok { color: #008800; font-weight: bold; }'."\n";
|
93 |
$sortie .= ' .failed { color: #880000; font-weight: bold; }'."\n";
|
93 |
$sortie .= ' .failed { color: #880000; font-weight: bold; }'."\n";
|
94 |
$sortie .= ' .erreur { color: red; font-weight: bold;}'."\n";
|
94 |
$sortie .= ' .erreur { color: red; font-weight: bold;}'."\n";
|
95 |
$sortie .= ' .zone_requete { height: 300px; width: 550px; overflow: auto;}'."\n";
|
95 |
$sortie .= ' .zone_requete { height: 300px; width: 550px; overflow: auto;}'."\n";
|
- |
|
96 |
$sortie .= ' .etape_info { margin: 5px 10% 5px 10%; padding: 3px; text-align: center; background-color: #92C492; border: 1px dashed black; }'."\n";
|
- |
|
97 |
$sortie .= ' .etape_numero { width: 200px; text-align: center; padding: 3px; font-size: 1.2em; border: 1px dotted black; color: #0C6628;}'."\n";
|
96 |
$sortie .= ' #fichier_config { background-color: #EEEEEE; padding: 10px 10px;}'."\n";
|
98 |
$sortie .= ' #fichier_config { background-color: #EEEEEE; padding: 10px 10px;}'."\n";
|
97 |
$sortie .= ' </style>'."\n";
|
99 |
$sortie .= ' </style>'."\n";
|
98 |
$sortie .= ' </head>'."\n";
|
100 |
$sortie .= ' </head>'."\n";
|
99 |
$sortie .= ' <body>'."\n";
|
101 |
$sortie .= ' <body>'."\n";
|
100 |
$sortie .= ' <h1>Installation de Papyrus</h1></h1>'."\n";
|
102 |
$sortie .= ' <h1>Installation de Papyrus</h1></h1>'."\n";
|
Line 130... |
Line 132... |
130 |
// +------------------------------------------------------------------------------------------------------+
|
132 |
// +------------------------------------------------------------------------------------------------------+
|
Line 131... |
Line 133... |
131 |
|
133 |
|
132 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
134 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
133 |
*
|
135 |
*
|
- |
|
136 |
* $Log: not supported by cvs2svn $
|
- |
|
137 |
* Revision 1.7 2004/10/22 17:23:04 jpm
|
- |
|
138 |
* Simplification del'installation de Papyrus.
|
134 |
* $Log: not supported by cvs2svn $
|
139 |
*
|
135 |
* Revision 1.6 2004/10/19 17:01:12 jpm
|
140 |
* Revision 1.6 2004/10/19 17:01:12 jpm
|
136 |
* Correction bogues.
|
141 |
* Correction bogues.
|
137 |
*
|
142 |
*
|
138 |
* Revision 1.5 2004/10/19 16:47:28 jpm
|
143 |
* Revision 1.5 2004/10/19 16:47:28 jpm
|