* @package dashboard
* @version $Id: test.html.php 1191 2010-11-13 07:30:35Z jajacn@126.com $
* @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) . "";
?>