diff options
Diffstat (limited to 'files/ja/learn/forms')
11 files changed, 22 insertions, 11 deletions
diff --git a/files/ja/learn/forms/advanced_form_styling/index.html b/files/ja/learn/forms/advanced_form_styling/index.html index 9e6cf26d94..aa82c80611 100644 --- a/files/ja/learn/forms/advanced_form_styling/index.html +++ b/files/ja/learn/forms/advanced_form_styling/index.html @@ -1,6 +1,6 @@ --- title: HTML フォームへの高度なスタイル設定 -slug: Learn/Forms/Advanced_styling_for_HTML_forms +slug: Learn/Forms/Advanced_form_styling tags: - Advanced - CSS @@ -10,6 +10,7 @@ tags: - ガイド - 例 translation_of: Learn/Forms/Advanced_form_styling +original_slug: Learn/Forms/Advanced_styling_for_HTML_forms --- <div>{{LearnSidebar}}</div> diff --git a/files/ja/learn/forms/basic_native_form_controls/index.html b/files/ja/learn/forms/basic_native_form_controls/index.html index f0ddcdc09d..c70f746b3b 100644 --- a/files/ja/learn/forms/basic_native_form_controls/index.html +++ b/files/ja/learn/forms/basic_native_form_controls/index.html @@ -1,6 +1,6 @@ --- title: 基本的なネイティブフォームコントロール -slug: Learn/Forms/The_native_form_widgets +slug: Learn/Forms/Basic_native_form_controls tags: - Example - Forms @@ -9,6 +9,7 @@ tags: - Intermediate - Web translation_of: Learn/Forms/Basic_native_form_controls +original_slug: Learn/Forms/The_native_form_widgets --- <div>{{LearnSidebar}}</div> diff --git a/files/ja/learn/forms/how_to_build_custom_form_controls/example_1/index.html b/files/ja/learn/forms/how_to_build_custom_form_controls/example_1/index.html index 1515dc573f..9367da3906 100644 --- a/files/ja/learn/forms/how_to_build_custom_form_controls/example_1/index.html +++ b/files/ja/learn/forms/how_to_build_custom_form_controls/example_1/index.html @@ -1,7 +1,8 @@ --- title: 例 1 -slug: Learn/Forms/How_to_build_custom_form_widgets/Example_1 +slug: Learn/Forms/How_to_build_custom_form_controls/Example_1 translation_of: Learn/Forms/How_to_build_custom_form_controls/Example_1 +original_slug: Learn/Forms/How_to_build_custom_form_widgets/Example_1 --- <p>これは、<a href="/ja/docs/Learn/HTML/Forms/How_to_build_custom_form_widgets">カスタムフォームウィジェットの作成方法</a>を説明する最初のコード例です。</p> diff --git a/files/ja/learn/forms/how_to_build_custom_form_controls/example_2/index.html b/files/ja/learn/forms/how_to_build_custom_form_controls/example_2/index.html index 7a547909ce..f68e64c3a0 100644 --- a/files/ja/learn/forms/how_to_build_custom_form_controls/example_2/index.html +++ b/files/ja/learn/forms/how_to_build_custom_form_controls/example_2/index.html @@ -1,10 +1,11 @@ --- title: 例 2 -slug: Learn/Forms/How_to_build_custom_form_widgets/Example_2 +slug: Learn/Forms/How_to_build_custom_form_controls/Example_2 tags: - Forms - HTML translation_of: Learn/Forms/How_to_build_custom_form_controls/Example_2 +original_slug: Learn/Forms/How_to_build_custom_form_widgets/Example_2 --- <p>これは、<a href="/ja/docs/Learn/HTML/Forms/How_to_build_custom_form_widgets">カスタムフォームウィジェットの作成方法</a>を説明する2番目の例です。</p> diff --git a/files/ja/learn/forms/how_to_build_custom_form_controls/example_3/index.html b/files/ja/learn/forms/how_to_build_custom_form_controls/example_3/index.html index ac3763cb80..e650b78cc3 100644 --- a/files/ja/learn/forms/how_to_build_custom_form_controls/example_3/index.html +++ b/files/ja/learn/forms/how_to_build_custom_form_controls/example_3/index.html @@ -1,10 +1,11 @@ --- title: 例 3 -slug: Learn/Forms/How_to_build_custom_form_widgets/Example_3 +slug: Learn/Forms/How_to_build_custom_form_controls/Example_3 tags: - Forms - HTML translation_of: Learn/Forms/How_to_build_custom_form_controls/Example_3 +original_slug: Learn/Forms/How_to_build_custom_form_widgets/Example_3 --- <p>これは、<a href="/ja/docs/Learn/HTML/Forms/How_to_build_custom_form_widgets">カスタムフォームウィジェットの作成方法</a>を説明する3番目の例です。</p> diff --git a/files/ja/learn/forms/how_to_build_custom_form_controls/example_4/index.html b/files/ja/learn/forms/how_to_build_custom_form_controls/example_4/index.html index 51fa53c27a..3682793426 100644 --- a/files/ja/learn/forms/how_to_build_custom_form_controls/example_4/index.html +++ b/files/ja/learn/forms/how_to_build_custom_form_controls/example_4/index.html @@ -1,6 +1,6 @@ --- title: 例 4 -slug: Learn/Forms/How_to_build_custom_form_widgets/Example_4 +slug: Learn/Forms/How_to_build_custom_form_controls/Example_4 tags: - Advanced - Example @@ -9,6 +9,7 @@ tags: - HTML - Web translation_of: Learn/Forms/How_to_build_custom_form_controls/Example_4 +original_slug: Learn/Forms/How_to_build_custom_form_widgets/Example_4 --- <p>これは、<a href="/ja/docs/Learn/HTML/Forms/How_to_build_custom_form_widgets">カスタムフォームウィジェットの作成方法</a>を説明する4番目の例です。</p> diff --git a/files/ja/learn/forms/how_to_build_custom_form_controls/example_5/index.html b/files/ja/learn/forms/how_to_build_custom_form_controls/example_5/index.html index 4bad8016bb..afac562910 100644 --- a/files/ja/learn/forms/how_to_build_custom_form_controls/example_5/index.html +++ b/files/ja/learn/forms/how_to_build_custom_form_controls/example_5/index.html @@ -1,10 +1,11 @@ --- title: 例 5 -slug: Learn/Forms/How_to_build_custom_form_widgets/Example_5 +slug: Learn/Forms/How_to_build_custom_form_controls/Example_5 tags: - Forms - HTML translation_of: Learn/Forms/How_to_build_custom_form_controls/Example_5 +original_slug: Learn/Forms/How_to_build_custom_form_widgets/Example_5 --- <p>これが、<a href="/ja/docs/Learn/HTML/Forms/How_to_build_custom_form_widgets">カスタムフォームウィジェットの作成方法</a>を説明する最後の例です。</p> diff --git a/files/ja/learn/forms/how_to_build_custom_form_controls/index.html b/files/ja/learn/forms/how_to_build_custom_form_controls/index.html index 7bbd20b511..4034b1998b 100644 --- a/files/ja/learn/forms/how_to_build_custom_form_controls/index.html +++ b/files/ja/learn/forms/how_to_build_custom_form_controls/index.html @@ -1,6 +1,6 @@ --- title: カスタムフォームコントロールの作成方法 -slug: Learn/Forms/How_to_build_custom_form_widgets +slug: Learn/Forms/How_to_build_custom_form_controls tags: - Advanced - Example @@ -9,6 +9,7 @@ tags: - HTML - Web translation_of: Learn/Forms/How_to_build_custom_form_controls +original_slug: Learn/Forms/How_to_build_custom_form_widgets --- <div>{{LearnSidebar}}</div> diff --git a/files/ja/learn/forms/how_to_structure_a_web_form/example/index.html b/files/ja/learn/forms/how_to_structure_a_web_form/example/index.html index 2c97485087..c37a3291ef 100644 --- a/files/ja/learn/forms/how_to_structure_a_web_form/example/index.html +++ b/files/ja/learn/forms/how_to_structure_a_web_form/example/index.html @@ -1,7 +1,8 @@ --- title: '例: お支払いフォーム' -slug: Learn/Forms/How_to_structure_an_HTML_form/Example +slug: Learn/Forms/How_to_structure_a_web_form/Example translation_of: Learn/Forms/How_to_structure_a_web_form/Example +original_slug: Learn/Forms/How_to_structure_an_HTML_form/Example --- <p>これは記事 <a href="/ja/docs/Learn/HTML/Forms/How_to_structure_an_HTML_form">HTML フォームの構築方法</a>の基本的なお支払いフォームの例です。</p> diff --git a/files/ja/learn/forms/how_to_structure_a_web_form/index.html b/files/ja/learn/forms/how_to_structure_a_web_form/index.html index ca3865643f..e8a28fae20 100644 --- a/files/ja/learn/forms/how_to_structure_a_web_form/index.html +++ b/files/ja/learn/forms/how_to_structure_a_web_form/index.html @@ -1,6 +1,6 @@ --- title: フォームの構築方法 -slug: Learn/Forms/How_to_structure_an_HTML_form +slug: Learn/Forms/How_to_structure_a_web_form tags: - CodingScripting - HTML @@ -12,6 +12,7 @@ tags: - 学習 - 構造 translation_of: Learn/Forms/How_to_structure_a_web_form +original_slug: Learn/Forms/How_to_structure_an_HTML_form --- <div>{{LearnSidebar}}</div> diff --git a/files/ja/learn/forms/styling_web_forms/index.html b/files/ja/learn/forms/styling_web_forms/index.html index 71d463f0c7..c64d5f4622 100644 --- a/files/ja/learn/forms/styling_web_forms/index.html +++ b/files/ja/learn/forms/styling_web_forms/index.html @@ -1,6 +1,6 @@ --- title: HTML フォームへのスタイル設定 -slug: Learn/Forms/Styling_HTML_forms +slug: Learn/Forms/Styling_web_forms tags: - CSS - Example @@ -10,6 +10,7 @@ tags: - Intermediate - Web translation_of: Learn/Forms/Styling_web_forms +original_slug: Learn/Forms/Styling_HTML_forms --- <p>{{LearnSidebar}}{{PreviousMenuNext("Learn/Forms/Other_form_controls","Learn/Forms/Advanced_form_styling","Learn/Forms")}}</p> |