aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/alert/index.html
blob: 69f21f2f2c9478277923b0a0c5572042f9bcb753 (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
29
30
31
32
33
34
35
36
37
[% INCLUDE 'header.html', title =>  loc('Local RSS feeds and email alerts') %]

<h1>[% loc('Local RSS feeds and email alerts') %]</h1>

<p>
[% loc('FixMyStreet has a variety of RSS feeds and email alerts for local problems, including
alerts for all problems within a particular ward or council, or all problems
within a certain distance of a particular location.') %]
</p>

[% IF location_offshore %]
  <ul class="error"><li>[% loc('That location does not appear to be covered by a council, perhaps it is offshore - please try somewhere more specific.') %]</li></ul>
[% ELSIF location_error %]
  <ul class="error"><li>[% location_error | html %]</li></ul>
[% ELSE %]
  [% INCLUDE 'errors.html' %]
[% END %]

<form method="get" action="/alert/list">
  <p>
  [% loc('To find out what local alerts we have for you, please enter your GB
  postcode or street name and area:' ) %]
  <input type="text" name="pc" value="">
  <input type="submit" value="[% loc('Go') %]">
  [% cobrand_form_elements %]
  </p>
</form>

[% IF photos %]
<div id="alert_recent">
  <h2>[% loc('Some photos of recent reports') %]</h2>
  [% photos %]
</div>
[% END %]
[%# FIXME - put in blurb here %]

[% INCLUDE 'footer.html' %]