aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/email/lichfielddc/site-name.txt1
-rw-r--r--templates/email/reading/site-name.txt1
-rw-r--r--templates/email/southampton/site-name.txt1
-rwxr-xr-xtemplates/web/base/faq/faq-en-gb.html6
-rw-r--r--templates/web/base/index.html5
-rw-r--r--templates/web/base/questionnaire/index.html4
-rw-r--r--templates/web/base/report/_main.html9
-rwxr-xr-xtemplates/web/fixmystreet/faq/faq-en-gb.html6
-rw-r--r--templates/web/lichfielddc/around/extra_text.html5
-rw-r--r--templates/web/lichfielddc/footer.html84
-rw-r--r--templates/web/lichfielddc/front/news.html3
-rw-r--r--templates/web/lichfielddc/header.html213
-rw-r--r--templates/web/reading/footer.html47
-rw-r--r--templates/web/reading/header.html39
-rw-r--r--templates/web/reading/reports/cobrand_stats.html5
-rw-r--r--templates/web/southampton/footer.html25
-rw-r--r--templates/web/southampton/front/news.html9
-rw-r--r--templates/web/southampton/header.html125
-rw-r--r--templates/web/southampton/report/new/category.html11
-rw-r--r--templates/web/southampton/report/new/form_heading.html4
-rw-r--r--templates/web/southampton/tokens/confirm_problem.html14
21 files changed, 7 insertions, 610 deletions
diff --git a/templates/email/lichfielddc/site-name.txt b/templates/email/lichfielddc/site-name.txt
deleted file mode 100644
index 97ebd69a3..000000000
--- a/templates/email/lichfielddc/site-name.txt
+++ /dev/null
@@ -1 +0,0 @@
-Lichfield District Council FixMyStreet
diff --git a/templates/email/reading/site-name.txt b/templates/email/reading/site-name.txt
deleted file mode 100644
index a0cf6367c..000000000
--- a/templates/email/reading/site-name.txt
+++ /dev/null
@@ -1 +0,0 @@
-Reading City Council FixMyStreet
diff --git a/templates/email/southampton/site-name.txt b/templates/email/southampton/site-name.txt
deleted file mode 100644
index 48f5deeb3..000000000
--- a/templates/email/southampton/site-name.txt
+++ /dev/null
@@ -1 +0,0 @@
-Southampton City Council FixMyStreet
diff --git a/templates/web/base/faq/faq-en-gb.html b/templates/web/base/faq/faq-en-gb.html
index 57f346d31..fb811e61b 100755
--- a/templates/web/base/faq/faq-en-gb.html
+++ b/templates/web/base/faq/faq-en-gb.html
@@ -17,9 +17,7 @@ or clearing</strong>, such as:
<li>Flyposting or graffiti
<li>Flytipping or litter
<li>Streetcleaning, such as broken glass in a cycle lane
- [% IF c.cobrand.moniker != 'southampton' %]
<li>Unlit lampposts
- [% END %]
<li>Potholes
</ul>
</dd>
@@ -53,8 +51,8 @@ the problem.</dd>
<dt>How are the problems solved?</dt>
<dd>They are reported to the [% IF !c.cobrand.is_council %]relevant[% END %] council by email. The
council can then resolve the problem the way they normally would.
-Alternatively, you can discuss the problem on the website with others[% IF c.cobrand.moniker != 'southampton' %], and
-then together lobby the council to fix it, or fix it directly yourselves[% END %].</dd>
+Alternatively, you can discuss the problem on the website with others, and
+then together lobby the council to fix it, or fix it directly yourselves.</dd>
<dt>Is it free?</dt>
<dd>The site is free to use, yes. FixMyStreet is run
by a registered charity, though, so if you want to make a contribution, <a
diff --git a/templates/web/base/index.html b/templates/web/base/index.html
index 37bdd8c1e..5b2b73cfe 100644
--- a/templates/web/base/index.html
+++ b/templates/web/base/index.html
@@ -6,10 +6,7 @@
<p id="expl">
[%
- subhead
- = c.cobrand.moniker == 'southampton'
- ? ''
- : loc('(like graffiti, fly tipping, broken paving slabs, or street lighting)');
+ subhead = loc('(like graffiti, fly tipping, broken paving slabs, or street lighting)');
%]
<strong>[% loc('Report, view, or discuss local problems') %]</strong>
[% IF subhead != ' ' %]
diff --git a/templates/web/base/questionnaire/index.html b/templates/web/base/questionnaire/index.html
index 6783bca57..5b48f8915 100644
--- a/templates/web/base/questionnaire/index.html
+++ b/templates/web/base/questionnaire/index.html
@@ -80,13 +80,9 @@ href="http://www.emptyhomes.com/getinvolved/campaign.html">http://www.emptyhomes
</p>
[% END %]
-[% IF c.cobrand.moniker == 'southampton' %]
-<p>Add a public update (please note it will not be sent to the council)</p>
-[% ELSE %]
<p>[% loc('If you wish to leave a public update on the problem, please enter it here
(please note it will not be sent to the council). For example, what was
your experience of getting the problem fixed?') %]</p>
-[% END %]
<p><textarea name="update" style="max-width:90%" rows="7" cols="30">[% update | html %]</textarea></p>
diff --git a/templates/web/base/report/_main.html b/templates/web/base/report/_main.html
index 0124052c0..87fef5408 100644
--- a/templates/web/base/report/_main.html
+++ b/templates/web/base/report/_main.html
@@ -12,12 +12,7 @@
</em></p>
[% INCLUDE 'report/_support.html' %]
- [% IF c.cobrand.moniker == 'southampton' %]
- [% add_links( problem.detail ) | html_para %]
- [% INCLUDE 'report/photo.html' object=problem %]
- [% ELSE %]
- [% INCLUDE 'report/photo.html' object=problem %]
- [% add_links( problem.detail ) | html_para %]
- [% END %]
+ [% INCLUDE 'report/photo.html' object=problem %]
+ [% add_links( problem.detail ) | html_para %]
</div>
diff --git a/templates/web/fixmystreet/faq/faq-en-gb.html b/templates/web/fixmystreet/faq/faq-en-gb.html
index 2c13123be..b45144df0 100755
--- a/templates/web/fixmystreet/faq/faq-en-gb.html
+++ b/templates/web/fixmystreet/faq/faq-en-gb.html
@@ -31,9 +31,7 @@ or clearing</strong>, such as:
<li>Flyposting or graffiti
<li>Flytipping or litter
<li>Streetcleaning, such as broken glass in a cycle lane
- [% IF c.cobrand.moniker != 'southampton' %]
<li>Unlit lampposts
- [% END %]
<li>Potholes
</ul>
</dd>
@@ -67,8 +65,8 @@ the problem.</dd>
<dt>How are the problems solved?</dt>
<dd>They are reported to the [% IF !c.cobrand.is_council %]relevant[% END %] council by email. The
council can then resolve the problem the way they normally would.
-Alternatively, you can discuss the problem on the website with others[% IF c.cobrand.moniker != 'southampton' %], and
-then together lobby the council to fix it, or fix it directly yourselves[% END %].</dd>
+Alternatively, you can discuss the problem on the website with others, and
+then together lobby the council to fix it, or fix it directly yourselves.</dd>
<dt>Is it free?</dt>
<dd>The site is free to use, yes. FixMyStreet is run
by a registered charity, though, so if you want to make a contribution, <a
diff --git a/templates/web/lichfielddc/around/extra_text.html b/templates/web/lichfielddc/around/extra_text.html
deleted file mode 100644
index 7f3fa0dbf..000000000
--- a/templates/web/lichfielddc/around/extra_text.html
+++ /dev/null
@@ -1,5 +0,0 @@
-<p>
-<strong>
-This is primarily for reporting physical problems that can be fixed like graffiti, cleansing issues or road defects. To report other kinds of problems like missed bins use our <a href="http://www.lichfielddc.gov.uk/reportitother">online report it forms</a>.
-</strong>
-</p>
diff --git a/templates/web/lichfielddc/footer.html b/templates/web/lichfielddc/footer.html
deleted file mode 100644
index 58099193b..000000000
--- a/templates/web/lichfielddc/footer.html
+++ /dev/null
@@ -1,84 +0,0 @@
-
- </div><!-- End content -->
-
- <br class="clear" />
- </div>
-
- </div>
- <br class="clear" />
- <br class="clear" />
-</div><!-- end of page_wrap -->
- <ul class="contactbox">
- <li class="taxonomy">
- <h2>Browse council information on…</h2>
- <ul>
- <li><a href="http://www.lichfielddc.gov.uk/site/scripts/documents.php?categoryID=100001">Advice and benefits</a></li>
- <li><a href="http://www.lichfielddc.gov.uk/site/scripts/documents.php?categoryID=100002">Business</a></li>
- <li><a href="http://www.lichfielddc.gov.uk/site/scripts/documents.php?categoryID=100003">Community and living</a></li>
- <li><a href="http://www.lichfielddc.gov.uk/site/scripts/documents.php?categoryID=100004">Council and democracy</a></li>
- <li><a href="http://www.lichfielddc.gov.uk/site/scripts/documents.php?categoryID=100005">Education and learning</a></li>
- <li><a href="http://www.lichfielddc.gov.uk/site/scripts/documents.php?categoryID=100006">Environment and planning</a></li>
- <li><a href="http://www.lichfielddc.gov.uk/site/scripts/documents.php?categoryID=100007">Housing</a></li>
- <li><a href="http://www.lichfielddc.gov.uk/site/scripts/documents.php?categoryID=100008">Jobs and careers</a></li>
- <li><a href="http://www.lichfielddc.gov.uk/site/scripts/documents.php?categoryID=100009">Leisure and culture</a></li>
- <li><a href="http://www.lichfielddc.gov.uk/site/scripts/documents.php?categoryID=100010">Health and social care</a></li>
- <li><a href="http://www.lichfielddc.gov.uk/site/scripts/documents.php?categoryID=100011">Transport and streets</a></li>
- </ul>
- </li>
- <li class="contact card">
- <a href="http://www.lichfielddc.gov.uk/site/scripts/location.php"><img src="http://www.lichfielddc.gov.uk/site/images/map.gif" alt="" /></a>
- <h2>Get in touch or visit…</h2>
- <ul>
- <li><a href="http://www.lichfielddc.gov.uk/site/custom_scripts/feedback2.php">Your feedback or comments</a></li>
- <li><a href="http://www.lichfielddc.gov.uk/site/scripts/faqs_ask.php">Ask a question about our services</a></li>
- <li><a href="http://www.lichfielddc.gov.uk/site/scripts/location.php">Our location and travel details</a></li>
- </ul>
- <p class="fn councilName">Lichfield District Council</p>
- <p class="phone tel">Phone our call centre: <span>01543 308 000</span></p>
- <p class="add">District Council House, Frog Lane, Lichfield, Staffs, WS13 6YY</p>
- </li>
- <li class="focus">
- <h2>Our focus and priorities…</h2>
- <ul>
- <li><h3><a href="http://www.lichfielddc.gov.uk/people">Centred on people</a></h3>
- <a href="http://www.lichfielddc.gov.uk/people"><img src="http://www.lichfielddc.gov.uk/site/images/people.gif" alt="" /></a>
- </li>
- <li><h3><a href="http://www.lichfielddc.gov.uk/place">Focused on place</a></h3>
- <a href="http://www.lichfielddc.gov.uk/place"><img src="http://www.lichfielddc.gov.uk/site/images/place.gif" alt="" /></a>
- </li>
- <li><h3><a href="http://www.lichfielddc.gov.uk/improvement">Delivering through improvement</a></h3>
- <a href="http://www.lichfielddc.gov.uk/improvement"><img src="http://www.lichfielddc.gov.uk/site/images/improvement.gif" alt="" /></a>
- </li>
- </ul>
- </li>
- </ul><!-- end contact box -->
- <div id="footer">
- <img src="http://www.lichfielddc.gov.uk/images/3star.png" id="bcstar" alt="We received 3 stars in the Society of IT Managers' annual Better Connected report" />
- <img src="http://www.lichfielddc.gov.uk/site/images/footer-logo.gif" alt="Lichfield District Council" />
- <p class="addNav"><a href="http://www.lichfielddc.gov.uk/site/custom_scripts/mysociety/footer.php?#mast">Jump to the top</a></p>
- <p class="addNav"><a href="http://www.lichfielddc.gov.uk/site/scripts/terms.php">Terms and Disclaimer</a> - <a href="http://www.lichfielddc.gov.uk/site/scripts/accessibility.php">Accessibility Statement</a> - <a href="http://www.lichfielddc.gov.uk/site/scripts/website_statistics.php">Websites statistics</a> - <a accesskey="3" href="http://www.lichfielddc.gov.uk/site/scripts/site_map.php">Site map</a> - Lichfield District Council &copy; 2011</p>
-
- <p class="addNav">Made with <a href="http://validator.w3.org/">XHTML</a> and <a href="http://jigsaw.w3.org/css-validator/">CSS</a> to <a href="http://www.w3.org/WAI/WCAG1AA-Conformance">WAI-AA</a>. <a href="http://www.icra.org">ICRA</a> rated. Powered by Jadu <a href="http://www.jadu.co.uk" >Content Management</a>.</p>
-
- <p class="addNav"><a href="http://www.direct.gov.uk">www.direct.gov.uk</a> - A Beacon Authority</p>
-
-<p class="hidden">
- <a accesskey="1" href="http://www.lichfielddc.gov.uk">Homepage</a> /
- <a accesskey="2" href="http://www.lichfielddc.gov.uk/site/scripts/whats_new_index.php">Whats new </a> /
- <a accesskey="3" href="http://www.lichfielddc.gov.uk/site/scripts/site_map.php">Site map</a> /
- <a accesskey="4" href="http://www.lichfielddc.gov.uk/site/scripts/search_index.php">Search facility </a> /
- <a accesskey="5" href="http://www.lichfielddc.gov.uk/site/scripts/faqs_index.php">Frequently asked questions</a> /
- <a accesskey="7" href="http://www.lichfielddc.gov.uk/site/scripts/contact.php">Complaints procedure (Contacting the Council page)</a> /
- <a accesskey="8" href="http://www.lichfielddc.gov.uk/site/scripts/terms.php">Terms and Privacy</a> /
- <a accesskey="9" href="http://www.lichfielddc.gov.uk/site/scripts/feedback.php">Feedback</a> /
- <a accesskey="0" href="http://www.lichfielddc.gov.uk/site/scripts/accessibility.php">Access key details</a> /
- <a accesskey="/" href="#mast">Top of the page</a>
-</p>
-
-
-</div>
-</div>
-<!-- #################################### -->
-<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script><script type="text/javascript"> _uacct = "UA-511839-1"; urchinTracker(); </script>
-</body>
-</html>
diff --git a/templates/web/lichfielddc/front/news.html b/templates/web/lichfielddc/front/news.html
deleted file mode 100644
index 987c8e58e..000000000
--- a/templates/web/lichfielddc/front/news.html
+++ /dev/null
@@ -1,3 +0,0 @@
-<p class="other-problems">
-This is primarily for reporting physical problems that can be fixed like graffiti, cleansing issues or road defects. To report other kinds of problems like missed bins use our <a href="http://www.lichfielddc.gov.uk/reportitother">online report it forms</a>.
-</p>
diff --git a/templates/web/lichfielddc/header.html b/templates/web/lichfielddc/header.html
deleted file mode 100644
index 02e3c6a5b..000000000
--- a/templates/web/lichfielddc/header.html
+++ /dev/null
@@ -1,213 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!--[if lt IE 7]><html class="ie6 oldie" xmlns="http://www.w3.org/1999/xhtml" xml:lang="[% lang_code %]" lang="[% lang_code %]"><![endif]-->
-<!--[if IE 7]> <html class="ie7 oldie" xmlns="http://www.w3.org/1999/xhtml" xml:lang="[% lang_code %]" lang="[% lang_code %]"><![endif]-->
-<!--[if IE 8]> <html class="ie8 oldie" xmlns="http://www.w3.org/1999/xhtml" xml:lang="[% lang_code %]" lang="[% lang_code %]"><![endif]-->
-<!--[if gt IE 8]><!--><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="[% lang_code %]" lang="[% lang_code %]"><!--<![endif]-->
-<head>
-
- <link rel="stylesheet" type="text/css" href="[% version('/css/core.css') %]">
- <link rel="stylesheet" type="text/css" href="[% version('/cobrands/lichfielddc/css/layout.css') %]" />
-
- <link rel="stylesheet" type="text/css" href="http://www.lichfielddc.gov.uk/site/styles/standard_1_.css" media="screen" />
-<link rel="stylesheet" type="text/css" href="http://www.lichfielddc.gov.uk/site/styles/generic/style.php" media="screen" />
-
-<!--[if lte IE 6]>
- <link rel="stylesheet" type="text/css" href="http://www.lichfielddc.gov.uk/site/styles/generic/ie_special.css" media="screen" />
- <link rel="stylesheet" type="text/css" href="http://www.lichfielddc.gov.uk/site/styles/generic/ie_special_print.css" media="print" />
-<![endif]-->
-<!--[if IE 7]>
- <link rel="stylesheet" type="text/css" href="http://www.lichfielddc.gov.uk/site/styles/generic/ie-seven.css" media="screen" />
-<![endif]-->
-
-<link rel="stylesheet" type="text/css" href="http://www.lichfielddc.gov.uk/site/styles/generic/print.css" media="print" />
-<link rel="stylesheet" type="text/css" href="http://www.lichfielddc.gov.uk/site/styles/generic/handheld.css" media="handheld" />
-
-<link rel="Shortcut Icon" type="image/x-icon" href="http://www.lichfielddc.gov.uk/site/favicon.ico" />
-<link rel="ToC" href="http://www.lichfielddc.gov.uk/site/scripts/site_map.php" />
-
- <link rel="search" type="application/opensearchdescription+xml" href="http://www.lichfielddc.gov.uk/openSearch.php" title="Lichfield District Council" />
-
- <!-- general metadata -->
- <meta http-equiv="content-type" content="text/html; charset=utf-8" />
- <meta http-equiv="content-language" content="en" />
- <meta name="generator" content="http://www.jadu.co.uk" />
- <meta name="robots" content="index,follow" />
- <meta name="revisit-after" content="2 days" />
- <meta name="Author-Template" content="Jadu CSS design" />
- <meta name="Author" content="Lichfield District Council" />
- <meta name="Publisher" content="Lichfield District Council, District Council House, Frog Lane, Lichfield, Staffordshire. WS13 6YY" />
- <meta name="Publisher-Email" content="webmaster@lichfielddc.gov.uk" />
- <meta name="Coverage" content="Worldwide" />
-
- <!-- ICRA PICS label -->
- <link rel="meta" href="http://www.lichfielddc.gov.uk/labels.rdf" type="application/rdf+xml" title="ICRA labels" />
- <!-- Dublin Core Metadata -->
- <meta name="DC.creator" lang="en" content="Lichfield District Council" />
- <meta name="DC.date.created" lang="en" content="PARAM_DATE" />
- <meta name="DC.format" lang="en" content="text/html" />
- <meta name="DC.language" content="en" />
- <meta name="DC.publisher" lang="en" content="Lichfield District Council, District Council House, Frog Lane, Lichfield, Staffordshire. WS13 6YY" />
- <meta name="DC.rights.copyright" lang="en" content="Copyright 2010 Lichfield District Council" />
- <meta name="DC.coverage" lang="en" content="Worldwide" />
- <meta name="DC.identifier" content="[% c.request.base %]" />
-
- <!-- eGMS Metadata -->
- <meta name="eGMS.status" lang="en" content="V1.0 Public Consumption" />
- <meta name="eGMS.accessibility" scheme="WCAG" content="Double-A" />
-
- <!-- javascript -->
- <script type="text/javascript" src="http://www.lichfielddc.gov.uk/site/javascript/prototype.js"></script>
- <script type="text/javascript" src="http://www.lichfielddc.gov.uk/site/javascript/scriptaculous.js"></script>
- <script type="text/javascript" src="http://www.lichfielddc.gov.uk/site/custom_scripts/lightbox/js/lightbox.js"></script>
- <script type="text/javascript" src="http://www.lichfielddc.gov.uk/site/javascript/global.js"></script>
-
-
- <meta name="Keywords" content="home, homepage, index, root, Lichfield, UK, England, local authority, council, local government, services, citizen, councillor, community, leisure, tourist, tourism, social services, education, environment, fire, emergency planning, road safety, transport, motorways, library, libraries, archive, public record, record office, parish councils, county councillors" />
- <meta name="Description" content="Lichfield District Council: FixMyStreet" />
-
- <meta name="DC.title" lang="en" content="Lichfield District Council: FixMyStreet" />
- <meta name="DC.description" lang="en" content="Lichfield District Council: FixMyStreet" />
-
- <meta name="DC.subject" lang="en" scheme="eGMS.IPSV" content="Local government;Government, politics and public administration" />
- <meta name="DC.subject" lang="en" content="Council, government and democracy" />
-
-[% INCLUDE 'common_header_tags.html', site_title = 'Lichfield District Council FixMyStreet' %]
-</head>
-<body>
-<!-- ########## MAIN STRUCTURE ######### -->
-<div id="container">
-<div id="mobile_name">Lichfield District Council</div>
-<div id="mast">
- <p class="skip">
- <a accesskey="s" title="Skip to page content, access key S" href="[% c.req.url %]#main" rel="nofollow">Jump to content</a> -
- <a accesskey="n" title="Skip to main navigation, access key N" href="[% c.req.url %]#main-nav" rel="nofollow">Jump to navigation</a> -
-
- <a class="access" title="Change font size, colour and contrast of this site" href="http://www.lichfielddc.gov.uk/site/scripts/user_settings.php">Accessibility Settings</a>
- </p>
- <!--<form action="http://www.lichfielddc.gov.uk/site/scripts/search_results.php" method="get" id="search">
- <fieldset><a title="Create a specific detailed search" href="http://www.lichfielddc.gov.uk/site/scripts/search_index.php">Need help finding something?</a>
- <label for="SearchSite">Search this site</label>
- <input type="text" size="18" maxlength="40" class="field" name="searchQuery" id="SearchSite" value="" />
- <input type="submit" value="Search" class="button" /></fieldset>
- </form>-->
- <form action="http://www.lichfielddc.gov.uk/site/scripts/google_results.php" method="get" name="search" id="search">
- <fieldset><a title="Create a specific detailed search" href="http://www.lichfielddc.gov.uk/site/scripts/search_index.php">Need help finding something?</a>
- <label for="SearchSite">Search this site</label>
- <input type="text" name="q" size="18" maxlength="40" class="field" id="SearchSite" value="What are you looking for?" style="colour:#666;"/>
- <input type="hidden" name="output" value="xml"/>
- <input type="hidden" name="as_sitesearch" value="lichfielddc.gov.uk"/>
- <input type="submit" value="Search" class="button" /></fieldset>
- </form>
- <div class="pseudoH1">
- <a href="http://www.lichfielddc.gov.uk/site/index.php"><span>Lichfield District Council</span></a>
- </div>
-
- <p class="about">
- Making it easy to <a href="http://www.lichfielddc.gov.uk/site/scripts/az_home.php" class="tt">access council services</a>, <a href="http://www.lichfielddc.gov.uk/reportit" class="tt">report problems</a> in your area, view <a href="http://www.lichfielddc.gov.uk/planning" class="tt">planning applications</a>, find out <a href="http://www.lichfielddc.gov.uk/whatsgoingon" class="tt">what's going on locally</a>, <a href="http://www.lichfielddc.gov.uk/voiceit" class="tt">have your say</a> on local issues, and much more.
- </p>
-
- <a name="main-nav"></a>
- <h2>Navigation</h2>
- <ul>
- <li><a href="http://www.lichfielddc.gov.uk" title="View the home page">Home</a></li>
- <li><a href="http://www.lichfielddc.gov.uk/site/scripts/az_home.php">A-Z of services</a></li>
- <li><a href="http://www.lichfielddc.gov.uk/site/scripts/documents_index.php">Council services</a></li>
- <li><a href="http://www.lichfielddc.gov.uk/site/custom_scripts/newsblogindex.php">News</a></li>
- <li><a href="http://www.lichfielddc.gov.uk/site/scripts/contact.php">Contacts</a></li>
- <li><a href="http://www.lichfielddc.gov.uk/site/scripts/location.php">Opening hours and location</a></li>
- <li><a href="http://www.lichfielddc.gov.uk/site/custom_scripts/myareasearch.php" id="myarea">My area</a>
- </li>
- <li><a href="http://www.lichfielddc.gov.uk/site/custom_scripts/map.php" >Online map</a></li>
- <!-- <li class="sign-in"><a href="http://www.lichfielddc.gov.uk/site/index.php?sign_in=true">Sign-in</a> or <a href="http://www.lichfielddc.gov.uk/site/scripts/register.php">Register</a></li> -->
- <li class="sign-in">
-
- <a href="http://www.lichfielddc.gov.uk/site/index.php?sign_in=true">Sign in</a> or
-
-
- <a href="http://www.lichfielddc.gov.uk/site/scripts/register.php">Register</a>
- </li>
-
- </ul><!-- end navigation -->
- <!--
- <span id="postcode box" style="display: none;">
-<form action="http://www.lichfielddc.gov.uk/site/custom_scripts/myarea.php" method="get" id="pcodeform">
-<label for="postcode">Your Postcode: </label><input name="postcode" id="postcode" class="text" /> <input value="Go!" name="submit" class="button" type="submit" />
-</form>
-</span> -->
-
-
- <div class="clear"></div>
-</div>
-
-<div id="suggest"></div>
-<script type="text/javascript" src="http://www.lichfielddc.gov.uk/site/javascript/effects.js"></script>
-<script type="text/javascript">
- new Ajax.Autocompleter('SearchSite', 'suggest', 'http://www.lichfielddc.gov.uk/site/custom_scripts/autocomplete.php', {
- paramName: 'search',
- minChars: 1,
- afterUpdateElement : goTo
- });
-
- function goTo(text, li) {
- var url = li.title;
- window.location = url;
- }
-
-$('SearchSite').onfocus = function() {
- if (this._cleared) return
- this.clear()
- this.style.color = '#000'
- this._cleared = true
- }
-
-
-/* document.observe("dom:loaded", function() {
- Event.observe($('my area'), 'click', function(event) {
- $('postcodebox').appear();
- event.stop(event);
- });
- }); */
- </script> <div id="page_wrap">
- <div id="mainContent">
- <div id="content">
- <a name="main"></a>
-
- [% IF c.user_exists %]
- <ul class="user">
- <li>[% tprintf(loc('Signed in as %s'), c.user.name || c.user.email) %] - <a href="/auth/sign_out">[% loc('Sign out') %]</a></li>
- </ul>
- [% END %]
- <!-- BREAD CRUMB NAVIGATION -->
-
- <!-- Breadcrumb --><!-- googleoff:all -->
- <ul id="breadcrumb">
- <li><a href="http://www.lichfielddc.gov.uk/site/">Home</a></li><li><a href="[% c.req.base %]">FixMyStreet</a></li>
- <li class="bc_end">
- [% SWITCH c.req.uri.path %]Report a problem
- [% CASE '/' %]Report a problem
- [% CASE '/reports/Lichfield' %]All reports
- [% CASE '/my' %]Your reports
- [% CASE '/alert' %]Local alerts
- [% CASE '/faq' %]Help
- [% CASE '/contact' %]Contact
- [% CASE '/around' %]Viewing a location
- [% CASE '/report/new' %]Reporting a problem
- [% CASE '/auth' %]Sign in
- [% CASE '/auth/sign_out' %]Signed out
- [% CASE DEFAULT %] [% IF c.req.uri.path.substr(0, 8 ) == '/report/' %][% problem.title %] - Viewing a problem[% END %]
- [% END %]
- </li></ul>
-
- <!-- END Breadcrumb --><!-- googleon:all -->
- <!-- END BREAD CRUMB -->
-
-<ul id="nav">
- <li class="section"><a href="/">Report a problem</a></li>
- <li class="section"><a href="/reports/Lichfield">All reports</a></li>
- <li class="section"><a href="/my">Your reports</a></li>
- <li class="section"><a href="/alert">Local alerts</a></li>
- <li class="section"><a href="/faq">Help</a></li>
- <li class="section"><a href="/contact">Contact</a></li>
-</ul>
- <div id="mysociety">
-
diff --git a/templates/web/reading/footer.html b/templates/web/reading/footer.html
deleted file mode 100644
index ec523aa97..000000000
--- a/templates/web/reading/footer.html
+++ /dev/null
@@ -1,47 +0,0 @@
-</div>
-</div>
-
-<h2 class="v">[% loc('Navigation') %]</h2>
-<ul id="navigation">
-<li><a href="/">[% loc("Report a problem") %]</a></li>
-<li id="nav_new"><a href="/my">[% loc("Your reports") %]</a></li>
-<li><a href="/reports/Reading">[% loc("All reports") %]</a></li>
-<li><a href="/alert[% pc ? '/list?pc=' : '' %][% pc | uri %]">[% loc("Local alerts") %]</a></li>
-<li><a href="/faq">[% loc("Help") %]</a></li>
-</ul>
-
- <div style="clear:both"></div>
- </div>
- <div class="footer">
- <div class="contact">
- <p class="title">Contact</p>
- <address>
- Reading Borough Council<br />
- Civic Centre<br />
- Reading<br />
- RG1 7AE
- </address>
- <div class="phone">
- <p>Phone: 0118 937 3737<br />Text: 81722</p>
- </div>
- </div>
- <div class="clear"></div>
- </div>
- </div>
-
-<!-- START OF eVisitAnalyst CODE -->
-<script language="JavaScript" type="text/javascript">
-var ID_section_15243615 = "";//Place section here.
-var ID_tt_15243615 = "t";
-var ID_uid_15243615 = "23137";
-</script>
-<script src="http://extra.evisitanalyst.com/eva.js" type="text/javascript"></script>
-<script src="http://extra.evisitanalyst.com/tag/evatrackclick.js" type="text/javascript"></script>
-<noscript>
- <img src="http://extra.evisitanalyst.com/eva51/collect/?userid=23137&tt=t"
- border="0" alt="eVisit" width="1" height="1">
-</noscript>
-<!-- END OF eVisitAnalyst CODE -->
-
-</body>
-</html>
diff --git a/templates/web/reading/header.html b/templates/web/reading/header.html
deleted file mode 100644
index 23bafd726..000000000
--- a/templates/web/reading/header.html
+++ /dev/null
@@ -1,39 +0,0 @@
-<!doctype html>
-<!--[if lt IE 7]><html class="no-js ie6 oldie" lang="[% lang_code %]"><![endif]-->
-<!--[if IE 7]> <html class="no-js ie7 oldie" lang="[% lang_code %]"><![endif]-->
-<!--[if IE 8]> <html class="no-js ie8 oldie" lang="[% lang_code %]"><![endif]-->
-<!--[if gt IE 8]><!--><html class="no-js" lang="[% lang_code %]"><!--<![endif]-->
-
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
-<head id="ctl00_pageHead">
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <title>Reading Borough Council | FixMyStreet</title>
- <link rel="shortcut icon" href="[% version('/cobrands/reading/images/favicon.ico') %]">
- <link rel="stylesheet" type="text/css" href="[% version('/css/core.css') %]">
- <link rel="stylesheet" type="text/css" href="[% version('/cobrands/reading/css/reading.css') %]" />
- <link rel="stylesheet" type="text/css" href="[% version('/cobrands/reading/css/print3rdParty.css') %]" media="print"/>
- <link rel="stylesheet" type="text/css" href="[% version('/cobrands/reading/css.css') %]" />
-
- [% INCLUDE 'common_header_tags.html', site_title = 'Reading City Council FixMyStreet' %]
-
-</head>
-<body>
- <div class="wrapper">
- <div class="header" id="header">
- <p id="reading-logo" class="thirdParty"><img src="/cobrands/reading/images/reading-borough-council-logo.gif" width="176" height="38" alt="reading borough council logo" class="printMe" /><a href="http://www.reading.gov.uk/" title="Click to return to home page">Reading Borough Council</a></p>
- </div>
-
- <div id="content">
- <div class="thirdParty">
- <!-- end of header -->
-
- <ul id="meta">
- [% IF c.user_exists %]
- <li>[% tprintf(loc('Signed in as %s'), c.user.name || c.user.email) %]
- <li><a href="/auth/sign_out">[% loc('Sign out') %]</a></li>
- [% ELSE %]
- <li>&nbsp;</li>
- [% END %]
- </ul>
-
- <div id="wrapper"><div id="mysociety">
diff --git a/templates/web/reading/reports/cobrand_stats.html b/templates/web/reading/reports/cobrand_stats.html
deleted file mode 100644
index 381e4f5af..000000000
--- a/templates/web/reading/reports/cobrand_stats.html
+++ /dev/null
@@ -1,5 +0,0 @@
-<ul>
- <li>Reports submitted via <a href="[% uri_for('/') %]">reading.fixmystreet.com</a>: [% stats.cobrand %]</li>
- <li>Reports submitted via <a href="https://www.fixmystreet.com/">www.fixmystreet.com</a>: [% stats.main_site %]<br /><br />
- Statistics date from launch of Reading FixMyStreet.</li>
-</ul>
diff --git a/templates/web/southampton/footer.html b/templates/web/southampton/footer.html
deleted file mode 100644
index dac5d9c1a..000000000
--- a/templates/web/southampton/footer.html
+++ /dev/null
@@ -1,25 +0,0 @@
- </div>
- </div>
-
- <!-- End of main content area -->
-
-
-
- <!-- Start of footer -->
-
- <div id="footer">
- <a href="http://www.southampton.gov.uk/council-partners/accesstoinfo/" class="accessInfo"><img alt="Access to Information" src="/cobrands/southampton/accessInfo.gif" /></a>
- <ul id="bottomMenu">
- <li><a href="http://www.southampton.gov.uk/tools/copyright.aspx">Copyright &copy; Southampton City Council 2009</a>|</li>
- <li><a href="http://www.southampton.gov.uk/tools/privacypolicy.aspx">Privacy</a>|</li>
- <li><a href="http://www.southampton.gov.uk/tools/disclaimer.aspx">Disclaimer</a>|</li>
- <li><a href="http://www.southampton.gov.uk/tools/sitestats.aspx">Site Statistics</a>|</li>
- <li><a href="http://www.southampton.gov.uk/living/emergency-planning/">Emergencies</a></li>
- </ul>
- </div>
-
- <!-- End of footer -->
-
- </div>
-</body>
-</html>
diff --git a/templates/web/southampton/front/news.html b/templates/web/southampton/front/news.html
deleted file mode 100644
index 79d51542c..000000000
--- a/templates/web/southampton/front/news.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<div class="news">
-<p>Fix My Street is for reporting non-urgent, local problems like graffiti, fly
-tipping, or broken paving slabs; reports will be reviewed within 48 working
-hours.</p>
-
-<p>If you are reporting an urgent or dangerous matter, for example a fallen
-tree or a very deep pot hole that may cause damage, please contact us
-directly on 023 8083 3008</p>
-</div>
diff --git a/templates/web/southampton/header.html b/templates/web/southampton/header.html
deleted file mode 100644
index 54f8ee2a8..000000000
--- a/templates/web/southampton/header.html
+++ /dev/null
@@ -1,125 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<!--[if lt IE 7]><html class="ie6 oldie" xmlns="http://www.w3.org/1999/xhtml" xml:lang="[% lang_code %]" lang="[% lang_code %]"><![endif]-->
-<!--[if IE 7]> <html class="ie7 oldie" xmlns="http://www.w3.org/1999/xhtml" xml:lang="[% lang_code %]" lang="[% lang_code %]"><![endif]-->
-<!--[if IE 8]> <html class="ie8 oldie" xmlns="http://www.w3.org/1999/xhtml" xml:lang="[% lang_code %]" lang="[% lang_code %]"><![endif]-->
-<!--[if gt IE 8]><!--><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="[% lang_code %]" lang="[% lang_code %]"><!--<![endif]-->
-<head>
- <link rel="stylesheet" type="text/css" href="[% version('/css/core.css') %]">
- <link rel="stylesheet" type="text/css" href="[% version('/cobrands/southampton/css/style.css') %]" />
- <link rel="stylesheet" type="text/css" href="[% version('/cobrands/southampton/css.css') %]" />
-
- [% INCLUDE 'common_header_tags.html', site_title = 'Southampton City Council FixMyStreet' %]
- <script type="text/javascript" src="[% version('/js/southampton.js') %]"></script>
-
-</head>
-<body>
- <ul id="topMenu">
- <li><a href="/#content">Skip to content</a>|</li>
- <li><a href="http://www.southampton.gov.uk/tools/accesskeys.aspx">Access keys</a>|</li>
- <li><a href="http://www.southampton.gov.uk/tools/accessibility.aspx">Accessibility Information</a>|</li>
- <li><a href="http://app.readspeaker.com/proreader/proreader.php?cid=5386&amp;lang=en_uk&amp;url=http://www.southampton.gov.uk" class="listen" onclick='window.open(this.href+"&amp;selhtml="+escape(selectedString), "prwin", "width=190, height=120, resizable=1, scrollbars=1, screenX=0, screenY=0, left=0, top=0"); return false;'>Listen</a>|</li>
- <li><a href="http://www.southampton.gov.uk/tools/help.aspx">Site help</a>|</li>
- <li><a href="http://www.southampton.gov.uk/tools/sitemap.aspx">Site map</a></li>
- </ul>
- <div id="wrapper">
-
- <!-- Start of header -->
-
- <div id="header">
- <img class="logo" alt="Southampton City Council Logo" src="/cobrands/southampton/SCClogo.png" />
- <a class="siteTitle" href="http://www.southampton.gov.uk">Southampton City Council</a>
- <div id="searchWrap">
- <form id="frmSearch" method="get" action="http://websearch.southampton.gov.uk/search">
- <fieldset>
- <label for="searchbox">Search the site<br /></label>
- <input class="text" type="text" value="" placeholder="Enter keywords" id="searchbox" name="q"/>
- <input type="hidden" id="site" name="site" value="SouthamptonOnline"/>
- <input type="hidden" id="client" name="client" value="SouthamptonOnline"/>
- <input type="hidden" id="proxystylesheet" name="proxystylesheet" value="SouthamptonOnline"/>
- <input type="hidden" id="output" name="output" value="xml_no_dtd"/>
- <input class="button" type="submit" value="search" />
- </fieldset>
- </form>
- <form id="whereILive" method="post" action="http://www.southampton.gov.uk/MySoton/default.aspx">
- <fieldset>
- <label for="PostCode">Where I live
- <img class="moreInfo" src="/cobrands/southampton/information.gif" alt="Find information about where you live" title="Find information about where you live" /><br />
- </label>
- <input id="PostCode" name="Postcode" class="text2" type="text" value="" placeholder="Enter street/postcode" />
- <input class="button" type="submit" value="go" />
- </fieldset>
- </form>
-
- </div>
- <ul id="topNav">
- <li><a href="http://www.southampton.gov.uk/online/">Do it online</a></li>
- <li><a href="http://www.southampton.gov.uk/customer-service/">Customer Services</a></li>
- <li><a href="http://www.southampton.gov.uk/business/">Business</a></li>
- <li><a href="http://www.southampton.gov.uk/s-environment/">Environment</a></li>
- <li><a href="http://www.southampton.gov.uk/learning/">Learning</a></li>
- <li><a href="http://www.southampton.gov.uk/s-leisure/">Leisure</a></li>
- <li><a href="http://www.southampton.gov.uk/living/">Living</a></li>
- <li><a href="http://www.southampton.gov.uk/council-partners/">Council/Partners</a></li>
- <li><a href="http://www.southampton.gov.uk/news-events/">News and events</a></li>
- <li><a href="http://www.southampton.gov.uk/visitors/">Visitors</a></li>
- </ul>
- <p class="atoz">A-Z of Council Services:</p>
- <ul id="atoz">
- <li><a href="http://www.southampton.gov.uk/atoz/default.aspx?L=A">A</a></li>
- <li><a href="http://www.southampton.gov.uk/atoz/default.aspx?L=B">B</a></li>
- <li><a href="http://www.southampton.gov.uk/atoz/default.aspx?L=C">C</a></li>
- <li><a href="http://www.southampton.gov.uk/atoz/default.aspx?L=D">D</a></li>
- <li><a href="http://www.southampton.gov.uk/atoz/default.aspx?L=E">E</a></li>
- <li><a href="http://www.southampton.gov.uk/atoz/default.aspx?L=F">F</a></li>
- <li><a href="http://www.southampton.gov.uk/atoz/default.aspx?L=G">G</a></li>
- <li><a href="http://www.southampton.gov.uk/atoz/default.aspx?L=H">H</a></li>
- <li><a href="http://www.southampton.gov.uk/atoz/default.aspx?L=I">I</a></li>
- <li><a href="http://www.southampton.gov.uk/atoz/default.aspx?L=J">J</a></li>
- <li><a href="http://www.southampton.gov.uk/atoz/default.aspx?L=K">K</a></li>
- <li><a href="http://www.southampton.gov.uk/atoz/default.aspx?L=L">L</a></li>
- <li><a href="http://www.southampton.gov.uk/atoz/default.aspx?L=M">M</a></li>
- <li><a href="http://www.southampton.gov.uk/atoz/default.aspx?L=N">N</a></li>
- <li><a href="http://www.southampton.gov.uk/atoz/default.aspx?L=O">O</a></li>
- <li><a href="http://www.southampton.gov.uk/atoz/default.aspx?L=P">P</a></li>
- <li><a href="http://www.southampton.gov.uk/atoz/default.aspx?L=Q">Q</a></li>
- <li><a href="http://www.southampton.gov.uk/atoz/default.aspx?L=R">R</a></li>
- <li><a href="http://www.southampton.gov.uk/atoz/default.aspx?L=S">S</a></li>
- <li><a href="http://www.southampton.gov.uk/atoz/default.aspx?L=T">T</a></li>
- <li><a href="http://www.southampton.gov.uk/atoz/default.aspx?L=U">U</a></li>
- <li><a href="http://www.southampton.gov.uk/atoz/default.aspx?L=V">V</a></li>
- <li><a href="http://www.southampton.gov.uk/atoz/default.aspx?L=W">W</a></li>
- <li><a href="http://www.southampton.gov.uk/atoz/default.aspx?L=X">X</a></li>
- <li><a href="http://www.southampton.gov.uk/atoz/default.aspx?L=Y">Y</a></li>
- <li><a href="http://www.southampton.gov.uk/atoz/default.aspx?L=Z">Z</a></li>
- </ul>
- <ul id="contacts">
- <li><a href="http://www.southampton.gov.uk/customer-service/contact/">Contact us</a></li>
- <li><a href="http://map.southampton.gov.uk/gis/">location and maps</a></li>
- </ul>
-
- </div>
-
- <!-- End of header -->
-
-
- <!-- Start of menu bar -->
-
- <div id="menuBar">
- <ul id="leftMenu">
- <li class="parent"><a href="/">Fix My Street</a></li>
- <li class="selected"><a href="/">Report a problem</a></li>
- <li><a href="/reports/Southampton">All reports</a></li>
- <li><a href="/alerts">Local alerts</a></li>
- <li><a href="/faq">Help</a></li>
- <li><a href="http://www.southampton.gov.uk/customer-service/contact/">Contact</a></li>
- </ul>
- </div>
-
-
- <!-- End of menu bar -->
-
-
- <!-- Start of main content area -->
-
- <div id="contentArea">
- <div id="mysociety">
diff --git a/templates/web/southampton/report/new/category.html b/templates/web/southampton/report/new/category.html
deleted file mode 100644
index 0a7703bbb..000000000
--- a/templates/web/southampton/report/new/category.html
+++ /dev/null
@@ -1,11 +0,0 @@
-[% FILTER collapse %]
-[% IF category_options.size %]
- <label for='form_category'>[% loc('Category') %]</label>
- <select name='category' id='form_category'>
- [% FOREACH cat_op IN category_options %]
- [% NEXT IF cat_op == 'Abandoned vehicles' %]
- <option value='[% cat_op | html %]'[% ' selected' IF report.category == cat_op %]>[% cat_op | html %]</option>
- [% END %]
- </select>
-[% END %]
-[% END -%]
diff --git a/templates/web/southampton/report/new/form_heading.html b/templates/web/southampton/report/new/form_heading.html
deleted file mode 100644
index deeb63e5d..000000000
--- a/templates/web/southampton/report/new/form_heading.html
+++ /dev/null
@@ -1,4 +0,0 @@
-<p>
-<br />
-<strong>Please report only one problem at a time.</strong>
-</p>
diff --git a/templates/web/southampton/tokens/confirm_problem.html b/templates/web/southampton/tokens/confirm_problem.html
deleted file mode 100644
index f6bc2bc6c..000000000
--- a/templates/web/southampton/tokens/confirm_problem.html
+++ /dev/null
@@ -1,14 +0,0 @@
-[% INCLUDE 'header.html', title = loc('Confirmation') %]
-
-<h1>[% loc('Confirmation') %]</h1>
-
-<p class="confirmed">
-Thank you for your report which will be updated as soon as possible.
-You can <a href="[% c.cobrand.base_url_for_report( problem ) %][% problem.url %]">view the problem on this site</a>.
-</p>
-
-<p>Your reference for this problem is [% problem.id %], please quote it in any enquiries.
-
-[% display_crosssell_advert( problem.user.email, problem.name ) %]
-
-[% INCLUDE 'footer.html' %]