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 105... |
Line 105... |
105 |
</div>
|
105 |
</div>
|
106 |
<div class="row input_row">
|
106 |
<div class="row input_row">
|
107 |
<div class="col-5 offset-xs-1 col-md-4 offset-md-2">
|
107 |
<div class="col-5 offset-xs-1 col-md-4 offset-md-2">
|
108 |
<input id="buttons" class="btn btn-default" value="Annuler" onclick="window.location.href = 'index.php';">
|
108 |
<input id="buttons" class="btn btn-default" value="Annuler" onclick="window.location.href = 'index.php';">
|
109 |
</div>
|
109 |
</div>
|
110 |
<div class="col-5 col-md-4">
|
110 |
<div class="col-5 col-md-4">
|
111 |
<button type="submit" class="btn btn-primary btn-lg" id="buttons" ><?=$l_inscription?></button>
|
111 |
<button type="submit" class="btn btn-primary btn-lg" id="buttons" ><?=$l_inscription?></button>
|
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");
|