コード例 #1
0
         </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
//si no hay nada, filtramos por la opcion filtro = 1
if (!isset($_GET['filtro'])) {
    $_GET['filtro'] = '1';
}
$arResult = $clsCNFor->listadoPerfiles($_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%;">Título del Puesto</th>
                        <th style="width: 25%;">Puesto Superior Inmediato</th>
                        <th style="width: 25%;">Puestos a su Cargo</th>
                        <th style="width: 15%;">Fecha</th>
                    </tr>
                </thead>
                <tbody>