~fabiocbalbuquerque/sahana-agasti/web-services

« back to all changes in this revision

Viewing changes to apps/frontend/modules/home/templates/prepareSuccess.php

  • Committer: Fabio Albuquerque
  • Date: 2011-08-08 22:10:34 UTC
  • mfrom: (1.26.1 push-trunk)
  • Revision ID: fabiocbalbuquerque@gmail.com-20110808221034-vfr4ggsbxsdllq82
Merges from CUNY SPS

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<h2>Prepare</h2>
2
2
<p>In Sahana Agasti, preparing means creating Scenarios.  Scenarios are plans within the application
3
 
that complement your organizations Emergency plans.</p>
4
 
<p><strong>Important:</strong> Resources, like staff or facilities, must be loaded into the application
5
 
  before creating a scenario.  Staff must be loaded before scenarios are created.
6
 
  Facilities can be entered manually before scenario creation or uploaded during the creation
7
 
  of each scenario.</p>
8
 
<p>For more information about Scenario Creation click "Scenario Creator Walkthrough" below.</p>
 
3
that complement your organizations existing emergency plans.</p>
 
4
<p><strong>Important:</strong> Resources, like staff or facilities, should be loaded into the application
 
5
  before creating a scenario.  Facilities can be entered manually before scenario creation or 
 
6
  uploaded during the creation of each scenario.</p>
 
7
<p>For more information about Scenario Creation click "Scenario Creator Tutorial" below.</p>
9
8
 
10
9
<h3>Please select one of the following actions: </h3><br>
11
10
<h4>Manage Resources</h4>
20
19
<table cellspacing="20">
21
20
    <tr>
22
21
      <td><?php echo link_to('Create<br>New Scenario', 'scenario/pre', array('class' => 'generalButton width140')) ?></td>
23
 
      <td><?php echo link_to('Manage<br>Existing Scenarios', 'scenario/index', array('class' => 'generalButton width140')) ?></td>
 
22
      <td><?php echo link_to('Manage<br>Scenarios', 'scenario/index', array('class' => 'generalButton width140')) ?></td>
24
23
      <td><?php echo link_to('Deploy a<br>Scenario', 'event/index', array('class' => 'generalButton width140')) ?></td>
25
 
      <td><?php echo link_to('Scenario Creator<br>Walkthrough', public_path('wiki/doku.php?id=manual:user:scenario:walkthrough'), array('class' => 'generalButton width140', 'title' => 'Help', 'target' => '_blank')) ?></td>
 
24
      <td><?php echo link_to('Scenario Creator<br>Tutorial', public_path('wiki/doku.php?id=manual:user:scenario:Tutorial'), array('class' => 'generalButton width140', 'title' => 'Help', 'target' => '_blank')) ?></td>
26
25
      <td></td>
27
26
    </tr>
28
27
</table>