});
</script>  
<?php 
$action = 'INSERT';
if (isset($_GET['ACTION']) && $_GET['ACTION'] == 'EDIT') {
    $action = $_GET['ACTION'];
}
$preview_flag = 0;
$data = array();
if ($action == 'EDIT') {
    null;
}
$catalog = new Holder($registry[$nameDataBase]);
// Obtener lista
$list = $catalog->getListaDependientes($_GET['id']);
?>
<table class="data display dataTablePlugin cell_table_border">
            <thead>
                <tr>                   
                    <th  class="ui-state-default custom-header-table"><?php 
echo 'ESTUDIANTE';
?>
</th>                   
                    <th  class="ui-state-default custom-header-table"><?php 
echo 'CODIGO';
?>
</th>                   
                    <th  class="ui-state-default custom-header-table"><?php 
echo 'CURSO';
?>