eaiovnaovbqoebvqoeavibavo Image('assets/img/resumen inscripcion.jpg','0','0','216','280','JPG'); //datos del alumno $this->SetFont('Arial','',15); $this->SetTextColor(20); $this->setXY(90,68); $this->SetFont('Arial','B',12);$this->Cell(40,10,"DATOS ALUMNO"); $this->Ln(); $this->SetFont('Arial','B',12);$this->Cell(16,6,"Carnet: ");$this->SetFont('Arial','',12);;$this->Cell(40,6,$datosAlumno[0]['carnet']);$this->Ln(); $this->SetFont('Arial','B',12);$this->Cell(22,6,"Nombres: ");$this->SetFont('Arial','',12);;$this->Cell(40,6,utf8_decode($datosAlumno[0]['nombres']));$this->Ln(); $this->SetFont('Arial','B',12);$this->Cell(22,6,"Apellidos: ");$this->SetFont('Arial','',12);;$this->Cell(40,6,utf8_decode($datosAlumno[0]['apellidos']));$this->Ln(); $this->SetFont('Arial','B',12);$this->Cell(40,6,"Fecha Nacimiento: ");$this->SetFont('Arial','',12);;$this->Cell(40,6,$datosAlumno[0]['fecha_nac']);$this->Ln(); $this->SetFont('Arial','B',12);$this->Cell(18,6,utf8_decode("Género:"));$this->SetFont('Arial','',12);;$this->Cell(40,6,$datosAlumno[0]['genero']);$this->Ln(); $this->SetFont('Arial','B',12);$this->Cell(12,6,"Plan: ");$this->SetFont('Arial','',12);;$this->Cell(40,6,$datosAlumno[0]['plan']);$this->Ln(); $this->SetFont('Arial','B',12);$this->Cell(33,6,"Correo alumno: ");$this->SetFont('Arial','',12);;$this->Cell(40,6,$datosAlumno[0]['correo_alumno']);$this->Ln(); $this->SetFont('Arial','B',12);$this->Cell(43,6,"Correo institucional: ");$this->SetFont('Arial','',12);;$this->Cell(40,6,$datosAlumno[0]['gsuite']);$this->Ln(); $this->SetFont('Arial','B',12);$this->Cell(16,6,"Grado: ");$this->SetFont('Arial','',12);;$this->Cell(40,6,utf8_decode($datosAlumno[0]['nombre']));$this->Ln(); $this->Ln(); $cant_padres=sizeof($datosPadres); if($cant_padres<2){ $telefonos=""; $correos=""; $consultas=new Encargados2(); $datosTelefonos=$consultas->buscarTelefonos($datosPadres[0]['id_encargado']); foreach($datosTelefonos as $filaT){ $telefonos.=$filaT['telefono']." / "; } $datosCorreos=$consultas->buscarCorreos($datosPadres[0]['id_encargado']); foreach($datosCorreos as $filaC){ $correos.=$filaC['correo']." / "; } $this->setX(90); $this->SetFont('Arial','B',12);$this->Cell(40,10,"DATOS ENCARGADO");$this->Ln(); $this->SetFont('Arial','B',12);$this->Cell(20,6,"Nombre: ");$this->SetFont('Arial','',12);;$this->Cell(40,6,utf8_decode($datosPadres[0]['nombre_completo']));$this->Ln(); $this->SetFont('Arial','B',12);$this->Cell(23,6,utf8_decode("Dirección: "));$this->SetFont('Arial','',12);;$this->Cell(40,6,utf8_decode($datosPadres[0]['direccion']));$this->Ln(); $this->SetFont('Arial','B',12);$this->Cell(25,6,"Parentesco: ");$this->SetFont('Arial','',12);;$this->Cell(40,6,utf8_decode($datosPadres[0]['parentesco'])); $this->Ln(); $this->SetFont('Arial','B',12);$this->Cell(25,6,"Telefono(s): ");$this->SetFont('Arial','',12);;$this->Cell(40,6,$telefonos);$this->Ln(); $this->SetFont('Arial','B',12);$this->Cell(22,6,"Correo(s): ");$this->SetFont('Arial','',12);;$this->Cell(40,6,$correos);$this->Ln(); }else{ $telefonos=""; $correos=""; $consultas=new Encargados2(); $datosTelefonos=$consultas->buscarTelefonos($datosPadres[0]['id_encargado']); foreach($datosTelefonos as $filaT){ $telefonos.=$filaT['telefono']." / "; } $datosCorreos=$consultas->buscarCorreos($datosPadres[0]['id_encargado']); foreach($datosCorreos as $filaC){ $correos.=$filaC['correo']." / "; } $telefonos2=""; $correos2=""; $consultas=new Encargados2(); $datosTelefonos2=$consultas->buscarTelefonos($datosPadres[1]['id_encargado']); foreach($datosTelefonos2 as $filaT){ $telefonos2.=$filaT['telefono']." / "; } $datosCorreos2=$consultas->buscarCorreos($datosPadres[1]['id_encargado']); foreach($datosCorreos2 as $filaC){ $correos2.=$filaC['correo']." / "; } $this->setX(35); $this->SetFont('Arial','B',12);$this->Cell(40,10,"DATOS ENCARGADO 1"); $this->setX(125);$this->SetFont('Arial','B',12); $this->Cell(40,10,"DATOS ENCARGADO 2"); $this->Ln(); $this->SetFont('Arial','B',12);$this->Cell(20,6,"Nombre: ");$this->SetFont('Arial','',12);;$this->Cell(40,6,utf8_decode($datosPadres[0]['nombre_completo'])); $this->setX(110);$this->SetFont('Arial','B',12); $this->Cell(20,6,"Nombre: "); $this->SetFont('Arial','',12);;$this->Cell(40,6,utf8_decode($datosPadres[1]['nombre_completo']));$this->Ln(); $this->SetFont('Arial','B',12);$this->Cell(23,6,utf8_decode("Dirección: "));$this->SetFont('Arial','',12);;$this->Cell(40,6,substr(utf8_decode($datosPadres[0]['direccion']),0,35)); $this->setX(110);$this->SetFont('Arial','B',12); $this->Cell(23,6,utf8_decode("Dirección: ")); ;$this->SetFont('Arial','',12);;$this->Cell(40,6,substr(utf8_decode($datosPadres[1]['direccion']),0,35));$this->Ln(); $this->SetFont('Arial','B',12);$this->Cell(25,6,"Parentesco: ");$this->SetFont('Arial','',12);;$this->Cell(40,6,"Padre"); $this->setX(110);$this->SetFont('Arial','B',12); $this->Cell(25,6,"Parentesco: "); $this->SetFont('Arial','',12);;$this->Cell(40,6,"Padre");$this->Ln(); $this->SetFont('Arial','B',12);$this->Cell(25,6,"Telefono(s): ");$this->SetFont('Arial','',12);;$this->Cell(40,6,substr($telefonos,0,35)); $this->setX(110);$this->SetFont('Arial','B',12); $this->Cell(25,6,"Telefono(s): "); $this->SetFont('Arial','',12);;$this->Cell(40,6,substr($telefonos2,0,35));$this->Ln(); $this->SetFont('Arial','B',12);$this->Cell(22,6,"Correo(s): ");$this->SetFont('Arial','',12);;$this->Cell(40,6,substr($correos,0,35)); $this->setX(110);$this->SetFont('Arial','B',12); $this->Cell(22,6,"Correo(s): ");$this->SetFont('Arial','',12);;$this->Cell(40,6,substr($correos2,0,35)); $this->Ln(); } $this->Ln(); $this->setX(80); $this->SetFont('Arial','B',12);$this->Cell(40,10,"DATOS PORTAL ESTUDIANTE");$this->Ln(); $this->SetFont('Arial','B',12);$this->Cell(18,6,"Usuario: ");$this->SetFont('Arial','',12);;$this->Cell(40,6,$datosAlumno[0]['gsuite']);$this->Ln(); $this->SetFont('Arial','B',12);$this->Cell(25,6,utf8_decode("Contraseña: "));$this->SetFont('Arial','',12);$this->Cell(40,6,$datosAlumno[0]['carnet'].$datosAlumno[0]['carnet']);$this->Ln(); $this->Ln(); $this->SetFont('Arial','B',12); $this->Cell(25,6,utf8_decode("NOTA: Para poder activar el correo institucional:"));$this->Ln(); $this->SetTextColor(3, 9, 168);$this->SetFont('Arial','U',12);$this->Cell(25,6,utf8_decode("https://www.youtube.com/watch?v=GtkgYjl5E5g"));$this->Ln(); $this->SetTextColor(0, 0, 0);$this->SetFont('Arial','B',12);$this->Cell(25,6,utf8_decode("Portal para ver notas:"));$this->Ln(); $this->SetTextColor(3, 9, 168);$this->SetFont('Arial','U',12);$this->Cell(25,6,utf8_decode("https://youtu.be/X3ZUx7MaXhA"));$this->Ln(); $this->SetFont('Arial','',12); } } ?>