From: Gonzalo Merayo Date: Mon, 23 Jun 2003 18:29:20 +0000 (+0000) Subject: Carga Copete, Noticias(demo) e imagenes X-Git-Tag: svn_import~253 X-Git-Url: https://git.llucax.com/mecon/intranet.git/commitdiff_plain/b1898620c4461ff170c6c18f6e68d792ac652125?ds=sidebyside Carga Copete, Noticias(demo) e imagenes --- diff --git a/doc/xmi2code.config b/doc/xmi2code.config index 65dc1fd..26e1e48 100644 --- a/doc/xmi2code.config +++ b/doc/xmi2code.config @@ -3,16 +3,16 @@ ! vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4: ! ********************************************************************** ! * Ministerio de Economía * - ! * * + ! * Intranet * ! ********************************************************************** - ! * This file is part of . * + ! * This file is part of Intranet. * ! * * - ! * is free software; you can redistribute it and/or modify * + ! * Intranet is free software; you can redistribute it and/or modify * ! * it under the terms of the GNU General Public License as published * ! * by the Free Software Foundation; either version 2 of the License, * ! * or (at your option) any later version. * ! * * - ! * is distributed in the hope that it will be useful, but * + ! * Intranet is distributed in the hope that it will be useful, but * ! * WITHOUT ANY WARRANTY; without even the implied warranty of * ! * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * ! * General Public License for more details. * @@ -21,8 +21,8 @@ ! * along with Hooks; if not, write to the Free Software Foundation, * ! * Inc., 59 Temple Place, Suite 330, Boston, MA 02111*1307 USA * ! ********************************************************************** - ! * Creado: * - ! * Autor: * + ! * Creado: Mon Jun 23 14:09:15 ART 2003 * + ! * Autor: Gonzalo Merayo * ! *********************************************************************+ ! ! $Id$ diff --git a/doc/xmi2code.tpl.php b/doc/xmi2code.tpl.php index 6542438..0a2301a 100644 --- a/doc/xmi2code.tpl.php +++ b/doc/xmi2code.tpl.php @@ -2,16 +2,16 @@ // vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4: // +--------------------------------------------------------------------+ // | Ministerio de Economía | -// | | +// | Intranet | // +--------------------------------------------------------------------+ -// | This file is part of . | +// | This file is part of Intranet. | // | | -// | is free software; you can redistribute it and/or modify | +// | Intranet is free software; you can redistribute it and/or modify | // | it under the terms of the GNU General Public License as published | // | by the Free Software Foundation; either version 2 of the License, | // | or (at your option) any later version. | // | | -// | is distributed in the hope that it will be useful, but | +// | Intranet is distributed in the hope that it will be useful, but | // | WITHOUT ANY WARRANTY; without even the implied warranty of | // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | // | General Public License for more details. | @@ -21,8 +21,8 @@ // | Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | // +--------------------------------------------------------------------+ // | Creado: @@date | -// | Autor: | +// | Autor: Gonzalo Merayo | // +--------------------------------------------------------------------+ // // $Id$ -// \ No newline at end of file +// diff --git a/sistema/local_lib/copete.php b/sistema/local_lib/copete.php new file mode 100644 index 0000000..edda0cc --- /dev/null +++ b/sistema/local_lib/copete.php @@ -0,0 +1,42 @@ +'; + parent::HTML_Table(array('width' => '760', + 'border' => '0', + 'cellspacing' => '0', + 'cellpadding' => '0')); + $anchos = array('12', '25', '712', '11'); + $fila = array(); + foreach($anchos as $a) + $fila[] = ''; + $this->addRow($fila); + $seccion = 'images/copete_'.$s.'.jpg'; + $this->addRow(array(''), array('colspan' => '4')); + $fila = array(); + $fila[] = ''; + $fila[] = ''; + switch($s) + { + case 'noticias': $fila[] = 'Enlaces útiles: Ministerio + de Economía y Producción - Boletín + Oficial - INFOLEG + - CDI'; + break; + case 'servicios': $fila[] = 'Servicios'; + break; + case 'sistemas': $fila[] = 'Sistemas'; + break; + } + $fila[] = ''; + $this->addRow($fila, array('class' => 'titulo_vinculos')); + } +} +?> diff --git a/sistema/www/css/copete.css b/sistema/www/css/copete.css new file mode 100644 index 0000000..22d10a1 --- /dev/null +++ b/sistema/www/css/copete.css @@ -0,0 +1,33 @@ +BODY { + FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 10pt; TEXT-ALIGN: left +; font-style: normal; line-height: 10pt; font-weight: normal +} +UL { + FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 10pt; font-style: normal; line-height: normal; font-weight: normal +} +P { + FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 10pt +; font-style: normal; line-height: normal; font-weight: normal +} +.PagNegro { + COLOR: #000000; FONT-FAMILY: Verdana, Tahoma; FONT-SIZE: 8pt; TEXT-DECORATION: none +} +.PagRojo { + COLOR: #006699; FONT-FAMILY: Verdana, Tahoma; FONT-SIZE: 8pt; TEXT-DECORATION: none +} +.TextBlue { + COLOR: #003366; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 10pt; font-style: normal; line-height: normal; font-weight: normal +} +.titulo_vinculos { COLOR: #003366; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 10pt; FONT-WEIGHT: bold ; font-style: normal; line-height: normal; background-position: left centre; text-align: left } +.menu { COLOR: #003366; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 10pt; font-style: normal; line-height: normal; background-color: #FFFFFF; background-position: left; text-align: left; vertical-align: middle } +.menu_activo { COLOR: #003366; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 10pt; font-style: normal; line-height: normal; background-color: #FFCC99; background-position: left centre; text-align: left; vertical-align: middle } +.titulo_uno { COLOR: #003366; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 12pt; font-style: normal; line-height: normal; background-position: left centre; text-align: left; vertical-align: middle ; font-weight: bold } +.subtitulo { COLOR: #003366; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 10pt; font-style: normal; line-height: normal; background-position: left centre; text-align: left; vertical-align: middle ; font-weight: bold} +.titulo_noticia { COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 10pt; font-style: normal; line-height: normal; background-position: left centre; text-align: justify; vertical-align: top; font-weight: normal} +.fecha_noticia { COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 8pt; font-style: normal; line-height: normal; background-position: left bottom; text-align: left; vertical-align: bottom; font-weight: normal} +.ver_mas { COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 8pt; font-style: normal; line-height: normal; background-position: right bottom; text-align: right; vertical-align: middle ; font-weight: normal } +.textoazul { COLOR: #003366; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 10pt; font-style: normal; line-height: normal; font-weight: normal } +.menu1 { COLOR: #003366; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 9pt; font-style: normal; line-height: normal; background-color: #FFFFFF; background-position: left centre; text-align: left; vertical-align: middle ; margin-left: 10px; clip: rect( )} +.menu_activo1 { COLOR: #003366; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 9pt; font-style: normal; line-height: normal; background-color: #FFCC99; background-position: left centre; text-align: left; vertical-align: middle } +.menu_activo2 { COLOR: #003366; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 8pt; font-style: normal; line-height: normal; background-color: #FFCC99; background-position: left centre; text-align: left; vertical-align: middle } +.menu2 { COLOR: #003366; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 8pt; font-style: normal; line-height: normal; background-color: #FFFFFF; background-position: left centre; text-align: left; vertical-align: middle ; clip: rect( 15px)} diff --git a/sistema/www/images/blanco.gif b/sistema/www/images/blanco.gif new file mode 100644 index 0000000..fc25609 Binary files /dev/null and b/sistema/www/images/blanco.gif differ diff --git a/sistema/www/images/copete_fin.gif b/sistema/www/images/copete_fin.gif new file mode 100644 index 0000000..1103752 Binary files /dev/null and b/sistema/www/images/copete_fin.gif differ diff --git a/sistema/www/images/copete_flecha_azul.gif b/sistema/www/images/copete_flecha_azul.gif new file mode 100644 index 0000000..4f3391c Binary files /dev/null and b/sistema/www/images/copete_flecha_azul.gif differ diff --git a/sistema/www/images/copete_inicio.gif b/sistema/www/images/copete_inicio.gif new file mode 100644 index 0000000..6328560 Binary files /dev/null and b/sistema/www/images/copete_inicio.gif differ diff --git a/sistema/www/images/copete_noticias.jpg b/sistema/www/images/copete_noticias.jpg new file mode 100644 index 0000000..843c074 Binary files /dev/null and b/sistema/www/images/copete_noticias.jpg differ diff --git a/sistema/www/images/copete_servicios.jpg b/sistema/www/images/copete_servicios.jpg new file mode 100644 index 0000000..c166616 Binary files /dev/null and b/sistema/www/images/copete_servicios.jpg differ diff --git a/sistema/www/images/copete_sistemas.jpg b/sistema/www/images/copete_sistemas.jpg new file mode 100644 index 0000000..1817b6a Binary files /dev/null and b/sistema/www/images/copete_sistemas.jpg differ diff --git a/sistema/www/images/linea_puntos.gif b/sistema/www/images/linea_puntos.gif new file mode 100644 index 0000000..9064993 Binary files /dev/null and b/sistema/www/images/linea_puntos.gif differ diff --git a/sistema/www/images/mas.gif b/sistema/www/images/mas.gif new file mode 100644 index 0000000..5123ff5 Binary files /dev/null and b/sistema/www/images/mas.gif differ diff --git a/sistema/www/noticias.php b/sistema/www/noticias.php new file mode 100644 index 0000000..08f1635 --- /dev/null +++ b/sistema/www/noticias.php @@ -0,0 +1,17 @@ + +toHTML(); +?> + + + + + +
+ + + +
+ diff --git a/sistema/www/servicios.php b/sistema/www/servicios.php new file mode 100644 index 0000000..ebc9544 --- /dev/null +++ b/sistema/www/servicios.php @@ -0,0 +1,7 @@ + +toHTML(); +?> + diff --git a/sistema/www/sistemas.php b/sistema/www/sistemas.php new file mode 100644 index 0000000..3897cfc --- /dev/null +++ b/sistema/www/sistemas.php @@ -0,0 +1,7 @@ + +toHTML(); +?> + diff --git a/tmp b/tmp new file mode 100644 index 0000000..e471654 --- /dev/null +++ b/tmp @@ -0,0 +1,28 @@ + | +// +--------------------------------------------------------------------+ +// +// $Id: xmi2code.tpl.php 1 2003-06-20 22:27:47Z llucar $ +//