コード例 #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 = $clsCNDoc->ListadoEvaluaciones($_GET);
//var_dump($arResult);die;
?>

            <br/>
            <table id="datatablesMod" class="display">
                <thead>
                    <tr>
                        <th style="width: 10%;">Fecha</th>
                        <th style="width: 45%;">Comentario</th>
                        <th style="width: 10%;">Fecha Prox. Evaluación</th>
                        <th style="width: 35%;">Requisitos-Documentación</th>
                    </tr>
                </thead>
                <tbody>
                    <?php