diff options
Diffstat (limited to 'templates/web/bromley')
-rwxr-xr-x | templates/web/bromley/faq/faq-en-gb.html | 2 | ||||
-rw-r--r-- | templates/web/bromley/header.html | 5 | ||||
-rw-r--r-- | templates/web/bromley/report/display.html | 6 | ||||
-rw-r--r-- | templates/web/bromley/tokens/confirm_problem.html | 13 |
4 files changed, 6 insertions, 20 deletions
diff --git a/templates/web/bromley/faq/faq-en-gb.html b/templates/web/bromley/faq/faq-en-gb.html index ae418de37..f0b5e1a7e 100755 --- a/templates/web/bromley/faq/faq-en-gb.html +++ b/templates/web/bromley/faq/faq-en-gb.html @@ -87,7 +87,7 @@ being used in a Norwegian version of this site. </dl> - <h2>Privacy Questions</h2> + <h2><a name="privacy"></a>Privacy Questions</h2> <dl> <dt>Who gets to see my email address?</dt> diff --git a/templates/web/bromley/header.html b/templates/web/bromley/header.html index eea690c7d..69a595923 100644 --- a/templates/web/bromley/header.html +++ b/templates/web/bromley/header.html @@ -12,15 +12,16 @@ <link rel="stylesheet" href="[% version('/cobrands/bromley/base.css') %]"> <link rel="stylesheet" href="[% version('/cobrands/bromley/layout.css') %]" media="(min-width:48em)"> - <link rel="stylesheet" href="[% version('/js/fancybox/jquery.fancybox-1.3.4.css') %]"> <link rel="stylesheet" href="[% version('/cobrands/bromley/bromley.css') %]"> + [% extra_css %] <!--[if (lt IE 9) & (!IEMobile)]> <link rel="stylesheet" href="[% version('/cobrands/bromley/layout.css') %]"> <![endif]--> <script src="[% version('/js/modernizr.custom.js') %]" charset="utf-8"></script> + <script src="[% version('/cobrands/bromley/position_map.js') %]" charset="utf-8"></script> [% INCLUDE 'common_header_tags.html', js_override = '/cobrands/fixmystreet/fixmystreet.js' %] - <script src="[% version('/js/fancybox/jquery.fancybox-1.3.4.pack.js') %]" charset="utf-8"></script> + [% extra_js %] <link rel="Shortcut Icon" type="image/x-icon" href="/cobrands/bromley/favicon.ico"> diff --git a/templates/web/bromley/report/display.html b/templates/web/bromley/report/display.html index 131416bb2..89b74277f 100644 --- a/templates/web/bromley/report/display.html +++ b/templates/web/bromley/report/display.html @@ -1,4 +1,5 @@ [% + PROCESS "report/photo-js.html"; PROCESS "maps/${map.type}.html"; problem_title = problem.title _ ' - ' _ loc('Viewing a problem'); @@ -185,10 +186,7 @@ [% INCLUDE 'footer.html' %] [% BLOCK name %] - [% IF problem.council == '2482' %] - [% extra_name_info = 1 %] - [% INCLUDE 'report/new/extra_name.html' %] - [% END %] + [% INCLUDE 'report/new/extra_name.html' %] [% IF c.user_exists %] [% names = c.user.split_name %] diff --git a/templates/web/bromley/tokens/confirm_problem.html b/templates/web/bromley/tokens/confirm_problem.html deleted file mode 100644 index d002cc262..000000000 --- a/templates/web/bromley/tokens/confirm_problem.html +++ /dev/null @@ -1,13 +0,0 @@ -[% INCLUDE 'header.html', title = loc('Confirmation') %] - -<h1>[% loc('Confirmation') %]</h1> - -<p class="confirmed"> -Thank you. You have successfully confirmed your report -and this will now be investigated by the council. -You can <a href="[% c.uri_for( '/report', problem.id ) %]">view the problem on this site</a>. -</p> - -<p>Your reference for this problem is [% problem.id %], please quote it in any enquiries.</p> - -[% INCLUDE 'footer.html' %] |