 |
<% nome_concurso =(Concurso.Fields.Item("Str_Nome").Value)%>
<% = nome_concurso%> |
 |
"> |
 |
Consultas |
<%if envio = "ok" then%>
 |
Sua
consulta foi enviada. Aguarde
o parecer dos consultores. |
|
|
<% end if %>
 |
<% If Not Regulamento.EOF Or Not Regulamento.BOF Then %>
<%
While ((Repeat1__numRows <> 0) AND (NOT Regulamento.EOF))
%>
<%=(Regulamento.Fields.Item("Int_Ordem").Value)%>. <%= replace ((Regulamento.Fields.Item("Str_Titulo").Value),chr(13), " ")%> |
<%imagem=(Regulamento.Fields.Item("Str_Imagem").Value)
if imagem&"a"<>"a" then %>
 |
 |
<% end if %>
 |
<%= replace ((Regulamento.Fields.Item("Str_Texto").Value),chr(13), " ")%> |
 |
<%
Repeat1__index=Repeat1__index+1
Repeat1__numRows=Repeat1__numRows-1
Regulamento.MoveNext()
Wend
%>
<% Else %>
Até agora, não temos
consultas comentadas |
 |
<% End If ' end Not Regulamento.EOF Or NOT Regulamento.BOF %>
|
 |
veja mais |
<%if (Concurso.Fields.Item("Str_Link").Value)&"a" <> "a" then %>
<%link=(Concurso.Fields.Item("Str_Link").Value)%>
<%=link%> |
<% end if%>
<%if (Concurso.Fields.Item("V_Inscricao").Value) = 1 then %>
Inscrição |
<% end if%>
<%if (Concurso.Fields.Item("V_Regulamento").Value) = 1 then %>
Regulamento |
<% end if%>
|
|
 |
|