summaryrefslogtreecommitdiff
path: root/scraper/reports/geocode_papers.html
diff options
context:
space:
mode:
authoradamhrv <adam@ahprojects.com>2019-02-13 00:14:05 +0100
committeradamhrv <adam@ahprojects.com>2019-02-13 00:14:05 +0100
commit6b3923624f352b13633e83ac18ac2f7fd74be34a (patch)
treee5b049f98fef94b5e139446176f46b39dde5dbce /scraper/reports/geocode_papers.html
parent83f6165507de08578422cc67356cc4622380a825 (diff)
parentb1df7ef2090f1f3c9e0aeb49f5ffa6a33f4b8226 (diff)
Merge branch 'master' of github.com:adamhrv/megapixels_dev
Diffstat (limited to 'scraper/reports/geocode_papers.html')
-rw-r--r--scraper/reports/geocode_papers.html37
1 files changed, 37 insertions, 0 deletions
diff --git a/scraper/reports/geocode_papers.html b/scraper/reports/geocode_papers.html
new file mode 100644
index 00000000..529ee9c7
--- /dev/null
+++ b/scraper/reports/geocode_papers.html
@@ -0,0 +1,37 @@
+<!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>
+</html>
+