<?php
/**
*
* @Artiphp 5
* @paquetage installation
* @version index.php, 2009/05/01 arteam
* @copyright (c) 2001-2010 Ronald Guérin - hide@address.com - http://www.artiloo.com
* @license consulter artpublic/license/index.html GNU Public License
*
*/
// Protection - Page
define('IN_ARTI', true);
// Chargement configuration
//require('../artpublic/config.inc.php'); // ATTENTION : chemin relatif depuis racine Artiphp
// ------------------------------------------
include('../artpublic/arti_session.inc.php');
// ------------------------------------------
// Debug de la page
//error_reporting(E_ALL ^ E_NOTICE);
$coletape = '0';
if ($_POST['lg']) {
$lg = htmlspecialchars($_POST['lg']);
header('Location: install1.php?lg=' . $lg);
exit();
}
include('header.inc.php');
?>
<br /><blockquote>
<span style="color:#FF6600; font-weight:bold;">Etape 1 : Langue/Language</span>
</blockquote>
<hr size="1" />
<br /><br /><br />
<div align="center"><center>
<table border="0" cellspacing="5" cellpadding="5" bgcolor="#eeeeee" style="border:#000000 1px dashed">
<tr>
<form method="post" action="index.php">
<td valign="top">
Choisissez la langue/Choose your language
<select name="lg" size="1">
<option value="fr">Français</option>\n";
<option value="en">English</option>\n";
</select>
<input type="image" src="images/rech.gif" border="0" align="absmiddle" width="24" height="20" />
</td>
</form>
</tr>
</table><br /><br />
</center></div>
<p></p>
<?php include('footer.inc.php'); ?>