-\r
-.textoazul { COLOR: #003366; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 10pt; font-style: normal; line-height: normal; font-weight: normal }\r
-.titulo_form { COLOR: #003366; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 11pt; font-style: normal; line-height: normal; background-position: centre centre; text-align: centre; vertical-align: middle ; font-weight: normal}\r
-.txt1 { COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 10pt; font-style: normal; line-height: normal; background-position: left centre; vertical-align: top; font-weight: normal }\r
-.txt2 { COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 8pt; font-style: normal; line-height: normal; background-position: left top; text-align: left; vertical-align: top; font-weight: normal }\r
-.txt_naranja { COLOR: #FF3300; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 10pt; font-style: normal; line-height: normal; font-weight: bold}\r
-.txt_derecha { COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 10pt; font-style: normal; line-height: normal; background-position: right centre; text-align: right; vertical-align: middle; font-weight: normal }\r
+.servicios_agenda_textoazul { \r
+ color: #003366; \r
+ font-family: arial, Helvetica, sans-serif; \r
+ font-size: 10pt; \r
+ font-style: normal; \r
+ line-height: normal; \r
+ font-weight: normal \r
+}\r
+.servicios_agenda_titulo_form { \r
+ color: #003366; \r
+ font-family: arial, Helvetica, sans-serif; \r
+ font-size: 11pt; \r
+ font-style: normal; \r
+ line-height: normal; \r
+ background-position: centre centre; \r
+ text-align: centre; \r
+ vertical-align: middle ; \r
+ font-weight: normal\r
+}\r
+.servicios_agenda_txt1 { \r
+ color: #000000; \r
+ font-family: arial, Helvetica, sans-serif; \r
+ font-size: 10pt; \r
+ font-style: normal; \r
+ line-height: normal; \r
+ background-position: left centre; \r
+ vertical-align: top; \r
+ font-weight: normal \r
+}\r
+.servicios_agenda_txt2 { \r
+ color: #000000; \r
+ font-family: arial, Helvetica, sans-serif; \r
+ font-size: 8pt; \r
+ font-style: normal; \r
+ line-height: normal; \r
+ background-position: left top; \r
+ text-align: left; \r
+ vertical-align: top; \r
+ font-weight: normal \r
+}\r
+.servicios_agenda_txt_naranja { \r
+ color: #ff3300; \r
+ font-family: arial, Helvetica, sans-serif; \r
+ font-size: 10pt; \r
+ font-style: normal; \r
+ line-height: normal; \r
+ font-weight: bold\r
+}\r
+.servicios_agenda_txt_derecha { \r
+ color: #000000; \r
+ font-family: arial, Helvetica, sans-serif; \r
+ font-size: 10pt; \r
+ font-style: normal; \r
+ line-height: normal; \r
+ background-position: right centre; \r
+ text-align: right; \r
+ vertical-align: middle; \r
+ font-weight: normal \r
+}\r
$IMG2 = new MECON_HTML_Image('../../images/servicios_mail.gif');
$TELECO = new MECON_HTML_Image('../../images/servicios_logo_telecomunicaciones.gif');
$LINK_1 = new MECON_HTML_Link('mailto:teleco@mecon.gov.ar', $IMG2);
-$LINK_2 = new MECON_HTML_Link('mailto:teleco@mecon.gov.ar', 'Consultas', array(), array ('class' => 'txt2'));
+$LINK_2 = new MECON_HTML_Link('mailto:teleco@mecon.gov.ar', 'Consultas', array(), array ('class' => 'servicios_agenda_txt2'));
//}}}
//OBTENGO LOS DATOS DE LAS BASES {{{
$EDIFICIOS = Servicios_Agenda::getEdificios($DB);
//}}}
//AGREGO LOS ELEMENTOS AL FORM {{{
-$header =& $FORM->addElement('header', 'comun' , $IMG1->toHtml().'Búsqueda de Internos');
+$header =& $FORM->addElement('header', 'cabecera' , $IMG1->toHtml().'Búsqueda de Internos');
$interno =& $FORM->addElement('text' , 'interno' , 'Interno' , array ("size" => '10 , "maxlength" => "4"'));
$usuario =& $FORM->addElement('text' , 'nombre' , 'Usuario' , array ("size" => '40'));
$codep =& $FORM->addElement('text' , 'codep' , 'Codep' , array ("size" => '40', "maxlength" => "10"));
$FORM->addRule('interno','El interno debe ser numerico','numeric');
//}}}
//ACOMODO EL FORM {{{
-//$MARCO->addStyleSheet(PATH_RAIZ.'css/servicios_agenda.css'); //EL PROBLEMA QUE ESTO LO NECESITO PARA QUE FUNCIONE EL RENDERER NUEVO
+$MARCO->addStyleSheet($TABLAFORM->getCss()); //Agrego el estilo de la tabla.
+$MARCO->addStyleSheet(PATH_RAIZ.'css/servicios_agenda.css'); //Agrego los estilos particulares de este servicio.
//}}}
//ARMO LA TABLA {{{
$TABLA->addRow(array($LINK_1->toHtml(), $LINK_2->toHtml(), $TELECO->toHtml()));
//REQUIRE ONCE {{{
require_once '../../../local_lib/Servicios/Agenda.php';
require_once 'HTML/Table.php';
+require_once 'MECON/HTML/Tabla.php';
require_once '../../../local_lib/HTML_DietMarco.php';
require_once 'MECON/HTML/Image.php';
require_once 'MECON/HTML/Link.php';
$V5 = new MECON_HTML_Image('../../images/servicios_flecha_naranja.gif');
$LINK_1 = new MECON_HTML_Link('mailto:teleco@mecon.gov.ar', $MAIL);
-$LINK_2 = new MECON_HTML_Link('mailto:teleco@mecon.gov.ar', 'Consultas', array(), array ('class' => 'txt2'));
-$LINK_3 = new MECON_HTML_Link('agenda1', 'Nueva búsqueda', array(), array ('class' => 'txt2'));
-$LINK_4 = new MECON_HTML_Link('mailto:teleco@mecon.gov.ar', 'envíenos su consulta o reclamo');
+$LINK_2 = new MECON_HTML_Link('mailto:teleco@mecon.gov.ar', 'Consultas', array(), array ('class' => 'servicios_agenda_txt2'));
+$LINK_3 = new MECON_HTML_Link('agenda1', 'Nueva búsqueda', array(), array ('class' => 'servicios_agenda_txt2'));
+$LINK_4 = new MECON_HTML_Link('mailto:teleco@mecon.gov.ar', 'envíenos su consulta o reclamo', array(), array('class' => 'servicios_agenda_textoazul'));;
//}}}
//OBTENGO LOS DATOS DE LAS BASES {{{
if (@$_POST['interno']) { $AGENDA->setInterno($_POST['interno']); }
$TABLA->updateColAttributes(1,'width="60"');
$TABLA->updateColAttributes(2,'width="24"');
$TABLA->updateColAttributes(3,'width="100"');
- $TABLA->updateColAttributes(4,'width="525" class="txt_derecha"');
+ $TABLA->updateColAttributes(4,'width="525" class="servicios_agenda_txt_derecha"');
//AGREGO LA INFORMACION {{{
if (is_null($resultado)) {
$TABLA->addRow(array('La búsqueda no produjo aciertos'));
- $TABLA->setRowAttributes(1,'colspan="5" align="center" class="txt_naranja"');
+ $TABLA->setRowAttributes(1,'colspan="5" align="center" class="servicios_agenda_txt_naranja"');
}
else {
- $TABLA3 = new HTML_Table('width="760" border="0" cellspacing="0" cellpadding="0" bgcolor="#003366"');
- $TABLA2 = new HTML_Table('width="760" border="0" cellspacing="2" cellpadding="1"');
+ $TABLAN = new MECON_HTML_Tabla ('width="760"', 'claro');
//Agrego el encabezado de la tabla interna
- $TABLA2->addRow(array($V5->toHtml().'Resultados de la búsqueda de Internos'));
- $TABLA2->addRow(array('Interno','Usuario','Codep','Dependencia','Edificio','Piso','Oficina'), 'bgcolor="#FFFFFF"');
+ $TABLAN->addRow(array($V5->toHtml().'Resultados de la búsqueda de Internos'), 'cabecera');
+ $TABLAN->addRow(array('Interno','Usuario','Codep','Dependencia','Edificio','Piso','Oficina'), 'titulo');
foreach ($resultado as $res) {
- $TABLA2->addRow($res, 'class="txt1" bgcolor="#FFFFFF"');
+ $TABLAN->addRow($res);
}
//ACOMODO LA TABLA {{{
- $TABLA2->updateColAttributes(0,'width="47" class="txt2" height="25"');
- $TABLA2->updateColAttributes(1,'width="117" class="txt2" height="25"');
- $TABLA2->updateColAttributes(2,'width="76" class="txt2" height="25"');
- $TABLA2->updateColAttributes(3,'width="263" class="txt2" height="25"');
- $TABLA2->updateColAttributes(4,'width="108" class="txt2" height="25"');
- $TABLA2->updateColAttributes(5,'width="50" class="txt2" height="25"');
- $TABLA2->updateColAttributes(6,'width="83" class="txt2" height="25"');
- $TABLA2->setCellAttributes(0,0,'class="titulo_form" height="25" colspan="7" bgcolor="#FFFFFF"');
- $TABLA2->updateRowAttributes(1, 'class="txt1"');
+ $TABLAN->updateColAttributes(0,'width="47" height="25"');
+ $TABLAN->updateColAttributes(1,'width="117" height="25"');
+ $TABLAN->updateColAttributes(2,'width="76" height="25"');
+ $TABLAN->updateColAttributes(3,'width="263" height="25"');
+ $TABLAN->updateColAttributes(4,'width="108" height="25"');
+ $TABLAN->updateColAttributes(5,'width="50" height="25"');
+ $TABLAN->updateColAttributes(6,'width="83" height="25"');
+ $TABLAN->updateCellAttributes(0,0,'height="25" colspan="7" bgcolor="#FFFFFF"');
//}}}
- $TABLA3->addRow(array($TABLA2));
- $TABLA->addRow(array($TABLA3),'colspan="5"');
+ $MARCO->addStyleSheet($TABLAN->getCss()); //Agrego el estilo de la tabla.
+ $TABLA->addRow(array($TABLAN),'colspan="5"');
}
//}}}
$TABLA->addRow(array($INFO->toHtml() , 'Información suministrada por el Área Telecomunicaciones del Ministerio de Economía'));
$TABLA->addRow(array($NOTAS->toHtml(), 'NOTA: Si detecta algún error en los datos, '.$LINK_4->toHtml().'.'));
- $TABLA->setCellAttributes(3,1,'colspan="4" class="textoazul"');
- $TABLA->setCellAttributes(4,1,'colspan="4" class="textoazul"');
+ $TABLA->setCellAttributes(3,1,'colspan="4" class="servicios_agenda_textoazul"');
+ $TABLA->setCellAttributes(4,1,'colspan="4" class="servicios_agenda_textoazul"');
//}}}
//MUESTRO LA INFO {{{
$MARCO->addStyleSheet(PATH_RAIZ.'css/servicios_agenda.css');