示例#1
0
}
$cp = array();
array_push($cp, array('$H8', '', '', false, true));
array_push($cp, array('$D8', '', '<nobr>' . msg('scheduled_meeting'), True, true));
array_push($cp, array('$[6-20]', '', '<nobr>' . msg('works_for_page'), True, true));
array_push($cp, array('$B8', '', msg('show'), False, true));
if (strlen($acao) == 0 or strlen($dd[1]) < 10) {
    echo '<h2>' . msg('agenda_for_meeting') . '</h2>';
    echo '<TABLE width="400" border=0 class="tabela01" >
			<TR><TH colspan=2 align="center" class="tabela00">
			' . msg('inform_the_data') . '
			<TR><TD>';
    $tela = $form->editar($cp, $tabela);
    echo '</table>';
} else {
    $form->saved = 1;
}
if ($form->saved > 0) {
    echo $tela;
    $data = brtos($dd[1]);
    echo $mt->mostra($data, $dd[2]);
} else {
    echo $tela;
}
echo $mt->mostra_proximas();
echo '</div>';
echo $hd->foot();
?>
<script>
	
</script>