<input type="text"  name="data_encerramento" value="<?php 
    echo exibirData($row['vest_dt_encerramento']);
    ?>
"/>
                    </div>
                </div>


                <div class="control-group">
                    <label class="control-label"><?php 
    echo get_phrase('data_resultado');
    ?>
</label>
                    <div class="controls">
                        <input type="text"  name="data_resultado" value="<?php 
    echo exibirData($row['vest_dt_resultado']);
    ?>
"/>
                    </div>
                </div>


                <div class="control-group">
                    <label class="control-label"><?php 
    echo get_phrase('hora_inicio_prova');
    ?>
</label>
                    <div class="controls">
                        <input type="text" class="" name="hora_inicio" value="<?php 
    echo $row['vest_tx_inicio'];
    ?>
    $semestre2 = $linha_curso2['vest_tx_semestre'];
    $data2 = $linha_curso2['vest_dt_realizacao'];
    $tipo2 = $linha_curso2['vest_nb_tipo'];
    if ($tipo2 == 1) {
        $tipo_descricao = 'MACRO';
    } else {
        if ($tipo2 == 2) {
            $tipo_descricao = 'AGENDADO';
        }
    }
    ?>
                                                                                <OPTION value="<?php 
    echo $codigo2;
    ?>
"><?php 
    echo exibirData($data2);
    ?>
 - <?php 
    echo $tipo_descricao;
    ?>
</OPTION>
                                                                            <?php 
}
?>
                                                                        </SELECT>
                                                                    </td>
                                                                </tr>
                                                            </table>
                                                            <br>

                                                                <br>
                    <table>
                        <tr>
                            <td>
                                <font size="3">   Dados do Vestibular: </font>
                            </td>                    
                        </tr>
                    </table>
                    <br>
                        <table>
                            <tr>
                                <td>
                                    Data :
                                </td>
                                <td>
                                    <?php 
echo exibirData($dt_vestibular);
?>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    hora :
                                </td>
                                <td>
                                    <?php 
echo $hora_inicio;
?>
h até as <?php 
echo $hora_fim;
?>
h