* @package ZenTaoPMS * @version $Id */ ?>

noData;?>

$programs):?>
product->myProduct : $lang->product->otherProduct;?>
$lang->product->unclosedProduct, 'type' => 'unclosedProduct'); $kanbanColumns['unexpiredPlan'] = array('name' => $lang->product->unexpiredPlan, 'type' => 'unexpiredPlan'); if($config->systemMode == 'new') { $kanbanColumns['doingProject'] = array('name' => $lang->product->doingProject, 'type' => 'doingProject'); $kanbanColumns['doingExecution'] = array('name' => $lang->product->doingExecution, 'type' => 'doingExecution'); } else { $kanbanColumns['doingExecution'] = array('name' => $lang->product->doingClassicExecution, 'type' => 'doingExecution'); } $kanbanColumns['normalRelease'] = array('name' => $lang->product->normalRelease, 'type' => 'normalRelease'); $userPrivs = array(); $userPrivs['product'] = common::hasPriv('product', 'browse'); $userPrivs['productplan'] = common::hasPriv('productplan', 'view'); $userPrivs['project'] = common::hasPriv('project', 'index'); $userPrivs['execution'] = common::hasPriv('execution', 'task'); $userPrivs['release'] = common::hasPriv('release', 'view'); js::set('isClassicMode', $config->systemMode != 'new'); js::set('kanbanColumns', $kanbanColumns); js::set('userPrivs', $userPrivs); js::set('kanbanList', $kanbanList); js::set('programList', $programList); js::set('productList', $productList); js::set('planList', $planList); js::set('projectList', $projectList); js::set('projectProduct', $projectProduct); js::set('latestExecutions', $latestExecutions); js::set('classicExecution', $executionList); js::set('releaseList', $releaseList); js::set('hourList', $hourList); js::set('doingText', $lang->product->doing); ?>