* @package case * @version $Id: view.html.php 4141 2013-01-18 06:15:13Z zhujinyonging@gmail.com $ * @link http://www.zentao.net */ ?>
icons['testtask']);?> id;?> name;?> deleted):?> task->deleted;?>
session->testtaskList ? $this->session->testtaskList : $this->createLink('testtask', 'browse', "productID=$task->product"); $actionLinks = ''; if(!$task->deleted) { ob_start(); echo "
"; common::printIcon('testtask', 'start', "taskID=$task->id", $task, 'button', '', '', 'iframe', true); common::printIcon('testtask', 'close', "taskID=$task->id", $task, 'button', '', '', 'iframe', true); common::printIcon('testtask', 'cases', "taskID=$task->id", $task, 'button', 'smile'); common::printIcon('testtask', 'linkCase', "taskID=$task->id", $task, 'button', 'link'); echo '
'; echo "
"; common::printIcon('testtask', 'edit', "taskID=$task->id"); common::printIcon('testtask', 'delete', "taskID=$task->id", '', 'button', '', 'hiddenwin'); echo '
'; echo "
"; common::printRPN($browseLink); echo '
'; $actionLinks = ob_get_contents(); ob_end_clean(); echo $actionLinks; } ?>
testtask->legendDesc;?>
desc;?>
testtask->legendReport;?>
report;?>
testtask->legendBasicInfo;?>
testtask->project;?> createLink('project', 'story', "projectID=$task->project"), $task->projectName);?>
testtask->build;?> build == 'trunk' ? print('Trunk') : print(html::a($this->createLink('build', 'view', "buildID=$task->build"), $task->buildName));?>
testtask->owner;?> owner];?>
testtask->pri;?> pri;?>
testtask->begin;?> begin;?>
testtask->end;?> end;?>
testtask->status;?> testtask->statusList[$task->status];?>