aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdmund von der Burg <evdb@ecclestoad.co.uk>2011-07-12 16:28:26 +0100
committerEdmund von der Burg <evdb@ecclestoad.co.uk>2011-07-12 16:28:26 +0100
commit9c497f513bd6395ac26b12f4d0b4cc22fa17484c (patch)
treee71c7f3ef90ac151c25a51ff0926139020627fdf
parentb058accf4a423d8c3ca4469f044ee2dc00f107dd (diff)
Added promo text for local council websites
-rwxr-xr-xtemplates/web/default/faq/faq-en-gb.html2
-rwxr-xr-xtemplates/web/default/reports/council.html7
-rw-r--r--web/css/_main.scss8
-rw-r--r--web/css/main.css7
4 files changed, 24 insertions, 0 deletions
diff --git a/templates/web/default/faq/faq-en-gb.html b/templates/web/default/faq/faq-en-gb.html
index 0907d6275..930a4c045 100755
--- a/templates/web/default/faq/faq-en-gb.html
+++ b/templates/web/default/faq/faq-en-gb.html
@@ -90,6 +90,8 @@ href="https://secure.mysociety.org/donate/">please do</a>.</dd>
<dd>You can either leave a test report or <a href="/contact">contact us</a>
to find out where reports go at the moment. Also <a href="/contact">contact us</a>
to update the address or addresses we use.</dd>
+ <dt>I&rsquo;m from a council, can we have FixMyStreet on our website?</dt>
+ <dd>Yes you can! We offer branded, hosted versions of FixMyStreet for local council websites. <a href="http://www.mysociety.org/fixmystreet-for-local-council-websites/">Full details</a>.</dd>
<dt>Do you remove silly or illegal content?</dt>
<dd>FixMyStreet is not responsible for the content and accuracy
of material submitted by its users. We reserve the right to edit or remove any
diff --git a/templates/web/default/reports/council.html b/templates/web/default/reports/council.html
index e33fa1bc9..2b004cf50 100755
--- a/templates/web/default/reports/council.html
+++ b/templates/web/default/reports/council.html
@@ -75,6 +75,13 @@ Its area is now covered by <a href="/reports/Bedford">Bedford Borough Council</a
<h2>[% name %]</h2>
+[% IF c.cobrand.moniker == '' %]
+<p class="promo">
+ FixMyStreet is now available for local council websites.
+ <a href="http://www.mysociety.org/fixmystreet-for-local-council-websites/">Find&nbsp;out&nbsp;more</a>.
+</p>
+[% END %]
+
[% INCLUDE 'pagination.html', param = 'p' %]
[% INCLUDE column
diff --git a/web/css/_main.scss b/web/css/_main.scss
index 0b9cf33ab..9063f1484 100644
--- a/web/css/_main.scss
+++ b/web/css/_main.scss
@@ -41,6 +41,14 @@ select, input, textarea {
#front_stats div {
background-color: $header_back;
}
+
+ p.promo {
+ border-top: 1px solid #bbb;
+ border-bottom: 1px solid #bbb;
+ background-color: #eee;
+ text-align: center;
+ padding: 0 0.5em;
+ }
}
diff --git a/web/css/main.css b/web/css/main.css
index 686b74d40..5b4be5ebc 100644
--- a/web/css/main.css
+++ b/web/css/main.css
@@ -43,6 +43,13 @@ select, input, textarea {
#mysociety #front_stats div {
background-color: #e3d595;
}
+#mysociety p.promo {
+ border-top: 1px solid #bbb;
+ border-bottom: 1px solid #bbb;
+ background-color: #eee;
+ text-align: center;
+ padding: 0 0.5em;
+}
#header {
font-size: 200%;