aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/learn/forms
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:49:58 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:49:58 +0100
commit1d435be33d8b76cd7b06cd06996c19d74f83cfd4 (patch)
tree86057a0d5693744915564716a97ba7466c041e6e /files/pt-br/learn/forms
parent68fc8e96a9629e73469ed457abd955e548ec670c (diff)
downloadtranslated-content-1d435be33d8b76cd7b06cd06996c19d74f83cfd4.tar.gz
translated-content-1d435be33d8b76cd7b06cd06996c19d74f83cfd4.tar.bz2
translated-content-1d435be33d8b76cd7b06cd06996c19d74f83cfd4.zip
unslug pt-br: modify
Diffstat (limited to 'files/pt-br/learn/forms')
-rw-r--r--files/pt-br/learn/forms/basic_native_form_controls/index.html3
-rw-r--r--files/pt-br/learn/forms/form_validation/index.html3
-rw-r--r--files/pt-br/learn/forms/how_to_build_custom_form_controls/index.html3
-rw-r--r--files/pt-br/learn/forms/how_to_structure_a_web_form/index.html3
-rw-r--r--files/pt-br/learn/forms/index.html3
-rw-r--r--files/pt-br/learn/forms/sending_and_retrieving_form_data/index.html3
-rw-r--r--files/pt-br/learn/forms/your_first_form/index.html3
7 files changed, 14 insertions, 7 deletions
diff --git a/files/pt-br/learn/forms/basic_native_form_controls/index.html b/files/pt-br/learn/forms/basic_native_form_controls/index.html
index ebefe55869..d0fad5e66a 100644
--- a/files/pt-br/learn/forms/basic_native_form_controls/index.html
+++ b/files/pt-br/learn/forms/basic_native_form_controls/index.html
@@ -1,6 +1,6 @@
---
title: Os widgets nativos
-slug: Web/Guide/HTML/Forms/Os_widgets_nativos
+slug: Learn/Forms/Basic_native_form_controls
tags:
- Aprender
- Contrôles
@@ -11,6 +11,7 @@ tags:
- Intermediário
- Web
translation_of: Learn/Forms/Basic_native_form_controls
+original_slug: Web/Guide/HTML/Forms/Os_widgets_nativos
---
<div>{{LearnSidebar}}</div>
diff --git a/files/pt-br/learn/forms/form_validation/index.html b/files/pt-br/learn/forms/form_validation/index.html
index 7f9146d0a4..8cb1e2ace0 100644
--- a/files/pt-br/learn/forms/form_validation/index.html
+++ b/files/pt-br/learn/forms/form_validation/index.html
@@ -1,7 +1,8 @@
---
title: Form data validation
-slug: Web/Guide/HTML/Forms/Form_validation
+slug: Learn/Forms/Form_validation
translation_of: Learn/Forms/Form_validation
+original_slug: Web/Guide/HTML/Forms/Form_validation
---
<div>{{LearnSidebar}}{{PreviousMenuNext("Learn/HTML/Forms/Sending_and_retrieving_form_data", "Learn/HTML/Forms/How_to_build_custom_form_widgets", "Learn/HTML/Forms")}}</div>
diff --git a/files/pt-br/learn/forms/how_to_build_custom_form_controls/index.html b/files/pt-br/learn/forms/how_to_build_custom_form_controls/index.html
index 76e202e685..0fdead0ece 100644
--- a/files/pt-br/learn/forms/how_to_build_custom_form_controls/index.html
+++ b/files/pt-br/learn/forms/how_to_build_custom_form_controls/index.html
@@ -1,7 +1,8 @@
---
title: How to build custom form widgets
-slug: Web/Guide/HTML/Forms/How_to_build_custom_form_widgets
+slug: Learn/Forms/How_to_build_custom_form_controls
translation_of: Learn/Forms/How_to_build_custom_form_controls
+original_slug: Web/Guide/HTML/Forms/How_to_build_custom_form_widgets
---
<div>{{LearnSidebar}}{{PreviousMenuNext("Learn/HTML/Forms/Form_validation", "Learn/HTML/Forms/Sending_forms_through_JavaScript", "Learn/HTML/Forms")}}</div>
diff --git a/files/pt-br/learn/forms/how_to_structure_a_web_form/index.html b/files/pt-br/learn/forms/how_to_structure_a_web_form/index.html
index 33a562813c..2f73baf5e2 100644
--- a/files/pt-br/learn/forms/how_to_structure_a_web_form/index.html
+++ b/files/pt-br/learn/forms/how_to_structure_a_web_form/index.html
@@ -1,6 +1,6 @@
---
title: Como estruturar um formulário HTML
-slug: Web/Guide/HTML/Forms/How_to_structure_an_HTML_form
+slug: Learn/Forms/How_to_structure_a_web_form
tags:
- Beginner
- CodingScripting
@@ -12,6 +12,7 @@ tags:
- Structure
- Web
translation_of: Learn/Forms/How_to_structure_a_web_form
+original_slug: Web/Guide/HTML/Forms/How_to_structure_an_HTML_form
---
<div>
<p>{{LearnSidebar}}</p>
diff --git a/files/pt-br/learn/forms/index.html b/files/pt-br/learn/forms/index.html
index 15bd243566..b7f87b52da 100644
--- a/files/pt-br/learn/forms/index.html
+++ b/files/pt-br/learn/forms/index.html
@@ -1,6 +1,6 @@
---
title: Formulários da Web - Trabalhando com dados do usuário
-slug: Web/Guide/HTML/Forms
+slug: Learn/Forms
tags:
- Aprender
- Funcionalidades
@@ -10,6 +10,7 @@ tags:
- Web
- formulários
translation_of: Learn/Forms
+original_slug: Web/Guide/HTML/Forms
---
<div>{{LearnSidebar}}</div>
diff --git a/files/pt-br/learn/forms/sending_and_retrieving_form_data/index.html b/files/pt-br/learn/forms/sending_and_retrieving_form_data/index.html
index c6eaaee29b..6f83b45aa4 100644
--- a/files/pt-br/learn/forms/sending_and_retrieving_form_data/index.html
+++ b/files/pt-br/learn/forms/sending_and_retrieving_form_data/index.html
@@ -1,7 +1,8 @@
---
title: Sending form data
-slug: Web/Guide/HTML/Forms/Sending_and_retrieving_form_data
+slug: Learn/Forms/Sending_and_retrieving_form_data
translation_of: Learn/Forms/Sending_and_retrieving_form_data
+original_slug: Web/Guide/HTML/Forms/Sending_and_retrieving_form_data
---
<p>Em muitos casos, a finalidade de <a href="/en-US/docs/HTML/Forms" title="/en-US/docs/HTML/Forms">HTML Form</a> Um é enviar dados para um servidor. O servidor processa os dados e envia uma resposta ao usuário. Isso parece simples, mas é importante manter algumas coisas em mente para garantir que os dados não danifiquem o servidor ou causem problemas para seus usuários.</p>
diff --git a/files/pt-br/learn/forms/your_first_form/index.html b/files/pt-br/learn/forms/your_first_form/index.html
index 31ef58aa7c..8c1339a83a 100644
--- a/files/pt-br/learn/forms/your_first_form/index.html
+++ b/files/pt-br/learn/forms/your_first_form/index.html
@@ -1,7 +1,8 @@
---
title: Meu primeiro formulário HTML
-slug: Web/Guide/HTML/Forms/Meu_primeiro_formulario_HTML
+slug: Learn/Forms/Your_first_form
translation_of: Learn/Forms/Your_first_form
+original_slug: Web/Guide/HTML/Forms/Meu_primeiro_formulario_HTML
---
<p>Este é um artigo introdutório para formulários HTML. Através de um simples formulário de contato, nós veremos os requisitos básicos para construir formulários HTML. Esse artigo assume que você não sabe nada sobre formulários HTML, mas presume que você conhece o <a href="/pt-BR/docs/HTML/Introduction">básico de HTML</a> e <a href="/pt-BR/docs/Web/CSS/Getting_Started" title="/en-US/docs/CSS/Getting_Started">CSS</a>.</p>