* @package todo * @version $Id$ * @link http://www.zentao.net */ ?> private or ($todo->private and $todo->account == $app->user->account)):?>
| todo->account;?> | account;?> |
|---|---|
| todo->date;?> | date == TODOModel::DAY_IN_FUTURE ? $lang->todo->dayInFuture : date(DT_DATE1, strtotime($todo->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]; ?> |