aboutsummaryrefslogtreecommitdiff
path: root/files/fr/learn/forms
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/learn/forms')
-rw-r--r--files/fr/learn/forms/advanced_form_styling/index.html3
-rw-r--r--files/fr/learn/forms/basic_native_form_controls/index.html3
-rw-r--r--files/fr/learn/forms/form_validation/index.html3
-rw-r--r--files/fr/learn/forms/how_to_build_custom_form_controls/example_1/index.html5
-rw-r--r--files/fr/learn/forms/how_to_build_custom_form_controls/example_2/index.html5
-rw-r--r--files/fr/learn/forms/how_to_build_custom_form_controls/example_3/index.html5
-rw-r--r--files/fr/learn/forms/how_to_build_custom_form_controls/example_4/index.html5
-rw-r--r--files/fr/learn/forms/how_to_build_custom_form_controls/example_5/index.html5
-rw-r--r--files/fr/learn/forms/how_to_build_custom_form_controls/index.html5
-rw-r--r--files/fr/learn/forms/how_to_structure_a_web_form/example/index.html3
-rw-r--r--files/fr/learn/forms/how_to_structure_a_web_form/index.html3
-rw-r--r--files/fr/learn/forms/html_forms_in_legacy_browsers/index.html3
-rw-r--r--files/fr/learn/forms/index.html3
-rw-r--r--files/fr/learn/forms/property_compatibility_table_for_form_controls/index.html3
-rw-r--r--files/fr/learn/forms/sending_and_retrieving_form_data/index.html3
-rw-r--r--files/fr/learn/forms/sending_forms_through_javascript/index.html3
-rw-r--r--files/fr/learn/forms/styling_web_forms/index.html3
-rw-r--r--files/fr/learn/forms/your_first_form/example/index.html3
-rw-r--r--files/fr/learn/forms/your_first_form/index.html3
19 files changed, 44 insertions, 25 deletions
diff --git a/files/fr/learn/forms/advanced_form_styling/index.html b/files/fr/learn/forms/advanced_form_styling/index.html
index 6d6a68bd4c..3e8fcd3146 100644
--- a/files/fr/learn/forms/advanced_form_styling/index.html
+++ b/files/fr/learn/forms/advanced_form_styling/index.html
@@ -1,6 +1,6 @@
---
title: Composition avancée des formulaires HTML
-slug: Web/Guide/HTML/Formulaires/Advanced_styling_for_HTML_forms
+slug: Learn/Forms/Advanced_form_styling
tags:
- Avancé
- CSS
@@ -10,6 +10,7 @@ tags:
- HTML
- Web
translation_of: Learn/Forms/Advanced_form_styling
+original_slug: Web/Guide/HTML/Formulaires/Advanced_styling_for_HTML_forms
---
<div>{{LearnSidebar}}{{PreviousMenuNext("Web/Guide/HTML/Formulaires/Apparence_des_formulaires_HTML", "Web/Guide/HTML/Formulaires/Property_compatibility_table_for_form_widgets", "Web/Guide/HTML/Formulaires")}}</div>
diff --git a/files/fr/learn/forms/basic_native_form_controls/index.html b/files/fr/learn/forms/basic_native_form_controls/index.html
index 6b692ee256..f40660b29c 100644
--- a/files/fr/learn/forms/basic_native_form_controls/index.html
+++ b/files/fr/learn/forms/basic_native_form_controls/index.html
@@ -1,6 +1,6 @@
---
title: Les widgets de formulaire natifs
-slug: Web/Guide/HTML/Formulaires/Les_blocs_de_formulaires_natifs
+slug: Learn/Forms/Basic_native_form_controls
tags:
- Contrôles
- Exemple
@@ -10,6 +10,7 @@ tags:
- Web
- Widgets
translation_of: Learn/Forms/Basic_native_form_controls
+original_slug: Web/Guide/HTML/Formulaires/Les_blocs_de_formulaires_natifs
---
<div>{{LearnSidebar}}<br>
{{PreviousMenuNext("Web/Guide/HTML/Formulaires/Comment_structurer_un_formulaire_HTML", "Web/Guide/HTML/Formulaires/Envoyer_et_extraire_les_données_des_formulaires", "Web/Guide/HTML/Formulaires")}}</div>
diff --git a/files/fr/learn/forms/form_validation/index.html b/files/fr/learn/forms/form_validation/index.html
index ccbac0ef15..7180169353 100644
--- a/files/fr/learn/forms/form_validation/index.html
+++ b/files/fr/learn/forms/form_validation/index.html
@@ -1,6 +1,6 @@
---
title: Validation des données de formulaires
-slug: Web/Guide/HTML/Formulaires/Validation_donnees_formulaire
+slug: Learn/Forms/Form_validation
tags:
- Exemple
- Formulaires
@@ -10,6 +10,7 @@ tags:
- JavaScript
- Web
translation_of: Learn/Forms/Form_validation
+original_slug: Web/Guide/HTML/Formulaires/Validation_donnees_formulaire
---
<div>{{LearnSidebar}}{{PreviousMenuNext("Web/Guide/HTML/Formulaires/Envoyer_et_extraire_les_données_des_formulaires", "Web/Guide/HTML/Formulaires/Comment_construire_des_widgets_de_formulaires_personnalisés", "Web/Guide/HTML/Formulaires")}}</div>
diff --git a/files/fr/learn/forms/how_to_build_custom_form_controls/example_1/index.html b/files/fr/learn/forms/how_to_build_custom_form_controls/example_1/index.html
index 045f631079..e488687b73 100644
--- a/files/fr/learn/forms/how_to_build_custom_form_controls/example_1/index.html
+++ b/files/fr/learn/forms/how_to_build_custom_form_controls/example_1/index.html
@@ -1,12 +1,13 @@
---
title: Exemple 1
-slug: >-
- Web/Guide/HTML/Formulaires/Comment_construire_des_widgets_de_formulaires_personnalisés/Exemple_1
+slug: Learn/Forms/How_to_build_custom_form_controls/Example_1
tags:
- Formulaires
- Guide
- HTML
translation_of: Learn/Forms/How_to_build_custom_form_controls/Example_1
+original_slug: >-
+ Web/Guide/HTML/Formulaires/Comment_construire_des_widgets_de_formulaires_personnalisés/Exemple_1
---
<p>C'est le premier exemple de code qui explique <a href="/fr/docs/Web/Guide/HTML/Forms/How_to_build_custom_form_widgets">comment construire un widget de formulaire personnalisé</a>.</p>
diff --git a/files/fr/learn/forms/how_to_build_custom_form_controls/example_2/index.html b/files/fr/learn/forms/how_to_build_custom_form_controls/example_2/index.html
index dfb0eb3b6a..b70d286010 100644
--- a/files/fr/learn/forms/how_to_build_custom_form_controls/example_2/index.html
+++ b/files/fr/learn/forms/how_to_build_custom_form_controls/example_2/index.html
@@ -1,11 +1,12 @@
---
title: Exemple 2
-slug: >-
- Web/Guide/HTML/Formulaires/Comment_construire_des_widgets_de_formulaires_personnalisés/Exemple_2
+slug: Learn/Forms/How_to_build_custom_form_controls/Example_2
tags:
- Formulaires
- HTML
translation_of: Learn/Forms/How_to_build_custom_form_controls/Example_2
+original_slug: >-
+ Web/Guide/HTML/Formulaires/Comment_construire_des_widgets_de_formulaires_personnalisés/Exemple_2
---
<p>Ceci est le deuxième exemple expliquant comment <a href="/fr/docs/HTML/Forms/How_to_build_custom_form_widgets" title="/en-US/docs/HTML/Forms/How_to_build_custom_form_widgets">construire un formulaire personnalisé</a>.</p>
diff --git a/files/fr/learn/forms/how_to_build_custom_form_controls/example_3/index.html b/files/fr/learn/forms/how_to_build_custom_form_controls/example_3/index.html
index a647cfaba3..5140b97c20 100644
--- a/files/fr/learn/forms/how_to_build_custom_form_controls/example_3/index.html
+++ b/files/fr/learn/forms/how_to_build_custom_form_controls/example_3/index.html
@@ -1,11 +1,12 @@
---
title: Exemple 3
-slug: >-
- Web/Guide/HTML/Formulaires/Comment_construire_des_widgets_de_formulaires_personnalisés/Example_3
+slug: Learn/Forms/How_to_build_custom_form_controls/Example_3
tags:
- Formulaires
- HTML
translation_of: Learn/Forms/How_to_build_custom_form_controls/Example_3
+original_slug: >-
+ Web/Guide/HTML/Formulaires/Comment_construire_des_widgets_de_formulaires_personnalisés/Example_3
---
<p>Ceci est le troisième exemple expliquant comment <a href="https://developer.mozilla.org/en-US/docs/HTML/Forms/How_to_build_custom_form_widgets" title="/en-US/docs/HTML/Forms/How_to_build_custom_form_widgets">construire des widgets de formulaire personnalisés</a>.</p>
diff --git a/files/fr/learn/forms/how_to_build_custom_form_controls/example_4/index.html b/files/fr/learn/forms/how_to_build_custom_form_controls/example_4/index.html
index 4bd1a9a069..e1d738ee61 100644
--- a/files/fr/learn/forms/how_to_build_custom_form_controls/example_4/index.html
+++ b/files/fr/learn/forms/how_to_build_custom_form_controls/example_4/index.html
@@ -1,7 +1,6 @@
---
title: Exemple 4
-slug: >-
- Web/Guide/HTML/Formulaires/Comment_construire_des_widgets_de_formulaires_personnalisés/Example_4
+slug: Learn/Forms/How_to_build_custom_form_controls/Example_4
tags:
- Avancé
- Exemple
@@ -10,6 +9,8 @@ tags:
- HTML
- Web
translation_of: Learn/Forms/How_to_build_custom_form_controls/Example_4
+original_slug: >-
+ Web/Guide/HTML/Formulaires/Comment_construire_des_widgets_de_formulaires_personnalisés/Example_4
---
<p>Ceci est le quatrième exemple expliquant <a href="/en-US/docs/Learn/HTML/Forms/How_to_build_custom_form_widgets">comment construire des widgets de formulaire personnalisés</a>.</p>
diff --git a/files/fr/learn/forms/how_to_build_custom_form_controls/example_5/index.html b/files/fr/learn/forms/how_to_build_custom_form_controls/example_5/index.html
index bf1143d186..aad371bc78 100644
--- a/files/fr/learn/forms/how_to_build_custom_form_controls/example_5/index.html
+++ b/files/fr/learn/forms/how_to_build_custom_form_controls/example_5/index.html
@@ -1,11 +1,12 @@
---
title: Exemple 5
-slug: >-
- Web/Guide/HTML/Formulaires/Comment_construire_des_widgets_de_formulaires_personnalisés/Example_5
+slug: Learn/Forms/How_to_build_custom_form_controls/Example_5
tags:
- Formulaires
- HTML
translation_of: Learn/Forms/How_to_build_custom_form_controls/Example_5
+original_slug: >-
+ Web/Guide/HTML/Formulaires/Comment_construire_des_widgets_de_formulaires_personnalisés/Example_5
---
<p>Voici le dernier exemple expliquant <a href="/fr/docs/HTML/Forms/How_to_build_custom_form_widgets" title="/en-US/docs/HTML/Forms/How_to_build_custom_form_widgets">comment construire des widgets de formulaire personnalisés</a>.</p>
diff --git a/files/fr/learn/forms/how_to_build_custom_form_controls/index.html b/files/fr/learn/forms/how_to_build_custom_form_controls/index.html
index 4173ff9f9c..4ff0241870 100644
--- a/files/fr/learn/forms/how_to_build_custom_form_controls/index.html
+++ b/files/fr/learn/forms/how_to_build_custom_form_controls/index.html
@@ -1,7 +1,6 @@
---
title: Comment construire des widgets de formulaires personnalisés
-slug: >-
- Web/Guide/HTML/Formulaires/Comment_construire_des_widgets_de_formulaires_personnalisés
+slug: Learn/Forms/How_to_build_custom_form_controls
tags:
- Avancé
- Exemple
@@ -10,6 +9,8 @@ tags:
- HTML
- Web
translation_of: Learn/Forms/How_to_build_custom_form_controls
+original_slug: >-
+ Web/Guide/HTML/Formulaires/Comment_construire_des_widgets_de_formulaires_personnalisés
---
<div>{{LearnSidebar}}{{PreviousMenuNext("Web/Guide/HTML/Formulaires/Validation_donnees_formulaire", "Web/Guide/HTML/Formulaires/Sending_forms_through_JavaScript", "Web/Guide/HTML/Formulaires")}}</div>
diff --git a/files/fr/learn/forms/how_to_structure_a_web_form/example/index.html b/files/fr/learn/forms/how_to_structure_a_web_form/example/index.html
index 91cd643bd1..cb36b36527 100644
--- a/files/fr/learn/forms/how_to_structure_a_web_form/example/index.html
+++ b/files/fr/learn/forms/how_to_structure_a_web_form/example/index.html
@@ -1,7 +1,8 @@
---
title: Exemple
-slug: Web/Guide/HTML/Formulaires/Comment_structurer_un_formulaire_HTML/Exemple
+slug: Learn/Forms/How_to_structure_a_web_form/Example
translation_of: Learn/Forms/How_to_structure_a_web_form/Example
+original_slug: Web/Guide/HTML/Formulaires/Comment_structurer_un_formulaire_HTML/Exemple
---
<p>Ceci est un exemple de formulaire de paiement basique extrait de l'article <a href="/fr/docs/HTML/Formulaires/Comment_structurer_un_formulaire_HTML" title="/fr/docs/HTML/Formulaires/Comment_structurer_un_formulaire_HTML">Comment structurer un formulaire HTML</a>.</p>
diff --git a/files/fr/learn/forms/how_to_structure_a_web_form/index.html b/files/fr/learn/forms/how_to_structure_a_web_form/index.html
index f7d2e7db7d..80b6d6d142 100644
--- a/files/fr/learn/forms/how_to_structure_a_web_form/index.html
+++ b/files/fr/learn/forms/how_to_structure_a_web_form/index.html
@@ -1,6 +1,6 @@
---
title: Comment structurer un formulaire HTML
-slug: Web/Guide/HTML/Formulaires/Comment_structurer_un_formulaire_HTML
+slug: Learn/Forms/How_to_structure_a_web_form
tags:
- Apprentissage
- Débutant
@@ -11,6 +11,7 @@ tags:
- Structure
- Web
translation_of: Learn/Forms/How_to_structure_a_web_form
+original_slug: Web/Guide/HTML/Formulaires/Comment_structurer_un_formulaire_HTML
---
<div>{{LearnSidebar}}</div>
diff --git a/files/fr/learn/forms/html_forms_in_legacy_browsers/index.html b/files/fr/learn/forms/html_forms_in_legacy_browsers/index.html
index 6c1d043659..8267194ba9 100644
--- a/files/fr/learn/forms/html_forms_in_legacy_browsers/index.html
+++ b/files/fr/learn/forms/html_forms_in_legacy_browsers/index.html
@@ -1,7 +1,8 @@
---
title: Formulaires HTML dans les navigateurs historiques
-slug: Web/Guide/HTML/Formulaires/HTML_forms_in_legacy_browsers
+slug: Learn/Forms/HTML_forms_in_legacy_browsers
translation_of: Learn/Forms/HTML_forms_in_legacy_browsers
+original_slug: Web/Guide/HTML/Formulaires/HTML_forms_in_legacy_browsers
---
<div>{{LearnSidebar}}{{PreviousMenuNext("Web/Guide/HTML/Formulaires/Sending_forms_through_JavaScript", "Web/Guide/HTML/Formulaires/Apparence_des_formulaires_HTML", "Web/Guide/HTML/Formulaires")}}</div>
diff --git a/files/fr/learn/forms/index.html b/files/fr/learn/forms/index.html
index 9927bd3385..fadf1ab046 100644
--- a/files/fr/learn/forms/index.html
+++ b/files/fr/learn/forms/index.html
@@ -1,6 +1,6 @@
---
title: Formulaires HTML
-slug: Web/Guide/HTML/Formulaires
+slug: Learn/Forms
tags:
- Apprentissage
- Featured
@@ -9,6 +9,7 @@ tags:
- HTML
- Web
translation_of: Learn/Forms
+original_slug: Web/Guide/HTML/Formulaires
---
<p>{{learnSidebar}}</p>
diff --git a/files/fr/learn/forms/property_compatibility_table_for_form_controls/index.html b/files/fr/learn/forms/property_compatibility_table_for_form_controls/index.html
index eacb5640ef..4c702ca4c0 100644
--- a/files/fr/learn/forms/property_compatibility_table_for_form_controls/index.html
+++ b/files/fr/learn/forms/property_compatibility_table_for_form_controls/index.html
@@ -1,6 +1,6 @@
---
title: Table de compatibilité des propriétés pour les widgets de formulaire
-slug: Web/Guide/HTML/Formulaires/Property_compatibility_table_for_form_widgets
+slug: Learn/Forms/Property_compatibility_table_for_form_controls
tags:
- Avancé
- CSS
@@ -11,6 +11,7 @@ tags:
- Mises à jour
- Web
translation_of: Learn/Forms/Property_compatibility_table_for_form_controls
+original_slug: Web/Guide/HTML/Formulaires/Property_compatibility_table_for_form_widgets
---
<div>{{learnsidebar}}{{PreviousMenu("Web/Guide/HTML/Formulaires/Advanced_styling_for_HTML_forms", "Web/Guide/HTML/Formulaires")}}</div>
diff --git a/files/fr/learn/forms/sending_and_retrieving_form_data/index.html b/files/fr/learn/forms/sending_and_retrieving_form_data/index.html
index bc81996fda..a1664fe4a5 100644
--- a/files/fr/learn/forms/sending_and_retrieving_form_data/index.html
+++ b/files/fr/learn/forms/sending_and_retrieving_form_data/index.html
@@ -1,6 +1,6 @@
---
title: Envoyer et extraire les données des formulaires
-slug: Web/Guide/HTML/Formulaires/Envoyer_et_extraire_les_données_des_formulaires
+slug: Learn/Forms/Sending_and_retrieving_form_data
tags:
- Débutant
- En-têtes
@@ -12,6 +12,7 @@ tags:
- Sécurité
- Web
translation_of: Learn/Forms/Sending_and_retrieving_form_data
+original_slug: Web/Guide/HTML/Formulaires/Envoyer_et_extraire_les_données_des_formulaires
---
<div>{{learnSidebar}}{{PreviousMenuNext("Web/Guide/HTML/Formulaires/Les_blocs_de_formulaires_natifs", "Web/Guide/HTML/Formulaires/Validation_donnees_formulaire", "Web/Guide/HTML/Formulaires")}}</div>
diff --git a/files/fr/learn/forms/sending_forms_through_javascript/index.html b/files/fr/learn/forms/sending_forms_through_javascript/index.html
index 922bfb2aaf..d668fe6169 100644
--- a/files/fr/learn/forms/sending_forms_through_javascript/index.html
+++ b/files/fr/learn/forms/sending_forms_through_javascript/index.html
@@ -1,7 +1,8 @@
---
title: Envoi de formulaires avec JavaScript
-slug: Web/Guide/HTML/Formulaires/Sending_forms_through_JavaScript
+slug: Learn/Forms/Sending_forms_through_JavaScript
translation_of: Learn/Forms/Sending_forms_through_JavaScript
+original_slug: Web/Guide/HTML/Formulaires/Sending_forms_through_JavaScript
---
<div>{{LearnSidebar}}{{PreviousMenuNext("Web/Guide/HTML/Formulaires/Comment_construire_des_widgets_de_formulaires_personnalisés", "Web/Guide/HTML/Formulaires/HTML_forms_in_legacy_browsers", "Web/Guide/HTML/Formulaires")}}</div>
diff --git a/files/fr/learn/forms/styling_web_forms/index.html b/files/fr/learn/forms/styling_web_forms/index.html
index fbdafe47d4..a359f85cb2 100644
--- a/files/fr/learn/forms/styling_web_forms/index.html
+++ b/files/fr/learn/forms/styling_web_forms/index.html
@@ -1,6 +1,6 @@
---
title: Mise en forme des formulaires HTML
-slug: Web/Guide/HTML/Formulaires/Apparence_des_formulaires_HTML
+slug: Learn/Forms/Styling_web_forms
tags:
- CSS
- Exemple
@@ -10,6 +10,7 @@ tags:
- Intermédiaire
- Web
translation_of: Learn/Forms/Styling_web_forms
+original_slug: Web/Guide/HTML/Formulaires/Apparence_des_formulaires_HTML
---
<div>{{LearnSidebar}}{{PreviousMenuNext("Web/Guide/HTML/Formulaires/HTML_forms_in_legacy_browsers", "Web/Guide/HTML/Formulaires/Advanced_styling_for_HTML_forms", "Web/Guide/HTML/Formulaires")}}</div>
diff --git a/files/fr/learn/forms/your_first_form/example/index.html b/files/fr/learn/forms/your_first_form/example/index.html
index 3f25e6d644..70455c78a8 100644
--- a/files/fr/learn/forms/your_first_form/example/index.html
+++ b/files/fr/learn/forms/your_first_form/example/index.html
@@ -1,7 +1,8 @@
---
title: Exemple
-slug: Web/Guide/HTML/Formulaires/Mon_premier_formulaire_HTML/Exemple
+slug: Learn/Forms/Your_first_form/Example
translation_of: Learn/Forms/Your_first_form/Example
+original_slug: Web/Guide/HTML/Formulaires/Mon_premier_formulaire_HTML/Exemple
---
<p>Ceci est l'exemple pour l'article <a href="/fr/docs/HTML/Formulaires/Mon_premier_formulaire_HTML" title="/en-US/docs/HTML/Forms/My_first_HTML_form">Mon premier formulaire HTML</a>.</p>
diff --git a/files/fr/learn/forms/your_first_form/index.html b/files/fr/learn/forms/your_first_form/index.html
index 8f082f6d81..ca8631cf21 100644
--- a/files/fr/learn/forms/your_first_form/index.html
+++ b/files/fr/learn/forms/your_first_form/index.html
@@ -1,6 +1,6 @@
---
title: Mon premier formulaire HTML
-slug: Web/Guide/HTML/Formulaires/Mon_premier_formulaire_HTML
+slug: Learn/Forms/Your_first_form
tags:
- Apprentissage
- Codage
@@ -11,6 +11,7 @@ tags:
- HTML
- Web
translation_of: Learn/Forms/Your_first_form
+original_slug: Web/Guide/HTML/Formulaires/Mon_premier_formulaire_HTML
---
<p>{{LearnSidebar}}{{NextMenu("Web/Guide/HTML/Formulaires/Comment_structurer_un_formulaire_HTML", "Web/Guide/HTML/Formulaires")}}</p>