<?php include "../seguridadpadre.php"; include '../funciones.php'; include "../clases/datos.php"; $objDatos = new datos(); $rsTreeview = $objDatos->ObtenerMenuPadreSelAll(); $row_rsTreeview = $objDatos->PoblarMenuPadreSelAll($rsTreeview); $totalRows_rsTreeview = mysql_num_rows($rsTreeview); $rsPadre = $objDatos->ObtenerPadreFamiliaSelId2($_SESSION['MM_Username']); $row_Padre = $objDatos->PoblarPadreFamiliaSelId2($rsPadre); $rsHijo = $objDatos->ObtenerHijosDePadreSelAll($row_Padre['CodPadreFamilia'], $row_Padre['Tipo']); $row_Hijo = $objDatos->PoblarHijosDePadreSelAll($rsHijo); if (isset($_GET['Id'])) { $_SESSION['Hijo'] = $_GET['Id']; } ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <!-- TemplateBeginEditable name="doctitle" --> <title>Intranet del Padre de Familia</title> <link rel="StyleSheet" href="../treeview/dtree.css" type="text/css" /> <script type="text/javascript" src="../treeview/dtree.js"></script> <!-- TemplateEndEditable --> <!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable --> <link href="../stylepad.css" rel="stylesheet" type="text/css" /> <script type="text/JavaScript"> <!--
<?php include "../seguridadpadre.php"; include '../funciones.php'; include "../clases/datos.php"; $objDatos = new datos(); $rsTreeview = $objDatos->ObtenerMenuPadreSelAll(); $row_rsTreeview = $objDatos->PoblarMenuPadreSelAll($rsTreeview); $totalRows_rsTreeview = mysql_num_rows($rsTreeview); $rsPadre = $objDatos->ObtenerPadreFamiliaSelId2($_SESSION['MM_Username']); $row_Padre = $objDatos->PoblarPadreFamiliaSelId2($rsPadre); $rsHijo = $objDatos->ObtenerHijosDePadreSelAll($row_Padre['CodPadreFamilia'], $row_Padre['Tipo']); $row_Hijo = $objDatos->PoblarHijosDePadreSelAll($rsHijo); if (isset($_GET['Id'])) { $_SESSION['Hijo'] = $_GET['Id']; } $rsInfo = $objDatos->ObtenerInformacionDelPadreSelId($row_Padre['CodPadreFamilia']); $row_Info = $objDatos->PoblarInformacionDelPadreSelId($rsInfo); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/templatepad.dwt.php" codeOutsideHTMLIsLocked="false" --> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <!-- InstanceBeginEditable name="doctitle" --> <title>Intranet del Padre de Familia</title> <link rel="stylesheet" href="../treeview/dtree.css" type="text/css" /> <script type="text/javascript" src="../treeview/dtree.js"></script> <!-- InstanceEndEditable --> <!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable --> <link href="../stylepad.css" rel="stylesheet" type="text/css" />