This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathdep.html
46 lines (40 loc) · 1.55 KB
/
dep.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
<!DOCTYPE html>
<html>
<head>
<title>metakgp|mfqp</title>
@@include('include/head.html')
</head>
<body onload="start();">
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.5&appId=1707720192778020";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="row">
<div class="col-md-10 col-md-offset-1">
@@include('./include/header.html')
</div>
<div class="row">
<div class="col-md-12">
<div id="donutsdep"></div>
<p>Do you have any of the following papers that have not yet been uploaded?</p>
<div class="row">
<div class="col-md-4 col-md-offset-4">
@@include('include/upload-button.html')
</div>
</div>
<div class="col-md-12">
<p id="thanks" style="display: none;background-color: #333333; color: #eeeeee;line-height: 3;border-radius: 15px">Thanks a lot for contributing! We'll verify the upload and update the site soon. Do follow <a href="https://www.facebook.com/metakgp">Metakgp</a> for upcoming projects.</p>
</div>
<div class="col-md-10 col-md-offset-1">
<ul id="subjectlist" class="list-group row"></ul>
</div>
</div>
</div>
@@include('include/footer.html')
</div>
</div>
</body>
</html>