//
//==============================================================
include_once "unienv.php";
-include_once "unilng.php";
//==============================================================
//
break;
case 5 : //getting user working language
$dislang="en";
- $userlang=lng::en;
$language=$stmt->fetch(PDO::FETCH_ASSOC)['lang'];
rou_alert(0,"$OPEP, JMPDBG langage=$language");
if ($language!=NULL) {
switch ($language) {
case "FRA" :
- $userlang=lng::fr;
$dislang="fr";
break;
case "ENG" :
//==============================================================
include_once "subrou.php";
include_once "unienv.php";
-include_once "unilng.php";
include_once "gesdis.php";
include_once "gessql.php";
global $userlang;
global $myfilename;
-$date=gettranslate($userlang,"Date");
$filterOptions = [
'smtpfrom' => 'Originator',
'rcptto' => 'Recipient',
global $userlang;
$debut=$offset+1;
-$email=gettranslate($userlang,"Remote SMTP server");
$STR = <<<EOT
<TABLE WIDTH="100%" BORDER="0" CellSpacing="0">
<TD align=left>
<FORM action="lvlrmt.php" method="post">
<FONT SIZE=+1>
-$email:
+<span class="translatable" trkey="Search">Search</span>
<input type="text" value="$remoteip" name="remoteip" size=20 style="font-size: 100%;">
<input type="submit" style="display:none"/>
</FONT>
<TD align=left>
<FORM action="lvlusr.php" method="post">
<FONT SIZE=+1>
-<span class="translatable" trkey="Email">Email</span>
+<span class="translatable" trkey="Search">Search</span>
<input type="text" value="$username" name="username" size=20 style="font-size: 100%;">
<input type="submit" style="display:none"/>
</FONT>