Exemplo n.º 1
0
         <td colspan="5">
             <input type="Reset" class="button"  value="Vaciar Datos" name="cmdReset"/>
             <input  type="button" class="button" value="Consultar" name="cmdConsultar" onclick="javascript:validar();" />
             <input name="cmdListar" type="hidden" value="OK"/>
         </td>
     </tr>
     </table>
    </div>
    </td></tr>
    </table>   
     </form>
            <?php 
//aqui detectamos que hemos pulsado al boton 'Consultar'
//por lo que cojemos los parametros de los filtros, hacemos la consulta y la presentamos
//recojemos los parametros de los filtros
$arResult = $clsCNFor->listadoPlanAprobado($_SESSION['strUsuario'], $_GET);
//var_dump($arResult);die;
?>

            <br/>
            <table id="datatablesMod" class="display">
                <thead>
                    <tr>
                        <th style="width: 5%;">Nº</th>
                        <th style="width: 30%;">Curso</th>
                        <th style="width: 20%;">Empleado</th>
                        <th style="width: 15%;">Departamento</th>
                        <th style="width: 10%;">Fecha Prevista</th>
<!--                        <th style="width: 20%;">Objetivos</th>-->
                        <th style="width: 15%;">Centro</th>
                    </tr>