Author: masaki
Date: 2010-03-06 19:15:03 +0100 (Sat, 06 Mar 2010)
New Revision: 28413

Modified:
   doc/branches/1.2/forms/ja/01-Form-Creation.txt
   doc/branches/1.2/forms/ja/02-Form-Validation.txt
   doc/branches/1.2/forms/ja/03-Forms-for-web-Designers.txt
   doc/branches/1.2/forms/ja/04-Propel-Integration.txt
   doc/branches/1.2/forms/ja/11-Doctrine-Integration.txt
Log:
[doc-ja][1.2] deleted the code tags in the comments of the img tags

Modified: doc/branches/1.2/forms/ja/01-Form-Creation.txt
===================================================================
--- doc/branches/1.2/forms/ja/01-Form-Creation.txt      2010-03-06 15:16:19 UTC 
(rev 28412)
+++ doc/branches/1.2/forms/ja/01-Form-Creation.txt      2010-03-06 18:15:03 UTC 
(rev 28413)
@@ -426,7 +426,7 @@
 
 図1-7 - フォームに`subject`フィールドを追加する
 
-![フォームに`subject`フィールドを追加する](/images/forms_book/en/01_07.png 
"フォームに`subject`フィールドを追加する")
+![フォームにsubjectフィールドを追加する](/images/forms_book/en/01_07.png 
"フォームにsubjectフィールドを追加する")
 
 リスト1-9 - フォームに`subject`フィールドを追加する
 

Modified: doc/branches/1.2/forms/ja/02-Form-Validation.txt
===================================================================
--- doc/branches/1.2/forms/ja/02-Form-Validation.txt    2010-03-06 15:16:19 UTC 
(rev 28412)
+++ doc/branches/1.2/forms/ja/02-Form-Validation.txt    2010-03-06 18:15:03 UTC 
(rev 28413)
@@ -480,7 +480,7 @@
 
 図2-9 - `allow_extra_fields`を`true`にセットしたバリデーション
 
-![`allow_extra_fields`を`true`にセットしたバリデーション](/images/forms_book/en/02_09.png 
"`allow_extra_fields`を`true`にセットしたバリデーション")
+![allow_extra_fields を true にセットしたバリデーション](/images/forms_book/en/02_09.png 
"allow_extra_fields を true にセットしたバリデーション")
 
 よく見ると、フォームが有効であるにも関わらず、どんな値を投稿しても、thank youページ内で`name`フィールドの値が空になっています。
 実際、`$this->form->getValues()`で返される配列に値は設定されていません。

Modified: doc/branches/1.2/forms/ja/03-Forms-for-web-Designers.txt
===================================================================
--- doc/branches/1.2/forms/ja/03-Forms-for-web-Designers.txt    2010-03-06 
15:16:19 UTC (rev 28412)
+++ doc/branches/1.2/forms/ja/03-Forms-for-web-Designers.txt    2010-03-06 
18:15:03 UTC (rev 28413)
@@ -157,7 +157,7 @@
 
 図3-3 - `email`フィールドの分解
 
-![`email`フィールドの分解](/images/forms_book/en/03_03.png "`email`フィールドの分解")
+![email フィールドの分解](/images/forms_book/en/03_03.png "email フィールドの分解")
 
 >**TIP**
 >すべてのフィールドは`id`生成属性を持ち、これによって開発者がCSSもしくはjavaScriptのふるまいを簡単に追加できます。
@@ -257,7 +257,7 @@
 
 図3-4 - `renderRow()`メソッドを利用したフォーム表示のカスタマイズ
 
-![`renderRow()`メソッドを利用したフォーム表示のカスタマイズ](/images/forms_book/en/03_04.png 
"`renderRow()`メソッドを利用したフォーム表示のカスタマイズ")
+![renderRow() メソッドを利用したフォーム表示のカスタマイズ](/images/forms_book/en/03_04.png 
"renderRow() メソッドを利用したフォーム表示のカスタマイズ")
 
 `email`フィールドを生成するために`renderRow()`に送り出される引数をじっくり見てみましょう:
 

Modified: doc/branches/1.2/forms/ja/04-Propel-Integration.txt
===================================================================
--- doc/branches/1.2/forms/ja/04-Propel-Integration.txt 2010-03-06 15:16:19 UTC 
(rev 28412)
+++ doc/branches/1.2/forms/ja/04-Propel-Integration.txt 2010-03-06 18:15:03 UTC 
(rev 28413)
@@ -390,7 +390,7 @@
 
 図4-3 - リンクされたテーブルは`__toString()`メソッドを定義しなければならない
 
-![リンクされたテーブルは`__toString()`メソッドを定義しなければならない](/images/forms_book/en/04_03.png 
"リンクされたテーブルは`__toString()`メソッドを定義しなければならない")
+![リンクされたテーブルは __toString() メソッドを定義しなければならない](/images/forms_book/en/04_03.png 
"リンクされたテーブルは __toString() メソッドを定義しなければならない")
 
 
`ArticleForm`フォームは`Article`オブジェクトと`Author`オブジェクト間のリレーションを表現するために`sfWidgetFormPropelSelect`ウィジェットを使用します。
 このウィジェットは著者のドロップダウンリストを作ります。

Modified: doc/branches/1.2/forms/ja/11-Doctrine-Integration.txt
===================================================================
--- doc/branches/1.2/forms/ja/11-Doctrine-Integration.txt       2010-03-06 
15:16:19 UTC (rev 28412)
+++ doc/branches/1.2/forms/ja/11-Doctrine-Integration.txt       2010-03-06 
18:15:03 UTC (rev 28413)
@@ -415,7 +415,7 @@
 
 図4-3 - リンクされたテーブルは`__toString()`メソッドを定義しなければならない
 
-![リンクされたテーブルは`__toString()`メソッドを定義しなければならない](/images/forms_book/en/04_03.png 
"リンクされたテーブルは`__toString()`メソッドを定義しなければならない")
+![リンクされたテーブルは__toString()メソッドを定義しなければならない](/images/forms_book/en/04_03.png 
"リンクされたテーブルは__toString()メソッドを定義しなければならない")
 
 
`ArticleForm`フォームは`Article`オブジェクトと`Author`オブジェクトの間のリレーションを表現するために`sfWidgetFormDoctrineSelect`ウィジェットを使います。
 このウィジェットは著者のドロップダウンリストを作ります。

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to