aboutsummaryrefslogtreecommitdiffstats
path: root/templates/website/map
blob: f54c68aba79aa8ce9b0e2497fb02c4614cfee96d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{{ $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 }}