* @package project * @version $Id$ * @link http://www.zentao.net */ ?>
| idAB);?> | priAB);?> | task->name);?> | statusAB);?> | task->deadlineAB);?> | cookie->windowWidth > $this->config->wideSize):?>task->openedDateAB);?> | task->assignedToAB);?> | task->finishedByAB);?> | cookie->windowWidth > $this->config->wideSize):?>task->finishedDateAB);?> | task->estimateAB);?> | task->consumedAB);?> | task->leftAB);?> | task->progess;?> | type == 'sprint'): ?>task->story); ?> | actions;?> |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id", sprintf('%03d', $task->id))) printf('%03d', $task->id);?> | task->priList, $task->pri, $task->pri)?>'>pri == '0' ? '' : zget($lang->task->priList, $task->pri, $task->pri);?> | product][$task->branch])) echo "" . $branchGroups[$task->product][$task->branch] . '';?> module) echo "" . $modulePairs[$task->module] . '';?> id", $task->name, null, "style='color: $task->color'")) echo $task->name; if($task->fromBug) echo html::a($this->createLink('bug', 'view', "id=$task->fromBug"), "[BUG#$task->fromBug]", '_blank', "class='bug'"); ?> | storyStatus == 'active' and $task->latestStoryVersion > $task->storyVersion); if($storyChanged) { echo "({$lang->story->changed} "; echo html::a($this->createLink('task', 'confirmStoryChange', "taskID=$task->id"), $lang->confirm, 'hiddenwin'); echo ")"; } else { echo $lang->task->statusList[$task->status]; } ?> | deadline, 0, 4) > 0) echo substr($task->deadline, 5, 6);?> | cookie->windowWidth > $this->config->wideSize):?>openedDate, 5, 6);?> | >assignedTo == 'closed' ? 'Closed' : $users[$task->assignedTo];?> | finishedBy, $task->finishedBy);?> | cookie->windowWidth > $this->config->wideSize):?>finishedDate, 5, 6);?> | estimate;?> | consumed;?> | left;?> | type == 'sprint') { echo ' | '; if($task->storyID) { if(!common::printLink('story', 'view', "storyid=$task->storyID", $task->storyTitle)) print $task->storyTitle; } echo ' | '; } ?>project&taskID=$task->id", $task, 'list', '', '', 'iframe', true); common::printIcon('task', 'start', "taskID=$task->id", $task, 'list', '', '', 'iframe', true); common::printIcon('task', 'recordEstimate', "taskID=$task->id", $task, 'list', 'time', '', 'iframe', true); if($browseType == 'needconfirm') { $lang->task->confirmStoryChange = $lang->confirm; common::printIcon('task', 'confirmStoryChange', "taskid=$task->id", '', 'list', '', 'hiddenwin'); } common::printIcon('task', 'finish', "taskID=$task->id", $task, 'list', '', '', 'iframe', true); common::printIcon('task', 'close', "taskID=$task->id", $task, 'list', '', '', 'iframe', true); common::printIcon('task', 'edit', "taskID=$task->id", '', 'list'); ?> |