* @package my
* @version $Id$
* @link http://www.zentao.net
*/
?>
my->profile;?>
| user->account;?> |
account;?> |
| user->realname;?> |
realname;?> |
| user->nickname;?> |
nickname;?> |
| user->commiter;?> |
commiter;?> |
| user->join;?> |
join;?> |
| user->visits;?> |
visits;?> |
| user->ip;?> |
ip;?> |
| user->last;?> |
last;?> |
{$user->realname}";
echo "- " . html::a($this->createLink('user', 'view', "account=$user->account&tabID=task"), $lang->my->task) . "
";
//echo "- " . html::a($this->createLink('user', 'view', "account=$user->account&tabID=todo"), $lang->my->todo) . "
";
echo "- ". html::a($this->createLink('user', 'view', "account=$user->account&tabID=project"), $lang->my->myProject) . "
";
//echo "- " . html::a($this->createLink('user', 'view', "account=$user->account&tabID=story"), $lang->my->story) . "
";
echo "- " . html::a($this->createLink('user', 'view', "account=$user->account&tabID=bug"), $lang->my->bug) . "
";
//echo "- " . html::a($this->createLink('user', 'view', "account=$user->account&tabID=team"), $lang->my->team) . "
";
echo <<
$("#{$tabID}tab").addClass('active');
EOT;
?>