* @package todo * @version $Id: view.html.php 4955 2013-07-02 01:47:21Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> private or ($todo->private and $todo->account == $app->user->account)):?>
icons['todo']);?> id;?> name;?>
todo->desc; if($todo->type == 'bug') echo html::a($this->createLink('bug', 'view', "id={$todo->idvalue}"), ' BUG#' . $todo->idvalue); if($todo->type == 'task') echo html::a($this->createLink('task', 'view', "id={$todo->idvalue}"), ' TASK#' . $todo->idvalue); ?>
desc;?>
todo->legendBasic;?>
todo->pri;?> todo->priList[$todo->pri];?>
todo->status;?> todo->statusList[$todo->status];?>
todo->type;?> todo->typeList[$todo->type];?>
todo->account;?> account;?>
todo->date;?> date == '20300101' ? $lang->todo->periods['future'] : date(DT_DATE1, strtotime($todo->date));?>
todo->beginAndEnd;?> begin])) echo $times[$todo->begin]; if(isset($times[$todo->end])) echo ' ~ ' . $times[$todo->end];?>
todo->thisIsPrivate;?>