@owner Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
@copyright Copyright (C) 2015. All Rights Reserved
@license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html
/-------------------------------------------------------------------------------------------------------/
Cost Benefit Projection Tool.
/------------------------------------------------------------------------------------------------------*/
// No direct access to this file
defined('_JEXEC') or die('Restricted access');
// set the active tabs based on interventions
if (isset($this->results->interventions) && CostbenefitprojectionHelper::checkArray($this->results->interventions))
{
$savings = 'uk-active ';
$details = '';
}
else
{
$savings = '';
$details = 'uk-active ';
}
?>
(names; ?>)
-
loadTemplate('chart_intervention_cost_benefit_save'); ?>
-
-
-
loadTemplate('table_work_days_lost_summary'); ?>
-
loadTemplate('table_cost_summary'); ?>
-
loadTemplate('table_calculated_cost_in_detail'); ?>
-
loadTemplate('table_intervention_net_benefit'); ?>
-
-
loadTemplate('chart_work_days_lost'); ?>
-
loadTemplate('chart_work_days_lost_percent'); ?>
-
loadTemplate('chart_cost'); ?>
-
loadTemplate('chart_cost_percent'); ?>
-
loadTemplate('chart_intervention_cost_benefit'); ?>