* @package ZenTaoPMS * @version $Id$ */ ?> index->total, $sum); foreach($stats as $status => $value) { $percent = round($value / $sum, 2) * 100 . '%'; $string .= strtolower($statusList[$status]) . " $value($percent)$lang->comma "; } echo rtrim($string, $lang->comma) . $lang->dot; } ?>
| 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');
?>
|
| index->products;?> | product->statusList, $stats['product']);?> |
| index->projects;?> | project->statusList, $stats['project']);?> |
| index->tasks;?> | task->statusList, $stats['task']);?> |
| index->stories;?> | story->statusList, $stats['story']);?> |
| index->bugs;?> | bug->statusList, $stats['bug']);?> |
| index->todos;?> | todo->statusList, $stats['todo']);?> |
| 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')) . ' ';
?>
|
| "; printf($lang->index->action, $action->date, $user, $action->actionLabel, $action->objectLabel, $action->objectLink); echo " |