diff options
author | matthew <matthew> | 2008-10-14 09:53:30 +0000 |
---|---|---|
committer | matthew <matthew> | 2008-10-14 09:53:30 +0000 |
commit | 628ce6cf7d841cda375f093e45e8e9c9e04d230d (patch) | |
tree | c15ecad5c60226e1f7e4b36c02baed756e000c5e | |
parent | 260d05b00000808cbf235032e94a3f1a3c5d36f1 (diff) |
Badge (provided by Lincolnshire council).
-rwxr-xr-x | web/faq.cgi | 4 | ||||
-rw-r--r-- | web/i/fms-badge.jpeg | bin | 0 -> 31402 bytes | |||
-rwxr-xr-x | web/posters/index.cgi | 3 |
3 files changed, 4 insertions, 3 deletions
diff --git a/web/faq.cgi b/web/faq.cgi index 8afac06a6..0219ccb16 100755 --- a/web/faq.cgi +++ b/web/faq.cgi @@ -6,7 +6,7 @@ # Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org # -# $Id: faq.cgi,v 1.35 2008-10-09 14:20:54 matthew Exp $ +# $Id: faq.cgi,v 1.36 2008-10-14 09:53:30 matthew Exp $ use strict; use Standard -db; @@ -68,7 +68,7 @@ latest nightly build of Safari, so will presumably be fixed in the next release. Until then, I've sadly had to disable dragging to avoid people dragging an empty square.")), $q->dt(_('Do you have any publicity material?')), - $q->dd(_('Sure, we have a whole <a href="posters/">array of posters and flyers</a>.')), + $q->dd(_('Sure, we have a whole <a href="posters/">array of posters, flyers and badges</a>.')), ); $out .= $q->h2(_('Privacy Questions')); $out .= $q->dl( diff --git a/web/i/fms-badge.jpeg b/web/i/fms-badge.jpeg Binary files differnew file mode 100644 index 000000000..b3d40dcd9 --- /dev/null +++ b/web/i/fms-badge.jpeg diff --git a/web/posters/index.cgi b/web/posters/index.cgi index 54fb87bfa..a4c9c0919 100755 --- a/web/posters/index.cgi +++ b/web/posters/index.cgi @@ -6,7 +6,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org # -# $Id: index.cgi,v 1.7 2008-10-09 14:20:55 matthew Exp $ +# $Id: index.cgi,v 1.8 2008-10-14 09:53:37 matthew Exp $ use strict; use Standard -db; @@ -28,6 +28,7 @@ Page::do_fastcgi(\&main); sub body { my $q = shift; return $q->h1(_('Publicity Material')) . + '<img align="right" hspace="5" src="/i/fms-badge.png" alt="FixMyStreet badge">' . '<img align="right" hspace="5" src="poster.png" alt="Example poster">' . $q->p(_('Here are some posters you can use to publicise FixMyStreet.')) . $q->h2(_('Posters')) . |