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']; } $rsMatricula = $objDatos->ObtenerUltimaMatriculaSelId($_SESSION['Hijo']); $row_Matricula = $objDatos->PoblarUltimaMatriculaSelId($rsMatricula); $rsBimestre = $objDatos->ObtenerBimestreSelAll(); $row_Bimestre = $objDatos->PoblarBimestreSelAll($rsBimestre); $rsArea = $objDatos->ObtenerAreaPorAlumnoSelAll($_SESSION['Hijo'], $row_Matricula['CodAnio'], $row_Matricula['CodGrado'], $row_Matricula['CodSeccion']); $row_Area = $objDatos->PoblarAreaPorAlumnoSelAll($rsArea); ?> <!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> <script src="../js/jquery.js" type="text/javascript"></script> <!-- InstanceEndEditable --> <!-- InstanceBeginEditable name="head" -->