* @package todo * @version $Id$ * @link http://www.zentao.net */ ?>
| todo->account;?> | account;?> |
|---|---|
| todo->date;?> | date));?> |
| todo->type;?> | todo->typeList->{$todo->type};?> |
| todo->pri;?> | todo->priList[$todo->pri];?> |
| todo->name;?> | type == 'bug') echo html::a($this->createLink('bug', 'view', "id={$todo->idvalue}"), $todo->name); if($todo->type == 'task') echo html::a($this->createLink('task', 'view', "id={$todo->idvalue}"), $todo->name); if($todo->type == 'custom') echo $todo->name; ?> |
| todo->desc;?> | desc;?> |
| todo->status;?> | todo->statusList[$todo->status];?> |
| todo->beginAndEnd;?> | begin])) echo $times[$todo->begin]; if(isset($times[$todo->end])) echo ' ~ ' . $times[$todo->end]; ?> |