aboutsummaryrefslogtreecommitdiffstats
path: root/templates/website/map
diff options
context:
space:
mode:
Diffstat (limited to 'templates/website/map')
-rwxr-xr-xtemplates/website/map28
1 files changed, 0 insertions, 28 deletions
diff --git a/templates/website/map b/templates/website/map
deleted file mode 100755
index f54c68aba..000000000
--- a/templates/website/map
+++ /dev/null
@@ -1,28 +0,0 @@
-{{ $map }}
-
-<h1>{{ $heading_problems }}</h1>
-
-<p id="alert_links_area">
-<a id="email_alert" rel="nofollow" href="{{ $url_email }}">{{ $email_me }}</a>
-| <a href="{{ $url_rss }}" id="rss_alert"><span>{{ $rss_alt }}</span> <img src="/i/feed.png" width="16" height="16" title="{{ $rss_title }}" alt="{{ $rss_alt }}" border="0" style="vertical-align: top"></a>
-</p>
-
-{{ $errors }}
-
-<p id="text_map">{{ $text_to_report }} {{ $text_skip }}</p>
-
-<div id="nearby_lists">
-<h2>{{ $heading_on_around }}</h2>
-
-<ul id="current">
-{{ $reports_on_around }}
-</ul>
-
-<h2 id="closest_problems">{{ $heading_closest }}</h2>
-
-<ul id="current_near">
-{{ $reports_nearby }}
-</ul>
-
-</div>
-{{ $map_end }}