forked from Zakelly/PKUGetClassHelper
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpopup.html
executable file
·54 lines (49 loc) · 1.29 KB
/
popup.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
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>PKU选课助手 无限制版</title>
<style type="text/css" media="screen">
a
{
font-family: arial;
font-weight: 450;
color: #000;
height:19px;
text-decoration: none;
padding-bottom: 3px;
padding-top: 3px;
padding-left:50px;
display: block;
margin-top:3px;
margin-left: 5px;
margin-right: 5px;
font-size: 10px;
width:180px;
}
a:hover
{
background:#EDEDED;
}
table{
margin-left: 10px;
}
#popup
{
font-size: 10px;
width: 250px;
min-height: 50px;
}
</style>
<script src='libs/jquery.js' type="text/javascript"></script>
<script src='popup.js' type="text/javascript"></script>
</head>
<body style="margin: 0px; padding: 0px;">
<div id="popup">
<a href="http://elective.pku.edu.cn/" target="_blank" id="menu-newtab" >进入选课网站</a>
<a href="http://www.zakelly.com/2016/02/20/get-class-helper-new-version/" target="_blank" id="menu-newtab-2" >原版插件主页</a>
<a href="https://github.com/Zakelly/PKUGetClassHelper" target="_blank" id="menu-newtab-3" >原版Github</a>
<a href="https://github.com/thrfirs/PKUGetClassHelper" target="_blank" id="menu-newtab-3" >修改版Github</a>
</div>
</body>
</html>