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.8 2004-10-25 10:22:48 jpm Exp $
|
22 |
// CVS : $Id: installateur.php,v 1.9 2004-10-27 11:43:32 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.8 $ $Date: 2004-10-25 10:22:48 $
|
35 |
*@version $Revision: 1.9 $ $Date: 2004-10-27 11:43:32 $
|
36 |
// +------------------------------------------------------------------------------------------------------+
|
36 |
// +------------------------------------------------------------------------------------------------------+
|
37 |
**/
|
37 |
**/
|
Line 38... |
Line 38... |
38 |
|
38 |
|
39 |
// +------------------------------------------------------------------------------------------------------+
|
39 |
// +------------------------------------------------------------------------------------------------------+
|
Line 90... |
Line 90... |
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: scroll;}'."\n";
|
96 |
$sortie .= ' .etape_info { margin: 5px 10% 5px 10%; padding: 3px; text-align: center; background-color: #92C492; border: 1px dashed black; }'."\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";
|
97 |
$sortie .= ' .etape_numero { width: 200px; text-align: center; padding: 3px; font-size: 1.2em; border: 1px dotted black; color: #0C6628;}'."\n";
|
98 |
$sortie .= ' #fichier_config { background-color: #EEEEEE; padding: 10px 10px;}'."\n";
|
98 |
$sortie .= ' #fichier_config { background-color: #EEEEEE; padding: 10px 10px;}'."\n";
|
99 |
$sortie .= ' </style>'."\n";
|
99 |
$sortie .= ' </style>'."\n";
|
100 |
$sortie .= ' </head>'."\n";
|
100 |
$sortie .= ' </head>'."\n";
|
Line 132... |
Line 132... |
132 |
// +------------------------------------------------------------------------------------------------------+
|
132 |
// +------------------------------------------------------------------------------------------------------+
|
Line 133... |
Line 133... |
133 |
|
133 |
|
134 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
134 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
135 |
*
|
135 |
*
|
- |
|
136 |
* $Log: not supported by cvs2svn $
|
- |
|
137 |
* Revision 1.8 2004/10/25 10:22:48 jpm
|
- |
|
138 |
* Correction de quelques bogues, ajouts d'explications pour l'utilisateur et modification des styles CSS.
|
136 |
* $Log: not supported by cvs2svn $
|
139 |
*
|
137 |
* Revision 1.7 2004/10/22 17:23:04 jpm
|
140 |
* Revision 1.7 2004/10/22 17:23:04 jpm
|
138 |
* Simplification del'installation de Papyrus.
|
141 |
* Simplification del'installation de Papyrus.
|
139 |
*
|
142 |
*
|
140 |
* Revision 1.6 2004/10/19 17:01:12 jpm
|
143 |
* Revision 1.6 2004/10/19 17:01:12 jpm
|