* @package dashboard * @version $Id$ * @link http://www.zentao.net */ ?>
" . 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) . ""; ?>
idAB);?> testtask->name);?> testtask->project);?> testtask->build);?> testtask->begin);?> testtask->end);?> statusAB);?> actions;?>
createLink('testtask', 'view', "taskID=$task->id"), sprintf('%03d', $task->id));?> createLink('testtask', 'view', "taskID=$task->id"), $task->name);?> projectName?> build == 'trunk' ? print('Trunk') : print(html::a($this->createLink('build', 'view', "buildID=$task->build"), $task->buildName));?> begin?> end?> testtask->statusList[$task->status];?> id", '', 'list'); common::printIcon('testtask', 'edit', "taskID=$task->id", '', 'list'); common::printIcon('testtask', 'delete', "taskID=$task->id", '', 'list', '', 'hiddenwin'); ?>
show();?>