-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path3-3.html
376 lines (371 loc) · 18.4 KB
/
3-3.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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta name="robots" content="noindex" />
<!-- 使用 noindex 禁止 Google 搜尋建立索引,套版時請工程師刪掉這行 -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Taiwan Arrival Card</title>
<!-- style css -->
<link rel="stylesheet" href="css/style.css" />
<!-- favicon -->
<link href="images/favicon.png" rel="icon" type="image/x-icon" />
</head>
<body>
<!-- 直接跳主內容區 -->
<a class="goCenter" href="#center" tabindex="1">按Enter到主內容區</a>
<!-- wrapper Start -->
<div class="wrapper">
<!-- header Start -->
<header class="header">
<div class="container">
<a class="accessKey" href="#aU" id="aU" accesskey="U" title="網站標題" tabindex="2">:::</a>
<h1>
<a href="index.html"><img src="images/logo.png" alt="網站標題" /></a>
</h1>
<!-- noscript -->
<noscript>
您的瀏覽器不支援JavaScript語法,JavaScript語法並不影響內容的陳述。您可使用按鍵盤上的Ctrl鍵+ (+)鍵放大/(-)鍵縮小來改變字型大小;回到上一頁可使用瀏覽器提供的 Alt+左方向鍵(←) 快速鍵功能;列印可使用瀏覽器提供的(Ctrl+P)功能。您的瀏覽器,不支援script語法,若您的瀏覽器無法支援請點選此超連結
<a href="#">網站導覽</a>
</noscript>
<div class="rightSide">
<!-- menu Start -->
<nav class="menu mainMenu" role="navigation" aria-label="About page">
<ul>
<li>
<a href="#" class="home active">HOME</a>
</li>
<li><a href="#">SUBMIT</a></li>
<li>
<a href="#">UPDATE</a>
</li>
<li>
<a href="#">FAQ</a>
</li>
</ul>
</nav>
<!-- menu End -->
<!-- language -->
<div class="language">
<button type="button">ENGLISH</button>
<ul style="display: none">
<!-- data-title 的值為語言縮寫,會在手機版尺寸顯示 -->
<li><a role="button" class="selected" data-title="EN">ENGLISH</a></li>
<li><a role="button" data-title="中">繁體中文</a></li>
<li><a role="button" data-title="日">日文</a></li>
</ul>
</div>
</div>
</div>
</header>
<!-- header End -->
<!-- main Start -->
<main id="center" class="main innerPage">
<a class="accessKey" href="#aC" id="aC" accesskey="C" title="主要內容區">:::</a>
<div class="steps">
<ul>
<!-- 已完成步驟 -->
<li class="done">
<div class="stepNum">1</div>
<div class="stepTitle" aria-current="step 5-1">Email Verification</div>
</li>
<!-- 當前進度 -->
<li class="done">
<div class="stepNum">2</div>
<div class="stepTitle" aria-current="step 5-2">Traveler Information</div>
</li>
<li class="current">
<div class="stepNum">3</div>
<div class="stepTitle" aria-current="step 5-3">Trip Information</div>
</li>
<li>
<div class="stepNum">4</div>
<div class="stepTitle" aria-current="step 5-4">Review</div>
</li>
<li>
<div class="stepNum">5</div>
<div class="stepTitle" aria-current="step 5-5">Confirmation</div>
</li>
</ul>
</div>
<div class="container">
<div class="travelerInfo">
<div class="tabItems2">
<!-- <a href="#" role="button" class="toggleBtn" tabindex="0"></a> -->
<button type="button" class="tabBtn2">
<span class="order">Lead Traveler </span>
<span class="name">AMANDA</span>
</button>
<button type="button" class="tabBtn2">
<span class="order">Traveler 02</span>
<span class="name">JOHNATHAN</span>
</button>
</div>
<div class="tabContentGroup2">
<form action="" lang="en">
<!-- 頁籤內容 1 -->
<div class="tabContent2">
<h2 class="title">Trip Information</h2>
<div class="notice">Mandatory fields are indicated by a red asterisk <abbr class="necessary" title="">*</abbr></div>
<div class="flexForm">
<div class="formGrp">
<div class="col-6">
<label aria-required="true" for="username" class="formTitle">Expect Arrival Flight / Vessel Number<abbr class="necessary" title="">*</abbr></label>
<input type="text" id="username" placeholder="" title="" />
<div class="noticeWarning">Please fill in the field above</div>
</div>
</div>
<div class="formGrp">
<div class="col-6">
<label for="username" class="formTitle">Intended Departure Flight / Vessel Number<abbr class="necessary" title="">*</abbr></label>
<input type="text" id="username" placeholder="" title="" />
</div>
<div class="col-6">
<label aria-required="true" for="" class="formTitle">Intended Departure Date <abbr class="necessary" title="">*</abbr></label>
<input type="date" id="" title="" lang="en" />
</div>
</div>
<div class="formGrp">
<div class="col-6">
<label aria-required="true" for="" class="formTitle">Purpose of Visit<abbr class="necessary" title="">*</abbr></label>
<select name="" id="">
<option readonly>SELECT OPTION</option>
<option value="">AAA</option>
<option value="">BBB</option>
<option value="">CCC</option>
<option value="">DDD</option>
<option value="">...</option>
</select>
</div>
</div>
<div class="formGrp">
<div class="col-12 accommodation">
<div aria-required="true" class="formTitle">Accommodation in Taiwan <abbr class="necessary" title="">*</abbr></div>
<div class="tabSet">
<div class="tabItems">
<button type="button" class="tabBtn">Residential Address</button>
<button type="button" class="tabBtn">Hotel Name</button>
<button type="button" class="tabBtn">Transfer</button>
</div>
<div class="tabContentGroup">
<div class="tabContent">
<div class="content">
<div class="formGrp">
<div class="col-6">
<label aria-required="true" for="" class="formTitle">Please enter the residential address below: </label>
<input type="text" id="" title="" placeholder="Please enter the residential address" />
</div>
</div>
</div>
</div>
<div class="tabContent">
<div class="content">
<div class="formGrp">
<div class="col-6">
<label aria-required="true" for="" class="formTitle">Please enter the name of hotel below: </label>
<input type="text" id="" title="" placeholder="Please enter the name of hote" />
</div>
</div>
</div>
</div>
<div class="tabContent">
<div class="content">
<div class="formGrp">
<div class="col-6">
<label aria-required="true" for="" class="formTitle">Please enter the transfer below: </label>
<input type="text" id="" title="" placeholder="Please enter the transfer" />
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="btnGrp between m_reverse">
<button type="button" class="btn btnCancel">CANCEL</button>
<div class="btnGrp">
<button type="button" class="btn btnNormal">PREVIOUS</button>
<button type="button" class="btn btnPrimary">NEXT</button>
</div>
</div>
</div>
</div>
<!-- 頁籤內容 2 -->
<div class="tabContent2">
<h2 class="title">Trip Information</h2>
<div class="notice">Mandatory fields are indicated by a red asterisk <abbr class="necessary" title="">*</abbr></div>
<div class="flexForm">
<div class="note">
<p>
Please note that the trip information for the Lead Traveler (i.e. first traveler in the group) will be automatically replicated for the rest of the members. <br />
To edit the trip details for the members, you can uncheck the box "Same as Lead Traveler".
</p>
<div class="checkboxGrp">
<label><input type="checkbox" name="" value="" title="Same as Lead Traveler" />Same as Lead Traveler</label>
</div>
</div>
<div class="formGrp">
<div class="col-6">
<label aria-required="true" for="username" class="formTitle">Expect Arrival Flight / Vessel Number<abbr class="necessary" title="">*</abbr></label>
<input type="text" id="username" placeholder="" title="" />
<div class="noticeWarning">Please fill in the field above</div>
</div>
</div>
<div class="formGrp">
<div class="col-6">
<label for="username" class="formTitle">Intended Departure Flight / Vessel Number<abbr class="necessary" title="">*</abbr></label>
<input type="text" id="username" placeholder="" title="" />
</div>
<div class="col-6">
<label aria-required="true" for="" class="formTitle">Intended Departure Date <abbr class="necessary" title="">*</abbr></label>
<input type="date" id="" title="" lang="en" />
</div>
</div>
<div class="formGrp">
<div class="col-6">
<label aria-required="true" for="" class="formTitle">Purpose of Visit<abbr class="necessary" title="">*</abbr></label>
<select name="" id="">
<option readonly>SELECT OPTION</option>
<option value="">AAA</option>
<option value="">BBB</option>
<option value="">CCC</option>
<option value="">DDD</option>
<option value="">...</option>
</select>
</div>
</div>
<div class="formGrp">
<div class="col-12 accommodation">
<div aria-required="true" class="formTitle">Accommodation in Taiwan <abbr class="necessary" title="">*</abbr></div>
<div class="tabSet">
<div class="tabItems">
<button type="button" class="tabBtn">Residential Address</button>
<button type="button" class="tabBtn">Hotel Name</button>
<button type="button" class="tabBtn">Transfer</button>
</div>
<div class="tabContentGroup">
<div class="tabContent">
<div class="content">
<div class="formGrp">
<div class="col-6">
<label aria-required="true" for="" class="formTitle">Please enter the residential address below: </label>
<input type="text" id="" title="" placeholder="Please enter the residential address" />
</div>
</div>
</div>
</div>
<div class="tabContent">
<div class="content">
<div class="formGrp">
<div class="col-6">
<label aria-required="true" for="" class="formTitle">Please enter the name of hotel below: </label>
<input type="text" id="" title="" placeholder="Please enter the name of hote" />
</div>
</div>
</div>
</div>
<div class="tabContent">
<div class="content">
<div class="formGrp">
<div class="col-6">
<label aria-required="true" for="" class="formTitle">Please enter the transfer below: </label>
<input type="text" id="" title="" placeholder="Please enter the transfer" />
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="btnGrp between m_reverse">
<button type="button" class="btn btnCancel">CANCEL</button>
<div class="btnGrp">
<button type="button" class="btn btnNormal">PREVIOUS</button>
<button type="button" class="btn btnPrimary">NEXT</button>
</div>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</main>
<!-- need help Start -->
<section class="needHelp">
<div class="container">
<h2 class="boxTitle">NEED HELP?</h2>
<div class="content">
<div class="questions">
<div class="questionGrp">
<div class="subject">About TW Arrival Card</div>
<ul>
<li><a href="#">What is the TW Arrival Card?</a></li>
<li><a href="#">Why do I need to fill out an Arrival Card?</a></li>
</ul>
</div>
<div class="questionGrp">
<div class="subject">Completing Your TW Arrival Card Submission</div>
<ul>
<li><a href="#">How long does the submission process take?</a></li>
</ul>
</div>
<div class="questionGrp">
<div class="subject">Privacy and Security</div>
<ul>
<li><a href="#">Is my information secure?</a></li>
</ul>
</div>
</div>
<div class="howtoVideo">
<a href="#" target="_blank" title="">
<div class="imgContainer"><img src="images/howto.jpg" alt="" /></div>
<p>How to fill up the TW Arrival Card</p>
</a>
</div>
</div>
</div>
</section>
<!-- footer Start-->
<footer>
<div class="container">
<a class="accessKey" href="#aZ" id="aZ" accesskey="Z" title="頁尾區">:::</a>
<div class="footerInfo">
<div class="colTitle">CONTACT SUPPORT</div>
<p>Call:886-800-001990</p>
<p>08:00 a.m.-17:00 p.m. through the lunch hour from Monday to Friday</p>
</div>
<div class="footerLink">
<div class="colTitle">HELPFUL LINKS</div>
<ul>
<li><a href="#">NATIONAL IMMIGRATION AGENCY</a></li>
<li><a href="#">Information for Foreigners in Taiwan</a></li>
</ul>
</div>
<div class="footerLink">
<div class="colTitle">SITE POLICIES</div>
<ul>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Security Safeguard</a></li>
<li><a href="#">Information Security Policy</a></li>
</ul>
</div>
</div>
<div class="Copyright">© 2024, National Immigration Agency, R.O.C. (Taiwan) Last updated on 17 June 2024.</div>
</footer>
<!-- footer End -->
</div>
<!-- lazyload -->
<script src="vendor/lazyload/lazyload.js"></script>
<!-- fancybox -->
<script src="vendor/fancybox/fancybox.umd.js"></script>
<script src="vendor/fancybox/l10n/zh_TW.umd.js"></script>
<!-- main js-->
<script src="js/main.js"></script>
<!-- js -->
<script src="js/customize.js"></script>
</body>
</html>