]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/www/servicios/agenda/agenda1.php
Mensaje de error en Novedades (no disponible para contratados)
[mecon/intranet.git] / sistema / www / servicios / agenda / agenda1.php
index 74060dbd5d5c57c142eafe0e8847de156ec34c71..7213428e5aeea60cd2138e88b2fe6623d3792e67 100644 (file)
@@ -23,13 +23,15 @@ Autor:  Martin Marrese <mmarre@mecon.gov.ar>
 -------------------------------------------------------------------------------
 $Id$
 -----------------------------------------------------------------------------*/
 -------------------------------------------------------------------------------
 $Id$
 -----------------------------------------------------------------------------*/
+
 //REQUIRE ONCE {{{
 //REQUIRE ONCE {{{
-require_once '/home/mmarrese/public_html/intranet/sistema/local_lib/Servicios/Agenda.php';
+require_once '../../../local_lib/Servicios/Agenda.php';
 require_once 'HTML/Table.php';
 require_once 'HTML/Table.php';
+require_once 'MECON/HTML/Tabla.php';
 require_once '../../../local_lib/HTML_DietMarco.php';
 require_once 'MECON/HTML/QuickForm.php';
 require_once '../../../local_lib/HTML_DietMarco.php';
 require_once 'MECON/HTML/QuickForm.php';
-require_once 'HTML/Image.php';
-require_once 'HTML/Link.php';
+require_once 'MECON/HTML/Image.php';
+require_once 'MECON/HTML/Link.php';
 require_once 'DB.php';
 //}}}
 //CREO LA CONEXION A LA BASE DE DATOS {{{
 require_once 'DB.php';
 //}}}
 //CREO LA CONEXION A LA BASE DE DATOS {{{
@@ -39,22 +41,24 @@ if (DB::isError($DB)) {
 }
 //}}}
 //CREO LOS OBJETOS NECESARIOS {{{
 }
 //}}}
 //CREO LOS OBJETOS NECESARIOS {{{
-$MARCO     = new HTML_DietMarco('servicios');
+$TABLAFORM = new MECON_HTML_Tabla ('width="500"', 'claro');
+$MARCO     = new HTML_DietMarco('servicios', 'Servicios');
 $FORM      = new MECON_HTML_QuickForm('agenda', 'post', 'agenda2', '', array ('onSubmit' => "return validar(this)", 'action' => ''));
 $FORM      = new MECON_HTML_QuickForm('agenda', 'post', 'agenda2', '', array ('onSubmit' => "return validar(this)", 'action' => ''));
-$TABLA     = new HTML_Table('width="760"');
-$IMG1      = new HTML_Image('../../images/servicios_agenda_lupa.gif');
-$IMG2      = new HTML_Image('../../images/servicios_agenda_mail.gif');
-$TELECO    = new HTML_Image('../../images/servicios_agenda_teleco.gif');
-$LINK_1    = new HTML_Link('mailto:teleco@mecon.gov.ar', $IMG2);
-$LINK_2    = new HTML_Link('mailto:teleco@mecon.gov.ar', 'Consultas', array(), array ('class' => 'txt2'));
+$FORM->renderer->setTable($TABLAFORM);
+$TABLA     = new HTML_Table('width="760" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF"');
+$IMG1      = new MECON_HTML_Image('../../images/servicios_lupa.gif');
+$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' => 'servicios_agenda_txt2'));
 //}}}
 //OBTENGO LOS DATOS DE LAS BASES {{{
 $EDIFICIOS = Servicios_Agenda::getEdificios($DB); 
 //}}}
 //AGREGO LOS ELEMENTOS AL FORM {{{
 //}}}
 //OBTENGO LOS DATOS DE LAS BASES {{{
 $EDIFICIOS = Servicios_Agenda::getEdificios($DB); 
 //}}}
 //AGREGO LOS ELEMENTOS AL FORM {{{
-$header        =& $FORM->addElement('header', 'comun'      , $IMG1->toHtml().'B&uacute;squeda de Internos');
+$header        =& $FORM->addElement('header', 'cabecera'      , $IMG1->toHtml().'B&uacute;squeda de Internos');
 $interno       =& $FORM->addElement('text'  , 'interno'    , 'Interno'    , array ("size" => '10 , "maxlength" => "4"'));
 $interno       =& $FORM->addElement('text'  , 'interno'    , 'Interno'    , array ("size" => '10 , "maxlength" => "4"'));
-$usuario       =& $FORM->addElement('text'  , 'nombre'    , 'Usuario'    , array ("size" => '40'));
+$usuario       =& $FORM->addElement('text'  , 'nombre'     , 'Usuario'    , array ("size" => '40'));
 $codep         =& $FORM->addElement('text'  , 'codep'      , 'Codep'      , array ("size" => '40', "maxlength" => "10"));
 $dependencia   =& $FORM->addElement('text'  , 'dependencia', 'Dependencia', array ("size" => '40', "value" => "--Ingrese una palabra clave--"));
 $edificio      =& $FORM->addElement('select', 'edificio'   , 'Edificio'   , $EDIFICIOS, array('size' => '1'));
 $codep         =& $FORM->addElement('text'  , 'codep'      , 'Codep'      , array ("size" => '40', "maxlength" => "10"));
 $dependencia   =& $FORM->addElement('text'  , 'dependencia', 'Dependencia', array ("size" => '40', "value" => "--Ingrese una palabra clave--"));
 $edificio      =& $FORM->addElement('select', 'edificio'   , 'Edificio'   , $EDIFICIOS, array('size' => '1'));
@@ -62,10 +66,10 @@ $piso          =& $FORM->addElement('text'  , 'piso'       , 'Piso'       , arra
 $oficina       =& $FORM->addElement('text'  , 'oficina'    , 'Oficina'    , array ("size" => '10', "maxlength" => "5"));
 //Agego los radio
 $grupo = array();
 $oficina       =& $FORM->addElement('text'  , 'oficina'    , 'Oficina'    , array ("size" => '10', "maxlength" => "5"));
 //Agego los radio
 $grupo = array();
-$grupo[] =& HTML_QuickForm::createElement('radio', 'op1', null, 'interno');
-$grupo[] =& HTML_QuickForm::createElement('radio', 'op1', null, 'usuario');
-$grupo[] =& HTML_QuickForm::createElement('radio', 'op1', null, 'dependencia');
-$grupo[] =& HTML_QuickForm::createElement('radio', 'op1', null, 'edificio');
+$grupo[] =& HTML_QuickForm::createElement('radio', 'op1', '', 'interno'    , 'interno');
+$grupo[] =& HTML_QuickForm::createElement('radio', 'op1', '', 'usuario'    , 'nombre');
+$grupo[] =& HTML_QuickForm::createElement('radio', 'op1', '', 'dependencia', 'dependencia');
+$grupo[] =& HTML_QuickForm::createElement('radio', 'op1', '', 'edificio'   , 'edificio');
 $ordenar =& $FORM->addGroup($grupo, 'Ordenado por', 'Ordenado por', ' ', true);
 $grupo[1]->setChecked(false);
 $grupo[2]->setChecked(false);
 $ordenar =& $FORM->addGroup($grupo, 'Ordenado por', 'Ordenado por', ' ', true);
 $grupo[1]->setChecked(false);
 $grupo[2]->setChecked(false);
@@ -80,15 +84,14 @@ $botones  =& $FORM->addGroup($grupo2, 'botones');
 $FORM->addRule('interno','El interno debe ser numerico','numeric');
 //}}}
 //ACOMODO EL FORM {{{
 $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
-$FORM->setRenderer('MECON_HTML_QuickForm_Renderer_Tabla_Servicios');
-$FORM->setRendererOpts('width="500"');
+$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()));
 //}}}
 //ARMO LA TABLA {{{
 $TABLA->addRow(array($LINK_1->toHtml(), $LINK_2->toHtml(), $TELECO->toHtml()));
-$TABLA->updateColAttributes(0,'width="24"');
-$TABLA->updateColAttributes(1,'width="60"');
-$TABLA->updateColAttributes(2,'width="676" class="txt_derecha"');
+$TABLA->updateColAttributes(0,'width="24" height="25"');
+$TABLA->updateColAttributes(1,'width="60" height="25"');
+$TABLA->updateColAttributes(2,'width="676" align="right" height="25"');
 $TABLA->addRow(array($FORM), 'colspan="3"');
 //}}}
 //AGREGO EL JAVASCRIPT DE VALIDACION {{{
 $TABLA->addRow(array($FORM), 'colspan="3"');
 //}}}
 //AGREGO EL JAVASCRIPT DE VALIDACION {{{