Subversion Repositories ALCASAR

Rev

Rev 3038 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log

Rev 3038 Rev 3139
Line 61... Line 61...
61
	$l_mail_success = "تم إرسال كلمة المرور إلى عنوان البريد الإلكتروني الخاص بك.\\nتحقق من البريد العشوائي أو البريد غير الهام ، إذا كنت لا ترى هذا البريد الإلكتروني في صندوق الوارد الخاص بك.";
61
	$l_mail_success = "تم إرسال كلمة المرور إلى عنوان البريد الإلكتروني الخاص بك.\\nتحقق من البريد العشوائي أو البريد غير الهام ، إذا كنت لا ترى هذا البريد الإلكتروني في صندوق الوارد الخاص بك.";
62
	$l_mail_error = "الرجاء تجديد التسجيل الخاص بك أو الاتصال بالمسؤول.";
62
	$l_mail_error = "الرجاء تجديد التسجيل الخاص بك أو الاتصال بالمسؤول.";
63
} else if ($Language === 'fr') {
63
} else if ($Language === 'fr') {
64
	$l_title = "Inscription par e-mail";
64
	$l_title = "Inscription par e-mail";
65
	$l_Email = "Adresse e-mail : *";
65
	$l_Email = "Adresse e-mail : *";
66
	$l_mandatory = "* Champs obligatoires";
66
	$l_mandatory = "* Champs requis";
67
	$l_inscription = "Inscription";
67
	$l_inscription = "Inscription";
68
	$l_mail_success = "Un mot de passe vient d'être envoyé à votre adresse e-mail.\\nVérifier vos spams ou courriers indésirables, si vous ne voyez pas cet e-mail dans votre boîte de réception.";
68
	$l_mail_success = "Un mot de passe vient d'être envoyé à votre adresse e-mail.\\nVérifier vos spams ou courriers indésirables, si vous ne voyez pas cet e-mail dans votre boîte de réception.";
69
	$l_mail_error = "Une erreur s'est produite. Veuillez renouveler votre inscription ou contacter votre administrateur.";
69
	$l_mail_error = "Une erreur s'est produite. Veuillez renouveler votre inscription ou contacter votre administrateur.";
70
} else { // english
70
} else { // english
71
	$l_title = "e-mail inscription";
71
	$l_title = "e-mail inscription";
Line 112... Line 112...
112
					</div>
112
					</div>
113
				</div>
113
				</div>
114
			</form>
114
			</form>
115
		</section>
115
		</section>
116
		<script>
116
		<script>
117
			$(document).ready(function(){
117
			jQuery(document).ready(function($){
118
				$("#contenu_acces input").focus(function(){
118
				$("#contenu_acces input").focus(function(){
119
					$("#status").fadeOut(800);
119
					$("#status").fadeOut(800);
120
				});
120
				});
121
				$("#contenu_acces").submit(function(){
121
				$("#contenu_acces").submit(function(){
122
					var status = $("#status");
122
					var status = $("#status");