id => ''), '', $attribute);?>
id"), sprintf('%03d', $plan->id)) : html::a(helper::createLink('productplan', 'view', "planID=$plan->id"), sprintf('%03d', $plan->id));?>
id);?>
|
' title="title?>">
expired and in_array($plan->status, array('wait', 'doing')))
{
$class .= ' expired';
$expired = "{$this->lang->productplan->expired}";
}
echo "";
if($plan->parent > 0) echo " {$this->lang->productplan->childrenAB}";
echo html::a($this->createLink($app->rawModule, 'view', "id=$plan->id"), $plan->title);
if(!empty($expired)) echo $expired;
if(isset($plan->children)) echo ' ';
echo ' ';
?>
|
status)?> |
session->currentProductType != 'normal'):?>
branch) as $branchID) $planBranches .= $branchOption[$branchID] . ',';?>
'> |
begin == $config->productplan->future ? $lang->productplan->future : $plan->begin;?> |
end == $config->productplan->future ? $lang->productplan->future : $plan->end;?> |
stories;?> |
bugs;?> |
hour;?> |
projects))
{
if(count($plan->projects) === 1)
{
$executionID = key($plan->projects);
echo html::a(helper::createLink('execution', 'task', "executionID=$executionID"), '', '', "title='{$plan->projects[$executionID]->name}' class='btn'");
}
else
{
$executionHtml = '';
$executionHtml .= ' ';
$executionHtml .= ' ';
$executionHtml .= ' ';
foreach($plan->projects as $executionID => $execution) $executionHtml .= '- ' . html::a(helper::createLink('execution', 'task', "executionID=$executionID"), $execution->name, '', "class='execution-link' title='{$execution->name}'") . '
';
$executionHtml .= ' ';
$executionHtml .= ' ';
$executionHtml .= ' ';
echo "";
echo $executionHtml;
}
}
?>
|
', ' ', ' ', ' '), "\n", str_replace(array("\n", "\r"), '', $plan->desc)), ' '));?>
|
" . $this->loadModel('flow')->getFieldValue($extendField, $plan) . "";?>
productplan->buildOperateMenu($plan, 'browse'); ?> |