. * * @copyright Copyright: 2009 Chunsheng Wang * @author Chunsheng Wang * @package project * @version $Id$ * @link http://www.zentao.cn */ ?>
createLink('task', 'create', "project=$project->id"), $lang->task->create);?>
id&orderBy=%s&recTotal=$recTotal&recPerPage=$recPerPage"; ?> owner == $app->user->account ? 'style=color:red' : '';?>
task->id);?> task->pri);?> task->name);?> task->owner);?> task->estimate);?> task->consumed);?> task->left);?> task->status);?> task->story);?> action;?>
createLink('task', 'view', "task=$task->id"), sprintf('%03d', $task->id)); else printf('%03d', $task->id);?> pri;?> name;?> >ownerRealName;?> estimate;?> consumed;?> left;?> 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; } ?> createLink('task', 'edit', "taskid=$task->id"), $lang->task->edit);?> createLink('task', 'delete', "projectID=$task->project&taskid=$task->id"), $lang->task->delete, 'hiddenwin');?>