aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/web/default/footer.html10
-rw-r--r--templates/web/default/header.html2
-rw-r--r--templates/web/emptyhomes/about/index.html41
3 files changed, 30 insertions, 23 deletions
diff --git a/templates/web/default/footer.html b/templates/web/default/footer.html
index f5175af8c..6d6c82f0c 100644
--- a/templates/web/default/footer.html
+++ b/templates/web/default/footer.html
@@ -22,13 +22,13 @@
[% INCLUDE 'tracking_code.html' %]
[% IF c.config.STAGING_SITE %]
-<hr>
-
+<hr clear="both">
<ul>
- <li>Cobrand: [% c.cobrand.moniker %]</li>
- <li>extra template path: [% additional_template_paths.join(',') %]</li>
+ <li>cobrand.moniker: [% c.cobrand.moniker %]</li>
+ <li>additional_template_paths: [% additional_template_paths.join(', ') || '--empty--' %]</li>
+ <li>lang_code: [% lang_code %]</li>
</ul>
-
[% END %]
+
</body>
</html>
diff --git a/templates/web/default/header.html b/templates/web/default/header.html
index d6da00c8f..d26ebaa2b 100644
--- a/templates/web/default/header.html
+++ b/templates/web/default/header.html
@@ -5,7 +5,7 @@
<script type="text/javascript" src="/yui/utilities.js"></script>
<script type="text/javascript" src="/js.js"></script>
- <title>[% title | html %][% c.cobrand.site_title %]</title>
+ <title>[% title | html %] :: [% c.cobrand.site_title %]</title>
<style type="text/css">@import url("/css/core.css"); @import url("/css/main.css");</style>
<!--[if LT IE 7]>
<style type="text/css">@import url("/css/ie6.css");</style>
diff --git a/templates/web/emptyhomes/about/index.html b/templates/web/emptyhomes/about/index.html
index f34d2c9ff..880f69b98 100644
--- a/templates/web/emptyhomes/about/index.html
+++ b/templates/web/emptyhomes/about/index.html
@@ -1,36 +1,43 @@
-[% INCLUDE 'header.html', title => loc('About Us') %]
+[% INCLUDE 'header.html', title => loc('About us') %]
<h1>[% loc('About us') %]</h1>
<div style="float: left; width: 48%;">
- <h2>The Empty Homes Agency</h2>
+ <h2>[% loc('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
- 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>
+ <p>[% loc('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 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>
</div>
<div style="float: right; width:48%;">
- <h2>Shelter Cymru</h2>
+ <h2>[% loc('Shelter Cymru') %]</h2>
- <p>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
+ <p>[% loc('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>.</p>
+ significant contribution to the supply of affordable homes in Wales.') %]
+
+ <a href="http://www.sheltercymru.org.uk/shelter/advice/pdetail.asp?cat=20">
+ [% loc('Further information about our work on empty homes.') %]
+ </a>
+
+ </p>
</div>
+<br clear="both">
+
[% INCLUDE 'footer.html' %] \ No newline at end of file