-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.htm
32 lines (29 loc) · 1016 Bytes
/
index.htm
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
<title>禪修營報名表</title>
</head>
<body>
<script src="apply.js"></script>
<div id="header"></div>
<div id="container">
<form id="formId">
<label id="formHeader">2017雷瓦達尊者(Bhante U Revata)<br>止觀禪修營報名表</label>
<hr>
<label for="applyType">身份:</label>
<select id="applyType">
<option value="1">學員</option>
<option value="2">法工</option>
</select>
<label for="applyClass">課程:</label>
<select id="applyClass">
<option value="2">二十日課程(106.10.18 ~ 106.11.8)</option>
<option value="1">三日課程(106.10.13 ~ 106.10.15)</option>
</select>
<button onClick="gotoPage();">報名</button>
</form>
</div>
</body>
</html>