From ea01f4ff8681284e8f5f1e45e4c6c61a14f11311 Mon Sep 17 00:00:00 2001 From: Struan Donald Date: Fri, 14 Mar 2014 15:13:08 +0000 Subject: update content and style for front page instructions remove photos etc update step text change background colour and remove crop shadow --- templates/web/zerotb/index-steps.html | 8 +++++++ templates/web/zerotb/index.html | 45 +++++++++++++++++++++++++++++++++++ web/cobrands/zerotb/layout.scss | 5 ++++ 3 files changed, 58 insertions(+) create mode 100644 templates/web/zerotb/index-steps.html create mode 100644 templates/web/zerotb/index.html diff --git a/templates/web/zerotb/index-steps.html b/templates/web/zerotb/index-steps.html new file mode 100644 index 000000000..6c11ca6d4 --- /dev/null +++ b/templates/web/zerotb/index-steps.html @@ -0,0 +1,8 @@ +

[% loc('How to report a stockout') %]

+ +
    +
  1. [% loc('Enter a Delhi TB clinic or street name and area') %]
  2. +
  3. [% loc('Locate the clinic on a map of the area') %]
  4. +
  5. [% loc('Enter details of the problem') %]
  6. +
  7. [% loc('We will send your stockout report to the district TB officer and to local activists to ensure action is taken') %]
  8. +
diff --git a/templates/web/zerotb/index.html b/templates/web/zerotb/index.html new file mode 100644 index 000000000..95d6fa013 --- /dev/null +++ b/templates/web/zerotb/index.html @@ -0,0 +1,45 @@ +[%# Assumes fixmystreet cobrand is using FMS map template - for bonus points preload all the right map elements. %] +[% map_js = BLOCK %] + +[% END %] + +[% pre_container_extra = PROCESS 'around/postcode_form.html' %] +[% INCLUDE 'header.html', title = '', bodyclass = 'frontpage fullwidthpage' %] + +[% IF error %] +

[% error %]

+[% END %] + +
+
+ [% INCLUDE 'index-steps.html' %] +
+ +
+

+ [% loc('About stockouts') %] +

+ +
+

+ Explain stockouts here. +

+
+ +
+
+ +[% INCLUDE 'footer.html' pagefooter = 'yes' %] diff --git a/web/cobrands/zerotb/layout.scss b/web/cobrands/zerotb/layout.scss index 8bc314914..91a3d7166 100644 --- a/web/cobrands/zerotb/layout.scss +++ b/web/cobrands/zerotb/layout.scss @@ -82,3 +82,8 @@ body { } } } + +.content { + background-color: $alt-background; + box-shadow: none; +} -- cgit v1.2.3