Difference between revisions of "Widget:UserGuidance"

From LINKS Community Center
Jump to: navigation, search
Line 384: Line 384:
 
                                 <div class="button">Feel Safe</div>
 
                                 <div class="button">Feel Safe</div>
 
                                 <div class="desc">
 
                                 <div class="desc">
                                     Communicating during emergencies.
+
                                     Access educational resources on key topics (vulnerability, preparedness, awareness, communication) that can help you organize and conduct diaster preparedness education activities with children.
 
                                 </div>
 
                                 </div>
 
                             </div>
 
                             </div>
                             <div class="choice safe" id="tc-who-stud-safe-vul">
+
                             <!-- <div class="choice safe" id="tc-who-stud-safe-vul">
 
                                 <div class="button">Feel Safe</div>
 
                                 <div class="button">Feel Safe</div>
 
                                 <div class="desc">
 
                                 <div class="desc">
Line 404: Line 404:
 
                                     Stories: Family communication plan.
 
                                     Stories: Family communication plan.
 
                                 </div>
 
                                 </div>
                             </div>
+
                             </div> -->
 
                         </div>
 
                         </div>
 
                     </div>
 
                     </div>
Line 883: Line 883:
  
 
             if (answerId.indexOf('safe') !== -1) {
 
             if (answerId.indexOf('safe') !== -1) {
                 window.location.assign(act.url);
+
                 if (act.url) window.location.assign(act.url)
 +
                else window.location.assign('/index.php/Feel_Safe');
 
             }
 
             }
  

Revision as of 13:20, 9 October 2023

Development version of the User Guidance.
Under construction.