. * * @copyright Copyright: 2009 Chunsheng Wang * @author Chunsheng Wang * @package dashboard * @version $Id$ * @link http://www.zentao.cn */ ?>
my->profile;?>
user->account;?> user->account;?>
user->realname;?> user->realname;?>
user->nickname;?> user->nickname;?>
user->join;?> user->join;?>
user->visits;?> user->visits;?>
user->ip;?> user->ip;?>
user->last;?> user->last;?>
createLink('my', 'editprofile'), $lang->user->editProfile); //echo html::a($this->createLink('user', 'editpassword'), $lang->user->editPassword); echo html::a($this->createLink('user', 'logout'), $lang->logout); ?>
    {$app->user->realname}"; echo "
  • " . html::a($this->createLink('my', 'todo'), $lang->my->todo) . "
  • "; echo "
  • " . html::a($this->createLink('my', 'task'), $lang->my->task) . "
  • "; echo "
  • ". html::a($this->createLink('my', 'project'), $lang->my->project) . "
  • "; //echo "
  • " . html::a($this->createLink('my', 'story'), $lang->my->story) . "
  • "; echo "
  • " . html::a($this->createLink('my', 'bug'), $lang->my->bug) . "
  • "; //echo "
  • " . html::a($this->createLink('my', 'team'), $lang->my->team) . "
  • "; echo << $("#{$tabID}tab").addClass('active'); EOT; ?>
createLink('my', 'todo', "date=today"), $lang->todo->todayTodos); echo html::a($this->createLink('my', 'todo', "date=thisweek"), $lang->todo->thisWeekTodos); echo html::a($this->createLink('my', 'todo', "date=lastweek"), $lang->todo->lastWeekTodos); echo html::a($this->createLink('my', 'todo', "date=all"), $lang->todo->allDaysTodos); echo html::a($this->createLink('my', 'todo', "date=before&account={$app->user->account}&status=wait,doing"), $lang->todo->allUndone); echo html::select('date', $dates, $date, 'onchange=changeDate(this.value)'); echo html::a($this->createLink('todo', 'create', "date=$date"), $lang->todo->create); ?>