示例#1
0
 function BasicTable($header, $data)
 {
     $loFuncion = new clsFunciones();
     $estadoIMG = "img/info_verifique.png";
     $w = array(20, 35, 35, 35, 35, 25);
     $this->SetFont('Arial', 'B', 14);
     for ($i = 0; $i < count($header); $i++) {
         $this->Cell($w[$i], 7, $header[$i], 1, 0, 'C');
     }
     $this->ln();
     for ($z = 0; $z < count($data); $z++) {
         $x = $z;
         $lsEstadoBauti = $data[$z]['Estatus'];
         $BienPueda = "0";
         if ($lsEstadoBauti == $_POST["option0"] && $_POST["option0"] != "") {
             $BienPueda = "1";
         }
         if ($lsEstadoBauti == $_POST["option1"] && $_POST["option1"] != "") {
             $BienPueda = "1";
         }
         if ($_POST["option0"] == "" && $_POST["option1"] == "") {
             $_POST["option0"] = "0";
             $_POST["option1"] = "1";
             $BienPueda = "1";
         }
         if ($BienPueda == "1") {
             switch ($lsEstadoBauti) {
                 case "0":
                     $estadoIMG = "img/info_nobautizado.png";
                     break;
                 case "1":
                     $estadoIMG = "img/info_bautizado.png";
                     break;
             }
             $this->SetFont('Arial', '', 8);
             $this->Cell($w[0], 7, $this->CompletaCaracteres($data[$z]['ReferenciaInfante']), 1, 0, 'C');
             $this->Cell($w[1], 7, $loFuncion->fDameFechaEscrita(substr($data[$z]['FechaBautizo'], 0, 10)), 1, 0, 'C');
             $this->Cell($w[3], 7, $this->CompletaCaracteres($data[$z]['NombresBau'] . " " . $data[$z]['ApellidosBau']), 1, 0, 'C');
             $this->Cell($w[4], 7, $this->CompletaCaracteres($data[$z]['SexoBauDescrip']), 1, 0, 'C');
             $this->Cell($w[2], 7, $this->CompletaCaracteres($data[$z]['NombreFullRepre']), 1, 0, 'C');
             $da = $this->getY();
             $this->Cell($w[5], 7, $this->Image($estadoIMG, 171.3, $da + 0.6, 0, 0, '', '../bautismo.php?bautiRef=' . $data[$z]['ReferenciaInfante']), 1, 0, 'C');
             $this->Ln(7);
         }
     }
     $this->Ln(10);
     $this->SetFont('Arial', 'I', 8);
     $this->setX(20);
     $this->Cell(40, 10, 'Usuario: ' . $_SESSION["nombreUsuario"] . " (" . $_SESSION["rolNombre"] . ")", 0, 0, 'L');
 }
示例#2
0
 function Header()
 {
     $loFuncion = new clsFunciones();
     // Logo
     $this->Image('../../logos/encabezado.png', 5, 5, 200);
     // Arial bold 15
     $this->Ln(35);
     $this->SetFont('Arial', 'B', 15);
     // Movernos a la derecha
     $this->Cell(80);
     // Título
     $this->Cell(30, 10, 'Listado de usuarios', 0, 0, 'C');
     // Salto de línea
     $this->Ln(10);
     $this->SetFont('Arial', 'I', 8);
     $this->setX(20);
     $this->Cell(40, 10, 'Fecha: ' . $loFuncion->fDameFechaEscrita(date("Y-m-d")) . " " . $loFuncion->fDameHoraEstandar(substr(date("d-m-Y H:i:s"), 11, 8)), 0, 0, 'R');
     // Salto de línea
     $this->Ln(15);
 }
示例#3
0
 function BasicTable($header, $data)
 {
     $loFuncion = new clsFunciones();
     $estadoIMG = "img/info_verifique.png";
     $w = array(6, 25, 35, 14, 30, 25, 22, 28, 10);
     $this->SetFont('Arial', 'B', 14);
     for ($i = 0; $i < count($header); $i++) {
         $this->Cell($w[$i], 7, $header[$i], 1, 0, 'C');
     }
     $this->ln();
     for ($z = 0; $z < count($data); $z++) {
         $x = $z;
         $lsEstadoAgenda = $data[$z]['Agenda_Estatus'];
         $BienPueda = "0";
         if ($lsEstadoAgenda == $_POST["option0"] && $_POST["option0"] != "") {
             $BienPueda = "1";
         }
         if ($lsEstadoAgenda == $_POST["option1"] && $_POST["option1"] != "") {
             $BienPueda = "1";
         }
         if ($_POST["option0"] == "" && $_POST["option1"] == "") {
             $_POST["option0"] = "0";
             $_POST["option1"] = "1";
             $BienPueda = "1";
         }
         if ($BienPueda == "1") {
             switch ($lsEstadoAgenda) {
                 case "0":
                     $estadoIMG = "img/info_Desactivado.png";
                     break;
                 case "1":
                     $estadoIMG = "img/info_Activo.png";
                     break;
             }
             $this->SetFont('Arial', '', 8);
             $this->Cell($w[0], 7, $this->CompletaCaracteres($data[$z]['codigoAgenda'], 17), 1, 0, 'C');
             $this->Cell($w[1], 7, $this->CompletaCaracteres($data[$z]['Actividad_Nombre'], 15), 1, 0, 'C');
             $this->Cell($w[2], 7, $loFuncion->fDameFechaEscrita(substr($data[$z]['fecha_actividad'], 0, 10)), 1, 0, 'C');
             $this->Cell($w[3], 7, $this->CompletaCaracteres($data[$z]['HoraExacta'], 17), 1, 0, 'C');
             $this->Cell($w[4], 7, $this->CompletaCaracteres($data[$z]['lugar'], 17), 1, 0, 'C');
             $this->Cell($w[5], 7, $this->CompletaCaracteres($data[$z]['TipoAct_Nombre'], 13), 1, 0, 'C');
             $this->Cell($w[6], 7, $this->CompletaCaracteres($data[$z]['Pastoral_Nombre'], 12), 1, 0, 'C');
             $this->Cell($w[7], 7, $this->CompletaCaracteres($data[$z]['Grupo_Nombre'], 17), 1, 0, 'C');
             $da = $this->getY();
             $this->Cell($w[8], 7, $this->Image($estadoIMG, 195.3, $da + 0.6, 0, 0, '', '../gestAgendaDiocesana.php?CalendarioA=' . $data[$z]['Calendario_Anno'] . '&CalendarioM=' . $data[$z]['Calendario_Mes']), 1, 0, 'C');
             $this->Ln(7);
         }
     }
     $this->Ln(10);
     $this->SetFont('Arial', 'I', 8);
     $this->setX(20);
     $this->Cell(40, 10, 'Usuario: ' . $_SESSION["nombreUsuario"] . " (" . $_SESSION["rolNombre"] . ")", 0, 0, 'L');
 }
示例#4
0
<?php

session_start();
if (!array_key_exists("usuario", $_SESSION)) {
    header("location: visSalir.php");
}
require_once "menu_principal.php";
require_once "encabezado.php";
require_once "../clases/clsFuncionesGlobales.php";
$loFuncion = new clsFunciones();
echo utf8_Decode('

<!DOCTYPE html>
<html lang="es">
  <head>
		<title>' . $_SESSION['title'] . ' - Configuración</title>
		');
print encabezado_menu("../");
echo utf8_Decode('
		</head>
		<body onload="fpInicio();">
		<div class="mygrid-wrapper-div">
	<div class="container pre-scrollable" style="margin-top:5px; min-height: 530px; background: #FFFFFF; -webkit-box-shadow: 2px 0px 10px 2px #999; -moz-box-shadow: 2px 0px 10px 2px #999; box-shadow: 2px 0px 10px 2px #999;">


		');
encab("../");
menu_general("");
echo utf8_Decode('
	
	<form name="fr_configuracion" id="fr_configuracion" action="../cntller/cn_confCombos.php" method="post">
示例#5
0
 function BasicTable($header, $data)
 {
     $loFuncion = new clsFunciones();
     $estadoIMG = "img/info_verifique.png";
     $w = array(20, 35, 35, 35, 35, 25);
     $this->SetFont('Arial', 'B', 14);
     for ($i = 0; $i < count($header); $i++) {
         $this->Cell($w[$i], 7, $header[$i], 1, 0, 'C');
     }
     $this->ln();
     for ($z = 0; $z < count($data); $z++) {
         $x = $z;
         $lsEstadoMatri = $data[$z]['EstadoMatrimonio'];
         $BienPueda = "0";
         if ($lsEstadoMatri == $_POST["option0"] && $_POST["option0"] != "") {
             $BienPueda = "1";
         }
         if ($lsEstadoMatri == $_POST["option1"] && $_POST["option1"] != "") {
             $BienPueda = "1";
         }
         if ($lsEstadoMatri == $_POST["option2"] && $_POST["option2"] != "") {
             $BienPueda = "1";
         }
         if ($lsEstadoMatri == $_POST["option3"] && $_POST["option3"] != "") {
             $BienPueda = "1";
         }
         if ($_POST["option0"] == "" && $_POST["option1"] == "" && $_POST["option2"] == "" && $_POST["option3"] == "") {
             $_POST["option0"] = "0";
             $_POST["option1"] = "1";
             $_POST["option2"] = "2";
             $_POST["option3"] = "3";
             $BienPueda = "1";
         }
         if ($data[$z]['FechaMatrimonio'] >= $_POST["f_Inicio"] && $data[$z]['FechaMatrimonio'] <= $_POST["f_Fin"] && $BienPueda == "1") {
             switch ($lsEstadoMatri) {
                 case "0":
                     $estadoIMG = "img/info_pendiente.png";
                     break;
                 case "1":
                     $estadoIMG = "img/info_casados.png";
                     break;
                 case "2":
                     $estadoIMG = "img/info_suspendido.png";
                     break;
                 case "3":
                     $estadoIMG = "img/info_anulado.png";
                     break;
             }
             $this->SetFont('Arial', '', 8);
             $this->Cell($w[0], 7, $this->CompletaCaracteres($data[$z]['ReferenciaMatrimonio']), 1, 0, 'C');
             $this->Cell($w[1], 7, $loFuncion->fDameFechaEscrita(substr($data[$z]['FechaMatrimonio'], 0, 10)), 1, 0, 'C');
             $this->Cell($w[2], 7, $this->CompletaCaracteres($data[$z]['Nombnovia'] . " " . $data[$z]['Apellnovia']), 1, 0, 'C');
             $this->Cell($w[3], 7, $this->CompletaCaracteres($data[$z]['Nombnovio'] . " " . $data[$z]['Apellnovio']), 1, 0, 'C');
             $this->Cell($w[4], 7, $this->CompletaCaracteres($data[$z]['Motivo']), 1, 0, 'C');
             $da = $this->getY();
             $this->Cell($w[5], 7, $this->Image($estadoIMG, 171.3, $da + 0.6, 0, 0, '', '../matrimonio.php?matriRef=' . $data[$z]['ReferenciaMatrimonio']), 1, 0, 'C');
             $this->Ln(7);
         }
     }
     $this->Ln(10);
     $this->SetFont('Arial', 'I', 8);
     $this->setX(20);
     $this->Cell(40, 10, 'Usuario: ' . $_SESSION["nombreUsuario"] . " (" . $_SESSION["rolNombre"] . ")", 0, 0, 'L');
 }
<?php

session_start();
if (!array_key_exists("usuario", $_SESSION)) {
    header("location: visSalir.php");
}
require_once "menu_principal.php";
require_once "encabezado.php";
require_once "../clases/clsFuncionesGlobales.php";
$loFuncion = new clsFunciones();
$objetivo = $loFuncion->fTipoPersona($lsObj);
$lsOperacion = $_GET["lsOperacion"];
$lsHacer = $_GET["lsHacer"];
$liHay = $_GET["liHay"];
$lsCedulaRepre = $_GET["lsCedula"];
$lsNombre = $_GET["lsNombre"];
$lsApellido = $_GET["lsApellido"];
$lsSexo = $_GET["lsSexo"];
${$lsSexo . "ada"} = "selected";
$lsFechaNaci = $_GET["lsFechaNaci"];
$lsDireccion = $_GET["lsDireccion"];
$lsTelefono = $_GET["lsTelefono"];
$lsFechaRegistro = $_GET["lsFechaRegistro"];
$selectGradoEstudio = $_GET["cmb_gradoEstu"];
$selectTallaFrane = $_GET["cmb_tallaFrane"];
echo utf8_Decode('
<!DOCTYPE html>
<html lang="es">
  <head>
		<title>' . $_SESSION['title'] . ' - Lista de Actividades Parroquiales</title>
示例#7
0
文件: index.php 项目: rhodwulf64/igle
<?php

session_start();
require_once "vis/menu_principal.php";
require_once "vis/encabezado.php";
require_once "clases/claAgendaCitas.php";
require_once "clases/clsFuncionesGlobales.php";
$loFuncion = new clsFunciones();
$loCitas = new claAgendaCitas();
$lsOperacion = $_GET["lsOperacion"];
$lsHacer = $_GET["lsHacer"];
$liHay = $_GET["liHay"];
$inicia = "";
$titulo = '<center>¿Quienes Somos?</center>';
$texto = 'Nuestro Salvador, en la última Cena, la noche en que fue entregado, instituyó el Sacrificio Eucarístico de su cuerpo y su sangre para perpetuar por los siglos, hasta su vuelta, el sacrificio de la cruz y confiar así a su Esposa amada, la Iglesia, el memorial de su muerte y resurrección, sacramento de piedad, signo de unidad, vínculo de amor, banquete pascual en el que se recibe a Cristo, el alma se llena de gracia y se nos da una prenda de la gloria futura.</p>';
if ($_GET["Tag"] == "mv") {
    $inicia = "fpmuestravision();";
}
echo utf8_Decode('

<!DOCTYPE html>
<html lang="es">
  <head>
<title>' . $_SESSION["title"] . ' - Bienvenidos</title>

<style>

		div[Pie] img{
			width: 105.5px;
			height: 80px;
			margin: 5px 0px;
示例#8
0
<?php

session_start();
if (!array_key_exists("usuario", $_SESSION)) {
    header("location: visSalir.php");
}
require_once "menu_principal.php";
require_once "encabezado.php";
require_once "../clases/clsFuncionesGlobales.php";
$loFuncion = new clsFunciones();
echo utf8_Decode('

<!DOCTYPE html>
<html lang="es">
  <head>
		<title>' . $_SESSION['title'] . ' - Configuración</title>
		');
print encabezado_menu("../");
echo utf8_Decode('
		</head>
		<body onload="fpInicio();">
		<div class="mygrid-wrapper-div">
	<div class="container pre-scrollable" style="margin-top:5px; min-height: 530px; background: #FFFFFF; -webkit-box-shadow: 2px 0px 10px 2px #999; -moz-box-shadow: 2px 0px 10px 2px #999; box-shadow: 2px 0px 10px 2px #999;">


		');
encab("../");
menu_general("");
echo utf8_Decode('
	
	<form name="fr_configuracion" id="fr_configuracion" action="../cntller/cn_confCombos.php" method="post">
示例#9
0
<?php

session_start();
if (!array_key_exists("usuario", $_SESSION)) {
    header("location: visSalir.php");
}
require_once "menu_principal.php";
require_once "encabezado.php";
require_once "../clases/clsFuncionesGlobales.php";
$loFuncion = new clsFunciones();
$acciona = $_GET["key"];
$lsObj = 4;
$objetivo = "El Feligrés";
$lsOperacion = $_GET["lsOperacion"];
$lsHacer = $_GET["lsHacer"];
$liHay = $_GET["liHay"];
$CeduImportada = $_GET["Cedu"];
$FunIncio = "fpInicio();";
if ($CeduImportada != "") {
    if ($acciona == "") {
        $FunIncio = "fpPredeterminado();";
    } else {
        $FunIncio = "fpBusquedaForanea();";
    }
}
echo utf8_Decode('
<!DOCTYPE html>
<html lang="es">
  <head>
		<title>' . $_SESSION['title'] . ' - Registro de ' . $objetivo . '</title>
示例#10
0
 function BasicTable($header, $Bauti, $poPadrinos)
 {
     $poPadrinos->fpSetEventoPadrino("B");
     $poPadrinos->fpSetIDcumatba($Bauti->asIDbautizo);
     $laMatrizPadri = $poPadrinos->faListarPadrinosReales();
     $this->SetTextColor(111, 0, 36);
     $loFuncion = new clsFunciones();
     $this->Image('img/fondobautizo.png', 0, 0, 210, 295, 'PNG');
     $estadoIMG = "img/info_verifique.png";
     $this->SetFont('Arial', 'B', 8);
     // Movernos a la derecha
     $this->Cell(55);
     // Título
     $this->Cell(10, 48, utf8_decode('El Presbítero: ______________________________________________'), 0, 0, 'L');
     $this->ln();
     $this->Cell(55);
     $this->Cell(10, 5, utf8_decode('Que según consta del acta reseñada al margen, correspondiente al Libro de Bautismo,'), 0, 0, 'L');
     $this->ln();
     $this->Cell(55);
     $this->Cell(10, 5, utf8_decode('se encuentra en la partida de: ________________________________________________'), 0, 0, 'L');
     $this->ln();
     $this->Cell(55);
     $this->Cell(10, 5, utf8_decode('Nació el día: _______________________________________________________________'), 0, 0, 'L');
     $this->ln();
     $this->Cell(55);
     $this->Cell(10, 5, utf8_decode('En: ______________________________ Estado: _________________________________'), 0, 0, 'L');
     $this->ln();
     $this->Cell(55);
     $this->Cell(10, 5, utf8_decode('Fue Bautizado(a) el día: _____________________________________________________'), 0, 0, 'L');
     $this->ln();
     $this->Cell(55);
     $this->Cell(10, 5, utf8_decode('Padres:      ________________________________________________________________'), 0, 0, 'L');
     $this->ln();
     $this->Cell(55);
     $this->Cell(10, 5, utf8_decode('                   ________________________________________________________________'), 0, 0, 'L');
     $this->ln();
     $this->Cell(55);
     $this->Cell(10, 5, utf8_decode('Padrinos:   ________________________________________________________________'), 0, 0, 'L');
     $this->ln();
     $this->Cell(55);
     $this->Cell(10, 5, utf8_decode('                    _______________________________________________________________'), 0, 0, 'L');
     $this->ln();
     $this->Cell(55);
     $this->Cell(10, 5, utf8_decode('Ministro:    ________________________________________________________________'), 0, 0, 'L');
     $this->ln();
     $this->ln();
     $this->Cell(55);
     $this->Cell(10, 5, utf8_decode('Se expide el presente Certificado para fines: ____________________________________'), 0, 0, 'L');
     $this->ln();
     $this->ln();
     $this->ln();
     $this->ln();
     $this->ln();
     $this->ln();
     $this->Cell(110);
     $this->Cell(10, 5, utf8_decode('Acarigua: ' . $loFuncion->fDameFechaEscrita(date("Y-m-d")) . " " . $loFuncion->fDameHoraEstandar(substr(date("d-m-Y H:i:s"), 11, 8))), 0, 0, 'L');
     $this->ln();
     $this->ln();
     $this->ln();
     $this->ln();
     $this->ln();
     $this->ln();
     $this->ln();
     $this->ln();
     $this->ln();
     $this->Cell(90);
     $this->Cell(10, 5, utf8_decode('Doy Fe                            _____________________________'), 0, 0, 'L');
     $this->ln();
     $this->Cell(135);
     $this->Cell(10, 5, utf8_decode('EL PÁRROCO'), 0, 0, 'L');
     $this->SetY(95);
     $this->Cell(15);
     $this->Cell(10, 5, utf8_decode('Libro: _________________'), 0, 0, 'L');
     $this->ln();
     $this->Cell(15);
     $this->Cell(10, 5, utf8_decode('Folio: _________________'), 0, 0, 'L');
     $this->ln();
     $this->Cell(15);
     $this->Cell(10, 5, utf8_decode('Número: ______________'), 0, 0, 'L');
     $this->SetFont('Arial', 'B', 12);
     $this->ln();
     $this->Cell(15);
     $this->Cell(10, 5, utf8_decode('NOTA MARGINAL'), 0, 0, 'L');
     $this->SetFont('Arial', 'B', 8);
     $this->ln();
     $this->Cell(15);
     $this->Cell(10, 5, utf8_decode('_____________________'), 0, 0, 'L');
     $this->ln();
     $this->Cell(15);
     $this->Cell(10, 5, utf8_decode('_____________________'), 0, 0, 'L');
     $this->ln();
     $this->Cell(15);
     $this->Cell(10, 5, utf8_decode('_____________________'), 0, 0, 'L');
     $this->ln();
     $this->Cell(15);
     $this->Cell(10, 5, utf8_decode('_____________________'), 0, 0, 'L');
     $this->ln();
     $this->Cell(15);
     $this->Cell(10, 5, utf8_decode('_____________________'), 0, 0, 'L');
     $this->ln();
     $this->Cell(15);
     $this->Cell(10, 5, utf8_decode('_____________________'), 0, 0, 'L');
     $this->ln();
     $this->Cell(15);
     $this->Cell(10, 5, utf8_decode('_____________________'), 0, 0, 'L');
     $this->ln();
     $this->Cell(15);
     $this->Cell(10, 5, utf8_decode('_____________________'), 0, 0, 'L');
     $this->ln();
     $this->Cell(15);
     $this->Cell(10, 5, utf8_decode('_____________________'), 0, 0, 'L');
     $this->ln();
     $this->ln();
     $this->Cell(15);
     $this->Cell(10, 5, utf8_decode('Registro Civil'), 0, 0, 'L');
     $this->ln();
     $this->Cell(15);
     $this->Cell(10, 5, utf8_decode('Prefectura de:'), 0, 0, 'L');
     $this->ln();
     $this->Cell(15);
     $this->Cell(10, 5, utf8_decode('_____________________'), 0, 0, 'L');
     $this->ln();
     $this->Cell(15);
     $this->Cell(10, 5, utf8_decode('_____________________'), 0, 0, 'L');
     $this->ln();
     $this->Cell(15);
     $this->Cell(10, 5, utf8_decode('Presentado(a)'), 0, 0, 'L');
     $this->ln();
     $this->Cell(15);
     $this->Cell(10, 5, utf8_decode('El'), 0, 0, 'L');
     $this->ln();
     $this->Cell(15);
     $this->Cell(10, 5, utf8_decode('_____________________'), 0, 0, 'L');
     $this->ln();
     $this->Cell(15);
     $this->Cell(10, 5, utf8_decode('Bajo el Número'), 0, 0, 'L');
     $this->ln();
     $this->Cell(15);
     $this->Cell(10, 5, utf8_decode('_____________________'), 0, 0, 'L');
     $this->ln();
     $this->ln();
     $this->SetFont('Arial', 'B', 9);
     $this->Cell(15);
     $this->Cell(10, 5, utf8_decode('SELLO'), 0, 0, 'L');
     $this->ln();
     $this->SetY(69);
     $this->SetTextColor(0, 0, 0);
     $this->SetFont('Arial', 'B', 9);
     $this->Cell(80);
     $this->Cell(10, 48, utf8_decode($this->CompletaCaracteres($Bauti->asNombreSacer, 40)), 0, 0, 'L');
     $this->ln();
     $this->SetY(122);
     $this->Cell(100);
     $this->Cell(10, 5, utf8_decode($this->CompletaCaracteres($Bauti->asNombresBau . ' ' . $Bauti->asApellidosBau, 30)), 0, 0, 'L');
     $this->ln();
     $this->Cell(80);
     $this->Cell(10, 5, utf8_decode($loFuncion->fDameFechaEscrita($Bauti->asFechaNacimiento)), 0, 0, 'L');
     $this->ln();
     $this->Cell(65);
     $this->Cell(10, 5, utf8_decode($Bauti->asNombCiudad), 0, 0, 'L');
     $this->Cell(50);
     $this->Cell(10, 5, utf8_decode($Bauti->asNombEstado), 0, 0, 'L');
     $this->ln();
     $this->Cell(95);
     $this->Cell(10, 5, utf8_decode($loFuncion->fDameFechaEscrita(substr($Bauti->asFechaBautizo, 0, 10)) . ", a las " . $loFuncion->fDameHoraEstandar(substr($Bauti->asFechaBautizo, 11, 8))), 0, 0, 'L');
     $this->ln();
     $this->Cell(75);
     $this->Cell(10, 5, utf8_decode($this->CompletaCaracteres($Bauti->asNombMama . ' ' . $Bauti->asApellMama, 40)), 0, 0, 'L');
     $this->ln();
     $this->Cell(75);
     $this->Cell(10, 5, utf8_decode($this->CompletaCaracteres($Bauti->asNombPapa . ' ' . $Bauti->asApellPapa, 40)), 0, 0, 'L');
     $this->ln();
     $this->Cell(75);
     $this->Cell(10, 5, utf8_decode($this->CompletaCaracteres($laMatrizPadri[0]["Nombres"] . ' ' . $laMatrizPadri[0]["Apellidos"], 40)), 0, 0, 'L');
     $this->ln();
     $this->Cell(75);
     $this->Cell(10, 5, utf8_decode($this->CompletaCaracteres($laMatrizPadri[1]["Nombres"] . ' ' . $laMatrizPadri[1]["Apellidos"], 40)), 0, 0, 'L');
     $this->ln();
     $this->Cell(75);
     $this->Cell(10, 5, utf8_decode($this->CompletaCaracteres($Bauti->asNombreMinistro, 40)), 0, 0, 'L');
     $this->ln();
     $this->ln();
     $this->Cell(120);
     $this->Cell(10, 5, utf8_decode($this->CompletaCaracteres($_GET["FinesCertificado"], 27)), 0, 0, 'L');
     $this->ln();
     $this->SetY(94);
     $this->Cell(25);
     $this->Cell(10, 5, utf8_decode($this->CompletaCaracteres($Bauti->asLibro_registro, 14)), 0, 0, 'L');
     $this->ln();
     $this->Cell(25);
     $this->Cell(10, 5, utf8_decode($this->CompletaCaracteres($Bauti->asFolio_registro, 14)), 0, 0, 'L');
     $this->ln();
     $this->Cell(28);
     $this->Cell(10, 5, utf8_decode($this->CompletaCaracteres($Bauti->asNumero_registro, 12)), 0, 0, 'L');
     $this->ln();
     $this->ln();
     $this->Cell(15);
     $this->MultiCell(38, 5, utf8_decode($this->CompletaCaracteres($Bauti->asNotaMarginal, 135)), 0, 'L');
     $this->SetY(174);
     $this->Cell(15);
     $this->MultiCell(37, 5, utf8_decode($this->CompletaCaracteres($Bauti->asPrefectuDe, 30)), 0, 'L');
     $this->SetY(194);
     $this->Cell(15);
     $this->Cell(10, 5, utf8_decode($loFuncion->fDameFechaEscrita($Bauti->asPresentadoEl)), 0, 0, 'L');
     $this->SetY(204);
     $this->Cell(15);
     $this->Cell(10, 5, utf8_decode($this->CompletaCaracteres($Bauti->asNumPartidaNac, 19)), 0, 0, 'L');
     $this->ln();
 }
示例#11
0
<?php

session_start();
if (!array_key_exists("usuario", $_SESSION)) {
    header("location: visSalir.php");
}
require_once "../clases/claPastoralFeligres.php";
require_once "../clases/claPersonas.php";
require_once "../clases/clsFuncionesGlobales.php";
$loPastoralFeligres = new claPastoralFeligres();
$loPersonas = new claPersonas();
$loFuncion = new clsFunciones();
$loPastoralFeligres->ascodigo_pastoral = $_POST["cmb_Pastoral"];
$lsFila = $_POST["txtFila"];
$lsOperacion = $_POST["txtOperacion"];
$lsHacer = $_POST["txtHacer"];
$liHay = $_POST["txtHay"];
if (empty($lsOperacion)) {
    $lsOperacion = $_GET["AccionGet"];
}
switch ($lsOperacion) {
    case "buscar":
        $laMatrizFeligreses = $loPastoralFeligres->fbBuscarFeligreses();
        if (count($laMatrizFeligreses) > 0) {
            $liHay = 1;
        } else {
            $liHay = 0;
        }
        break;
    case "buscar_like":
        $cadena = strtoupper($_REQUEST['txtcadena']);
示例#12
0
<?php

session_start();
if (!array_key_exists("usuario", $_SESSION)) {
    header("location: visSalir.php");
}
require_once "menu_principal.php";
require_once "encabezado.php";
require_once "../clases/clsFuncionesGlobales.php";
$loFuncion = new clsFunciones();
echo utf8_Decode('

<!DOCTYPE html>
<html lang="es">
  <head>
		<title>' . $_SESSION['title'] . ' - Configuración</title>
		');
print encabezado_menu("../");
echo utf8_Decode('
		</head>
		<body onload="fpInicio();">
		<div class="mygrid-wrapper-div">
	<div class="container pre-scrollable" style="margin-top:5px; min-height: 530px; background: #FFFFFF; -webkit-box-shadow: 2px 0px 10px 2px #999; -moz-box-shadow: 2px 0px 10px 2px #999; box-shadow: 2px 0px 10px 2px #999;">


		');
encab("../");
menu_general("");
echo utf8_Decode('
	
	<form name="fr_configuracion" id="fr_configuracion" action="../cntller/cn_confCombos.php" method="post">
示例#13
0
<?php

session_start();
if (!array_key_exists("usuario", $_SESSION)) {
    header("location: visSalir.php");
}
require_once "menu_principal.php";
require_once "encabezado.php";
require_once "../clases/clsFuncionesGlobales.php";
$loFuncion = new clsFunciones();
echo utf8_Decode('

<!DOCTYPE html>
<html lang="es">
  <head>
		<title>' . $_SESSION['title'] . ' - Configuración</title>
		');
print encabezado_menu("../");
echo utf8_Decode('
		</head>
		<body onload="fpInicio();">
		<div class="mygrid-wrapper-div">
	<div class="container pre-scrollable" style="margin-top:5px; min-height: 530px; background: #FFFFFF; -webkit-box-shadow: 2px 0px 10px 2px #999; -moz-box-shadow: 2px 0px 10px 2px #999; box-shadow: 2px 0px 10px 2px #999;">


		');
encab("../");
menu_general("");
echo utf8_Decode('
	
	<form name="fr_configuracion" id="fr_configuracion" action="../cntller/cn_confCombos.php" method="post">
示例#14
0
    function BasicTable($header, $data)
    {
        $loMatrimo = new claMatrimonio();
        $loFuncion = new clsFunciones();
        $lscedunovia = $_GET["RPNovia"];
        $lscedunovio = $_GET["RPNovio"];
        $varMoF = 4;
        if (!empty($lscedunovia) and !empty($lscedunovio)) {
            $loMatrimo->fpSetCInovia($lscedunovia);
            $varMoF = 0;
        } elseif (empty($lscedunovia) and !empty($lscedunovio)) {
            $loMatrimo->fpSetCInovio($lscedunovio);
            $varMoF = 1;
        } elseif (!empty($lscedunovia) and empty($lscedunovio)) {
            $loMatrimo->fpSetCInovia($lscedunovia);
            $varMoF = 0;
        }
        $lbEnc = $loMatrimo->fbBuscarMatrimonio($varMoF);
        if ($lbEnc and $varMoF != 4) {
            $lsIDmatrimonio = $loMatrimo->fpGetIDTmatrimonio();
            $lsFechaInscri = $loMatrimo->fpGetFechaInscri();
            $lsFechaHoraMatrimonio = $loMatrimo->fsGetFechaMatrimonio();
            $lsFechaMatrimonio = $loFuncion->fDameFechaEscrita(substr($lsFechaHoraMatrimonio, 0, 10));
            $lsIDsacerdote = $loMatrimo->fsGetIDsacerdote();
            $lsNacionovia = $loMatrimo->fsGetNacionovia();
            $lscedunovia = $loMatrimo->fsGetCInovia();
            $lsNombreNovia = $loMatrimo->fsGetNombnovia();
            $lsEstadonovia = $loMatrimo->fsGetEstadonovia();
            $lsCiudadnovia = $loMatrimo->fsGetCiudadnovia();
            $lsMunicipionovia = $loMatrimo->fsGetMunicipionovia();
            $lsParroquianovia = $loMatrimo->fsGetParroquianovia();
            $lsEstadonovio = $loMatrimo->fsGetEstadonovio();
            $lsCiudadnovio = $loMatrimo->fsGetCiudadnovio();
            $lsMunicipionovio = $loMatrimo->fsGetMunicipionovio();
            $lsParroquianovio = $loMatrimo->fsGetParroquianovio();
            $lsNacionovio = $loMatrimo->fsGetNacionovio();
            $lscedunovio = $loMatrimo->fsGetCInovio();
            $lsNombreNovio = $loMatrimo->fsGetNombnovio();
            $lsFechaHoraProclamaUno = $loMatrimo->fsGetFechaProclamaUno();
            $lsFechaHoraProclamaDos = $loMatrimo->fsGetFechaProclamaDos();
            $lsFechaHoraProclamaTres = $loMatrimo->fsGetFechaProclamaTres();
            $lsFechaProclamaUno = $loFuncion->fDameFechaEscrita(substr($lsFechaHoraProclamaUno, 0, 10));
            $lsFechaProclamaDos = $loFuncion->fDameFechaEscrita(substr($lsFechaHoraProclamaDos, 0, 10));
            $lsFechaProclamaTres = $loFuncion->fDameFechaEscrita(substr($lsFechaHoraProclamaTres, 0, 10));
            $lsHoraProclamaUno = $loFuncion->fDameHoraEstandar(substr($lsFechaHoraProclamaUno, 11, 8));
            $lsHoraProclamaDos = $loFuncion->fDameHoraEstandar(substr($lsFechaHoraProclamaDos, 11, 8));
            $lsHoraProclamaTres = $loFuncion->fDameHoraEstandar(substr($lsFechaHoraProclamaTres, 11, 8));
            $lsEstadoMatrimonio = $loMatrimo->fsGetEstadoMatrimonio();
            $laMatrizPadres = $loMatrimo->fsGetDatosPadres();
            $lsFechanaciNovia = $loMatrimo->fsGetFechaNaciNovia();
            $lsFechanaciNovio = $loMatrimo->fsGetFechaNaciNovio();
            $lsEdadNovio = $loFuncion->fDameEdad($lsFechanaciNovia);
            $lsEdadNovia = $loFuncion->fDameEdad($lsFechanaciNovio);
        } else {
            $_SESSION["message"] = "No se encontro ningun matrimonio";
            header("location: ../../index.php");
        }
        $this->SetFont('Arial', 'B', 10);
        $this->SetFont('Arial', 'B', 10);
        $this->Cell(80, 10, utf8_decode($lsNombreNovio), 0, 0, 'L');
        $this->SetFont('Arial', '', 10);
        $this->Cell(30, 10, utf8_decode('de'), 0, 0, 'L');
        $this->SetFont('Arial', 'B', 10);
        $this->Cell(30, 10, utf8_decode($lsEdadNovio), 0, 0, 'L');
        $this->SetFont('Arial', '', 10);
        $this->Cell(30, 10, utf8_decode(' años de edad '), 0, 0, 'L');
        $this->Ln(10);
        $this->SetFont('Arial', '', 10);
        $this->Cell(80, 10, utf8_decode(' hijo de '), 0, 0, 'L');
        $this->SetFont('Arial', 'B', 10);
        $this->Cell(30, 10, utf8_decode($laMatrizPadres[3]["Nombres"]), 0, 0, 'L');
        $this->SetFont('Arial', '', 10);
        $this->Cell(30, 10, utf8_decode(' y de '), 0, 0, 'L');
        $this->SetFont('Arial', 'B', 10);
        $this->Cell(30, 10, utf8_decode($laMatrizPadres[2]["Nombres"]), 0, 0, 'L');
        $this->Ln(10);
        $this->SetFont('Arial', '', 10);
        $this->Cell(80, 10, utf8_decode(' natural de '), 0, 0, 'L');
        $this->SetFont('Arial', 'B', 10);
        $this->Cell(30, 10, utf8_decode($lsCiudadnovio . ', Estado ' . $lsEstadonovio . ','), 0, 0, 'L');
        $this->Ln(10);
        $this->SetFont('Arial', '', 10);
        $this->Cell(80, 10, utf8_decode(' Con '), 0, 0, 'L');
        $this->SetFont('Arial', 'B', 10);
        $this->Cell(30, 10, utf8_decode($lsNombreNovia), 0, 0, 'L');
        $this->SetFont('Arial', '', 10);
        $this->Cell(30, 10, utf8_decode(' de '), 0, 0, 'L');
        $this->SetFont('Arial', 'B', 10);
        $this->Cell(30, 10, utf8_decode($lsEdadNovia), 0, 0, 'L');
        $this->SetFont('Arial', 'B', 10);
        $this->Cell(30, 10, utf8_decode(' años de edad '), 0, 0, 'L');
        $this->Ln(10);
        $this->SetFont('Arial', '', 10);
        $this->Cell(80, 10, utf8_decode(' hija de '), 0, 0, 'L');
        $this->SetFont('Arial', 'B', 10);
        $this->Cell(30, 10, utf8_decode($laMatrizPadres[1]["Nombres"]), 0, 0, 'L');
        $this->SetFont('Arial', '', 10);
        $this->Cell(30, 10, utf8_decode(' y de '), 0, 0, 'L');
        $this->SetFont('Arial', 'B', 10);
        $this->Cell(30, 10, utf8_decode($laMatrizPadres[0]["Nombres"]), 0, 0, 'L');
        $this->Ln(10);
        $this->SetFont('Arial', '', 10);
        $this->Cell(80, 10, utf8_decode(' natural de '), 0, 0, 'L');
        $this->SetFont('Arial', 'B', 10);
        $this->Cell(30, 10, utf8_decode($lsCiudadnovia . ', Estado ' . $lsEstadonovia . ','), 0, 0, 'L');
        $this->Ln(10);
        $this->SetFont('Arial', '', 10);
        $this->Cell(80, 10, utf8_decode(' El matrimonio se realizará el '), 0, 0, 'L');
        $this->SetFont('Arial', 'B', 10);
        $this->Cell(30, 10, utf8_decode($lsFechaMatrimonio), 0, 0, 'L');
        $this->Ln(15);
        $this->SetFont('Arial', 'B', 10);
        $this->Cell(120, 10, utf8_decode(' Primera Proclama: '), 0, 0, 'L');
        $this->Cell(30, 10, utf8_decode(' Hora: '), 0, 0, 'L');
        $this->Ln(10);
        $this->Cell(120, 10, utf8_decode(' Segunda Proclama: '), 0, 0, 'L');
        $this->Cell(30, 10, utf8_decode(' Hora: '), 0, 0, 'L');
        $this->Ln(10);
        $this->Cell(120, 10, utf8_decode(' Tercera Proclama: '), 0, 0, 'L');
        $this->Cell(30, 10, utf8_decode(' Hora: '), 0, 0, 'L');
        $this->Ln(10);
        $this->Cell(80);
        $this->SetFont('Arial', 'B', 11);
        $this->Cell(30, 10, utf8_decode(' Quien(es) conozca(n) algún impedimento que pueda hacer inválido este matrimonio '), 0, 0, 'C');
        $this->Ln(10);
        $this->Cell(30);
        $this->Cell(30, 10, utf8_decode(' tiene(n) la obligación de manifestarlo al Párroco. '), 0, 0, 'C');
        $this->Ln(10);
        $html = utf8_decode('

 <b></b>



<center><table style="width:800px;">
				<tr>
					<td colspan="2"><font style="text-align: justify; font-size:204px; line-height: 2.5em;">
					<strong>' . $lsNombreNovio . '</strong> de <strong>' . $lsEdadNovio . '</strong> años de edad, hijo de <strong>' . $laMatrizPadres[3]["Nombres"] . '</strong> y de <strong>' . $laMatrizPadres[2]["Nombres"] . '</strong>,
					 natural de ' . $lsCiudadnovio . ', Estado ' . $lsEstadonovio . ' Con <strong>' . $lsNombreNovia . '</strong> de <strong>' . $lsEdadNovia . '</strong> años de edad,
					hija de <strong>' . $laMatrizPadres[1]["Nombres"] . '</strong> y de <strong>' . $laMatrizPadres[0]["Nombres"] . '</strong>, natural de ' . $lsCiudadnovia . ', Estado ' . $lsEstadonovia . '
					El matrimonio se realizará el <strong>' . $lsFechaMatrimonio . '.</strong>
					</font></td>
				</tr>
				</table></center>
				<br><br>
			<center><table style="width:600px;">
				<tr align="left">
					<td style="width:500px;"><strong>Primera proclama: ' . $lsFechaProclamaUno . '</strong></td>
					<td style="width:400px;" align="center"><strong>Hora: ' . $lsHoraProclamaUno . '</strong></td>
				</tr>
				<tr align="left">
					<td style="width:500px;"><strong>Segunda proclama: ' . $lsFechaProclamaDos . '</strong></td>
					<td style="width:400px;" align="center"><strong>Hora: ' . $lsHoraProclamaDos . '</strong></td>
				</tr>
				<tr align="left">
					<td style="width:500px;"><strong>Tercera proclama: ' . $lsFechaProclamaTres . '</strong></td>
					<td style="width:400px;" align="center"><strong>Hora: ' . $lsHoraProclamaTres . '</strong></td>
				</tr>
				 <tr>
				 	<td colspan="10" align="center"><button type="button" onclick="history.go(-1);" id="volver">Volver</button><button type="button" onclick="imprimir()" id="impri">Imprimir</button></td>
				 </tr>
			</table></center><br><br><br><br><b>
			<center><div style="width:800px;">Quien(es) conozca(n) algún impedimento que pueda hacer inválido este matrimonio tiene(n) la obligación de manifestarlo al Párroco.</div></center>
			<br><br><br><br><br><div align="center">_____________________________&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_____________________________</div>
			<div align="center">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Los contrayentes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div>

	<br><br><br><br><div align="center" style="float:right; margin-right:100px;">_____________________________<br>
			Párroco</div>
			
			<div id="usuario">Elaborado por:
				' . $_SESSION["nombreUsuario"] . '
			</div>
		</div>
	</body>
	</html>');
        $this->WriteHTML($html);
    }
示例#15
0
<?php

session_start();
if (!array_key_exists("usuario", $_SESSION)) {
    header("location: visSalir.php");
}
require_once "menu_principal.php";
require_once "encabezado.php";
require_once "../clases/clsFuncionesGlobales.php";
$LoadEjecuta = "";
if (!empty($_GET["matriRef"])) {
    $LoadEjecuta = "ejecutaPrimero();";
}
$loFuncion = new clsFunciones();
echo utf8_Decode('

<!DOCTYPE html>
<html lang="es">
  <head>
		<title>' . $_SESSION['title'] . ' - Inscripción de Matrimonio</title>
		');
print encabezado_menu("../");
echo utf8_Decode('
		</head>
		<body onload="fpInicio();' . $LoadEjecuta . '">
		<div class="mygrid-wrapper-div">
	<div class="container pre-scrollable" style="margin-top:5px; min-height: 530px; background: #FFFFFF; -webkit-box-shadow: 2px 0px 10px 2px #999; -moz-box-shadow: 2px 0px 10px 2px #999; box-shadow: 2px 0px 10px 2px #999;">
	<div id="mascara" onclick="salir();"></div>
		<div class="modal-dialog" id="buscador">
        <div class="modal-content">
            <div class="modal-header">
示例#16
0
<?php

session_start();
if (!array_key_exists("usuario", $_SESSION)) {
    header("location: visSalir.php");
}
require_once "../clases/claAgendaCitas.php";
require_once "../clases/clsFuncionesGlobales.php";
$loCita = new claAgendaCitas();
$loFuncion = new clsFunciones();
$fechaHoy = date("Y-m-j");
$diasArestar = 10;
//OJO cambiar aqui si quieres modificar los dias que debe esperar un feligres para pedir la misma cita
$maximoCitasPorDia = 5;
$loCita->asCod_Combo = $_POST["KcodCombo"];
$loCita->asForaneoID = $_POST["KcodForaneo"];
$loCita->asSelector = $_POST["KcharSelector"];
$loCita->asDescripCombo = $_POST["f_descripcion"];
$idCitas = $_POST["txtIdCita"];
$loCita->asidtPersona = $_SESSION["IDTpersona"];
$loCita->asOpcionSolicitud = $_POST["KopcionCita"];
$fechaNDiasAtras = $loFuncion->fRestaDiasAfecha($fechaHoy, $diasArestar);
//fecha actual menos los dias especificados en la variable
$lsOperacion = $_POST["txtOperacion"];
$liHay = $_POST["txtHay"];
$liError = 0;
switch ($lsOperacion) {
    case "solicitaCita":
        if ($loCita->fpermiteCrearCita($fechaNDiasAtras)) {
            $liHay = 0;
            $liError = $loCita->asErroNume;
示例#17
0
<?php

session_start();
if (!array_key_exists("usuario", $_SESSION)) {
    header("location: visSalir.php");
}
require_once "menu_principal.php";
require_once "encabezado.php";
require_once "../clases/clsFuncionesGlobales.php";
$LoadEjecuta = "";
if (!empty($_GET["matriRef"])) {
    $LoadEjecuta = "ejecutaPrimero();";
}
$loFuncion = new clsFunciones();
echo utf8_Decode('

<!DOCTYPE html>
<html lang="es">
  <head>
		<title>' . $_SESSION['title'] . ' - Inscripción de Feligreses en Grupo Apostolado</title>
		');
print encabezado_menu("../");
echo utf8_Decode('
		</head>
		<body onload="fpInicio();' . $LoadEjecuta . '">
		<div class="mygrid-wrapper-div">
	<div class="container pre-scrollable" style="margin-top:5px; min-height: 530px; background: #FFFFFF; -webkit-box-shadow: 2px 0px 10px 2px #999; -moz-box-shadow: 2px 0px 10px 2px #999; box-shadow: 2px 0px 10px 2px #999;">
	<div id="mascara" onclick="salir();"></div>
		<div class="modal-dialog" id="buscador">
        <div class="modal-content">
            <div class="modal-header">
示例#18
0
<?php

session_start();
require_once "../clases/clsFuncionesGlobales.php";
require_once "../clases/claApostolado.php";
$loFuncion = new clsFunciones();
$loApostolado = new claApostolado();
$asidApostolado = $_POST["txtIdApostolado"];
$asNombre = $_POST["f_nombre"];
$lsOperacion = $_POST["txtOperacion"];
$lsHacer = $_POST["txtHacer"];
$liHay = $_POST["txtHay"];
$loApostolado->asidApostolado = $asidApostolado;
$loApostolado->asNombre = $asNombre;
if (empty($lsOperacion)) {
    $lsOperacion = $_GET["AccionGet"];
    $asidApostolado = $_GET["IdClave"];
}
switch ($lsOperacion) {
    case "buscar":
        $lbEnc = $loApostolado->fbBuscar();
        if ($lbEnc) {
            $liHay = 1;
            $lsidApostolado = $loApostolado->asidApostolado;
            $lsNombre = $loApostolado->asNombre;
            $lsMision = $loApostolado->asMision;
            $lsVision = $loApostolado->asVision;
            $lsFechaRegistro = $loApostolado->asFechaRegistro;
            $lsEstatus = $loApostolado->asEstatusApostolado;
            $lscantFeligreses = $loApostolado->ascantFeligreses;
        } else {
示例#19
0
<?php

session_start();
if (!array_key_exists("usuario", $_SESSION)) {
    header("location: visSalir.php");
}
require_once "menu_principal.php";
require_once "encabezado.php";
require_once "../clases/clsFuncionesGlobales.php";
require_once "../clases/claAgendaCitas.php";
$loCitas = new claAgendaCitas();
$loFuncion = new clsFunciones();
$lsOperacion = $_GET["lsOperacion"];
$lsHacer = $_GET["lsHacer"];
$liHay = $_GET["liHay"];
$CeduImportada = $_GET["Cedu"];
$FunIncio = "fpInicio();";
if ($CeduImportada != "") {
    if ($acciona == "") {
        $FunIncio = "fpPredeterminado();";
    } else {
        $FunIncio = "fpBusquedaForanea();";
    }
}
$loCitas->asidtPersona = $_SESSION["IDTpersona"];
echo utf8_Decode('
<!DOCTYPE html>
<html lang="es">
  <head>
		<title>' . $_SESSION['title'] . ' - Registro de Solicitudes</title>
示例#20
0
<?php

session_start();
require_once "../clases/clsFuncionesGlobales.php";
require_once "../clases/claCapilla.php";
$loFuncion = new clsFunciones();
$loCapilla = new claCapilla();
$lsidCapilla = $_POST["txtidCapilla"];
$lsNombre = $_POST["f_nombre"];
$lsOperacion = $_POST["txtOperacion"];
$lsHacer = $_POST["txtHacer"];
$liHay = $_POST["txtHay"];
$loCapilla->asidCapilla = $lsidCapilla;
$loCapilla->asNombre = $lsNombre;
if (empty($lsOperacion)) {
    $lsOperacion = $_GET["AccionGet"];
    $lsidCapilla = $_GET["IdClave"];
}
switch ($lsOperacion) {
    case "buscar":
        $lbEnc = $loCapilla->fbBuscar();
        if ($lbEnc) {
            $liHay = 1;
            $lsidCapilla = $loCapilla->asidCapilla;
            $lsNombre = $loCapilla->asNombre;
            $lsDireccion = $loCapilla->asDireccion;
            $lsTelefono = $loCapilla->asTelefono;
            $lsCorreo = $loCapilla->asCorreo;
            $lsidFestado = $loCapilla->idFestado;
            $lsidFciudad = $loCapilla->idFciudad;
            $lsidFmunicipio = $loCapilla->idFmunicipio;
示例#21
0
<?php

session_start();
if (!array_key_exists("usuario", $_SESSION)) {
    header("location: visSalir.php");
}
require_once "menu_principal.php";
require_once "encabezado.php";
require_once "../clases/clsFuncionesGlobales.php";
$loFuncion = new clsFunciones();
$lsOperacion = $_GET["lsOperacion"];
$lsHacer = $_GET["lsHacer"];
$liHay = $_GET["liHay"];
$CeduImportada = $_GET["Cedu"];
$FunIncio = "fpInicio();";
if ($CeduImportada != "") {
    if ($acciona == "") {
        $FunIncio = "fpPredeterminado();";
    } else {
        $FunIncio = "fpBusquedaForanea();";
    }
}
echo utf8_Decode('
<!DOCTYPE html>
<html lang="es">
  <head>
		<title>' . $_SESSION['title'] . ' - Inscripción de Parroquia</title>

	');
print encabezado_menu("../");
echo utf8_Decode('
示例#22
0
<?php

session_start();
if (!array_key_exists("usuario", $_SESSION)) {
    header("location: visSalir.php");
}
require_once "menu_principal.php";
require_once "encabezado.php";
require_once "../clases/clsFuncionesGlobales.php";
$loFuncion = new clsFunciones();
echo utf8_Decode('

<!DOCTYPE html>
<html lang="es">
  <head>
		<title>' . $_SESSION['title'] . ' - Configuración</title>
		');
print encabezado_menu("../");
echo utf8_Decode('
		</head>
		<body onload="fpInicio();">
		<div class="mygrid-wrapper-div">
	<div class="container pre-scrollable" style="margin-top:5px; min-height: 530px; background: #FFFFFF; -webkit-box-shadow: 2px 0px 10px 2px #999; -moz-box-shadow: 2px 0px 10px 2px #999; box-shadow: 2px 0px 10px 2px #999;">


		');
encab("../");
menu_general("");
echo utf8_Decode('
	
	<form name="fr_configuracion" id="fr_configuracion" action="../cntller/cn_confCombos.php" method="post">
示例#23
0
<?php

session_start();
if (!array_key_exists("usuario", $_SESSION)) {
    header("location: visSalir.php");
}
if (empty($_GET["RPrefMatri"]) && !isset($_GET["RPrefMatri"])) {
    $_SESSION["message"] = "No se pudo mostrar el reporte";
    header("location: ../../index.php");
}
require_once "../../clases/claMatrimonio.php";
require_once "../../clases/clsFuncionesGlobales.php";
$loMatrimo = new claMatrimonio();
$loFuncion = new clsFunciones();
$loMatrimo->fpSetRefMatrimonio($_GET["RPrefMatri"]);
$lbEnc = $loMatrimo->fbBuscarMatrimonio($varMoF, "uno");
if ($lbEnc and $varMoF != 4) {
    $laMatrizPadres = $loMatrimo->fsGetDatosPadres();
    if ($laMatrizPadres[0]["Nombres"] == "" || $laMatrizPadres[1]["Nombres"] == "" || $laMatrizPadres[2]["Nombres"] == "" || $laMatrizPadres[3]["Nombres"] == "") {
        $_SESSION["message"] = "No se pudo mostrar el reporte, debe registrar los padres de la novia y de el novio.";
        header("location: ../../index.php");
    }
    $lsIDmatrimonio = $loMatrimo->fpGetIDTmatrimonio();
    $lsFechaInscri = $loMatrimo->fpGetFechaInscri();
    $lsFechaHoraMatrimonio = $loMatrimo->fsGetFechaMatrimonio();
    $lsFechaMatrimonio = $loFuncion->fDameFechaEscrita(substr($lsFechaHoraMatrimonio, 0, 10));
    $lsIDsacerdote = $loMatrimo->fsGetIDsacerdote();
    $lsNacionovia = $loMatrimo->fsGetNacionovia();
    $lscedunovia = $loMatrimo->fsGetCInovia();
    $lsNombreNovia = $loMatrimo->fsGetNombnovia();
    $lsEstadonovia = $loMatrimo->fsGetEstadonovia();
示例#24
0
<?php

session_start();
if (!array_key_exists("usuario", $_SESSION)) {
    header("location: ../vis/visSalir.php");
}
require_once "../clases/claBautismo.php";
require_once "../clases/claPersonas.php";
require_once "../clases/claPadrinos.php";
require_once "../clases/clsFuncionesGlobales.php";
$loFuncion = new clsFunciones();
$loPadrinos = new claPadrinos();
$loBautismo = new claBautismo();
$loPersona = new claPersonas();
$loBautismo->asReferenciaInfante = $_POST["RefInfanteBuscar"];
$lsOperacion = $_POST["txtOperacion"];
$paramGive = $_POST["lsRepresentados"];
$paramTive = $_POST["lsRepresenNumeros"];
$lsDatosRepre = $loFuncion->DameCIyNaci($_POST["f_cedulaRepre"]);
$lsNacionalidadRepre = $lsDatosRepre["0"];
$lsCedulaRepre = $lsDatosRepre["1"];
$lsDatosMama = $loFuncion->DameCIyNaci($_POST["f_cedulamama"]);
$lsNacionalidadMama = $lsDatosMama["0"];
$lsCeduMama = $lsDatosMama["1"];
$lsDatosPapa = $loFuncion->DameCIyNaci($_POST["f_cedulapapa"]);
$lsNacionalidadPapa = $lsDatosPapa["0"];
$lsCedulaPapa = $lsDatosPapa["1"];
$lsRepreCanti = $_POST["lsRepresenCanti"];
$lsNombreRepre = $_POST["lsNombreRepre"];
$lsApellidoRepre = $_POST["lsApellidoRepre"];
$lsProxEscolarMama = $_POST["lsProxEscolarMama"];
示例#25
0
<?php

session_start();
if (!array_key_exists("usuario", $_SESSION)) {
    header("location: visSalir.php");
}
require_once "menu_principal.php";
require_once "encabezado.php";
require_once "../clases/clsFuncionesGlobales.php";
$loFuncion = new clsFunciones();
$objetivo = $loFuncion->fTipoPersona($lsObj);
$lsOperacion = $_GET["lsOperacion"];
$lsHacer = $_GET["lsHacer"];
$liHay = $_GET["liHay"];
$lsCedulaRepre = $_GET["lsCedula"];
$lsNombre = $_GET["lsNombre"];
$lsApellido = $_GET["lsApellido"];
$lsSexo = $_GET["lsSexo"];
${$lsSexo . "ada"} = "selected";
$lsFechaNaci = $_GET["lsFechaNaci"];
$lsDireccion = $_GET["lsDireccion"];
$lsTelefono = $_GET["lsTelefono"];
$lsFechaRegistro = $_GET["lsFechaRegistro"];
$selectGradoEstudio = $_GET["cmb_gradoEstu"];
$selectTallaFrane = $_GET["cmb_tallaFrane"];
echo utf8_Decode('
<!DOCTYPE html>
<html lang="es">
  <head>
		<title>' . $_SESSION['title'] . ' - Lista de Usuarios</title>
示例#26
0
<?php

session_start();
if (!array_key_exists("usuario", $_SESSION)) {
    header("location: visSalir.php");
}
require_once "menu_principal.php";
require_once "encabezado.php";
require_once "../clases/clsFuncionesGlobales.php";
$loFuncion = new clsFunciones();
$lsOperacion = $_GET["lsOperacion"];
$lsHacer = $_GET["lsHacer"];
$liHay = $_GET["liHay"];
$lsCedulaRepre = $_GET["lsCedulaRepre"];
$lsNombreRepre = $_GET["lsNombreRepre"];
$lsApellidoRepre = $_GET["lsApellidoRepre"];
$lsRepresentados = $_GET["lsRepresentados"];
$lsRepresenNumeros = $_GET["lsRepresenNumeros"];
$lsRepresenCanti = $_GET["lsRepreCanti"];
$lsNumPartidaNac = $_GET["lsNumPartidaNac"];
$lsFechaInscri = $_GET["lsFechaInscri"];
$lsFechaBautizo = $_GET["lsFechaBautizo"];
$lsNombres = $_GET["lsNombres"];
$lsApellidos = $_GET["lsApellidos"];
$lsSexo = $_GET["lsSexo"];
${$lsSexo . "ada"} = "selected";
$lsFechaNacimiento = $_GET["lsFechaNacimiento"];
$lsBautizado = $_GET["lsBautizado"];
$lsCedulaRepre = $_GET["lsCedulaRepre"];
$lsNombreParentescoRep = $_GET["lsNombreParentescoRep"];
$lsCedulaMama = $_GET["lsCedulaMama"];
示例#27
0
<?php

session_start();
if (!array_key_exists("usuario", $_SESSION)) {
    header("location: visSalir.php");
}
if ($_SESSION["rol"] == "O" || $_SESSION["rol"] == "A") {
    $_SESSION["message"] = "Usted no tiene los accesos para realizar esa accion.";
    header("location: ../index.php");
}
include_once "../clases/cls_Calendario.php";
require_once "menu_principal.php";
require_once "encabezado.php";
require_once "../clases/clsFuncionesGlobales.php";
$loFuncion = new clsFunciones();
$lobj_Calendario = new cls_Calendario();
$lobj_Calendario->Cargar('tagendaparroquial');
//el numero 1 corresponde al tipo de Agenda, en este caso Diocesana
$la_Campos = $_SESSION["Campos"];
unset($_SESSION["Campos"]);
$ano = $_GET["CalendarioA"];
$mes = $_GET["CalendarioM"];
if (!$ano) {
    $hoy = explode('/', DATE('Y/m/d'));
    $ano = $hoy[0];
    $mes = $hoy[1];
}
if (!empty($_POST["MatriEdo"]) && isset($_POST["MatriEdo"])) {
    $lsnvaCedula = $_POST["nvaCedula"];
    $lsnvoCedula = $_POST["nvoCedula"];
    $lsNvaNombre = $_POST["NvaNombre"];
示例#28
0
<?php

session_start();
if (!array_key_exists("usuario", $_SESSION)) {
    header("location: visSalir.php");
}
require_once "menu_principal.php";
require_once "encabezado.php";
require_once "../clases/clsFuncionesGlobales.php";
$loFuncion = new clsFunciones();
echo utf8_Decode('

<!DOCTYPE html>
<html lang="es">
  <head>
		<title>' . $_SESSION['title'] . ' - Configuración</title>
		');
print encabezado_menu("../");
echo utf8_Decode('
		</head>
		<body onload="fpInicio();">
		<div class="mygrid-wrapper-div">
	<div class="container pre-scrollable" style="margin-top:5px; min-height: 530px; background: #FFFFFF; -webkit-box-shadow: 2px 0px 10px 2px #999; -moz-box-shadow: 2px 0px 10px 2px #999; box-shadow: 2px 0px 10px 2px #999;">


		');
encab("../");
menu_general("");
echo utf8_Decode('
	
	<form name="fr_configuracion" id="fr_configuracion" action="../cntller/cn_confCombos.php" method="post">
示例#29
0
<?php

require_once "menu_principal.php";
require_once "encabezado.php";
require_once "../clases/clsFuncionesGlobales.php";
$loFuncion = new clsFunciones();
echo utf8_Decode('

		<!DOCTYPE html>
		<html lang="es">
		  <head>
				<title>' . $_SESSION['title'] . ' - Registro de Usuarios.</title>

			');
print encabezado_menu("../");
echo utf8_Decode('
				</head>
				<body onload="fpInicio()"><div class="mygrid-wrapper-div">
		<div class="container pre-scrollable" style="margin-top:5px; min-height: 530px; background: #FFFFFF; -webkit-box-shadow: 2px 0px 10px 2px #999; -moz-box-shadow: 2px 0px 10px 2px #999; box-shadow: 2px 0px 10px 2px #999;">');
encab("../");
menu_general("");
echo utf8_Decode('
			<form name="fr_usuarios" id="fr_usuarios" action="../cntller/corUsuario.php" method="post">
					<div class="col-lg-12">
						<table class="table table-striped table-bordered table-hover"  border="1" >
							<thead>	
								<tr>
									<th colspan="2"><center>Registro de Usuarios</center></th>
								</tr>
							</thead>
					<tr>
示例#30
0
<?php

session_start();
if (!array_key_exists("usuario", $_SESSION)) {
    header("location: visSalir.php");
}
if ($_SESSION["rol"] != "S") {
    $_SESSION["message"] = "Usted no tiene los accesos para realizar esa accion.";
    header("location: ../index.php");
}
require_once "menu_principal.php";
require_once "encabezado.php";
require_once "../clases/clsFuncionesGlobales.php";
$loFuncion = new clsFunciones();
$objetivo = $loFuncion->fTipoPersona($lsObj);
$lsOperacion = $_GET["lsOperacion"];
$lsHacer = $_GET["lsHacer"];
$liHay = $_GET["liHay"];
$CeduImportada = $_GET["Cedu"];
$lsCedulaRepre = $_GET["lsCedula"];
$lsNombre = $_GET["lsNombre"];
$lsApellido = $_GET["lsApellido"];
$lsFechaNaci = $_GET["lsFechaNaci"];
$lsDireccion = $_GET["lsDireccion"];
$lsTelefono = $_GET["lsTelefono"];
$lsFechaRegistro = $_GET["lsFechaRegistro"];
$FunIncio = "fpInicio();";
if ($CeduImportada != "") {
    $FunIncio = "fpPredeterminado();";
}
echo utf8_Decode('