11
11
<h4>Manage Resources</h4>
12
12
<table cellspacing="20">
14
<td><?php echo link_to('Manage<br>Staff', 'staff/index', array('class' => 'linkButton width140')) ?></td>
15
<td><?php echo link_to('Manage<br>Facilities', 'facility/index', array('class' => 'linkButton width140')) ?></td>
16
<td><?php echo link_to('Manage<br>Organizations', 'organization/index', array('class' => 'linkButton width140')) ?></td>
14
<td><?php echo link_to('Manage<br>Staff', 'staff/index', array('class' => 'generalButton width140', 'title' => 'Add, Edit, Import, and Manage Staff')) ?></td>
15
<td><?php echo link_to('Manage<br>Facilities', 'facility/index', array('class' => 'generalButton width140', 'title' => 'Add, Edit, Import, and Manage Facility')) ?></td>
16
<td><?php echo link_to('Manage<br>Organizations', 'organization/index', array('class' => 'generalButton width140', 'title' => 'Add, Edit, and Manage Organizations')) ?></td>
19
19
<h4>Manage Scenarios</h4>
20
20
<table cellspacing="20">
22
<td><?php echo link_to('Create<br>New Scenario', 'scenario/pre', array('class' => 'linkButton width140')) ?></td>
23
<td><?php echo link_to('Manage<br>Existing Scenarios', 'scenario/index', array('class' => 'linkButton width140')) ?></td>
24
<td><?php echo link_to('Deploy a<br>Scenario', 'event/index', array('class' => 'linkButton width140')) ?></td>
25
<td><?php echo link_to('Scenario Creator<br>Walkthrough', 'wiki/doku.php?id=manual:user:scenario:walkthrough', array('class' => 'linkButton width140')) ?></td>
22
<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>
24
<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>