コード例 #1
0
    </tr>
    
     <tr align="center">
         <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 
$arResult = $clsCNIndi->ListadoASPConsIndic($_GET);
//var_dump($arResult);die;
?>

            <br/>
            <table id="datatablesMod" class="display">
                <thead>
                    <tr>
                        <th style="width: 5%;">Nº</th>
                        <th style="width: 20%;">Nombre</th>
                        <th style="width: 15%;">Empleado</th>
                        <th style="width: 15%;">Departamento</th>
                        <th style="width: 15%;">Fecha Creación</th>
                        <th style="width: 15%;">Fecha Vencimiento</th>
                        <th style="width: 15%;">Periodicidad</th>
                    </tr>