annotate client/public/index.html @ 1109:74a75a5ce770

Added geonames data and extended search for villages/cities. The free data from geonames https://download.geonames.org/ is imported into the gemma data base (for the relevant states) and used to search for cities and villages. This data might be replaced by data from the RIS-index later on..?
author Sascha Wilde <wilde@intevation.de>
date Mon, 05 Nov 2018 13:07:16 +0100
parents 6c3527ddc200
children 2d34715dd52e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1 <!DOCTYPE html>
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2 <html>
427
e4b961315e9f feat: Pagination added to usermanagement
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
3
e4b961315e9f feat: Pagination added to usermanagement
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
4 <head>
e4b961315e9f feat: Pagination added to usermanagement
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
5 <meta charset="utf-8">
e4b961315e9f feat: Pagination added to usermanagement
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
6 <meta http-equiv="X-UA-Compatible" content="IE=edge">
e4b961315e9f feat: Pagination added to usermanagement
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
7 <meta name="viewport" content="width=device-width,initial-scale=1.0">
e4b961315e9f feat: Pagination added to usermanagement
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
8 <link rel="icon" href="<%= BASE_URL %>favicon.ico">
595
6c3527ddc200 gemma is not wamos
Tom Gottfried <tom@intevation.de>
parents: 460
diff changeset
9 <title>gemmajs</title>
427
e4b961315e9f feat: Pagination added to usermanagement
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
10 </head>
e4b961315e9f feat: Pagination added to usermanagement
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
11
e4b961315e9f feat: Pagination added to usermanagement
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
12 <body>
e4b961315e9f feat: Pagination added to usermanagement
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
13 <noscript>
460
5845fb6bb4ec client: (minor) improve note when there is no Javascript
Bernhard Reiter <bernhard@intevation.de>
parents: 427
diff changeset
14 <strong>This webapplication needs Javascript enabled to run.
5845fb6bb4ec client: (minor) improve note when there is no Javascript
Bernhard Reiter <bernhard@intevation.de>
parents: 427
diff changeset
15 Please enable it to continue.</strong>
427
e4b961315e9f feat: Pagination added to usermanagement
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
16 </noscript>
e4b961315e9f feat: Pagination added to usermanagement
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
17 <div id="app"></div>
e4b961315e9f feat: Pagination added to usermanagement
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
18 <!-- built files will be auto injected -->
e4b961315e9f feat: Pagination added to usermanagement
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
19 </body>
e4b961315e9f feat: Pagination added to usermanagement
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
20
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
21 </html>