* @package dashboard * @version $Id$ * @link http://www.zentao.net */ ?>
" . html::a($this->createLink('user', 'testtask', "account=$account"), $lang->user->testTask) . ""; echo "" . html::a($this->createLink('user', 'testcase', "account=$account&type=assigntome"), $lang->testcase->assignToMe) . ""; echo "" . html::a($this->createLink('user', 'testcase', "account=$account&type=openedbyme"), $lang->testcase->openedByMe) . ""; ?>
idAB);?> testtask->name);?> testtask->project);?> testtask->build);?> testtask->begin);?> testtask->end);?> statusAB);?>
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];?>
show();?>