diff options
-rw-r--r-- | templates/web/fixamingata/front/tips.html | 1 | ||||
-rw-r--r-- | templates/web/fixamingata/index-steps.html | 43 |
2 files changed, 1 insertions, 43 deletions
diff --git a/templates/web/fixamingata/front/tips.html b/templates/web/fixamingata/front/tips.html new file mode 100644 index 000000000..6b423ed5e --- /dev/null +++ b/templates/web/fixamingata/front/tips.html @@ -0,0 +1 @@ +<div style="height: 329px; padding-top: 20px;"><div style="position: absolute; width: 581px;"><iframe width="581" height="329" src="//www.youtube.com/embed/H5knzdalYI0" frameborder="0" allowfullscreen></iframe></div></div> diff --git a/templates/web/fixamingata/index-steps.html b/templates/web/fixamingata/index-steps.html deleted file mode 100644 index d5da27f3b..000000000 --- a/templates/web/fixamingata/index-steps.html +++ /dev/null @@ -1,43 +0,0 @@ -<h2>[% loc('How to report a problem') %]</h2> - -<ol class="big-numbers"> -[% IF c.cobrand.moniker == 'fixmybarangay' %] - <li>Text <span class="promo-big">FMB LUZ</span> or <span class="promo-big">FMB BSN</span> followed by your report to - <ul id="promo-list"> - <li> - <span class="promo-bigger">391-FMB</span> (391362) SMART short code - </li> - <li> - <span class="promo-bigger">0908 896 8278</span> for all networks - </li> - </ul> - <div class="promo-example"> - For example:<br/> - <div> - FMB LUZ Busted streetlamp, P. Cabantan St., Pole # 12345, near Sto. Antonio Chapel - </div> - </div> - </li> - <li>Or visit the Barangay Center in person</li> - <li>Staff? <a href="/auth">Sign in</a> and click on the map! -[% ELSE %] - <li>[% question %]</li> - <li>[% loc('Locate the problem on a map of the area') %]</li> - <li>[% loc('Enter details of the problem') %]</li> - [% IF c.cobrand.is_council %] - <li>Confirm the report and [% c.cobrand.council_name %] will investigate</li> - [% ELSIF c.cobrand.moniker == 'zurich' %] - [% ELSE %] - <li>[% loc('We send it to the council on your behalf') %]</li> - [% END %] -[% END %] -</ol> - -[% IF c.cobrand.moniker != 'emptyhomes' %] -<section class="full-width"> -[% INCLUDE "front/stats.html" %] -[% TRY %][% INCLUDE "front/tips.html" %][% CATCH file %][% END %] -</section> -[% END %] - -<div style="height: 329px; padding-top: 20px;"><div style="position: absolute; width: 581px;"><iframe width="581" height="329" src="//www.youtube.com/embed/H5knzdalYI0" frameborder="0" allowfullscreen></iframe></div></div> |