aboutsummaryrefslogtreecommitdiff
path: root/files/ru/learn/forms
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:51:06 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:51:06 +0100
commit786d51e5e35f25c06fc64083574a435e240b2a54 (patch)
tree7f2967c8f445737d9d9df5f318bdebe851434087 /files/ru/learn/forms
parentc058fa0fb22dc40ef0225b21a97578cddd0aaffa (diff)
downloadtranslated-content-786d51e5e35f25c06fc64083574a435e240b2a54.tar.gz
translated-content-786d51e5e35f25c06fc64083574a435e240b2a54.tar.bz2
translated-content-786d51e5e35f25c06fc64083574a435e240b2a54.zip
unslug ru: modify
Diffstat (limited to 'files/ru/learn/forms')
-rw-r--r--files/ru/learn/forms/basic_native_form_controls/index.html3
-rw-r--r--files/ru/learn/forms/form_validation/index.html3
-rw-r--r--files/ru/learn/forms/how_to_build_custom_form_controls/index.html3
-rw-r--r--files/ru/learn/forms/how_to_structure_a_web_form/index.html3
-rw-r--r--files/ru/learn/forms/index.html3
-rw-r--r--files/ru/learn/forms/sending_and_retrieving_form_data/index.html3
-rw-r--r--files/ru/learn/forms/sending_forms_through_javascript/index.html3
-rw-r--r--files/ru/learn/forms/styling_web_forms/index.html3
-rw-r--r--files/ru/learn/forms/your_first_form/index.html3
9 files changed, 18 insertions, 9 deletions
diff --git a/files/ru/learn/forms/basic_native_form_controls/index.html b/files/ru/learn/forms/basic_native_form_controls/index.html
index eae3fbb32d..f6465a6aa0 100644
--- a/files/ru/learn/forms/basic_native_form_controls/index.html
+++ b/files/ru/learn/forms/basic_native_form_controls/index.html
@@ -1,7 +1,8 @@
---
title: Стандартные виджеты форм
-slug: Learn/HTML/Forms/Стандартные_виджеты_форм
+slug: Learn/Forms/Basic_native_form_controls
translation_of: Learn/Forms/Basic_native_form_controls
+original_slug: Learn/HTML/Forms/Стандартные_виджеты_форм
---
<div>{{LearnSidebar}}</div>
diff --git a/files/ru/learn/forms/form_validation/index.html b/files/ru/learn/forms/form_validation/index.html
index f2c5f362ac..4aec16d46d 100644
--- a/files/ru/learn/forms/form_validation/index.html
+++ b/files/ru/learn/forms/form_validation/index.html
@@ -1,7 +1,8 @@
---
title: Проверка данных формы (проверка валидности формы на стороне клиента)
-slug: Learn/HTML/Forms/Валидация_формы
+slug: Learn/Forms/Form_validation
translation_of: Learn/Forms/Form_validation
+original_slug: Learn/HTML/Forms/Валидация_формы
---
<p>
<audio class="audio-for-speech"></audio>
diff --git a/files/ru/learn/forms/how_to_build_custom_form_controls/index.html b/files/ru/learn/forms/how_to_build_custom_form_controls/index.html
index 8a4ca2d6b8..344868775b 100644
--- a/files/ru/learn/forms/how_to_build_custom_form_controls/index.html
+++ b/files/ru/learn/forms/how_to_build_custom_form_controls/index.html
@@ -1,6 +1,6 @@
---
title: Как создавать пользовательские виджеты форм
-slug: Learn/HTML/Forms/How_to_build_custom_form_widgets
+slug: Learn/Forms/How_to_build_custom_form_controls
tags:
- HTML
- Web
@@ -9,6 +9,7 @@ tags:
- Руководство
- Формы
translation_of: Learn/Forms/How_to_build_custom_form_controls
+original_slug: Learn/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/ru/learn/forms/how_to_structure_a_web_form/index.html b/files/ru/learn/forms/how_to_structure_a_web_form/index.html
index 741d773dba..97f8a42ad8 100644
--- a/files/ru/learn/forms/how_to_structure_a_web_form/index.html
+++ b/files/ru/learn/forms/how_to_structure_a_web_form/index.html
@@ -1,6 +1,6 @@
---
title: Как структурировать HTML-формы
-slug: Learn/HTML/Forms/How_to_structure_an_HTML_form
+slug: Learn/Forms/How_to_structure_a_web_form
tags:
- HTML-форма
- Веб-форма
@@ -9,6 +9,7 @@ tags:
- Структурирование
- Форма
translation_of: Learn/Forms/How_to_structure_a_web_form
+original_slug: Learn/HTML/Forms/How_to_structure_an_HTML_form
---
<div>{{LearnSidebar}}</div>
diff --git a/files/ru/learn/forms/index.html b/files/ru/learn/forms/index.html
index 02e36df560..3addc9a37b 100644
--- a/files/ru/learn/forms/index.html
+++ b/files/ru/learn/forms/index.html
@@ -1,6 +1,6 @@
---
title: Руководство по HTML-формам
-slug: Learn/HTML/Forms
+slug: Learn/Forms
tags:
- HTML
- Web
@@ -8,6 +8,7 @@ tags:
- Руководство
- Формы
translation_of: Learn/Forms
+original_slug: Learn/HTML/Forms
---
<p>{{LearnSidebar}}</p>
diff --git a/files/ru/learn/forms/sending_and_retrieving_form_data/index.html b/files/ru/learn/forms/sending_and_retrieving_form_data/index.html
index 9e7900f783..3aebc66024 100644
--- a/files/ru/learn/forms/sending_and_retrieving_form_data/index.html
+++ b/files/ru/learn/forms/sending_and_retrieving_form_data/index.html
@@ -1,7 +1,8 @@
---
title: Отправка данных формы
-slug: Learn/HTML/Forms/Отправка_и_Получение_данных_формы
+slug: Learn/Forms/Sending_and_retrieving_form_data
translation_of: Learn/Forms/Sending_and_retrieving_form_data
+original_slug: Learn/HTML/Forms/Отправка_и_Получение_данных_формы
---
<div>{{LearnSidebar}}{{PreviousMenuNext("Learn/HTML/Forms/The_native_form_widgets", "Learn/HTML/Forms/Form_validation", "Learn/HTML/Forms")}}</div>
diff --git a/files/ru/learn/forms/sending_forms_through_javascript/index.html b/files/ru/learn/forms/sending_forms_through_javascript/index.html
index d98ccea1ac..b686d909df 100644
--- a/files/ru/learn/forms/sending_forms_through_javascript/index.html
+++ b/files/ru/learn/forms/sending_forms_through_javascript/index.html
@@ -1,7 +1,8 @@
---
title: Отправка форм при помощи JavaScript
-slug: Learn/HTML/Forms/Sending_forms_through_JavaScript
+slug: Learn/Forms/Sending_forms_through_JavaScript
translation_of: Learn/Forms/Sending_forms_through_JavaScript
+original_slug: Learn/HTML/Forms/Sending_forms_through_JavaScript
---
<div>{{LearnSidebar}}</div>
diff --git a/files/ru/learn/forms/styling_web_forms/index.html b/files/ru/learn/forms/styling_web_forms/index.html
index f8cc1644dc..f818654906 100644
--- a/files/ru/learn/forms/styling_web_forms/index.html
+++ b/files/ru/learn/forms/styling_web_forms/index.html
@@ -1,7 +1,8 @@
---
title: Стили HTML форм
-slug: Learn/HTML/Forms/Styling_HTML_forms
+slug: Learn/Forms/Styling_web_forms
translation_of: Learn/Forms/Styling_web_forms
+original_slug: Learn/HTML/Forms/Styling_HTML_forms
---
<p>{{LearnSidebar}}{{PreviousMenuNext("Learn/HTML/Forms/HTML_forms_in_legacy_browsers", "Learn/HTML/Forms/Advanced_styling_for_HTML_forms", "Learn/HTML/Forms")}}</p>
diff --git a/files/ru/learn/forms/your_first_form/index.html b/files/ru/learn/forms/your_first_form/index.html
index b68d433739..4cb3f856d0 100644
--- a/files/ru/learn/forms/your_first_form/index.html
+++ b/files/ru/learn/forms/your_first_form/index.html
@@ -1,11 +1,12 @@
---
title: Ваша первая HTML форма
-slug: Learn/HTML/Forms/Ваша_первая_HTML_форма
+slug: Learn/Forms/Your_first_form
tags:
- HTML-форма
- Веб-форма
- Форма
translation_of: Learn/Forms/Your_first_form
+original_slug: Learn/HTML/Forms/Ваша_первая_HTML_форма
---
<div>{{LearnSidebar}}{{NextMenu("Learn/HTML/Forms/How_to_structure_an_HTML_form", "Learn/HTML/Forms")}}</div>