-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontents.html
56 lines (48 loc) · 2.65 KB
/
contents.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Alpine Linux aports viewer</title>
<link rel="stylesheet" href="public/lib/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="public/css/aports.api.css">
</head>
<body>
<div class="container">
<div class="page-header"><h3><a href='contents.html'>Search for contents</a></h3></div>
<div class="panel-body">
<form class="form-inline" role="form" id="search">
<div class="form-group">
<div class="input-group">
<input type="text" class="form-control" id="file" name="file" value="" placeholder="File" autofocus>
<span data-toggle="tooltip" class="input-group-addon cursor-pointer" title="Use _ as wildcards">?</span>
</div>
</div>
<div class="form-group">
<div class="input-group">
<input type="text" class="form-control" id="path" name="path" value="" placeholder="Path">
<span data-toggle="tooltip" class="input-group-addon cursor-pointer" title="Use _ as wildcards">?</span>
</div>
</div>
<div class="form-group">
<div class="input-group">
<input type="text" class="form-control" id="name" name="name" value="" placeholder="Package">
<span data-toggle="tooltip" class="input-group-addon cursor-pointer" title="Use _ as wildcards">?</span>
</div>
</div>
</form>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="public/lib/jquery/1.11.3/jquery.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="public/lib/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script src="public/lib/util/urlparser.js"></script>
<script src="public/lib/util/dt/date.format.js"></script>
<script src="public/lib/twbs-pagination/1.2.5/jquery.twbsPagination.min.js"></script>
<script src="public/js/aports.api.js"></script>
<script src="public/js/aports.contents.js"></script>
</body>
</html>