1 <body bgcolor="#FFFFFF" class="subtitulo" link="#003366" vlink="#660066" alink="#0066FF" topmargin="0">
3 require_once '../local_lib/copete.php';
4 $c = new Copete('noticias');
7 <table width='760' border='0'>
9 <td width='160' valign='top'>
11 require_once '../local_lib/intranetdb.php';
12 require_once 'MECON/HTML/Arbol/ArbolDB.php';
13 $db = IntranetDB::connect();
16 'tabla' => 'grupo_secciones',
19 'id_padre' => 'grupo_padre',
20 'prepend_link' => 'noticias.php?grupo=');
21 $arbol = new HTML_ArbolDB($dbdata, '/MECON/images/arbol_noticias.gif');
22 echo $arbol->toHTML();
27 require_once '../../lib/noticia.php';
28 require_once '../local_lib/HTML_Noticia.php';
30 $n = new noticia(1294);
31 $not = new HTML_Noticia($n);
33 $ht = new HTML_Table(array('width'=>'600', 'border'=>'0', 'cellspacing'=>'0'));
34 $ht->addRow(array($not, $not));
35 $ht->addRow(array($not, $not));
36 $ht->addRow(array($not, $not));