$protocolo = $cep->protocolo;
$comme->codigo = $cep->codigo;
echo '<div id="the_files">';
echo '<table width="100%" border=0  class="lt1">';
echo '<TR><TD>';
echo $cep->dados();
echo '</table>';
echo '</div>';
echo '<BR>';
/* Research Management - Enmienda */
$status = trim($cep->line['cep_status']);
$tipo = $cep->line['cep_tipo'];
$situacao = trim($cep->line['cep_pr_protocol']);
/* Abre opcoes de monitoreo se aprovado */
if ($status == 'P' or $status == 'Z') {
    echo $cep->show_amendment();
    if ($tipo == 'PRO' and $situacao == 'pm_APR') {
        echo $cep->form_send_amendment();
    }
}
/* Files List */
echo '<div id="the_files">';
echo '<table width="100%" border=0 align="center" class="lt1" align="center">';
echo '<TR><TD>';
echo '<fieldset><legend>' . msg('files') . '</legend>';
$ged->protocol = $cep->protocolo;
echo $ged->filelist();
echo '</fieldset>';
echo '</table>';
echo '</div>';
echo '<BR>';