aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/emptyhomes/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/emptyhomes/index.html')
-rw-r--r--templates/web/emptyhomes/index.html57
1 files changed, 0 insertions, 57 deletions
diff --git a/templates/web/emptyhomes/index.html b/templates/web/emptyhomes/index.html
deleted file mode 100644
index 1d17c3423..000000000
--- a/templates/web/emptyhomes/index.html
+++ /dev/null
@@ -1,57 +0,0 @@
-[% INCLUDE 'header.html', title = '' %]
-
-<div class="grid-50">
- <!--
- <h1 class="bl">
- <small>[% loc('Report, view, or discuss local problems') %]</small>
- </h1>
-
- [% IF error %]
- <p class="error">[% error %]</p>
- [% END %]
-
- [% PROCESS 'around/postcode_form.html' %]
- -->
-
- <div class="grid-50">
- [% INCLUDE 'front/stats.html' %]
- </div>
-
-[%
- recent_photos = c.cobrand.recent_photos('front', 2);
- probs = c.cobrand.recent();
-%]
-[% IF probs.size %]
- <div class="grid-50">
- <h2 class="bl"><small>[% loc('Recently reported problems') %]</small></h2>
- <ul id="nearby_lists">
- [% FOREACH p IN probs %]
- <li>
- <a href="/report/[% p.id %]">[% p.title | html %]</a>
- <small>[% prettify_dt( p.confirmed, 1 ) %]</small>
- </li>
- [% END %]
- </ul>
- </div>
-[% END %]
-
-</div>
-
-<div class="grid-50">
- <div id="eha_steps">
- [% INCLUDE 'index-steps.html',
- question = c.cobrand.enter_postcode_text %]
- </div>
-
- [% IF recent_photos.size %]
- <p id="front_photos">
- [% FOREACH p IN recent_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 %]
- </p>
- [% END %]
-
-</div>
-
-[% INCLUDE 'footer.html' %]