accurator/commit

Merge branch 'search'

authorChris Dijkshoorn
Tue Mar 15 11:58:13 2016 +0100
committerChris Dijkshoorn
Tue Mar 15 11:58:13 2016 +0100
commit11e4bd25dac090d67d3d0515ddf13dbf98ccd9e4
tree7821f4028a33ecd27f096e5ba85730b16900b7ff
parentb9fdcb649657b520aa4a8ab93686348d8f34b37f 9d5fb30a9d85bb69901a9f062685be39d1724494
Diff style: stat patch
 lib/accurator/annotate_page.pl    |  10 ++
 lib/accurator/domain.pl           |   2 ++
 rdf/accurator_schema.ttl          |   6 ++
 rdf/domain/bible/bible_domain.ttl |   2 ++
 rdf/domain/bird/bird_domain.ttl   |   8 ++
 rdf/domain/domain.ttl             |   2 ++
 rdf/ui/labels.ttl                 |  50 +++
 rdf/ui/labels_nl.ttl              |  29 ++
 web/css/accurator.css             |   6 ++
 web/html/domain.html              |   5 ++
 web/html/results.html             |  13 ++
 web/html/search.html              | 130 +++++++
 web/js/accurator_profile.js       |   2 ++
 web/js/accurator_results.js       | 620 +++++++++++++++++++++++++++++++
 web/js/accurator_search.js        | 103 ++++++
 web/js/accurator_utilities.js     |  39 ++
 web/js/path.js                    |  50 +++
 web/js/search.js                  | 743 ++++++++++++++++++++++++++++++++++++++
 web/js/thumbnail.js               |  77 ++++
 19 files changed, 1203 insertions(+), 694 deletions(-)