define("DINEL", "http://www.dinel.us.es/"); //----------------------- require('/www/DINEL/rutinas.php'); //----------------------- $id= $HTTP_GET_VARS['p']; $c= $HTTP_GET_VARS['c']; // c=4 si se llama desde la página de un grupo $d= $HTTP_GET_VARS['d']; //----------------------- $link= mysql_connect("localhost","dinel"); mysql_select_db("die",$link); $result = mysql_query("SELECT nb FROM personal WHERE (id = ".$id.")", $link); if ($result) { $strNombre=mysql_result($result,0,0); mysql_free_result($result); } mysql_close($link); //----------------------- require('/www/DINEL/Smarty.class.php'); $smarty=new Smarty; require('/www/DINEL/menu.php'); $smarty->assign("menu_DirRaiz", DINEL); $smarty->assign("menu_Fondo","fondo.jpg"); $smarty->assign("menu_Persona",$strNombre); $ficheroRetorno= DINEL."02_componentes_1alf.php"; if ($c == 1 && d==0) $ficheroRetorno= DINEL."02_componentes.php"; if ($c == 4) { if ($d==0) $ficheroRetorno=DINEL."gte/gte_2comp.php"; else $ficheroRetorno=DINEL."gie/gie_2comp.php"; } $smarty->assign("menu_FicheroRetorno",$ficheroRetorno."?c=".$c."&d=".$d."&p=".$id); $smarty->display('menuPrivado.tpl'); //echo $strNombre; ?>
1. Enlace a la página class='enlace'> Fichero 'rafa_1.php'