. * * @copyright Copyright: 2009 Chunsheng Wang * @author Chunsheng Wang * @package dashboard * @version $Id$ * @link http://www.zentao.cn */ ?>
todo->id;?> todo->type;?> todo->pri;?> todo->name;?> todo->begin;?> todo->end;?> todo->status;?>
id;?> todo->typeList->{$todo->type};?> pri;?> type == 'bug' and common::hasPriv('bug', 'view')) $link = $this->createLink('bug', 'view', "id={$todo->idvalue}"); if($todo->type == 'task' and common::hasPriv('task', 'edit')) $link = $this->createLink('task', 'edit', "id={$todo->idvalue}"); $link != '' ? print(html::a($link, $todo->name, '_blank')) : print($todo->name); ?> begin;?> end;?> todo->statusList->{$todo->status};?>