index->projects;?>
|
createLink('product', 'create');
$projectLink = $this->createLink('project', 'create');
if($projectsCount == 0)
{
printf($lang->index->firstUsingTip, $productLink, $projectLink);
}
else
{
printf($lang->index->noProjectsTip, $projectLink);
}
?>
|
index->projects;?>
| name'>$project->name";?> |
$project):?>
id];
echo html::a($this->createLink('project', 'browse', "projectid=$project->id"), $project->name);
common::printLink('project', 'burn', "projectID=$project->id", $lang->project->largeBurnChart);
common::printLink('project', 'computeBurn', 'reload=yes', $lang->project->computeBurn, 'hiddenwin');
printf($lang->project->howToUpdateBurn, $this->createLink('help', 'field', 'module=project&method-burn&field=updateburn'));
?>
|
index->stats;?>
| index->products;?> |
index->printStats($lang->product->statusList, $stats['product']);?> |
| index->projects;?> |
index->printStats($lang->project->statusList, $stats['project']);?> |
| index->tasks;?> |
index->printStats($lang->task->statusList, $stats['task']);?> |
| index->stories;?> |
index->printStats($lang->story->statusList, $stats['story']);?> |
| index->bugs;?> |
index->printStats($lang->bug->statusList, $stats['bug']);?> |
| index->todos;?> |
index->printStats($lang->todo->statusList, $stats['todo']);?> |
|
|
index->my;?>
|
index->myTodo);?>
index->myTask);?>
index->myBug);?>
|
arrow . html::a($this->createLink('todo', 'view', "id=$todo->id"), $todo->name) . ' ';
}
echo ' ' . html::linkButton($lang->more, $this->createLink('my', 'todo')) . ' ';
?>
$taskName)
{
echo $lang->arrow . html::a($this->createLink('task', 'view', "id=$taskID"), $taskName) . ' ';
}
echo ' ' . html::linkButton($lang->more, $this->createLink('my', 'task')) . ' ';
?>
$bugTitle)
{
echo $lang->arrow . html::a($this->createLink('bug', 'view', "id=$bugID"), $bugTitle) . ' ';
}
echo ' ' . html::linkButton($lang->more, $this->createLink('my', 'bug')) . ' ';
?>
|
|
|
|
|
index->latest;?>
actor]) ? $users[$action->actor] : $action->actor;
echo "| ";
printf($lang->index->action, $action->date, $user, $action->actionLabel, $action->objectLabel, $action->objectLink);
echo " | ";
}
?>
|