pictcode / app / View / top / contact_check.ctp @ b3a58ce1
履歴 | 表示 | アノテート | ダウンロード (1.604 KB)
1 | 1711ffed | shiwa | <!-- お問い合わせ 内容確認 --> |
---|---|---|---|
2 | <main role="main"> |
||
3 | <article class="contact"> |
||
4 | <h2> |
||
5 | <img src="/img/img_h1_contact02.png" alt="お問い合わせ - 送信内容確認"> |
||
6 | </h2> |
||
7 | <p>ご記入内容に誤りがないかをご確認ください。内容に誤りがある場合には「修正する」ボタンを押して修正を、問題がないようでしたら「送信する」ボタンを押して送信してください。</p> |
||
8 | <hr> |
||
9 | <section> |
||
10 | <dl> |
||
11 | <dt><label for="">お名前</label></dt> |
||
12 | b3a58ce1 | hasse | <dd><?php echo $contact['ContactValidate']['name'];?></dd> |
13 | 1711ffed | shiwa | <dt><label for="">年齢</label></dt> |
14 | b3a58ce1 | hasse | <dd><?php echo $contact['ContactValidate']['age'];?>歳</dd> |
15 | 1711ffed | shiwa | <dt><label for="">メールアドレス</label></dt> |
16 | b3a58ce1 | hasse | <dd><?php echo $contact['ContactValidate']['email'];?></dd> |
17 | 1711ffed | shiwa | <dt><label for="">郵便番号</label></dt> |
18 | b3a58ce1 | hasse | <dd>〒<?php echo $contact['ContactValidate']['postcode'];?></dd> |
19 | 1711ffed | shiwa | <dt><label for="">ご住所</label></dt> |
20 | b3a58ce1 | hasse | <dd><?php echo $contact['ContactValidate']['prefecture'];?></dd> |
21 | <dd><?php echo $contact['ContactValidate']['address'];?></dd> |
||
22 | 1711ffed | shiwa | <dt><label for="">お電話番号</label></dt> |
23 | b3a58ce1 | hasse | <dd><?php echo $contact['ContactValidate']['tel'];?></dd> |
24 | 1711ffed | shiwa | <dt><label for="">お問い合わせ内容</label></dt> |
25 | b3a58ce1 | hasse | <dd><?php echo $contact['ContactValidate']['comment'];?></dd> |
26 | 1711ffed | shiwa | </dl> |
27 | </section> |
||
28 | <section class="button_area01"> |
||
29 | b3a58ce1 | hasse | <a href="javascript:history.back();"><p class="button btn_alter01"></p></a> |
30 | <a href="/top/contact_complete"><p class="button btn_submit"></p></a> |
||
31 | 1711ffed | shiwa | </section> |
32 | </article> |
||
33 | </main> |