* @package project * @version $Id$ * @link http://www.zentao.net */ ?>
'>
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];?> id", $task->name)) echo $task->name;?> 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);?> >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; ?> status == 'wait' or $task->status == 'doing') and common::printLink('task', 'finish', "taskID=$task->id", $lang->task->buttonDone))) echo $lang->task->buttonDone . ' '; if(!(($task->status == 'done' or $task->status == 'cancel') and common::printLink('task', 'close', "taskID=$task->id", $lang->task->buttonClose))) echo $lang->task->buttonClose . ' '; if(!common::printLink('task', 'edit', "taskID=$task->id", $lang->task->buttonEdit)) echo $lang->task->buttonEdit . ' '; if($browseType == 'needconfirm') common::printLink('task', 'confirmStoryChange', "taskid=$task->id", $lang->confirm, 'hiddenwin'); ?>
project->taskSummary, count($tasks), $statusWait, $statusDoing, $totalEstimate, $totalConsumed, $totalLeft);?>
show();?>