-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfirm.html
169 lines (143 loc) · 5.31 KB
/
confirm.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>ビジネスホテル向け 無料ホームページテンプレート tp_hotel5</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="ここにサイト説明を入れます">
<meta name="keywords" content="キーワード1,キーワード2,キーワード3,キーワード4,キーワード5">
<link rel="stylesheet" href="css/style.css">
<script src="js/openclose.js"></script>
<script src="js/fixmenu_pagetop.js"></script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="container">
<header>
<h1 id="logo"><a href="index.html"><img src="images/logo.png" alt="Sample Business Hotel"></a></h1>
<p id="tel">ご予約・お問い合わせ<br>
<span class="big1">03-0000-0000</span><br>
<span class="mini1">AM8:00〜PM9:00 年中無休</span></p>
</header>
<!--PC用(801px以上端末)メニュー-->
<nav id="menubar">
<ul>
<li><a href="index.html">Home<span>ホーム</span></a></li>
<li><a href="info.html">Information<span>ホテルのご案内</span></a></li>
<li><a href="service.html">Service<span>サービスのご案内</span></a></li>
<li><a href="plan.html">Plan<span>ご宿泊プラン</span></a></li>
<li><a href="access.html">Access<span>アクセス・周辺環境</span></a></li>
<li class="current"><a href="contact.html">Contact<span>お問合せ・ご予約</span></a></li>
</ul>
</nav>
<!--小さな端末用(800px以下端末)メニュー-->
<nav id="menubar-s">
<ul>
<li><a href="index.html">Home<span>ホーム</span></a></li>
<li><a href="info.html">Information<span>ホテルのご案内</span></a></li>
<li><a href="service.html">Service<span>サービスのご案内</span></a></li>
<li><a href="plan.html">Plan<span>ご宿泊プラン</span></a></li>
<li><a href="access.html">Access<span>アクセス・周辺環境</span></a></li>
<li class="current"><a href="contact.html">Contact<span>お問合せ・ご予約</span></a></li>
</ul>
</nav>
<div id="contents">
<div id="main">
<section>
<h2 class="img"><img src="images/midashi_contact.jpg" alt="お問い合わせ・ご予約 Contact"></h2>
<!-- フォームの情報はここからです -->
<form name="form1" enctype="multipart/form-data" method="post" action="<?php echo $_SERVER["REQUEST_URI"];?>">
<input type="hidden" name="mode" value="confirm">
<table class="ta1">
<caption>確認画面</caption>
<tr>
<th width="150">お名前<span style="color:red">※</span></th>
<td>
<input type="hidden" name="item1" value="<?php echo $form["item1"];?>">
<?php echo $form["item1"];?>
</td>
</tr>
<tr>
<th width="150">メールアドレス<span style="color:red">※</span></th>
<td>
<input type="hidden" name="item2" value="<?php echo $form["item2"];?>">
<?php echo $form["item2"];?>
</td>
</tr>
<tr>
<th>お問い合わせ内容<span style="color:red">※</span></th>
<td>
<input type="hidden" name="item3" value="<?php echo $form["item3"]; ?>">
<?php echo nl2br($form["item3"]);?>
</td>
</tr>
</table>
<div class="c">
<input type="submit" value="送信する" class="btn">
<input type="button" value="戻る" onClick="document.form1.mode.value='reinput';document.form1.submit()" class="btn">
</div>
</form>
<!-- フォームの情報はここまでです -->
</section>
</div>
<!--/main-->
<div id="sub">
<nav class="box">
<h2>SUB MENU</h2>
<ul class="submenu">
<li><a href="#">主要リンクサンプル</a></li>
<li><a href="#">主要リンクサンプル</a></li>
<li><a href="#">主要リンクサンプル</a></li>
<li><a href="#">主要リンクサンプル</a></li>
<li><a href="#">主要リンクサンプル</a></li>
</ul>
</nav>
<section class="box">
<h2>ご予約状況</h2>
<p class="c"><span class="man"><span>■</span>満室</span><br>
<img src="images/sample_cal.gif" alt=""><br>
<a href="https://template-party.com/free_program/program1.html" target="_blank">カレンダープログラム無料配布中</a></p>
</section>
<h2>boxなしだと</h2>
<p>こんな感じです。サンプルテキスト。サンプルテキスト。サンプルテキスト。</p>
<nav>
<h2>SUB MENU</h2>
<ul class="submenu">
<li><a href="#">主要リンクサンプル</a></li>
<li><a href="#">主要リンクサンプル</a></li>
<li><a href="#">主要リンクサンプル</a></li>
<li><a href="#">主要リンクサンプル</a></li>
<li><a href="#">主要リンクサンプル</a></li>
</ul>
</nav>
<section>
<h2>ご予約状況</h2>
<p class="c"><span class="man"><span>■</span>満室</span><br>
<img src="images/sample_cal.gif" alt=""></p>
</section>
</div>
<!--/sub-->
</div>
<!--/contents-->
</div>
<!--/container-->
<footer>
<small>Copyright© <a href="index.html">Sample Business Hotel</a> All Rights Reserved.</small>
<span class="pr"><a href="http://template-party.com/" target="_blank">《Web Design:Template-Party》</a></span>
</footer>
<p class="nav-fix-pos-pagetop"><a href="#">↑</a></p>
<!--メニュー開閉ボタン-->
<div id="menubar_hdr" class="close"></div>
<!--メニューの開閉処理条件設定 800px以下-->
<script>
if (OCwindowWidth() <= 800) {
open_close("menubar_hdr", "menubar-s");
}
</script>
</body>
</html>