* @package dashboard * @version $Id: test.html.php 1191 2010-11-13 07:30:35Z jajacn@126.com $ * @link http://www.zentao.net */ ?> recTotal);?> rawMethod);?> testcase->confirmDelete)?>
rawMethod == 'contribute' ? 'contributeTestcase' : 'workTestcase');?>>

testcase->noCase;?>

app->loadLang('testtask'); $canBatchEdit = (common::hasPriv('testcase', 'batchEdit') and $type == 'assigntome'); ?> case : $case->id; $runID = $type == 'assigntome' ? $case->run : 0; $canBeChanged = common::canBeChanged('testcase', $case); ?> version";?> task";?>
idAB);?>
testcase->title);?> priAB);?> testtask->common);?> typeAB);?> statusAB;?> testcase->openedByAB);?> testtask->lastRunAccount);?> testtask->lastRunTime);?> testtask->lastRunResult);?> actions;?>
/>
id); ?>
createLink('testcase', 'view', $params), $case->title, null, "style='color: $case->color' title='{$case->title}'");?> pri?>' title='testcase->priList, $case->pri, $case->pri);?>'>testcase->priList, $case->pri, $case->pri)?> taskName;?> testcase->typeList, $case->type);?> needconfirm) { print("{$this->lang->story->changed}"); } elseif(isset($case->fromCaseVersion) and $case->fromCaseVersion > $case->version and !$case->needconfirm) { print("{$this->lang->testcase->changed}"); } else { print("" . $this->processStatus('testcase', $case) . ""); } ?> openedBy);?> lastRunner);?> lastRunDate) ? '' : substr($case->lastRunDate, 5, 11);?> lastRunResult ? $lang->testcase->resultList[$case->lastRunResult] : $lang->testcase->unexecuted;?> lastRunResult) and $case->lastRunResult != 'fail') ? 'disabled' : ''; common::printIcon('testcase', 'createBug', "product=$case->product&branch=$case->branch&extra=caseID=$caseID,version=$case->version,runID=$runID", $case, 'list', 'bug', '', "iframe $disabled", 'true', "data-app='qa' data-toggle=''"); common::printIcon('testcase', 'create', "productID=$case->product&branch=$case->branch&moduleID=$case->module&from={$app->rawMethod}¶m=$caseID", $case, 'list', 'copy', '', 'iframe', true, "data-width='95%'"); $disabled = $case->status == 'wait' ? 'disabled' : ''; common::printIcon('testtask', 'runCase', "runID=$runID&caseID=$caseID&version=$case->version", '', 'list', 'play', '', "iframe $disabled", true, "data-width='95%'", '', $case->project); common::printIcon('testtask', 'results', "runID=$runID&caseID=$caseID", '', 'list', 'list-alt', '', 'iframe', true, "data-width='95%'", '', $case->project); common::printIcon('testcase', 'edit', "caseID=$caseID", $case, 'list', 'edit', '', 'iframe', true, "data-width='95%'", '', $case->project); } ?>