aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/website/emptyhomes-footer9
-rwxr-xr-xweb/about.cgi26
-rwxr-xr-xweb/reports.cgi4
3 files changed, 34 insertions, 5 deletions
diff --git a/templates/website/emptyhomes-footer b/templates/website/emptyhomes-footer
index b85db6e98..c0790c3d6 100644
--- a/templates/website/emptyhomes-footer
+++ b/templates/website/emptyhomes-footer
@@ -2,12 +2,21 @@
</div>
<div id="footer">
+<div style="float: right">
+Shelter Cymru<br>
+25 Walter Road<br>
+Swansea
+<br>SA1 5NN<br>
+<a href="http://www.sheltercymru.org.uk/shelter/home/contactus.asp?Email=14"></a>
+</div>
+
Empty Homes Agency <br>
Downstream Building, 1 London Bridge, London, SE1 9BG
<br>
Tel: 020 7022 1870 <br>
Fax: 020 7681 3214 <br>
Email: <a href="mailto:info&#64;emptyhomes.com">info&#64;emptyhomes.com</a>
+
</div>
</body>
diff --git a/web/about.cgi b/web/about.cgi
index 49ea2e5bf..6b0347ecf 100755
--- a/web/about.cgi
+++ b/web/about.cgi
@@ -6,7 +6,7 @@
# Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved.
# Email: matthew@mysociety.org. WWW: http://www.mysociety.org
#
-# $Id: about.cgi,v 1.9 2009-05-27 13:53:53 matthew Exp $
+# $Id: about.cgi,v 1.10 2009-08-03 10:45:28 matthew Exp $
use strict;
use Standard -db;
@@ -17,8 +17,11 @@ my $lastmodified = (stat $0)[9];
sub main {
my $q = shift;
print Page::header($q, title=>_('About us'));
- print _(<<ABOUTUS) if $q->{site} eq 'emptyhomes';
-<h1>The Empty Homes Agency</h1>
+ if ($q->{site} eq 'emptyhomes') {
+ print $q->h1(_('About us'));
+ print '<div style="float: left; width: 48%;">';
+ print _(<<ABOUTUS);
+<h2>The Empty Homes Agency</h2>
<p>The Empty Homes agency is an independent campaigning charity. We are not
part of government, and have no formal links with local councils although we
work in cooperation with both. We exist to highlight the waste of empty
@@ -26,6 +29,23 @@ property and work with others to devise and promote sustainable solutions to
bring empty property back into use. We are based in London but work across
England. We also work in partnership with other charities across the UK.</p>
ABOUTUS
+ print '</div> <div style="float: right; width:48%;">';
+ print _(<<ABOUTUS);
+<h2>Shelter Cymru</h2>
+Shelter Cymru is Wales&rsquo; people and homes charity and wants everyone in Wales to
+have a decent home. We believe a home is a fundamental right and essential to
+the health and well-being of people and communities. We work for people in
+housing need. We have offices all over Wales and prevent people from losing
+their homes by offering free, confidential and independent advice. When
+necessary we constructively challenge on behalf of people to ensure they are
+properly assisted and to improve practice and learning. We believe that
+bringing empty homes back into use can make a significant contribution to the
+supply of affordable homes in Wales.
+<a href="http://www.sheltercymru.org.uk/shelter/advice/pdetail.asp?cat=20">Further information about our work on
+empty homes</a>.
+ABOUTUS
+ print '</div>';
+ }
print Page::footer($q);
}
Page::do_fastcgi(\&main, $lastmodified);
diff --git a/web/reports.cgi b/web/reports.cgi
index 465ae0f26..6eff392c7 100755
--- a/web/reports.cgi
+++ b/web/reports.cgi
@@ -7,7 +7,7 @@
# Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved.
# Email: matthew@mysociety.org. WWW: http://www.mysociety.org
#
-# $Id: reports.cgi,v 1.32 2009-07-22 19:44:19 matthew Exp $
+# $Id: reports.cgi,v 1.33 2009-08-03 10:45:28 matthew Exp $
use strict;
use Standard;
@@ -208,7 +208,7 @@ sub main {
print ".";
} else {
my $rss_url = '/rss/reports/' . Page::short_name($name);
- my $thing = 'council';
+ my $thing = _('council');
if ($ward) {
$rss_url .= '/' . Page::short_name($q_ward);
$thing = 'ward';