This repository was archived by the owner on Nov 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsubmit.html
More file actions
235 lines (196 loc) · 11.5 KB
/
submit.html
File metadata and controls
235 lines (196 loc) · 11.5 KB
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
<!doctype html>
<html lang="zh-Hant-HK">
<head>
<meta charset="utf-8">
<title>Submit | 澳大選咩課 What2Reg @UM</title>
<meta name="description">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css">
<link rel="stylesheet" href="/css/common.css">
<link rel="icon" href="/src/badge.png">
<link rel="manifest" href="/manifest.webmanifest">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#215991">
<link rel="canonical" />
<!-- Google Analytics -->
<script data-ad-client="ca-pub-6229219222351733" async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-527L8QXP7Y"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-527L8QXP7Y');
</script>
<!-- Scripts -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js" integrity="sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0PPSiiqn/+/3e7Jo4EaG7TubfWGUrMQ==" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm" crossorigin="anonymous"></script>
<script src="https://browser.sentry-cdn.com/7.17.3/bundle.min.js"
integrity="sha384-Jidp9DqvJmvKR6G1Qj8VDMNi8cGcx0VMBCXvEJUZs+DRP9NDunZTy4TsDcH0EaMT"
crossorigin="anonymous"></script>
<script src="https://browser.sentry-cdn.com/7.17.3/bundle.tracing.min.js"
integrity="sha384-eRZis2xUxOtZ40MfTnbBx64cUmn6Ve7cNeKa8DZ5RVx79+Az8O2RGJDxkuPqyW8B"
crossorigin="anonymous"></script>
<script src="/scripts/common-pre.js"></script>
<!-- Custom Styles -->
<style>
</style>
</head>
<body>
<header>
<nav class="shadow navbar navbar-expand-md navbar-dark fixed-top px-0 ">
<div class="container-fluid container-lg">
<div>
<button class="btn navbar-toggler px-0" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false"
aria-label="Toggle navigation" style="width: 40px;">
<span class="navbar-toggler-icon" style="width: 30px"></span>
</button>
<a class="navbar-brand mx-1" href="/" style="display: inline-block;vertical-align: middle;">選咩課</a>
</div>
<div class="collapse navbar-collapse px-2" id="navbarTogglerDemo02">
<ul class="navbar-nav me-auto mb-0">
</ul>
<div class="input-group pe-2" style="max-width: 250px;">
<input type="text" class="form-control" id="input_search_nav" placeholder="Find course"
aria-label="Course or instructor" aria-describedby="basic-addon2">
<div class="input-group-append">
<button class="btn btn-primary" id="button_search_nav" type="button"><i class="bi bi-search"
style="-webkit-text-stroke: 1px;"></i></button>
</div>
</div>
</div>
<div class="d-flex">
<button class="d-flex" id="timetable_cart" style="margin-top: -5px; margin-bottom: -5px; --size: 36px; margin-right: 5px; background-color:transparent; border: none;"
data-bs-toggle="offcanvas" data-bs-target="#offcanvasTimetable" aria-controls="offcanvasTimetable">
<span class="Avatar" data-bs-toggle="tooltip"
title="Schedule Cart"><i class="bi bi-cart-check"></i></span>
</button>
<div class="d-flex" id="avatarNav" style="margin-top: -5px; margin-bottom: -5px; --size: 36px;"
data-bs-toggle="modal" data-bs-target="#loginModal">
<span class="Avatar" style="--avatar-bg:#cccccc;" data-bs-toggle="tooltip"
title="Not Logged In"><i class="bi-person-x-fill"></i></span>
</div>
</div>
</div>
</nav>
</header>
<!-- Submit panel action="https://mpserver.umeh.top" method="POST" target="nm_iframe" id="sub_form"-->
<main style="padding-top: 2cm">
<div class="container" style="padding:3% 10%; min-height: 80vh">
<nav class="my-3"
style="--bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='dark'/%3E%3C/svg%3E");"
aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="/">Home</a></li>
</ol>
</nav>
<h1 class="display-6 my-5" id="title_comment">Commenting on </h1>
<form id="sub_form" class="row g-4 was-validated needs-validation" novalidate>
<div class="col-md-6">
<label for="New_code" class="form-label">課程編號 Course Code</label>
<input type="text" class="form-control" id="New_code" name="New_code" required readonly>
</div>
<div class="col-md-6 ">
<label for="validationCustom02" class="form-label">講師 Instructor</label>
<input type="text" class="form-control" id="prof_name" name="prof_name" required readonly>
</div>
<div class="col-md-6 mt-5">
<h5>出席計算 Attendance Checking </h5>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" id="attend_all" class="mdl-radio__button"
name="attendance" value="1" required>
<label class="form-check-label" for="attend_all">每次 Always</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" id="attend_occasion" name="attendance" value="2.5"
required>
<label class="form-check-label" for="attend_occasion">有時 Sometimes </label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" id="attend_none" name="attendance" value="5"
required>
<label class="form-check-label" for="attend_none">不需要 Never</label>
</div>
</div>
<div class="col-md-6 mt-5">
<h5>小組演示 Presentations</h5>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" id="pre_all" class="mdl-radio__button" name="pre"
value="1" required>
<label class="form-check-label" for="pre_all">Multiple 多次</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" id="pre_occasion" name="pre" value="2.5" required>
<label class="form-check-label" for="pre_occasion">Once 一次</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" id="pre_none" name="pre" value="5" required>
<label class="form-check-label" for="pre_none">Never 不需要</label>
</div>
</div>
<div class="col-md-6 col-lg-4 mt-5">
<h5>成績 Grades </h5>
<input type="range" class="form-range" min="1" max="5" value="3" name="grade">
<div class="row">
<div class="col-6">慘 Low </div>
<div class="col-6 text-end">靚 Nice</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mt-5">
<h5>容易程度 Easy </h5>
<input type="range" class="form-range" min="1" max="5" value="3" name="hard">
<div class="row">
<div class="col-6">困難 Hard</div>
<div class="col-6 text-end">簡單 Easy</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mt-5">
<h5>學習收穫 Study Outcome</h5>
<input type="range" class="form-range" min="1" max="5" value="3" name="reward">
<div class="row">
<div class="col-6">毫無 None</div>
<div class="col-6 text-end">豐富 Rich</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mt-5">
<h5>作業頻次 Assignments</h5>
<input type="range" class="form-range" min="1" max="5" value="3" name="assignment">
<div class="row">
<div class="col-6">每個月 Monthly</div>
<div class="col-6 text-end">每天 Daily</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mt-5">
<h5>總體推薦 Recommended</h5>
<input type="range" class="form-range" min="1" max="5" value="3" name="recommend">
<div class="row">
<div class="col-6">不推薦 No</div>
<div class="col-6 text-end">推薦 Yes</div>
</div>
</div>
<div class="col-md-12 mt-5">
<h5>閣下的其他評論 Comment on the instructor</h5>
<div class="mb-3">
<textarea class="form-control is-invalid" id="content" placeholder="請描述下課程中的作業,考試難度,講師的講述等"
name="content" style="min-height: 3cm;" required></textarea>
<div class="invalid-feedback">
Please enter a message in the textarea.
</div>
</div>
</div>
<div class="mb-3">
<button class="btn btn-primary" id="submit_btn" type="button"><i class="bi bi-cloud-arrow-up"></i>
提交評價
Submit form</button>
</div>
</form>
</div>
</main>
<!-- Footer -->
<footer class="bd-footer p-3 p-md-5 mt-5 bg-light text-center text-sm-start ">
</footer>
<script src="/scripts/common-after.js" async></script>
<script src="/scripts/submit.js" async></script>
</body>
</html>