<%@ Language=VBScript %> <% Set connexion = Server.CreateObject("ADODB.Connection") connexion.Open "copyright" %> GICM-Administration

CONGRES EN <%=UCASE(Request.Querystring("specialite"))%>

"> "> "> <% If Request.Querystring("modeAff")="LaListe" Then %> <% Else %> <% End If %>
AFFICHAGE
 Liste
 Par congrès
 Liste
 Par congrès

<% If Request.Querystring("modeAff")="LaListe" Then %> Pour consulter la description d'un congrès, cliquez sur le numéro correspondant <% indice=1 While Not RsCongres.Eof If indice mod 2 Then %> <% Else %> <% End If indice=indice+1 RsCongres.Movenext Wend %>

Titre

Ville

Pays

Début

Fin

&<%=strQuery%>"><%=indice%>  <%=RsCongres("intitule")%>  <%=RsCongres("ville")%>  <%=RsCongres("pays")%>  <%=RsCongres("debut_congres")%>  <%=RsCongres("fin_congres")%> 
&<%=strQuery%>"><%=indice%>  <%=RsCongres("intitule")%>  <%=RsCongres("ville")%>  <%=RsCongres("pays")%>  <%=RsCongres("debut_congres")%>  <%=RsCongres("fin_congres")%> 
<% ElseIf Request.Querystring("modeAff")= "LaFiche" Then %>

<%=RsCongres("intitule")%>

<%If Request.Querystring("Direction")="Premier" Then%> <%Else%> <%End If%> <%If Request.Querystring("Direction")="Dernier" Then%> <%Else%> <%End If%>

Numéro du congrès : <%= RsCongres("num_congres")%> Date de début : <%= RsCongres("date_cong_deb")%> Date de fin : <%= RsCongres("date_cong_fin")%>

Thème

Ville : <%= RsCongres("ville")%> zip :<%= RsCongres("Zip")%> <%= RsCongres("theme")%> 
Pays : <%= RsCongres("pays")%> dept : <%= RsCongres("dept")%>
Country : <%= RsCongres("country")%> state : <%= RsCongres("state")%>
Domaine : <%= RsCongres("domain")%> spécialité : <%= RsCongres("specialite")%>
Abréviations <%= RsCongres("abreviation")%> 
rappel 1 <%= RsCongres("rappel_1")%> 
rappel 2 <%= RsCongres("rappel_2")%> 
rappel 3 <%= RsCongres("rappel_3")%> 
titre <%= RsCongres("titre")%> 
adresse <%= RsCongres("adresse")%> 
public <%= RsCongres("public")%>  langue : <%= RsCongres("langues")%>
Comité scientifique <%= RsCongres("comite_scientifique")%> 
 téléphone Index : <%= RsCongres("index_tel")%>  Téléphone : <%= RsCongres("comite1_tel")%>  Fax : <%= RsCongres("comite1_fax")%> 
E-mail <%= RsCongres("comite1_Email")%> 
Comité d'organisation <%= RsCongres("comite_organisation")%> 
  Téléphone : <%= RsCongres("comite2_tel")%>  Fax : <%= RsCongres("comite2_fax")%> 
E-mail <%= RsCongres("comite2_Email")%> 


<% End If %>