<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <% call paginaInicio IF REQUEST("cod") <> "" THEN cod=request("cod") if isnumeric(cod)=false then response.Redirect "index.asp" sql="select * from NDD_Noticias where codRegistro = " & cod set rs = DbConn.Execute(sql) %> Nadando com Daniel Dias
 
NOTÍCIAS

<%= formatdatetime(rs("dataCadastro"),2)%>
<%=rs("titulo")%>
<%=rs("chamada")%>
<%if rs("imagem1") <> "" then%>
<%= rs("imagem1")%>" />

<%end if%> <%=rs("descricao")%>


<%if rs("foto") <> "" then%><%=rs("foto")%>" target="_blank"> <%end if%>
<%if rs("imagem2") <> "" then%>
<%= rs("imagem2")%>" />
<%end if%> <%if rs("imagem3") <> "" then%>
<%= rs("imagem3")%>" />
<%end if%> <%if rs("imagem4") <> "" then%>
<%= rs("imagem4")%>" />
<%end if%> <%if rs("imagem5") <> "" then%>
<%= rs("imagem5")%>" />
<%end if%>