<%@page contentType="text/html"%> <%@page pageEncoding="ISO-8859-1"%> Revista MundoPM

<%@ include file="menu1.html" %> <%@ include file="menu2.html" %>
  <% mundopm.servicos.NoticiaStr not = noticia.obtemNoticia(Integer.parseInt(request.getParameter("id"))); String dataFmt = null; java.text.SimpleDateFormat formatador = new java.text.SimpleDateFormat("dd/MM/yyyy"); dataFmt = formatador.format(not.data); %>

<%=not.titulo%>
 
Data: <%=dataFmt%> Veículo: <%=not.veiculo%> Seção: <%=not.secao%> UF: <%=not.estado%>
<%=not.noticia%>

<% if (not.fonte != null){ %> Leia a notícia direto da fonte
 
<% } %>
Voltar
 
<%@ include file="banners.html" %>
<%@ include file="endereco.html" %>