summaryrefslogtreecommitdiff
path: root/scraper/reports/geocode_papers.html
blob: 84ffe35607198ce4c0fbbe41dfeeb046c93c459f (plain)
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
<!doctype html>
<html>
<head>
<title>Geocode PDFs</title>
<style>
html,body { margin: 0; padding: 0; width: 100%; height: 100%; }
.autocomplete div {
  background: white;
}
.autocomplete .matches {
  border: 1px solid #888;
  max-height: 220px;
  overflow-y: auto;
}
.autocomplete .matches div {
  padding: 3px;
}
.autocomplete .matches div:nth-child(even) {
  background: #eee;
}
.autocomplete .matches div:nth-child(odd) {
  background: #fff;
}
.autocomplete .matches div:nth-child(even).selected,
.autocomplete .matches div:nth-child(odd).selected {
  color: #fff;
  background: #000;
  cursor: pointer;
}
</style>
</head>
<body>
<div id="container">
</div>
</body>
<script src="/reports/geocode-app.js"></script>
</html>