// | Autor: Gonzalo Merayo <gmeray@mecon.gov.ar> |
// +--------------------------------------------------------------------+
//
-// $Id: xmi2code.tpl.php 2 2003-06-23 18:29:20Z gmeray $
+// $Id$
//
require_once 'MECON/HTML/Image.php';
$tabla->updateCellAttributes(1, 1, array('background'=>'/sistemas/intranet/images/mensaje_superior.gif'));
$tabla->updateCellAttributes(3, 1, array('background'=>'/sistemas/intranet/images/mensaje_inferior.gif'));
- return $tabla->toHtml();
+ return '<div align="center">' . $tabla->toHtml() . '</div>';
}
// -X2C
// -X2C
} // -X2C Class :HTML_Mensaje
-?>
\ No newline at end of file
+?>
$login = new HTML_Login();
if(isset($error) && $error == 1)
- $login->login_incorrecto = true;//FIXME terminar de prgramar cuando haya ldap
+ $login->login_incorrecto = true;
$t = new HTML_Table(array('width' => 760,
'align' => 'center',
'cellspacing' => 0,
require_once 'MECON/HTML/Image.php';
require_once 'DB.php';
require_once 'AI/Sistema.php';
+require_once 'HTML_Mensaje.php';
define('COLUMNAS', 3);
unset($sists);
unset($samurai);
+if (!$sistemas) {
+ $t = new HTML_Mensaje('denegado',
+ 'No tiene permisos para usar ningĂșn sistema', 370);
+}
$sistema = @array_shift($sistemas);
while ($sistema) {
$row = array();