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.html64
1 files changed, 64 insertions, 0 deletions
diff --git a/templates/web/emptyhomes/index.html b/templates/web/emptyhomes/index.html
new file mode 100644
index 000000000..0206bbff0
--- /dev/null
+++ b/templates/web/emptyhomes/index.html
@@ -0,0 +1,64 @@
+[% INCLUDE 'header.html', title => '' %]
+
+[% IF c.req.uri.host == 'reportemptyhomes.com' or c.req.uri.host == 'emptyhomes.matthew.fixmystreet.com' %]
+
+<h2>Channel 4: The Great British Property Scandal</h2>
+
+<iframe style="float:right; margin-left: 15px;" width="560" height="315" src="http://www.youtube.com/embed/N3OPfTlEEsw" frameborder="0" allowfullscreen></iframe>
+
+<p>We&#8217;re really excited to be offical advisors to the forthcoming new
+empty homes TV series <strong>The Great British Property Scandal</strong>!</p>
+<p>The series will highlight the nearly two million British families who don’t
+have adequate housing, and the million-odd homes lying empty across the UK.</p>
+
+<ul style="font-size: 125%; line-height: 2">
+
+<li><a href="http://www.channel4.com/programmes/the-great-british-property-scandal/articles/report-an-empty">Report an empty property</a></li>
+<li><a href="http://cy.reportemptyhomes.com/">Rhoi gwybod am eiddo gwag</a></li>
+
+<!-- <li><strong>Download the iPhone app</strong> from the App Store.</li> -->
+
+</ul>
+
+[% ELSE %]
+
+[% IF error %]
+ <p class="error">[% error %]</p>
+[% END %]
+
+<p id="expl">
+ <strong>[% loc('Report empty properties') %]</strong>
+</p>
+
+[%
+ question
+ = c.cobrand.enter_postcode_text()
+ || loc("Enter a nearby GB postcode, or street name and area");
+%]
+
+<form action="[% c.uri_for('/around') %]" method="get" name="postcodeForm" id="postcodeForm">
+ <label for="pc">[% question %]:</label>
+ <span><input type="text" name="pc" value="" id="pc" size="10" maxlength="200">
+ <input type="submit" value="[% loc('Go') %]" id="submit">
+ </span>
+ [% c.cobrand.form_elements('postcodeForm') %]
+</form>
+
+<div id="front_intro">
+
+ <h2>[% loc('How to report a problem') %]</h2>
+
+ <ol>
+ <li>[% question %]</li>
+ <li>[% loc('Locate the problem on a map of the area') %]</li>
+ <li>[% loc('Enter details of the problem') %]</li>
+ <li>[% loc('We send it to the council on your behalf') %]</li>
+ </ol>
+
+ [% INCLUDE "front/stats.html" %]
+
+</div>
+
+[% END %]
+
+[% INCLUDE 'footer.html' %]