aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/fixmybarangay/alert/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/fixmybarangay/alert/index.html')
-rw-r--r--templates/web/fixmybarangay/alert/index.html45
1 files changed, 0 insertions, 45 deletions
diff --git a/templates/web/fixmybarangay/alert/index.html b/templates/web/fixmybarangay/alert/index.html
deleted file mode 100644
index c842a7683..000000000
--- a/templates/web/fixmybarangay/alert/index.html
+++ /dev/null
@@ -1,45 +0,0 @@
-[% INCLUDE 'header.html', title = loc('Local RSS feeds and email alerts'), bodyclass = 'twothirdswidthpage' %]
-
-<h1>[% loc('Local RSS feeds and email alerts') %]</h1>
-
-<p>
-FixMyBarangay has a RSS feeds and email alerts for local problems.
-</p>
-
-[% IF location_error %]
- <div class="error">[% location_error %]</div>
-[% ELSE %]
- [% INCLUDE 'errors.html' %]
-[% END %]
-
-[% options = [ {
- id => 'area:1:Luz',
- text => 'Luz',
- uri => '/rss/area/Luz'
- },
- {
- id => 'area:2:Basak_San_Nicolas',
- text => 'Basak San Nicolas'
- uri => '/rss/area/Basak+San_Nicolas'
- } ];
-%]
-
-<form id="alerts" name="alerts" method="post" action="/alert/subscribe">
-
-[% IF photos.size %]
-<div id="alert_recent">
- <aside>
- <h2>[% loc('Some photos of recent reports') %]</h2>
- [% FOREACH p IN photos %]
- <a href="/report/[% p.id %]"><img border="0" height="100"
- src="[% p.photos.first.url_tn %]" alt="[% p.title | html %]" title="[% p.title | html %]"></a>
- [% END %]
- </aside>
-</div>
-[% END %]
-
-[% INCLUDE 'alert/_list.html' %]
-
-</form>
-
-[% INCLUDE 'footer.html' %]