. * * @copyright Copyright: 2009 Chunsheng Wang * @author Chunsheng Wang * @package task * @version $Id$ * @link http://www.zentao.cn */ ?>
owner == $app->user->account ? 'style=color:red' : '';?>
task->id;?> task->pri;?> task->name;?> task->owner;?> task->estimate;?> task->consumed;?> task->left;?> task->type;?> task->status;?> task->story;?> actions;?>
createLink('task', 'view', "task=$task->id"), sprintf('%03d', $task->id)); else printf('%03d', $task->id);?> pri;?> name;?> >ownerRealName;?> estimate;?> consumed;?> left;?> task->typeList[$task->type];?> status;?> >task->statusList->{$task->status};?> storyID) { if(common::hasPriv('story', 'view')) echo html::a($this->createLink('story', 'view', "storyid=$task->storyID"), $task->storyTitle); else echo $task->storyTitle; } ?>