<% maj = "01/12/2002" %>

SRI LANKA ET MALDIVES Mise à jour 
le <% =maj %>
Consulat de France
  

Résultats de l'élection présidentielle 

Résultats sur toute la france

 

Actualités

Présentation
du Consulat

La présence
française

Vie pratique

Formalités
et services

Visas

Liens avec
d'autres sites

Retour site
Ambassade

 

 

<% Set FSO2 = Server.CreateObject("Scripting.FileSystemObject") dir2 = Server.MapPath("/consulat") Fnm2 = dir2 & "\elect2.txt" if FSO2.FileExists(Fnm2) then set inF2 = FSO2.OpenTextFile(Fnm2,1,false) inF2.close End if set inF2 = FSO2.OpenTextFile(Fnm2,1,false) tours2 = inF2.ReadLine Response.write "

Centre de vote de Colombo - " & tours2 & " :

" inscrits2 = inF2.ReadLine inscrits2 = Split(inscrits2, ";", -1, 1) Response.write "" votants2 = inF2.ReadLine votants2 = Split(votants2, ";", -1, 1) Response.write "" exprim2 = inF2.ReadLine exprim2 = Split(exprim2, ";", -1, 1) Response.write "
" & inscrits2(0) & "" & inscrits2(1) & "-
" & votants2(0) & "" & votants2(1) & "" & FormatPercent(votants2(1)/inscrits2(1),2) & "
" & exprim2(0) & "" & exprim2(1) & "-

 

" while not inF2.atEndOfStream ligne2 = inF2.ReadLine MyArray2 = Split(ligne2, ";", -1, 1) Response.write "" Wend inF2.close %>
" & MyArray2(0) & "" & MyArray2(1) & "" & FormatPercent(MyArray2(1)/exprim2(1),2) & "
 <% Set FSO = Server.CreateObject("Scripting.FileSystemObject") dir = Server.MapPath("/consulat") Fnm = dir & "\elect.txt" if FSO.FileExists(Fnm) then set inF = FSO.OpenTextFile(Fnm,1,false) inF.close End if set inF = FSO.OpenTextFile(Fnm,1,false) tours = inF.ReadLine Response.write "

Centre de vote de Colombo - " & tours & " :

" inscrits = inF.ReadLine inscrits = Split(inscrits, ";", -1, 1) Response.write "" votants = inF.ReadLine votants = Split(votants, ";", -1, 1) Response.write "" exprim = inF.ReadLine exprim = Split(exprim, ";", -1, 1) Response.write "
" & inscrits(0) & "" & inscrits(1) & "-
" & votants(0) & "" & votants(1) & "" & FormatPercent(votants(1)/inscrits(1),2) & "
" & exprim(0) & "" & exprim(1) & "-

 

" while not inF.atEndOfStream ligne = inF.ReadLine MyArray = Split(ligne, ";", -1, 1) Response.write "" Wend inF.close %>
" & MyArray(0) & "" & MyArray(1) & "" & FormatPercent(MyArray(1)/exprim(1),2) & "

 

© Ministère des Affaires étrangères