Line 1... |
Line 1... |
1 |
<?php
|
1 |
<?php
|
2 |
/*vim: set expandtab tabstop=4 shiftwidth=4: */
|
2 |
/*vim: set expandtab tabstop=4 shiftwidth=4: */
|
3 |
// +------------------------------------------------------------------------------------------------------+
|
3 |
// +------------------------------------------------------------------------------------------------------+
|
4 |
// | PHP version 4.1 |
|
4 |
// | PHP version 4.1 |
|
5 |
// +------------------------------------------------------------------------------------------------------+
|
5 |
// +------------------------------------------------------------------------------------------------------+
|
6 |
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org) |
|
6 |
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org) |
|
7 |
// +------------------------------------------------------------------------------------------------------+
|
7 |
// +------------------------------------------------------------------------------------------------------+
|
Line 21... |
Line 21... |
21 |
// +------------------------------------------------------------------------------------------------------+
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
22 |
// CVS : $Id: installateur.php,v 1.17 2008-11-19 09:25:36 aperonnet Exp $
|
22 |
// CVS : $Id: installateur.php,v 1.17 2008-11-19 09:25:36 aperonnet 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...
|
28 |
*
|
28 |
*
|
29 |
*@package Installateur
|
29 |
*@package Installateur
|
30 |
//Auteur original :
|
30 |
//Auteur original :
|
31 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
31 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
Line 34... |
Line 34... |
34 |
*@copyright Tela-Botanica 2000-2004
|
34 |
*@copyright Tela-Botanica 2000-2004
|
35 |
*@version $Revision: 1.17 $ $Date: 2008-11-19 09:25:36 $
|
35 |
*@version $Revision: 1.17 $ $Date: 2008-11-19 09:25:36 $
|
36 |
// +------------------------------------------------------------------------------------------------------+
|
36 |
// +------------------------------------------------------------------------------------------------------+
|
37 |
**/
|
37 |
**/
|
Line -... |
Line 38... |
- |
|
38 |
|
- |
|
39 |
if(GEN_VERSION == PAP_VERSION) {
|
- |
|
40 |
header('location:papyrus.php');
|
- |
|
41 |
exit;
|
- |
|
42 |
}
|
- |
|
43 |
|
38 |
|
44 |
|
39 |
// +------------------------------------------------------------------------------------------------------+
|
45 |
// +------------------------------------------------------------------------------------------------------+
|
40 |
// | ENTÊTE du PROGRAMME |
|
46 |
// | ENTÊTE du PROGRAMME |
|
41 |
// +------------------------------------------------------------------------------------------------------+
|
47 |
// +------------------------------------------------------------------------------------------------------+
|
42 |
// Constante de l'application Installateur. On devrait créer un fichier de config et un de langue pour rendre l'appli portable...
|
48 |
// Constante de l'application Installateur. On devrait créer un fichier de config et un de langue pour rendre l'appli portable...
|
Line 68... |
Line 74... |
68 |
require_once INSTAL_DOSSIER_BIBLIO.'instal_installation.fonct.php';
|
74 |
require_once INSTAL_DOSSIER_BIBLIO.'instal_installation.fonct.php';
|
Line 69... |
Line 75... |
69 |
|
75 |
|
70 |
// +------------------------------------------------------------------------------------------------------+
|
76 |
// +------------------------------------------------------------------------------------------------------+
|
71 |
// | CORPS du PROGRAMME |
|
77 |
// | CORPS du PROGRAMME |
|
72 |
// +------------------------------------------------------------------------------------------------------+
|
78 |
// +------------------------------------------------------------------------------------------------------+
|
73 |
function afficherContenuCorps()
|
79 |
function afficherContenuCorps()
|
74 |
{
|
80 |
{
|
75 |
// Entête XHTML des pages de l'installation de Papyrus
|
81 |
// Entête XHTML des pages de l'installation de Papyrus
|
76 |
$sortie = '';
|
82 |
$sortie = '';
|
77 |
$sortie .= '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"'."\n";
|
83 |
$sortie .= '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"'."\n";
|
Line 81... |
Line 87... |
81 |
$sortie .= ' <link rel="stylesheet" type="text/css" media="screen" title="Installateur" href="papyrus/applications/installateur/presentations/styles/installateur.css" />'."\n";
|
87 |
$sortie .= ' <link rel="stylesheet" type="text/css" media="screen" title="Installateur" href="papyrus/applications/installateur/presentations/styles/installateur.css" />'."\n";
|
82 |
$sortie .= ' <title>Installation de Papyrus</title>'."\n";
|
88 |
$sortie .= ' <title>Installation de Papyrus</title>'."\n";
|
83 |
$sortie .= ' </head>'."\n";
|
89 |
$sortie .= ' </head>'."\n";
|
84 |
$sortie .= ' <body xml:lang="fr" lang="fr" >'."\n";
|
90 |
$sortie .= ' <body xml:lang="fr" lang="fr" >'."\n";
|
85 |
$sortie .= ' <div id="page">'."\n";
|
91 |
$sortie .= ' <div id="page">'."\n";
|
86 |
$sortie .= ' <div id="zone_bandeau">'."\n";
|
92 |
$sortie .= ' <div id="zone_bandeau">'."\n";
|
87 |
$sortie .= ' <div id="logo">'."\n";
|
93 |
$sortie .= ' <div id="logo">'."\n";
|
88 |
$sortie .= ' <img src="papyrus/applications/installateur/presentations/images/Logo_papyrus.jpg" alt="Logo Papyrus" />'."\n";
|
94 |
$sortie .= ' <img src="papyrus/applications/installateur/presentations/images/Logo_papyrus.jpg" alt="Logo Papyrus" />'."\n";
|
89 |
$sortie .= ' </div>'."\n";
|
95 |
$sortie .= ' </div>'."\n";
|
90 |
$sortie .= ' <div id="site_nom">'."\n";
|
96 |
$sortie .= ' <div id="site_nom">'."\n";
|
91 |
$sortie .= ' <h1>Installation de Papyrus</h1>'."\n";
|
97 |
$sortie .= ' <h1>Installation de Papyrus</h1>'."\n";
|
92 |
$sortie .= ' </div>'."\n";
|
98 |
$sortie .= ' </div>'."\n";
|
Line 101... |
Line 107... |
101 |
'Veuillez revoir vos informations de configuration ci-dessous.</p><br style="clear:both;">'."\n";
|
107 |
'Veuillez revoir vos informations de configuration ci-dessous.</p><br style="clear:both;">'."\n";
|
102 |
} else {
|
108 |
} else {
|
103 |
$sortie .= '<p class="zone_info">Vous êtes sur le point d\'installer Papyrus '.INSTAL_VERSION_NOUVELLE.'.<br />'.
|
109 |
$sortie .= '<p class="zone_info">Vous êtes sur le point d\'installer Papyrus '.INSTAL_VERSION_NOUVELLE.'.<br />'.
|
104 |
'Veuillez configurer votre Papyrus en remplissant les formulaires étape par étape.</p><br style="clear:both;">'."\n";
|
110 |
'Veuillez configurer votre Papyrus en remplissant les formulaires étape par étape.</p><br style="clear:both;">'."\n";
|
105 |
}
|
111 |
}
|
106 |
|
112 |
|
107 |
if(!isset($_GET['installation']) || ($_GET['installation'] == 'form_pref' || $_GET['installation'] == 'verif_pref')) {
|
113 |
if(!isset($_GET['installation']) || ($_GET['installation'] == 'form_pref' || $_GET['installation'] == 'verif_pref')) {
|
108 |
include_once GEN_CHEMIN_APPLICATION.'installateur/instal_preference.inc.php';
|
114 |
include_once GEN_CHEMIN_APPLICATION.'installateur/instal_preference.inc.php';
|
109 |
} else if($_GET['installation'] == 'form_bdd' || $_GET['installation'] == 'verif_bdd') {
|
115 |
} else if($_GET['installation'] == 'form_bdd' || $_GET['installation'] == 'verif_bdd') {
|
110 |
include_once GEN_CHEMIN_APPLICATION.'installateur/instal_base_de_donnees.inc.php';
|
116 |
include_once GEN_CHEMIN_APPLICATION.'installateur/instal_base_de_donnees.inc.php';
|
111 |
} else if($_GET['installation'] == 'form_fichier' || $_GET['installation'] == 'verif_fichier') {
|
117 |
} else if($_GET['installation'] == 'form_fichier' || $_GET['installation'] == 'verif_fichier') {
|
112 |
include_once GEN_CHEMIN_APPLICATION.'installateur/instal_fichier.inc.php';
|
118 |
include_once GEN_CHEMIN_APPLICATION.'installateur/instal_fichier.inc.php';
|
113 |
}
|
119 |
}
|
114 |
|
120 |
|
115 |
// Pied XHTML des pages de l'installation de Papyrus
|
121 |
// Pied XHTML des pages de l'installation de Papyrus
|
116 |
$sortie .= ' </div>'."\n";
|
122 |
$sortie .= ' </div>'."\n";
|
117 |
$sortie .= ' <div id="zone_pied">'."\n";
|
123 |
$sortie .= ' <div id="zone_pied">'."\n";
|
118 |
$sortie .= ' <div id="copyright">'."\n";
|
124 |
$sortie .= ' <div id="copyright">'."\n";
|
119 |
$sortie .= ' <a href="http://frenchmozilla.org"><img src="papyrus/applications/installateur/presentations/images/logo-firefox.png" alt="Logo Firefox" /></a> '."\n";
|
125 |
$sortie .= ' <a href="http://frenchmozilla.org"><img src="papyrus/applications/installateur/presentations/images/logo-firefox.png" alt="Logo Firefox" /></a> '."\n";
|
Line 124... |
Line 130... |
124 |
$sortie .= ' </div>'."\n";
|
130 |
$sortie .= ' </div>'."\n";
|
125 |
$sortie .= ' </div>'."\n";
|
131 |
$sortie .= ' </div>'."\n";
|
126 |
$sortie .= ' </div>'."\n";
|
132 |
$sortie .= ' </div>'."\n";
|
127 |
$sortie .= ' </body>'."\n";
|
133 |
$sortie .= ' </body>'."\n";
|
128 |
$sortie .= '</html>';
|
134 |
$sortie .= '</html>';
|
129 |
|
135 |
|
130 |
return $sortie;
|
136 |
return $sortie;
|
131 |
}
|
137 |
}
|
Line 132... |
Line 138... |
132 |
|
138 |
|