* @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->desc;?>
desc) ? $task->desc : $lang->noData;?>
fetch('file', 'printFiles', array('files' => $task->files, 'fieldset' => 'true', 'object' => $task, 'method' => 'view', 'showDelete' => false));?> report):?>
testtask->report;?>
report;?>
createLink('action', 'comment', "objectType=testtask&objectID=$task->id"); ?>
printExtendFields($task, 'div', "position=left&inForm=0&inCell=1");?>
' . $lang->goback, '', 'btn btn-secondary');?>
testtask->buildOperateMenu($task, 'view');?>
testtask->legendBasicInfo;?>
multiple)):?> type) as $type) $testType .= zget($lang->testtask->typeList, $type) . ' ';?>
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;?>
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);?>
printExtendFields($task, 'div', "position=right&inForm=0&inCell=1");?>