X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/c0f7174d3a8ed58e92001618e9cdaa0302a36bd9..9e975d5999b9dfdacd9a1bf8187aacebfc1cd999:/sistema/www/servicios/codep/codep_nombre.php diff --git a/sistema/www/servicios/codep/codep_nombre.php b/sistema/www/servicios/codep/codep_nombre.php index 8e88ab1..7c292e7 100644 --- a/sistema/www/servicios/codep/codep_nombre.php +++ b/sistema/www/servicios/codep/codep_nombre.php @@ -78,10 +78,10 @@ $TABLA_Encabezado->addRow(array($IMG_Ayuda->toHtml(), $LINK_Ayuda->toHtml(), ' array('width'=>'24', 'align'=>'left', 'valign'=>'middle')); $TABLA_Encabezado->updateCellAttributes(0, 1, array('width'=>'60', 'align'=>'left', - 'class'=>'txt2')); + 'class'=>'servicios_codep_txt2')); $TABLA_Encabezado->updateCellAttributes(0, 2, array('width'=>'676', 'align'=>'right', - 'class'=>'txt_derecha')); + 'class'=>'servicios_codep_txt_derecha')); $TABLA_Form =& new MECON_HTML_Tabla ('width="500" align="center"', 'claro'); @@ -96,9 +96,9 @@ $TABLA_Pie =& new HTML_Table (array( 'width'=>'760', 'cellspacing'=>'0', 'border'=>'0')); $TABLA_Pie->addRow(array($IMG_Lupa->toHtml().$LINK_Buscar->toHtml()), - array('class'=>'txt1')); + array('class'=>'servicios_codep_txt1')); $TABLA_Pie->addRow(array($IMG_Zip->toHtml().$LINK_Download->toHtml()), - array('class'=>'txt1')); + array('class'=>'servicios_codep_txt1')); if (isset($_POST['clave'])){ @@ -124,12 +124,12 @@ if (isset($_POST['clave'])){ //Mensaje de error $TABLA_Resultados =& new HTML_Table(array('width'=>'500', 'align'=>'center', 'border'=>'0')); $TABLA_Resultados->addRow(array('La búsqueda no produjo aciertos'), - array('align'=>'center', 'class'=>'txt_naranja')); + array('align'=>'center', 'class'=>'servicios_codep_txt_naranja')); } } //Contenido de la página -$MARCO->addTitle('Codificador de Dependencias'); +//$MARCO->addTitle('CODEP'); $MARCO->addBodyContent($TABLA_Encabezado);