%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
![]() |
![]() |
|
<% If Session("UserRights") = 3 then Response.Write("") Response.Write("") Response.Write("") End if %> |
<%
Nom = ""
Nom = GetParam("Nom")
Prenom = ""
Prenom = GetParam("Prenom")
Mail1 = ""
Mail1 = GetParam("Mail1")
Login = ""
Login = GetParam("Login")
Err1 = 0
Err1 = Request.QueryString("Err")
If Err1 = 10 then
ShowErr = "Pas de correspondance mail, nom et prénom"
end if
If Err1 = 3 then
ShowErr = "Choisissez un autre login et/ou pass"
end if
If Err1 = 4 then
idJoueur = GetParam("idJoueur")
ShowErr = "Vous avez déjà un login - Cliquez ici pour le recevoir par mail" end if MailSent = 0 MailSent = GetParam("MailSent") If MailSent = 1 then Err1 = 99 Register = GetParam("Register") If Register = 1 then ShowErr = "Enregistrement effectué. Récapitulatif envoyé sur votre adresse mail." else ShowErr = "Récapitulatif envoyé sur votre adresse mail." end if end if %> Nouveau compte<% If Err1 <> 0 then %><%=ShowErr%> <% End if %>Veuillez entrer les informations transmises aux responsables lors de votre inscription.Si vous ne retrouvez pas ces informations, prenez contact avec votre responsable d'équipe. |