aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/zurich/around/intro.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/zurich/around/intro.html')
-rw-r--r--templates/web/zurich/around/intro.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/web/zurich/around/intro.html b/templates/web/zurich/around/intro.html
new file mode 100644
index 000000000..04edcd3a7
--- /dev/null
+++ b/templates/web/zurich/around/intro.html
@@ -0,0 +1,12 @@
+ <h1>[% loc('Report, view, or discuss local problems') %]</h1>
+ <h2>(Pilot bis M&auml;rz 2014)</h2>
+
+<!-- FIXME Better place for this -->
+<script>
+ $(function() {
+ $( "#pc" ).autocomplete({
+ minLength: 3,
+ source: "/ajax/geocode"
+ });
+ });
+</script>