-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (55 loc) · 2.19 KB
/
Copy pathindex.html
File metadata and controls
61 lines (55 loc) · 2.19 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
<!DOCTYPE html>
<html>
<head>
<title>刺刺星淡江選課小幫手</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="tkuomg.css">
<script src="tkuomg.js"></script>
<meta name="theme-color" content="#F09819">
</head>
<body>
<section id="sec_main">
<div class="div-m">
<h1>刺刺星淡江選課小幫手<small>2.0</small></h1>
<p>
<a href="https://www.youtube.com/watch?v=1dsaNmeN514" target="_blank">使用教學</a> |
<a href="privacy.html" target="_blank">隱私權政策</a> |
<a href="https://github.com/twstar/XstarTkuAddCourseHelper" target="_blank">Open Source on Github</a>
</p>
<hr>
<section id="step1">
<h3>Step 1: Login</h3>
<small>請以選課帳號登錄,以產生芝麻開門按鈕。</small>
<form action="" onsubmit="generateOpenDoor()" target="hidden" id="form_login">
<input type="text" autocomplete="off" id="entry188530424" value="" placeholder="學號" >
<input type="password" autocomplete="off" id="entry200004417" value="" placeholder="密碼">
<div id="name"></div>
<input type="submit" class="btn-yes" value="登錄">
</form>
</section>
<section id="step2">
<h3>Step 2: Open The Door</h3>
<small></small>
<a id="OpenTheDoor" href="" class="btn-yes" target="_blank">芝麻開門</a>
</section>
<section id="step3">
<h3>Step 3: Add Class</h3>
<small></small>
<form action="" onsubmit="generateClass()" target="hidden" id="form_addclass">
<input type="text" class="" id="inputClassNum" placeholder="開課序號" autocomplete="off">
<input type="submit" class="btn-yes" onclick="" value="產生">
</form>
<input type="button" onclick="delClass()" class="btn-yes" value="刪除上一個">
</section>
</div>
</section>
<section id="sec_footer">
<p>© 2017 刺刺星 XSTAR.ME</p>
</section>
<iframe name="hidden" style="display:none"></iframe>
</body>
</html>