Subversion Repositories Applications.papyrus

Rev

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

Rev 832 Rev 1192
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: instal_installation.fonct.php,v 1.6 2006-04-28 12:41:49 florian Exp $
22
// CVS : $Id: instal_installation.fonct.php,v 1.7 2007-01-04 17:06:03 alexandre_tb Exp $
23
/**
23
/**
24
* Bibliothèque des fonctions de l'application Installateur de Papyrus.
24
* Bibliothèque des fonctions de l'application Installateur de Papyrus.
25
*
25
*
26
* Ce sous-paquetage contient les fonctions de l'application Installateur de Papyrus. Cette application gère 
26
* Ce sous-paquetage contient les fonctions de l'application Installateur de Papyrus. Cette application gère 
27
* l'installation de Papyrus (base de données).
27
* l'installation de Papyrus (base de données).
Line 31... Line 31...
31
//Auteur original :
31
//Auteur original :
32
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
32
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
33
//Autres auteurs :
33
//Autres auteurs :
34
*@author        aucun
34
*@author        aucun
35
*@copyright     Tela-Botanica 2000-2004
35
*@copyright     Tela-Botanica 2000-2004
36
*@version       $Revision: 1.6 $ $Date: 2006-04-28 12:41:49 $
36
*@version       $Revision: 1.7 $ $Date: 2007-01-04 17:06:03 $
37
*/
37
*/
Line 38... Line 38...
38
 
38
 
39
// +------------------------------------------------------------------------------------------------------+
39
// +------------------------------------------------------------------------------------------------------+
40
// |                                           LISTE de FONCTIONS                                         |
40
// |                                           LISTE de FONCTIONS                                         |
Line 76... Line 76...
76
        $sortie .= '<span class="ok">&nbsp;OK&nbsp;</span><br />'."\n";
76
        $sortie .= '<span class="ok">&nbsp;OK&nbsp;</span><br />'."\n";
77
        return 0;
77
        return 0;
78
    } else {
78
    } else {
79
        $sortie .= '<span class="failed">&nbsp;ECHEC&nbsp;</span>';
79
        $sortie .= '<span class="failed">&nbsp;ECHEC&nbsp;</span>';
80
        if ($texte_erreur) {
80
        if ($texte_erreur) {
81
            $sortie .= ' <span class="erreur">'.$texte_erreur.'</span>';
81
            $sortie .= '<p class="erreur">'.$texte_erreur.'</p>';
82
        }
82
        }
83
        $sortie .= '<br />'."\n" ;
83
        $sortie .= '<br />'."\n" ;
84
        if ($stop_erreur == 1) {
84
        if ($stop_erreur == 1) {
85
            return 2;
85
            return 2;
86
        } else {
86
        } else {
Line 330... Line 330...
330
    return $content;
330
    return $content;
331
}
331
}
332
/* +--Fin du code ---------------------------------------------------------------------------------------+
332
/* +--Fin du code ---------------------------------------------------------------------------------------+
333
*
333
*
334
* $Log: not supported by cvs2svn $
334
* $Log: not supported by cvs2svn $
-
 
335
* Revision 1.6  2006/04/28 12:41:49  florian
-
 
336
* corrections erreurs chemin
-
 
337
*
335
* Revision 1.5  2005/09/23 14:20:23  florian
338
* Revision 1.5  2005/09/23 14:20:23  florian
336
* nouvel habillage installateur, plus correction de quelques bugs
339
* nouvel habillage installateur, plus correction de quelques bugs
337
*
340
*
338
* Revision 1.4  2004/10/25 16:26:56  jpm
341
* Revision 1.4  2004/10/25 16:26:56  jpm
339
* Ajout de la gestion des requêtes de type alter et update.
342
* Ajout de la gestion des requêtes de type alter et update.