Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 75 → Rev 76

/trunk/papyrus/applications/installateur/installateur.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: installateur.php,v 1.3 2004-10-18 09:12:09 jpm Exp $
// CVS : $Id: installateur.php,v 1.4 2004-10-19 15:59:18 jpm Exp $
/**
* Application Installateur de Papyrus.
*
32,7 → 32,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.3 $ $Date: 2004-10-18 09:12:09 $
*@version $Revision: 1.4 $ $Date: 2004-10-19 15:59:18 $
// +------------------------------------------------------------------------------------------------------+
**/
 
72,12 → 72,14
$sortie .= ' h2 { font-size: 1.2em; text-align: left; color: #880000; }';
$sortie .= ' input { color: #880000; }';
$sortie .= ' form ul { list-style-type: none; padding : 0px; }';
$sortie .= ' form ul li { text-align: left; padding-left: 0px; margin-left: 0px; }';
$sortie .= ' form label { float: left; width: 175px; text-align: left; }';
$sortie .= ' form ul li { clear:both;text-align: left; padding-left: 0px; margin-left: 0px; }';
$sortie .= ' form ul li label { float: left; width: 175px; text-align: left; }';
$sortie .= ' li { margin: 5px 5px 5px 5px; }';
$sortie .= ' a { color: #0000FF; }';
$sortie .= ' .ok { color: #008800; font-weight: bold; }';
$sortie .= ' .failed { color: #880000; font-weight: bold; }';
$sortie .= ' .erreur { color: red; font-weight: bold;}';
$sortie .= ' .zone_requete { height: 300px; width: 550px; overflow: auto;}';
$sortie .= ' </style>';
$sortie .= ' </head>';
$sortie .= ' <body>';
87,6 → 89,8
// +------------------------------------------------------------------------------------------------------+
if(!isset($_GET['installation'])) {
include_once GEN_CHEMIN_APPLICATION.'installateur/instal_defaut.inc.php';
} else if($_GET['installation'] == 'verif') {
include_once GEN_CHEMIN_APPLICATION.'installateur/instal_verification.inc.php';
} else if($_GET['installation'] == 'bdd') {
include_once GEN_CHEMIN_APPLICATION.'installateur/instal_base_de_donnees.inc.php';
} else if($_GET['installation'] == 'config') {
106,6 → 110,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.3 2004/10/18 09:12:09 jpm
* Changement de nom d'un fichier.
*
* Revision 1.2 2004/10/15 18:28:59 jpm
* Début appli installateur de Papyrus.
*