. * * @copyright Copyright: 2009 Chunsheng Wang * @author Chunsheng Wang * @package dashboard * @version $Id$ * @link http://www.zentao.cn */ ?>
task->id;?> task->name;?> task->project;?> task->pri;?> task->estimate;?> task->consumed;?> task->story;?> task->status;?> actions;?>
createLink('task', 'view', "taskID=$task->id"), sprintf('%03d', $task->id));?> name;?> createLink('project', 'browse', "projectid=$task->projectID"), $task->projectName);?> pri;?> estimate;?> consumed;?> storyID) echo html::a($this->createLink('story', 'view', "storyID=$task->storyID"), $task->storyTitle);?> task->statusList->{$task->status};?> createLink('task', 'edit', "taskID=$task->id"), $lang->task->edit, '_blank');?>