-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
74 lines (61 loc) · 2.71 KB
/
index.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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Drunken-sansa by jckr</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<script src="https://cdnjs.cloudflare.com/ajax/libs/tabletop.js/1.3.5/tabletop.min.js"></script>
<script src="Pikaday/pikaday.js"></script>
<link rel="stylesheet" type="text/css" href="Pikaday/css/pikaday.css" media="screen">
</head>
<body>
<div class="container">
<section class="page-header">
<h1 class="project-name">Drunken-sansa</h1>
<h2 class="project-tagline">this is a throwaway repo so i can get how project pages work. </h2>
<a href="https://github.com/jckr/drunken-sansa" class="btn">View on GitHub</a>
<a href="https://github.com/jckr/drunken-sansa/zipball/master" class="btn">Download .zip</a>
<a href="https://github.com/jckr/drunken-sansa/tarball/master" class="btn">Download .tar.gz</a>
</section>
<section class="main-content">
<div class="row">
<div class="col-md-3">
<label for "subject">Subject:</label><select id="subject"><option value=0>all</option></select>
</div>
<div class="col-md-3">
<label for "coverage">Coverage:</label><select id="coverage"><option value=0>all</option></select>
</div>
<div class="col-md-3">
<label for "from">From:</label><input type="text" id="from" />
</div>
<div class="col-md-3">
<label for "to">To:</label><input type="text" id="to" />
</div>
</div>
<br/>
<div class="row">
<table id="files" class="table table-responsive">
<tr>
<th class="id col-md-1">id</th>
<th class="title col-md-2">title</th>
<th class="date col-md-2">date</th>
<th class="records col-md-1">records</th>
<th class="coverage col-md-2">coverage</th>
<th class="subject col-md-2">subject</th>
<th class="link col-md-2">link</th>
</tr>
</table>
</div>
</section>
<script src="tableload.js"></script>
<script type="text/javascript">
window.onload = function() {init({key: "1jCnpB_6SaYUtw_hB01wradZtSuhwbbWc-llvAgYOQuE", account: "jckr", repo: "drunken-sansa"})};
</script>
</div>
</body>
</html>