<!-- #include virtual="/library/pastas.asp" -->

<!--#include virtual="/library/conn.asp"-->

<!--#include virtual="/library/funcoes.asp"-->

              <!-- Início do sistema de projetos -->
<%
cod_projeto= Request("cod_projeto")

sql_projeto = "SELECT *,tbl_pais.pais AS pais2 FROM tbl_projeto INNER JOIN tbl_pais "&_
    " ON tbl_projeto.id_pais = tbl_pais.id"&_
    " WHERE tbl_projeto.cod_projeto= " & cod_projeto

   AbreRSConn "RS_projeto", sql_projeto
 %>

<html>
<head>
<title>Redepaz</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<!--#include virtual="/library/menuscripts.asp" --> 
<link rel="stylesheet" href="../includes/estilos.css" type="text/css">
<STYLE TYPE="text/css">
<!--
a {text-decoration: none;}
a:hover {text-decoration: underline}
-->
</STYLE>


</head>
<body bgcolor="#FFFFFF" border="0" leftmargin="0" topmargin="0">
<table width="100%" border="0" bgcolor="#FFFFFF">
  <tr> 
    <td> 
      <table width="100%" border="0">
        <tr> 
          <td width="19%"><img src="../images/logos/planetary_culture.jpg" width="150" height="149"></td>
          <td width="81%"> 
            <p><b><font face="Verdana, Arial, Helvetica, sans-serif" size="3">Project:<br>
              <%=RS_projeto("projeto")%> </font></b></p>
            </td>
        </tr>
      </table>
    </td>
  </tr>
  <tr> 
    <td align="center">&nbsp;</td>
  </tr>
  <tr> 
    <td> 
      <!-- Início do sistema de projetos -->
      <%
cod_projeto= Request("cod_projeto")

sql_projeto = "SELECT *,tbl_pais.pais AS pais2 FROM tbl_projeto INNER JOIN tbl_pais "&_
    " ON tbl_projeto.id_pais = tbl_pais.id"&_
    " WHERE tbl_projeto.cod_projeto= " & cod_projeto

   AbreRSConn "RS_projeto", sql_projeto
 %>
      <table width="100%" cellpadding="5">
        <tr> 
          <td><b>SUMMARY</b><br>
            <%=Quebra_linha(RS_projeto("missao"))%></td>
        </tr>
        <tr> 
          <td> 
            <table width="100%" border="0" cellpadding="0" cellspacing="0">
              <tr> 
                <td width="40">&nbsp;</td>
                <td><b>PEOPLE<br>
                  </b>Institution in charge of the project<br>
                  <b><%=RS_projeto("razao_social")%>&nbsp;</b><br>
                  Contact Person<br>
                  <b><%=RS_projeto("diretor")%>&nbsp;</b><br>
                  Name of the presenter(s) of this project<br>
                  <b><%=RS_projeto("apresentador")%>&nbsp;</b><br>
                  <!--Name of the other participating member of the 2002 meeting<br>
                  <b><%=RS_projeto("resenha")%>&nbsp;</b> --></td>
              </tr>
            </table>
          </td>
        </tr>
        <tr> 
          <td> 
            <table width="100%" border="0" cellpadding="0" cellspacing="0">
              <tr>
                <td width="80">&nbsp;</td>
                <td><b>CONTACTS</b><br>
                  <table width="400" border="0">
                    <tr valign="top"> 
                      <td><font size="1">Address</font><br>
                        <font size="1"><b><%=RS_projeto("endereco")%> - <%=RS_projeto("bairro")%><br>
                        <%=RS_projeto("cidade")%> / <%=RS_projeto("estado")%> 
                        - <%=RS_projeto("cep")%> </b></font></td>
                      <td><font size="1">Country<br>
                        <b><%=RS_projeto("pais2")%>&nbsp; <br>
                        </b>Telephone<br>
                        <b><%=RS_projeto("telefone")%>&nbsp; </b><b> </b></font></td>
                    </tr>
                  </table>
                  <font size="1"><br>
                  e-mail<br>
                  <a href="mailto:<%=RS_projeto("email")%>"><b><%=RS_projeto("email")%></b></a> 
                  <b>&nbsp;</b><br>
                  web site<br>
                  <a href="<%=RS_projeto("website")%>" target="_blank"><b><%=RS_projeto("website")%></b></a> 
                  <b>&nbsp; </b></font></td>
              </tr>
            </table>
          </td>
        </tr>
        <tr>
          <td><b>NOTES<br>
            <br>
            </b></td>
        </tr>
      </table>
      <!-- Fim do sistema de projetos -->
      <%
RS_projeto.close
Set RS_projeto = nothing
FechaConn
%>
    </td>
  </tr>
  <tr> 
    <td align="right"><img src="../images/logos/education_for_peace_cinza.gif" width="90" height="75"></td>
  </tr>
</table>
</body>
</html>


