diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/email/peterborough/_email_color_overrides.html | 18 | ||||
-rwxr-xr-x | templates/web/peterborough/about/faq-en-gb.html | 97 | ||||
-rw-r--r-- | templates/web/peterborough/alert/_index_text.html | 19 | ||||
-rw-r--r-- | templates/web/peterborough/around/intro.html | 2 | ||||
-rw-r--r-- | templates/web/peterborough/footer_extra.html | 19 | ||||
-rw-r--r-- | templates/web/peterborough/header_extra.html | 1 | ||||
-rw-r--r-- | templates/web/peterborough/header_logo.html | 2 | ||||
-rw-r--r-- | templates/web/peterborough/index-steps.html | 13 |
8 files changed, 171 insertions, 0 deletions
diff --git a/templates/email/peterborough/_email_color_overrides.html b/templates/email/peterborough/_email_color_overrides.html new file mode 100644 index 000000000..e2440c703 --- /dev/null +++ b/templates/email/peterborough/_email_color_overrides.html @@ -0,0 +1,18 @@ +[% + +color_green = '#337b1c' +color_white = '#fff' + +header_background_color = color_white +header_text_color = color_green + +secondary_column_background_color = color_white + +button_background_color = color_green +button_text_color = color_white + +logo_width = "231" # pixel measurement, but without 'px' suffix +logo_height = "102" # pixel measurement, but without 'px' suffix +logo_file = "logo.gif" + +%] diff --git a/templates/web/peterborough/about/faq-en-gb.html b/templates/web/peterborough/about/faq-en-gb.html new file mode 100755 index 000000000..3835b71b7 --- /dev/null +++ b/templates/web/peterborough/about/faq-en-gb.html @@ -0,0 +1,97 @@ +[% INCLUDE 'header.html', title = loc('Frequently Asked Questions'), bodyclass = 'twothirdswidthpage' %] + +[% INCLUDE 'about/_sidebar.html' %] + +<h1><a name="faq"></a>[% loc('Frequently Asked Questions') %]</h1> + +<dl> + + <dt>What is this site?</dt> + <dd>[% site_name %] is a site to help people report to their + local authority, view, or discuss local issues they’ve found, by + simply locating them on a map.</dd> + + <dt>How do I get in touch with [% site_name %]?</dt> + <dd>Here’s the FixMyStreet <a href="/contact">contact page</a>.</dd> + + <dt>How do I contact Peterborough City Council?</dt> + <dd>Here’s the <a href="https://www.peterborough.gov.uk/contact-us/">Peterborough City Council contact page</a>.</dd> + + + <dt>What sort of problems should I report with [% site_name %]?</dt> + <dd>This depends upon the precise purpose of [% site_name %]; + in the UK, FixMyStreet is primarily for reporting things which are + <strong>broken or dirty or damaged or dumped, and need fixing, cleaning + or clearing</strong>, such as: + <ul> + <li>Streetcleaning, such as broken glass in a cycle lane + <li>Unlit lampposts + <li>Potholes + </ul> + </dd> + + <dt>What isn’t [% site_name %] for?</dt> + <dd>[% site_name %] is not a way of getting in touch with your + authority for all issues – please use this site only for problems + such as the above. We often route problem reports via cleansing services or + highways and so using this site for other matters may result in a delay in + your report getting to the right department. <strong>You will need to + contact your authority directly for problems such as</strong>: + + <ul><li>Anti-social behaviour + <li>Any urgent or emergency problems + <li>Noise pollution or barking dogs + <li>Fires and smoke/smell pollution + <li>Missing wheelie bins or recycling boxes or missed rubbish collections + <li>Proposals for speed bumps/ CCTV/ pedestrian crossings/ new road layouts/ etc. + <li>Complaining about your neighbours + <li>Complaining about the authority + <li>Joy riding, drug taking, animal cruelty, or other criminal activity + </ul> + <p>Authorities often have direct hotlines for these sorts of issues.</p> + </dd> + + <p>Please check the <a href="https://www.peterborough.gov.uk/forms/report/">Peterborough City Council reporting page</a> for more details about these services.</p> + + <dt>How do I use the site?</dt> + <dd>After entering a location, you are presented with a map of that area. + You can view problems already reported in that area, or report ones of your + own by clicking on the map at the location of the problem.</dd> + + <dt>How are the problems solved?</dt> + <dd>They are reported to the relevant authority by email. The authority can + then resolve the problem the way they normally would. Alternatively, you + can discuss the problem on the website with others, and then together lobby + the authority to fix it, or fix it directly yourselves.</dd> + + <dt>Is it free?</dt> + <dd>The site is free to use, yes. The FixMyStreet Platform is maintained by + a registered charity, so if you want to make a contribution, + <a href="https://www.mysociety.org/donate/">please do</a>.</dd> + + <dt>Can I use [% site_name %] on my mobile?</dt> + <dd> + <p>The [% site_name %] website will already work on your mobile + phone, adapting to the size of your screen automatically.</p> + </dd> +</dl> + +<h2><a name="practical"></a>Practical Questions</h2> + +<dl> + <dt>Do you remove silly or illegal content?</dt> + <dd>[% site_name %] is not responsible for the content and + accuracy of material submitted by its users. We reserve the right to + edit or remove any problems or updates which we consider to be + inappropriate upon being informed by a user of the site.</dd> + + <dt>Why can’t I zoom out more on the reporting map?</dt> + <dd>We want to keep [% site_name %] locally focused, so restrict + the ability to move radically between areas. The map on Your Reports will + let you see all the reports you’ve made, wherever they are. If + you’re from the authority then the emailed version of the problem + report might also contain the closest road or postcode to the pin on the + map.</dd> +</dl> + +[% INCLUDE 'footer.html' pagefooter = 'yes' %] diff --git a/templates/web/peterborough/alert/_index_text.html b/templates/web/peterborough/alert/_index_text.html new file mode 100644 index 000000000..281c662b1 --- /dev/null +++ b/templates/web/peterborough/alert/_index_text.html @@ -0,0 +1,19 @@ +<p> +[% site_name %] provide RSS feeds and email alerts for local +problems, including alerts for all problems within a particular ward, or all +problems within a certain distance of a particular location. +</p> + +[% IF location_error %] + <div class="error">[% location_error %]</div> +[% ELSE %] + [% INCLUDE 'errors.html' %] +[% END %] + +<p> +[% IF c.cobrand.is_council %] +[% tprintf(loc('To find out what local alerts we have for you, please enter your %s postcode or street name and area:'), c.cobrand.council_area) %] +[% ELSE %] +[% loc('To find out what local alerts we have for you, please enter your postcode or street name and area' ) %] +[% END %] +</p> diff --git a/templates/web/peterborough/around/intro.html b/templates/web/peterborough/around/intro.html new file mode 100644 index 000000000..8d6d5e54a --- /dev/null +++ b/templates/web/peterborough/around/intro.html @@ -0,0 +1,2 @@ +<h1>Report local problems</h1> +<h2>Report a problem on a street in your area and see other reported issues.</h2> diff --git a/templates/web/peterborough/footer_extra.html b/templates/web/peterborough/footer_extra.html new file mode 100644 index 000000000..d20bdf876 --- /dev/null +++ b/templates/web/peterborough/footer_extra.html @@ -0,0 +1,19 @@ +<footer class="pboro-footer"> + <ul> + <li><a href="https://www.peterborough.gov.uk/accessibility/"> + Accessibility + </a></li> + <li><a href="https://www.peterborough.gov.uk/privacy/"> + Privacy policy + </a></li> + <li><a href="https://www.peterborough.gov.uk/cookies/"> + Cookies + </a></li> + <li><a href="https://www.peterborough.gov.uk/disclaimer/"> + Disclaimer + </a></li> + <li><a href="https://www.peterborough.gov.uk/contact-us/"> + Contact us + </a></li> + </ul> +</div> diff --git a/templates/web/peterborough/header_extra.html b/templates/web/peterborough/header_extra.html new file mode 100644 index 000000000..a008676e5 --- /dev/null +++ b/templates/web/peterborough/header_extra.html @@ -0,0 +1 @@ +<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:900,400,700,300,100"> diff --git a/templates/web/peterborough/header_logo.html b/templates/web/peterborough/header_logo.html new file mode 100644 index 000000000..dbb0f51f4 --- /dev/null +++ b/templates/web/peterborough/header_logo.html @@ -0,0 +1,2 @@ + <a href="https://www.peterborough.gov.uk/" id="site-logo">Peterborough City Council</a> + <a href="/" id="report-cta" title="[%- loc('Report a problem') -%]">[%- loc('Report') -%]</a> diff --git a/templates/web/peterborough/index-steps.html b/templates/web/peterborough/index-steps.html new file mode 100644 index 000000000..13d8c8961 --- /dev/null +++ b/templates/web/peterborough/index-steps.html @@ -0,0 +1,13 @@ +<h2>[% loc('How to report a problem') %]</h2> + +<ol class="big-numbers"> + <li>[% question %]</li> + <li>[% loc('Locate the problem on a map') %]</li> + <li>[% loc('Enter more details of the problem') %]</li> + <li>Confirm your report and [% c.cobrand.council_name %] will investigate</li> +</ol> + +<section class="full-width"> +[% INCLUDE "front/stats.html" %] +[% TRY %][% INCLUDE "front/tips.html" %][% CATCH file %][% END %] +</section> |