* @package project * @version $Id$ * @link http://www.zentao.net */ ?>
'>
project->projectTasks;?>
name;?>
edit);?> delete, 'hiddenwin');?> tree->manage);?> tree->fix, 'hiddenwin');?>
id&from=projectTask&orderBy=$orderBy");?>'> id&status=$status&parma=$param&orderBy=%s&recTotal=$recTotal&recPerPage=$recPerPage"; ?> cookie->windowWidth > $this->config->wideSize):?> cookie->windowWidth > $this->config->wideSize):?> assignedTo == $app->user->account ? 'style=color:red' : '';?> estimate; $totalConsumed += $task->consumed; $totalLeft += (($task->status == 'cancel' or $task->closedReason == 'cancel') ? 0 : $task->left); $statusVar = 'status' . ucfirst($task->status); $$statusVar ++; ?> cookie->windowWidth > $this->config->wideSize):?> cookie->windowWidth > $this->config->wideSize):?> cookie->windowWidth > $this->config->wideSize ? 14 : 12;?>
idAB);?> priAB);?> task->name);?> statusAB);?> task->deadlineAB);?> task->openedDateAB);?> task->assignedToAB);?> task->finishedByAB);?> task->finishedDateAB);?> task->estimateAB);?> task->consumedAB);?> task->leftAB);?> task->story);?> actions;?>
id", sprintf('%03d', $task->id))) printf('%03d', $task->id);?> task->priList[$task->pri]?>'>task->priList[$task->pri];?> id", $task->name)) echo $task->name; if($task->fromBug) echo html::a($this->createLink('bug', 'view', "id=$task->fromBug"), "[BUG#$task->fromBug]", '_blank', "class='bug'"); ?> status;?> > storyStatus == 'active' and $task->latestStoryVersion > $task->storyVersion); $storyChanged ? print("{$lang->story->changed} ") : print($lang->task->statusList[$task->status]); ?> delay)) echo 'delayed';?>>deadline, 0, 4) > 0) echo substr($task->deadline, 5, 6);?> openedDate, 5, 6);?> >assignedTo == 'closed' ? 'Closed' : $task->assignedToRealName;?> finishedBy];?> finishedDate, 5, 6);?> estimate;?> consumed;?> left;?> storyID and common::hasPriv('story', 'view')) $story = html::a($this->createLink('story', 'view', "storyid=$task->storyID"), $task->storyTitle); if($task->storyID and !common::hasPriv('story', 'view')) $story = $task->storyTitle; echo $story; ?> id", $lang->confirm, 'hiddenwin'); common::printIcon('task', 'assignTo', "projectID=$task->project&taskID=$task->id", $task, 'list'); common::printIcon('task', 'finish', "taskID=$task->id", $task, 'list'); common::printIcon('task', 'close', "taskID=$task->id", $task, 'list'); if($this->task->isClickable($task, 'edit')) common::printIcon('task', 'edit',"taskID=$task->id", '', 'list'); ?>
task->batchEdit); printf($lang->project->taskSummary, count($tasks), $statusWait, $statusDoing, $totalEstimate, $totalConsumed, $totalLeft); ?>
show();?>