Corregir erratas en menú de cliente por defecto (modifica #413)

git-svn-id: https://opengnsys.es/svn/branches/version1.0@2068 a21b9725-9963-47de-94b9-378ad31fedc9
remotes/github/debian-pkg
ramon 2011-06-16 11:11:14 +00:00
parent d168a46469
commit 375ee701eb
4 changed files with 16 additions and 16 deletions

View File

@ -5,8 +5,8 @@
// Idioma: Español
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='"***ATENCIÓ.- No està accedint des d'un ordinador permès"';
$TbMsg[0]='"***ATENCIÓ.- No està accedint des d\'un ordinador permès"';
$TbMsg[1]='"Direcció IP"';
$TbMsg[2]='"NO S'HA DETECTAT CAP MENÚ PER AQUEST CLIENT"';
$TbMsg[3]='"Apagar l'equip"';
$TbMsg[2]='NO S\'HA DETECTAT CAP MENÚ PER AQUEST CLIENT';
$TbMsg[3]='Apagar l\'equip';
?>

View File

@ -7,6 +7,6 @@
$TbMsg=array();
$TbMsg[0]='"***WARNING.- You are accessing from a computer not allowed"';
$TbMsg[1]='"IP Address"';
$TbMsg[2]='"NOT DETECTED ANY MENU FOR THIS CLIENT"';
$TbMsg[3]='"Shut down the computer"';
$TbMsg[2]='NOT DETECTED ANY MENU FOR THIS CLIENT';
$TbMsg[3]='Shut down the computer';
?>

View File

@ -7,6 +7,6 @@
$TbMsg=array();
$TbMsg[0]='"***ATENCIÓN.- Usted no está accediendo desde un ordenador permitido"';
$TbMsg[1]='"Dirección IP"';
$TbMsg[2]='"NO SE HA DETECTADO NINGÚN MENÚ PARA ESTE CLIENTE"';
$TbMsg[3]='"Apagar el equipo"';
$TbMsg[2]='NO SE HA DETECTADO NINGÚN MENÚ PARA ESTE CLIENTE';
$TbMsg[3]='Apagar el equipo';
?>

View File

@ -12,7 +12,7 @@ include_once("../includes/ctrlacc.php");
include_once("../clases/AdoPhp.php");
include_once("../includes/TomaDato.php");
include_once("../includes/CreaComando.php");
include_once("../idiomas/php/".$idioma."/menucliente".$idioma.".php");
include_once("../idiomas/php/".$idioma."/menucliente_".$idioma.".php");
//________________________________________________________________________________________________________
$cmd=CreaComando($cadenaconexion);
if (!$cmd)
@ -70,26 +70,26 @@ else{
$codeHtml.='</div>';
}
?>
<HTML>
<HEAD>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
</HEAD>
</head>
<?
if(!empty($rsmenu->campos["idurlimg"])){ // Imagen de fondo
$urlimg=TomaDato($cmd,0,'iconos',$rsmenu->campos["idurlimg"],'idicono','urlicono');
$urlimgfondo="../images/iconos/".$urlimg;
echo '<BODY bgcolor=white background="'.$urlimgfondo.'">';
echo '<body bgcolor="white" background="'.$urlimgfondo.'">';
}
else{
echo'<BODY bgcolor=white background="../images/iconos/fondo800x600.png">';
#echo '<P align=left><IMG border=0 src="../images/iconos/logoopengnsys.png"><P>';
echo'<body bgcolor="white" background="../images/iconos/fondo800x600.png">';
echo '<p align="left"><img border=0 src="../images/iconos/logoopengnsys.png"><p>';
}
include_once("/opt/opengnsys/log/clients/".$iph.".info.html");
echo $codeHtml;
?>
</BODY>
</HTML>
</body>
</html>
<?
//___________________________________________________________________________________________________
//