ここの情報は古いです。ご理解頂いた上でお取り扱いください。
- Timestamp:
-
Mar 22, 2008, 6:45:44 PM (14 years ago)
- Author:
-
ogawa
- Comment:
-
マークアップ例追加
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v3
|
v4
|
|
293 | 293 | }}} |
294 | 294 | |
| 295 | {{{ |
| 296 | <div class="dparts formTable" id="commentForm"><div class="parts"> |
| 297 | <div class="partsHeading"><h3>新しく書き込む</h3></div> |
| 298 | <form action="./" method="post"> |
| 299 | <input type="hidden" name="target_c_commu_topic_id" value="({$c_topic.c_commu_topic_id})" /> |
| 300 | <table> |
| 301 | <tr><th>本文</th><td><textarea name="body" rows="10" cols="50">({$body})</textarea></td></tr> |
| 302 | <tr><th>写真1</th><td><input type="file" class="input_file" name="image_filename1" size="40" /></td></tr> |
| 303 | <tr><th>写真2</th><td><input type="file" class="input_file" name="image_filename2" size="40" /></td></tr> |
| 304 | <tr><th>写真3</th><td><input type="file" class="input_file" name="image_filename3" size="40" /></td></tr> |
| 305 | </table> |
| 306 | <div class="operation"> |
| 307 | <ul class="moreInfo button"> |
| 308 | <li><input type="submit" class="input_submit" value="確認画面" /></li> |
| 309 | </ul> |
| 310 | </div> |
| 311 | </form> |
| 312 | </div></div> |
| 313 | }}} |
| 314 | |
295 | 315 | == 関連情報 == |
296 | 316 | * チケット:#1952 |