* @package dashboard * @version $Id: test.html.php 1191 2010-11-13 07:30:35Z jajacn@126.com $ * @link http://www.zentao.net */ ?> testcase->confirmDelete)?>
" . html::a($this->createLink('my', 'testtask'), $lang->my->testTask) . ""; echo "" . html::a($this->createLink('my', 'testcase', "type=assigntome"), $lang->testcase->assignToMe) . ""; //echo "" . html::a($this->createLink('my', 'testcase', "type=donebyme"), $lang->testcase->doneByMe) . ""; echo "" . html::a($this->createLink('my', 'testcase', "type=openedbyme"), $lang->testcase->openedByMe) . ""; ?>
app->loadLang('testtask'); ?>
idAB);?> priAB);?> testcase->title);?> typeAB);?> openedByAB);?> testtask->lastRunAccount);?> testtask->lastRunTime);?> testtask->lastRunResult);?> statusAB);?> actions;?>
createLink('testcase', 'view', "testcaseID=$case->id"), sprintf('%03d', $case->id));?> pri?>'>pri?> createLink('testcase', 'view', "testcaseID=$case->id"), $case->title);?> testcase->typeList[$case->type];?> openedBy];?> lastRunner];?> lastRunDate)) echo date(DT_MONTHTIME1, strtotime($case->lastRunDate));?> lastRunResult) echo $lang->testcase->resultList[$case->lastRunResult];?> testcase->statusList[$case->status];?> id&version=$case->version", '', 'list', '', '', 'iframe'); common::printIcon('testtask', 'results', "runID=0&caseID=$case->id", '', 'list', '', '', 'iframe'); common::printIcon('testcase', 'edit', "caseID=$case->id", $case, 'list'); common::printIcon('testcase', 'create', "productID=$case->product&moduleID=$case->module&from=testcase¶m=$case->id", $case, 'list', 'copy'); $deleteURL = $this->createLink('testcase', 'delete', "caseID=$case->id&confirm=yes"); echo html::a("javascript:ajaxDelete(\"$deleteURL\",\"caseList\",confirmDelete)", ' ', '', "class='icon-green-common-delete' title='{$lang->testcase->delete}'"); common::printIcon('testcase', 'createBug', "product=$case->product&extra=caseID=$case->id,version=$case->version,runID=", $case, 'list', 'createBug'); ?>
createLink('testcase', 'batchEdit'); echo html::submitButton($lang->edit, "onclick=setFormAction('$actionLink')"); } if($canBatchRun) { $actionLink = $this->createLink('testtask', 'batchRun', "productID=0&orderBy=$orderBy&from=testcase"); echo html::submitButton($lang->testtask->runCase, "onclick=setFormAction('$actionLink')"); } ?>
show();?>