* @package todo * @version $Id$ * @link http://www.zentao.net */ ?>
private or ($todo->private and $todo->account == $app->user->account)):?>
todo->view;?>
session->todoList, $lang->goback);?>
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]; ?>
session->todoList) { $browseLink = $this->session->todoList; } elseif($todo->account == $app->user->account) { $browseLink = $this->createLink('my', 'todo'); } else { $browseLink = $this->createLink('user', 'todo', "account=$todo->account"); } if($todo->account == $app->user->account) { common::printLink('todo', 'edit', "todoID=$todo->id", $lang->edit); common::printLink('todo', 'delete', "todoID=$todo->id", $lang->delete, 'hiddenwin'); } echo html::a($browseLink, $lang->goback); ?>
todo->thisIsPrivate;?>