forked from coq/coq.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoq-package-index.html
63 lines (54 loc) · 1.52 KB
/
coq-package-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
<#def TITLE>Coq Package Index</#def>
<#def HEAD>
<link rel="stylesheet" type="text/css" href="/styles/barron/style.css"/>
<link rel="stylesheet" type="text/css" href="/styles/package-index.css"/>
</#def>
<#include "incl/header.html">
<div id="filters">
<div class="framework">
<div class="frameworklabel" style="color:black;font-weight:bold">
Active filters
</div>
<div class="frameworkcontent">
<input type="text" id="custom-filter" onkeyup="update_filter()" autofocus>
<div id="f-selected">
</div>
</div>
</div>
<div class="framework">
<div class="frameworklabel" style="color:black;font-weight:bold">
Available suites
</div>
<div class="frameworkcontent">
<div id="f-suites"> <!-- filled in by js --> </div>
</div>
</div>
<div class="framework">
<div class="frameworklabel" style="color:black;font-weight:bold">
Available categories
</div>
<div class="frameworkcontent">
<div id="f-categories"> <!-- filled in by js --> </div>
</div>
</div>
<div class="framework">
<div class="frameworklabel" style="color:black;font-weight:bold">
Available keywords
</div>
<div class="frameworkcontent">
<div id="f-keywords"> <!-- filled in by js --> </div>
<div class="clear"> <!-- stop floating contents --> </div>
</div>
</div>
</div>
<div id="packages">
<div class="frameworkcontent">
<table>
<tbody id="data">
</tbody>
</table>
</div>
</div>
<script src="/scripts/filter.js"/></script>
<script src="/scripts/packages.js"></script>
<#include "incl/footer.html">