</td>
                </tr>
            </table>
            </div>
        </form>
            <br/>
            <?php 
//            if(isset($_GET['cmdListar'])&&$_GET['cmdListar']=='OK'){
logger('info', 'ContOrgModList.php-', "Usuario: " . $_SESSION['strUsuario'] . ', Empresa: ' . $_SESSION['base'] . ', SesionID: ' . session_id() . " ||||Control de Documentos->Documentacion|| Ha pulsado Buscar: " . $_GET['criterio']);
//la pagina se carga despues de haber pulsado el boton 'Buscar'
//tenemos que hacer la busqueda y gaurdar los datos en la variable $arcDoc
require_once '../CN/clsCNDoc.php';
//hacemos la consulta
$clsCNDoc = new clsCNDoc();
$clsCNDoc->setStrBD($_SESSION['mapeo']);
$arDoc = $clsCNDoc->ListadoContOrgContextos($_GET);
//var_dump($arDoc);die;
logger('info', 'ContOrgModList.php-', "Usuario: " . $_SESSION['strUsuario'] . ', Empresa: ' . $_SESSION['base'] . ', SesionID: ' . session_id() . " ||||Control de Documentos->Documentacion|| Presenta listado");
?>
            
            <br/>
            <table id="datatables" class="display">
                <thead>
                    <tr>
                        <th>Id</th>
                        <th>Contexto</th>
                        <th>Responsable</th>
                        <th>Fecha</th>
                        <th></th>
                    </tr>
                </thead>