Ejemplo n.º 1
0
<?php

include_once "../../login/check.php";
$Fecha = $_POST['Fecha'];
$Estado = $_POST['Estado'];
include_once "../../class/tmpcola.php";
include_once "../../class/alumno.php";
include_once "../../class/curso.php";
$tmpcola = new tmpcola();
$alumno = new alumno();
$curso = new curso();
$Estado = $Estado != "" ? "Estado LIKE '{$Estado}'" : "Estado LIKE '%'";
$tmp = $tmpcola->mostrarEspera("FechaRegistro='" . fecha2Str($Fecha, 0) . "' and {$Estado}");
if (count($tmp)) {
    $i = 0;
    ?>
    <table class="table table-hover table-bordered table-striped">
    <thead>
    	<tr>
        	<th>N</th><th><?php 
    echo $idioma['Paterno'];
    ?>
</th><th><?php 
    echo $idioma['Materno'];
    ?>
</th><th><?php 
    echo $idioma['Nombres'];
    ?>
</th><th><?php 
    echo $idioma['Curso'];
    ?>