diff options
-rw-r--r-- | templates/website/cobrands/emptyhomes/emptyhomes-footer | 23 | ||||
-rw-r--r-- | templates/website/cobrands/emptyhomes/emptyhomes-header | 36 |
2 files changed, 59 insertions, 0 deletions
diff --git a/templates/website/cobrands/emptyhomes/emptyhomes-footer b/templates/website/cobrands/emptyhomes/emptyhomes-footer new file mode 100644 index 000000000..2f704b8f1 --- /dev/null +++ b/templates/website/cobrands/emptyhomes/emptyhomes-footer @@ -0,0 +1,23 @@ +</div> +</div> + +<div id="footer"> +<div style="float: right"> +Shelter Cymru<br> +25 Walter Road<br>Swansea +<br>SA1 5NN<br> +<a href="mailto:emptyhomes@sheltercymru.org.uk">emptyhomes@sheltercymru.org.uk</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@emptyhomes.com">info@emptyhomes.com</a> + +</div> + +</body> +</html> + diff --git a/templates/website/cobrands/emptyhomes/emptyhomes-header b/templates/website/cobrands/emptyhomes/emptyhomes-header new file mode 100644 index 000000000..e31f6b625 --- /dev/null +++ b/templates/website/cobrands/emptyhomes/emptyhomes-header @@ -0,0 +1,36 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html lang="{{ lang_code }}"> +<head> +<title>{{ title }}{{ site_title }}</title> +<meta http-equiv="content-type" content="text/html; charset=utf-8"> +<script type="text/javascript" src="/yui/utilities.js"></script> +<script type="text/javascript" src="/js.js"></script> +<style type="text/css"> +@import "/css/core.css"; +@import "/css/cobrands/emptyhomes/emptyhomes.css"; +</style> +<!--[if LT IE 7]> +<style type="text/css">@import url("/css/ie6.css");</style> +<![endif]--> +<!-- RSS --> +</head> +<body> + +<div id="header"> +<a href="http://www.emptyhomes.com/"><img border="0" src="/i/eha-logo.png" alt="Empty Homes Agency" width="115" height="71" align="middle"></a> +<a href="http://www.sheltercymru.org.uk/"><img border="0" src="/i/Sheltercymru47.gif" alt="Shelter Cymru" width="114" height="47" align="middle"></a> +</div> + +<div id="navigation"> + <ul> + <li><a href="/">{{ report }}</a> + <li><a href="/reports">{{ reports }}</a></li> + <li><a href="/alert">{{ alert }}</a></li> + <li><a href="/faq">{{ faq }}</a></li> + <li><a href="/about">{{ about }}</a></li> + <li><a href="{{ lang_url }}">{{ lang }}</a></li> + </ul> +</div> + +<div id="wrapper"> +<div id="content"> |