~fabiocbalbuquerque/sahana-agasti/web-services

« back to all changes in this revision

Viewing changes to apps/frontend/modules/scenario/templates/indexSuccess.php

  • Committer: Chad Heuschober
  • Date: 2011-06-06 13:37:45 UTC
  • mfrom: (1.1.1244 trunk)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: chad.heuschober@mail.cuny.edu-20110606133745-850mdvnjtv392zta
Pulled in most recent batch of changes from the cuny sps trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php use_javascript('agasti.js') ?>
2
 
<?php   use_javascript('jquery.ui.custom.js');
3
 
  use_stylesheet('jquery/jquery.ui.custom.css');
4
 
  use_stylesheet('jquery/mayon.jquery.ui.css');?>
5
 
<?php use_javascript('agTooltip.js'); ?>
 
2
<?php
 
3
use_javascript('jquery.ui.custom.js');
 
4
use_stylesheet('jquery/jquery.ui.custom.css');
 
5
use_stylesheet('jquery/mayon.jquery.ui.css');
 
6
?>
6
7
 
7
8
<h2>Scenario Management</h2>
8
9
<p>In Sahana Agasti a Scenario is, in the simplest definition, a plan.
14
15
  deploy resources to the affected areas as per the scenarios they are based on.</p>
15
16
<h3>Please select one of the following scenario actions:</h3>
16
17
<?php
17
 
echo '<a href="' . url_for('scenario/pre') . '" class="buttonText" title="Create New Scenario">Create Scenario<a/><br/>';
18
 
echo '<a href="' . url_for('scenario/list') . '" class="buttonText" title="List Existing Scenarios">List Scenarios</a><br/>';
19
 
echo '<a href="' . url_for('scenario/grouptype') . '" class="buttonText" title="Facility Group Types">Manage Facility Group Types</a><a href="' . url_for('@wiki') . '/doku.php?id=tooltip:facility_group_types&do=export_xhtmlbody" class="tooltipTrigger" title="Manage Facility Group Type">?</a><br/>';
20
 
echo '<a href="' . public_path('wiki/doku.php?id=manual:user:scenario') . '" target="new" class="buttonText" title="Help">Help</a><br/>';
 
18
echo '<a href="' . url_for('scenario/pre') . '" class="generalButton" title="Create New Scenario">Create Scenario<a/><br/><br/>';
 
19
echo '<a href="' . url_for('scenario/list') . '" class="generalButton" title="List Existing Scenarios">List Scenarios</a><br/><br/>';
 
20
echo '<a href="' . url_for('scenario/grouptype') . '" class="generalButton" title="Facility Group Types">Manage Facility Group Types</a><a href="' . url_for('@wiki') . '/doku.php?id=tooltip:facility_group_types&do=export_xhtmlbody" class="tooltipTrigger" title="Manage Facility Group Type"> ?</a><br/><br/>';
 
21
echo '<a href="' . public_path('wiki/doku.php?id=manual:user:scenario') . '" target="new" class="generalButton" title="Help">Help</a><br/><br/>';
21
22
?><br>
22
23
 
23
24
 
24
25
Some users may find it helpful to use the wiki walk-through the first time they create a scenario:<br/>
25
26
<?php
26
 
echo '<a href="' . public_path('wiki/doku.php?id=manual:user:scenario:walkthrough') . '" target="new" class="buttonText" title="Help">Scenario Creator Walkthrough</a><br/>';
 
27
echo '<a href="' . public_path('wiki/doku.php?id=manual:user:scenario:walkthrough') . '" target="new" class="generalButton" title="Help">Scenario Creator Walkthrough</a><br/>';
27
28
?><br>
 
 
b'\\ No newline at end of file'