X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/9f4ece77af1889cdfed30fa93349fa8ecc5b0caf..5bd45a75b2d9ea8c47d6a0ca9940bac005db04eb:/sistema/www/servicios/bandas/banda_agente.php?ds=sidebyside diff --git a/sistema/www/servicios/bandas/banda_agente.php b/sistema/www/servicios/bandas/banda_agente.php index d457071..296aa9c 100644 --- a/sistema/www/servicios/bandas/banda_agente.php +++ b/sistema/www/servicios/bandas/banda_agente.php @@ -41,6 +41,31 @@ $m =& new HTML_DietMarco('servicios','Bandas Horarias'); $m->addTitle('Bandas Horarias'); $m->addStyleSheet('../../css/servicios_bandas.css'); +/* Si el agente es un contratado entonces no muestro la info */ +if(preg_match('/^CON/',$agente->getTipo())) +{ + /* Instancio un objeto Table para el cuerpo de la pagina*/ + $tabla_cuerpo =& new HTML_Table(array( 'width'=>'220', + 'border'=>'0', + 'align'=>'center', + 'cellspacing'=>'0', + 'cellpadding'=>'0')); + + $IMG_NO_AUTORIZADO =& new MECON_HTML_Image('/MECON/images/general_no_autorizado.gif', + '',array('alt'=>'No disponible')); + $tabla_cuerpo->addRow(array($IMG_NO_AUTORIZADO),array('align'=>'center')); + $tabla_cuerpo->addRow(array('InformaciĆ³n no disponible'),array('class'=>'titulo_uno')); + $m->addBodyContent('