testtask->desc;?>
desc) ? $task->desc : $lang->noData;?>
testtask->report;?>
report;?>
* @package case * @version $Id: view.html.php 4141 2013-01-18 06:15:13Z zhujinyonging@gmail.com $ * @link http://www.zentao.net */ ?> session->testtaskList ? $this->session->testtaskList : $this->createLink('testtask', 'browse', "productID=$task->product");?>
testtask->execution;?> | executionName : html::a($this->createLink('execution', 'story', "executionID=$task->execution"), $task->executionName, '', "title='{$task->executionName}'");?> |
---|---|
testtask->build;?> | build == 'trunk') { print($lang->trunk); } else { $isOnlybody ? print($task->buildName) : print(html::a($this->createLink('build', 'view', "buildID=$task->build"), $task->buildName, '', "title='{$task->buildName}'")); } ?> |
testtask->type;?> | type) as $type) $testType .= zget($lang->testtask->typeList, $type) . ' ';?>|
testtask->owner;?> | owner);?> |
testtask->mailto;?> | mailto)); foreach($mailto as $account) echo ' ' . zget($users, $account, $account);?> |
testtask->pri;?> | testtask->priList, $task->pri);?> |
testtask->begin;?> | begin;?> |
testtask->end;?> | end;?> |
testtask->realFinishedDate;?> | realFinishedDate)) echo $task->realFinishedDate;?> |
testtask->status;?> | processStatus('testtask', $task);?> |
testtask->testreport;?> | testreport) ? '' : html::a($this->createLink('testreport', 'view', "reportID=$task->testreport"), $testreportTitle);?> |