Line 29... |
Line 29... |
29 |
// | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
|
29 |
// | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
|
30 |
// | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
|
30 |
// | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
|
31 |
// | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
|
31 |
// | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
|
32 |
// | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|
32 |
// | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|
33 |
// +------------------------------------------------------------------------------------------------------+
|
33 |
// +------------------------------------------------------------------------------------------------------+
|
34 |
// CVS : $Id: instal_preference.inc.php,v 1.11 2006-10-05 15:14:18 alexandre_tb Exp $
|
34 |
// CVS : $Id: instal_preference.inc.php,v 1.12 2006-10-06 15:23:00 florian Exp $
|
35 |
/**
|
35 |
/**
|
36 |
* Page d'initialisation de l'installation de Papyrus.
|
36 |
* Page d'initialisation de l'installation de Papyrus.
|
37 |
*
|
37 |
*
|
38 |
* Contenu de la page par défaut de l'installation de Papyrus.
|
38 |
* Contenu de la page par défaut de l'installation de Papyrus.
|
39 |
*
|
39 |
*
|
Line 43... |
Line 43... |
43 |
//Autres auteurs :
|
43 |
//Autres auteurs :
|
44 |
*@author David DELON
|
44 |
*@author David DELON
|
45 |
*@author Patrick PAUL
|
45 |
*@author Patrick PAUL
|
46 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
46 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
47 |
*@copyright Tela-Botanica 2000-2004
|
47 |
*@copyright Tela-Botanica 2000-2004
|
48 |
*@version $Revision: 1.11 $ $Date: 2006-10-05 15:14:18 $
|
48 |
*@version $Revision: 1.12 $ $Date: 2006-10-06 15:23:00 $
|
49 |
// +------------------------------------------------------------------------------------------------------+
|
49 |
// +------------------------------------------------------------------------------------------------------+
|
50 |
**/
|
50 |
**/
|
Line 51... |
Line 51... |
51 |
|
51 |
|
52 |
// +------------------------------------------------------------------------------------------------------+
|
52 |
// +------------------------------------------------------------------------------------------------------+
|
Line 131... |
Line 131... |
131 |
} else if (isset($sortie_verif) && empty($sortie_verif)) {
|
131 |
} else if (isset($sortie_verif) && empty($sortie_verif)) {
|
132 |
// Vérification du fichier sans interuption... passage à l'étape suivante
|
132 |
// Vérification du fichier sans interuption... passage à l'étape suivante
|
133 |
$sortie .= creerFormulaire($pref, true);
|
133 |
$sortie .= creerFormulaire($pref, true);
|
134 |
$sortie .= ' </ul>'."\n";
|
134 |
$sortie .= ' </ul>'."\n";
|
135 |
$sortie .= ' </form>';
|
135 |
$sortie .= ' </form>';
|
136 |
$sortie .= ' <p class="etape_info">La configuration est OK. A l\'étape suivante, le programme d\'installation va essayer de configurer '.
|
136 |
$sortie .= ' <br /><p class="etape_info">La configuration est OK. A l\'étape suivante, le programme d\'installation va essayer de configurer '.
|
137 |
'et créer la base de données.</p>'."\n";
|
137 |
'et créer la base de données.</p>'."\n";
|
138 |
$sortie .= ' <form action="'.donnerUrlCourante().'?installation=form_bdd" method="post">'."\n";
|
138 |
$sortie .= ' <form style="clear:both;" action="'.donnerUrlCourante().'?installation=form_bdd" method="post">'."\n";
|
139 |
$sortie .= ' <input type="hidden" name="pref_serial" value="'.htmlentities(serialize($pref)).'" />'."\n";
|
139 |
$sortie .= ' <input type="hidden" name="pref_serial" value="'.htmlentities(serialize($pref)).'" />'."\n";
|
140 |
$sortie .= ' <input type="submit" value="Continuer" />'."\n";
|
140 |
$sortie .= ' <input type="submit" value="Continuer" />'."\n";
|
141 |
$sortie .= ' </form>'."\n";
|
141 |
$sortie .= ' </form>'."\n";
|
142 |
}
|
142 |
}
|
143 |
// +------------------------------------------------------------------------------------------------------+
|
143 |
// +------------------------------------------------------------------------------------------------------+
|
Line 231... |
Line 231... |
231 |
|
231 |
|
232 |
|
232 |
|
233 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
233 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
- |
|
234 |
*
|
- |
|
235 |
* $Log: not supported by cvs2svn $
|
- |
|
236 |
* Revision 1.11 2006/10/05 15:14:18 alexandre_tb
|
234 |
*
|
237 |
* Mise en place du chemin par défaut
|
235 |
* $Log: not supported by cvs2svn $
|
238 |
*
|
236 |
* Revision 1.10 2005/09/23 14:20:23 florian
|
239 |
* Revision 1.10 2005/09/23 14:20:23 florian
|
237 |
* nouvel habillage installateur, plus correction de quelques bugs
|
240 |
* nouvel habillage installateur, plus correction de quelques bugs
|
238 |
*
|
241 |
*
|