* @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));?> 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');?> deleted):?>
id", $task, 'button', '', '', 'iframe showinonlybody', true); common::printIcon('testtask', 'close', "taskID=$task->id", $task, 'button', '', '', 'iframe showinonlybody', true); common::printIcon('testtask', 'block', "taskID=$task->id", $task, 'button', 'pause', '', 'iframe showinonlybody', true); common::printIcon('testtask', 'activate', "taskID=$task->id", $task, 'button', 'magic', '', 'iframe showinonlybody', true); common::printIcon('testtask', 'cases', "taskID=$task->id", $task, 'button', 'sitemap'); common::printIcon('testtask', 'linkCase', "taskID=$task->id", $task, 'button', 'link'); ?> buildOperateMenu($task, 'view');?>
id", $task); common::printIcon('testtask', 'delete', "taskID=$task->id", $task, 'button', 'trash', 'hiddenwin'); ?>
testtask->legendBasicInfo;?>
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;?> 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");?>