リビジョン b3a58ce1 app/View/top/contact_confirm.ctp
app/View/top/contact_confirm.ctp | ||
---|---|---|
1 |
<header> |
|
2 |
<div class="container"> |
|
3 |
<div class="row"> |
|
4 |
<div class="col-lg-12"> |
|
5 |
<div class="intro-text"> |
|
6 |
<span class="name">お問い合わせ</span> |
|
7 |
</div> |
|
8 |
</div> |
|
9 |
</div> |
|
10 |
</div> |
|
11 |
</header> |
|
12 |
<div class="container"> |
|
13 |
<div> |
|
14 |
<label>お名前</label> |
|
15 |
<p><?php echo $contact['ContactValidate']['name'];?></p> |
|
16 |
</div> |
|
17 |
<div> |
|
18 |
<label>Eメールアドレス</label> |
|
19 |
<p><?php echo $contact['ContactValidate']['mail'];?></p> |
|
20 |
</div> |
|
21 |
<div> |
|
22 |
<label>問い合わせ内容</label> |
|
23 |
<p><?php echo $contact['ContactValidate']['comment'];?></p> |
|
24 |
</div> |
|
25 |
<div> |
|
26 |
<a href="javascript:history.back();" class="btn btn-danger">戻る</a> |
|
27 |
<a href="/top/contact_complete" class="btn btn-info">送信する</a> |
|
28 |
</div> |
|
29 |
</div> |
|
30 |
|
|
31 |
<?php echo $this->element('footer');?> |
|
1 |
<!-- お問い合わせ 内容確認 --> |
|
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 |
<dd><?php echo $contact['ContactValidate']['name'];?></dd> |
|
13 |
<dt><label for="">年齢</label></dt> |
|
14 |
<dd><?php echo $contact['ContactValidate']['age'];?>歳</dd> |
|
15 |
<dt><label for="">メールアドレス</label></dt> |
|
16 |
<dd><?php echo $contact['ContactValidate']['email'];?></dd> |
|
17 |
<dt><label for="">郵便番号</label></dt> |
|
18 |
<dd>〒<?php echo $contact['ContactValidate']['postcode'];?></dd> |
|
19 |
<dt><label for="">ご住所</label></dt> |
|
20 |
<dd><?php echo $contact['ContactValidate']['prefecture'];?></dd> |
|
21 |
<dd><?php echo $contact['ContactValidate']['address'];?></dd> |
|
22 |
<dt><label for="">お電話番号</label></dt> |
|
23 |
<dd><?php echo $contact['ContactValidate']['tel'];?></dd> |
|
24 |
<dt><label for="">お問い合わせ内容</label></dt> |
|
25 |
<dd><?php echo $contact['ContactValidate']['comment'];?></dd> |
|
26 |
</dl> |
|
27 |
</section> |
|
28 |
<section class="button_area01"> |
|
29 |
<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 |
</section> |
|
32 |
</article> |
|
33 |
</main> |
他の形式にエクスポート: Unified diff