-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmhs-registration.html
244 lines (232 loc) · 13.4 KB
/
mhs-registration.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
<!doctype html>
<!--
Material Design Lite
Copyright 2015 Google Inc. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License
-->
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="A front-end template that helps you build fast, modern mobile web apps.">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<title>REGISTRATION | GRIMPS</title>
<!-- Add to homescreen for Chrome on Android -->
<meta name="mobile-web-app-capable" content="yes">
<link rel="icon" sizes="192x192" href="images/android-desktop.png">
<!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Material Design Lite">
<link rel="apple-touch-icon-precomposed" href="images/ios-desktop.png">
<!-- Tile icon for Win8 (144x144 + tile color) -->
<meta name="msapplication-TileImage" content="images/touch/ms-touch-icon-144x144-precomposed.png">
<meta name="msapplication-TileColor" content="#3372DF">
<link rel="shortcut icon" href="images/favicon.png">
<!-- SEO: If your mobile URL is different from the desktop URL, add a canonical link to the desktop page https://developers.google.com/webmasters/smartphone-sites/feature-phones -->
<!--
<link rel="canonical" href="http://www.example.com/">
-->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&lang=en">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="public/css/material.min.css" />
<link rel="stylesheet" href="public/css/styles.css">
<link rel="stylesheet" href="public/css/grimps.css">
<style>
#view-source {
position: fixed;
display: block;
right: 0;
bottom: 0;
margin-right: 40px;
margin-bottom: 40px;
z-index: 900;
}
</style>
</head>
<body>
<div class="demo-layout mdl-layout mdl-js-layout mdl-layout--fixed-drawer mdl-layout--fixed-header">
<header class="grimps-white grimps-text-alcu demo-header mdl-layout__header mdl-color-text--grey-600">
<div class="mdl-layout__header-row">
<div class="grimps-text-title"><i class="material-icons mdl-badge">description</i> STUDENT REGISTRATION</div>
<div class="mdl-layout-spacer"></div>
<!-- Left aligned menu below button -->
<img src="images/logo2.png" style="width: 48px; margin-right: 15px;">
<div class="grimps-text-title">GRIMPS</div>
</div>
</header>
<div class="grimps-blue demo-drawer mdl-layout__drawer mdl-color-text--blue-grey-50">
<header class="demo-drawer-header grimps-text-plain">
<div class="user-info">
<img src="images/account-circle.png" class="demo-avatar">
<div>
<span class="grimps-text-lato grimps-text-big">WELCOME</span><br>
<span>Student</span>
</div>
</div>
</header>
<nav class="grimps-text-alcu grimps-text-title demo-navigation mdl-navigation">
<a class="mdl-navigation__link grimps-text-plain" href="index.html"><i class="material-icons">home</i>HOME</a>
<a class="mdl-navigation__link grimps-text-plain grimps-selected" href="mhs-registration.html"><i class="material-icons">description</i>REGISTRATION</a>
</nav>
</div>
<main class="mdl-layout__content grimps-plain">
<div class="grimps-header grimps-violet verification-header grimps-text-lato">
<div class="grimps-text-plain grimps-text-big">REGISTER YOURSELF</div>
</div>
<div class="mdl-grid mdl-grid--no-spacing">
<div class="mdl-cell mdl-cell--3-col">
<!--- Nothing -->
</div>
<div class="mdl-cell mdl-cell--6-col">
<form action="#" style="padding: 30px 0">
<table class="registration">
<tr>
<td><label style="font-size:17px" for="sample2">Student Number</label></td>
<td>
<div class="mdl-textfield mdl-js-textfield">
<input class="mdl-textfield__input" type="text" id="sample2" onchange="fullname()" required>
<label class="mdl-textfield__label" for="sample2">Insert your SID...</label>
</div>
</td>
<script>
function fullname() {
document.getElementById("fullname").innerHTML="<font style=\"color:black\">Rangga Garmastweira</font>";
}
</script>
</tr>
<tr>
<td><label style="font-size:17px" for="sample1">Name</label></td>
<td>
<div class="mdl-textfield mdl-js-textfield">
<input class="mdl-textfield__input" type="text" id="sample1">
<label class="mdl-textfield__label" for="sample1"><span id="fullname">Insert your full name...</span></label>
</div>
</td>
</tr>
<tr>
<td><label style="font-size:17px" for="sample3">Email</label></td>
<td>
<div class="mdl-textfield mdl-js-textfield">
<input class="mdl-textfield__input" type="email" id="sample3">
<label class="mdl-textfield__label" for="sample3">Insert your email...</label>
</div>
</td>
</tr>
<tr>
<td><label style="font-size:17px" for="sample4">Password</label></td>
<td>
<div class="mdl-textfield mdl-js-textfield">
<input class="mdl-textfield__input" type="password" id="sample4">
<label class="mdl-textfield__label" for="sample4">Enter password...</label>
</div>
</td>
</tr>
<tr>
<td><label style="font-size:17px" for="sample5">Re-type Password</label></td>
<td>
<div class="mdl-textfield mdl-js-textfield">
<input class="mdl-textfield__input" type="password" id="sample5">
<label class="mdl-textfield__label" for="sample5">Enter again password...</label>
</div>
</td>
</tr>
<tr>
<td><label style="font-size:17px" for="sample6">Topic</label></td>
<td>
<div class="mdl-textfield mdl-js-textfield">
<input class="mdl-textfield__input" type="text" id="sample6">
<label class="mdl-textfield__label" for="sample6">Insert your topic of final project...</label>
</div>
</td>
</tr>
<tr>
<td><label style="font-size:17px" for="sample7">Supervisor 1</label></td>
<td>
<div class="mdl-textfield mdl-js-textfield">
<select class="mdl-textfield__input" name="supervisor1" required>
<option disabled selected>Select your supervisor 1</option>
<option value="Dessy">Dessy Puji</option>
<option value="Ulfah">Nur Ulfah M</option>
<option value="Masayu">Masayu</option>
<option value="Rinaldi">Rinaldi Munir</option>
</select>
<!--<input class="mdl-textfield__input" type="text" id="sample7">
<label class="mdl-textfield__label" for="sample7">Mention your supervisor 1</label>-->
</div>
</td>
</tr>
<tr>
<td><label style="font-size:17px" for="sample8">Supervisor 2</label></td>
<td>
<div class="mdl-textfield mdl-js-textfield">
<select class="mdl-textfield__input" name="supervisor2" required>
<option disabled selected>Select your supervisor 2 (optional)</option>
<option value="Dessy">Dessy Puji</option>
<option value="Ulfah">Nur Ulfah M</option>
<option value="Masayu">Masayu</option>
<option value="Rinaldi">Rinaldi Munir</option>
</select>
</div>
</td>
</tr>
<tr>
<td><label style="font-size:17px">Laboratorium</label></td>
<td>
<div class="mdl-textfield mdl-js-textfield">
<input class="mdl-textfield__input" type="text" id="sample9">
<label class="mdl-textfield__label" for="sample9">Laboratorium that will be used</label>
</div>
</td>
</tr>
</table>
<div style="text-align: right; margin-top: 30px">
<button class="mdl-button mdl-js-button mdl-button--raised mdl-button--colored grimps-violet show-modal">
SUBMIT
</button>
</div>
</form>
<div class="mdl-layout-spacer"></div>
<div class="verification-submit">
<dialog class="mdl-dialog">
<h4 class="mdl-dialog__title">Continue?</h4>
<div class="mdl-dialog__content">
<p>
Make sure you have entered data correctly.
</p>
</div>
<div class="mdl-dialog__actions">
<button type="button" class="mdl-button" onclick="window.location='mhs-jadwalsidang.html'">Continue</button>
<button type="button" class="mdl-button close">Cancel</button>
</div>
</dialog>
<script>
var dialog = document.querySelector('dialog');
var showModalButton = document.querySelector('.show-modal');
if (! dialog.showModal) {
dialogPolyfill.registerDialog(dialog);
}
showModalButton.addEventListener('click', function() {
dialog.showModal();
});
dialog.querySelector('.close').addEventListener('click', function() {
dialog.close();
});
</script>
<script src="public/js/jquery.min.js"></script>
<script src="public/js/material.min.js"></script>
</div>
</div>
</div>
</main>
</div>
</body>
</html>