! vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
! **********************************************************************
! * Ministerio de Economía *
- ! * <SISTEMA> *
+ ! * Intranet *
! **********************************************************************
- ! * This file is part of <SISTEMA>. *
+ ! * This file is part of Intranet. *
! * *
- ! * <SISTEMA> 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. *
! * *
- ! * <SISTEMA> 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. *
! * along with Hooks; if not, write to the Free Software Foundation, *
! * Inc., 59 Temple Place, Suite 330, Boston, MA 02111*1307 USA *
! **********************************************************************
- ! * Creado: <FECHA> *
- ! * Autor: <AUTOR> *
+ ! * Creado: Mon Jun 23 14:09:15 ART 2003 *
+ ! * Autor: Gonzalo Merayo <gmeray@mecon.gov.ar> *
! *********************************************************************+
!
! $Id$
// vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
// +--------------------------------------------------------------------+
// | Ministerio de Economía |
-// | <SISTEMA> |
+// | Intranet |
// +--------------------------------------------------------------------+
-// | This file is part of <SISTEMA>. |
+// | This file is part of Intranet. |
// | |
-// | <SISTEMA> 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. |
// | |
-// | <SISTEMA> 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. |
// | Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +--------------------------------------------------------------------+
// | Creado: @@date |
-// | Autor: <AUTOR> |
+// | Autor: Gonzalo Merayo <gmeray@mecon.gov.ar> |
// +--------------------------------------------------------------------+
//
// $Id$
-//
\ No newline at end of file
+//
--- /dev/null
+<?\r
+\r
+\r
+require_once 'HTML/Table.php';\r
+\r
+\r
+class Copete extends HTML_Table\r
+{\r
+ function Copete($s)\r
+ {\r
+ echo '<link rel="stylesheet" href="css/copete.css">';\r
+ parent::HTML_Table(array('width' => '760',\r
+ 'border' => '0',\r
+ 'cellspacing' => '0',\r
+ 'cellpadding' => '0'));\r
+ $anchos = array('12', '25', '712', '11');\r
+ $fila = array();\r
+ foreach($anchos as $a)\r
+ $fila[] = '<img src="images/blanco.gif" width="'.$a.'" height="1">';\r
+ $this->addRow($fila);\r
+ $seccion = 'images/copete_'.$s.'.jpg';\r
+ $this->addRow(array('<img src="'.$seccion.'" width="760" height="66" border="0">'), array('colspan' => '4'));\r
+ $fila = array();\r
+ $fila[] = '<img src="images/copete_inicio.gif" height="30" border="0">';\r
+ $fila[] = '<img src="images/copete_flecha_azul.gif" height="30" border="0">';\r
+ switch($s)\r
+ {\r
+ case 'noticias': $fila[] = 'Enlaces útiles: <a href="http://www.mecon.gov.ar/" target="_blank"><span class="TextBlue">Ministerio \r
+ de Economía y Producción</span></a><span class="TextBlue"> - <a href="http://boletinoficial.mecon.ar/" target="_blank">Boletín \r
+ Oficial</a> - <a href="http://infoleg.mecon.gov.ar/" target="_blank">INFOLEG</a> \r
+ - <a href="http://cdi.mecon.gov.ar/" target="_blank">CDI</a></span>';\r
+ break;\r
+ case 'servicios': $fila[] = '<span class="titulo_uno">Servicios</span>';\r
+ break;\r
+ case 'sistemas': $fila[] = '<span class="titulo_uno">Sistemas</span>';\r
+ break;\r
+ }\r
+ $fila[] = '<img src="images/copete_fin.gif" height="30" border="0">';\r
+ $this->addRow($fila, array('class' => 'titulo_vinculos'));\r
+ }\r
+}\r
+?>\r
--- /dev/null
+BODY {\r
+ FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 10pt; TEXT-ALIGN: left\r
+; font-style: normal; line-height: 10pt; font-weight: normal\r
+}\r
+UL {\r
+ FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 10pt; font-style: normal; line-height: normal; font-weight: normal\r
+}\r
+P {\r
+ FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 10pt\r
+; font-style: normal; line-height: normal; font-weight: normal\r
+}\r
+.PagNegro {\r
+ COLOR: #000000; FONT-FAMILY: Verdana, Tahoma; FONT-SIZE: 8pt; TEXT-DECORATION: none\r
+}\r
+.PagRojo {\r
+ COLOR: #006699; FONT-FAMILY: Verdana, Tahoma; FONT-SIZE: 8pt; TEXT-DECORATION: none\r
+}\r
+.TextBlue {\r
+ COLOR: #003366; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 10pt; font-style: normal; line-height: normal; font-weight: normal\r
+}\r
+.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 }\r
+.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 }\r
+.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 }\r
+.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 }\r
+.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}\r
+.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}\r
+.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}\r
+.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 }\r
+.textoazul { COLOR: #003366; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 10pt; font-style: normal; line-height: normal; font-weight: normal }\r
+.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( )}\r
+.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 }\r
+.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 }\r
+.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)}\r
--- /dev/null
+<body bgcolor="#FFFFFF" class="subtitulo" link="#003366" vlink="#660066" alink="#0066FF" topmargin="0">
+<?
+ require_once '../local_lib/copete.php';
+ $c = new Copete('noticias');
+ echo $c->toHTML();
+?>
+<table width='760' border='0'>
+ <tr>
+ <td width='160' valign='top'>
+ <? include '../../../meconlib/tronco/test/prueba_arbol.php'?>
+ </td>
+ <td width='600'>
+ <? include 'noticias.htm'?>
+ </td>
+ </tr>
+</table>
+</body>
--- /dev/null
+<body bgcolor="#FFFFFF" class="subtitulo" link="#003366" vlink="#660066" alink="#0066FF" topmargin="0">
+<?
+ require_once '../local_lib/copete.php';
+ $c = new Copete('servicios');
+ echo $c->toHTML();
+?>
+</body>
--- /dev/null
+<body bgcolor="#FFFFFF" class="subtitulo" link="#003366" vlink="#660066" alink="#0066FF" topmargin="0">
+<?
+ require_once '../local_lib/copete.php';
+ $c = new Copete('sistemas');
+ echo $c->toHTML();
+?>
+</body>
--- /dev/null
+<?php
+// vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
+// +--------------------------------------------------------------------+
+// | Ministerio de Economía |
+// | Intranet |
+// +--------------------------------------------------------------------+
+// | This file is part of Intranet. |
+// | |
+// | 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. |
+// | |
+// | 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. |
+// | |
+// | You should have received a copy of the GNU General Public License |
+// | along with Hooks; if not, write to the Free Software Foundation, |
+// | Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
+// +--------------------------------------------------------------------+
+// | Creado: @@date |
+// | Autor: Gonzalo Merayo <gmeray@mecon.gov.ar> |
+// +--------------------------------------------------------------------+
+//
+// $Id: xmi2code.tpl.php 1 2003-06-20 22:27:47Z llucar $
+//