. * * @copyright Copyright 2009-2010 Chunsheng Wang * @author Chunsheng Wang * @package task * @version $Id$ * @link http://www.zentao.cn */ ?>
TASK #id . $lang->colon . $task->name;?>
createLink('task', 'edit', "taskID=$task->id"), $lang->task->buttonEdit); if(common::hasPriv('project', 'task')) echo html::a($app->session->taskList, $lang->task->buttonBackToList); ?>
task->legendDesc;?>
desc);?>
files;?>
files as $file) echo html::a($file->fullPath, $file->title, '_blank');?>
createLink('task', 'edit', "taskID=$task->id"), $lang->task->buttonEdit); if(common::hasPriv('project', 'task')) echo html::a($app->session->taskList, $lang->task->buttonBackToList); ?>
task->legendBasic;?>
task->project;?> project", $project->name)) echo $project->name;?>
task->story;?> storyTitle and !common::printLink('story', 'view', "storyID=$task->story", $task->storyTitle)) echo $task->storyTitle;?>
task->owner;?> ownerRealName;?>
task->type;?> task->typeList[$task->type];?>
task->status;?> show($lang->task->statusList, $task->status);?>
task->pri;?> show($lang->task->priList, $task->pri);?>
task->legendEffort;?>
task->deadline;?> deadline; if(isset($task->delay)) printf($lang->task->delayWarning, $task->delay); ?>
task->estimate;?> estimate . $lang->workingHour;?>
task->consumed;?> consumed . $lang->workingHour;?>
task->left;?> left . $lang->workingHour;?>