リビジョン b3a58ce1 app/View/top/contact_check.ctp

差分を見る:

app/View/top/contact_check.ctp
9 9
				<section>
10 10
					<dl>
11 11
						<dt><label for="">お名前</label></dt>
12
						<dd>お名前 太郎</dd>
12
						<dd><?php echo $contact['ContactValidate']['name'];?></dd>
13 13
						<dt><label for="">年齢</label></dt>
14
						<dd>92歳</dd>
14
						<dd><?php echo $contact['ContactValidate']['age'];?>歳</dd>
15 15
						<dt><label for="">メールアドレス</label></dt>
16
						<dd>onamaetarou@onamae.com</dd>
16
						<dd><?php echo $contact['ContactValidate']['email'];?></dd>
17 17
						<dt><label for="">郵便番号</label></dt>
18
						<dd>〒180-0004</dd>
18
						<dd>〒<?php echo $contact['ContactValidate']['postcode'];?></dd>
19 19
						<dt><label for="">ご住所</label></dt>
20
						<dd>東京都港区西麻布4-18-1</dd>
21
						<dd>麻布ウェストB1F</dd>
20
						<dd><?php echo $contact['ContactValidate']['prefecture'];?></dd>
21
						<dd><?php echo $contact['ContactValidate']['address'];?></dd>
22 22
						<dt><label for="">お電話番号</label></dt>
23
						<dd>03-3409-4767</dd>
23
						<dd><?php echo $contact['ContactValidate']['tel'];?></dd>
24 24
						<dt><label for="">お問い合わせ内容</label></dt>
25
						<dd>西麻布で長年愛され続けるオムライスが有名な洋食屋。<br>以前、職場が近かったのでよく利用していましたが、突然の閉店。その1年後に場所を変えて復活したという噂は聞いていましたが、職場が変りなかなか行けていなかったのですが、久々に行きました。<br>場所は以前の場所よりもさらに牛坂を上がった住宅地の奥。確実に知っている人しか来れない場所なので心配です。<br>店内は半地下ですが、以前よりも広く開放的になっていました。<br>オムライス(945円・大盛り1,155円)はデミソース、ホワイトソース、ケチャップの3種類から選べます。個人的にはほろ苦いデミソースが好きです。</dd>
25
						<dd><?php echo $contact['ContactValidate']['comment'];?></dd>
26 26
					</dl>
27 27
				</section>
28 28
				<section class="button_area01">
29
					<a href="contact.html"><p class="button btn_alter01"></p></a>
30
					<a href="contact_thanks.html"><p class="button btn_submit"></p></a>
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 31
				</section>
32 32
		</article>
33 33
	</main>

他の形式にエクスポート: Unified diff