From 18769e76182b19331a2b4bf8403eefc8fc6a53d4 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Tue, 13 Apr 2010 06:17:34 +0000 Subject: [PATCH] - remove it. --- module/my/view/index.html.php | 96 ---------------------------------- module/my/view/tabbar.html.php | 18 ------- 2 files changed, 114 deletions(-) delete mode 100644 module/my/view/index.html.php delete mode 100644 module/my/view/tabbar.html.php diff --git a/module/my/view/index.html.php b/module/my/view/index.html.php deleted file mode 100644 index 5a0353f208..0000000000 --- a/module/my/view/index.html.php +++ /dev/null @@ -1,96 +0,0 @@ -. - * - * @copyright Copyright 2009-2010 Chunsheng Wang - * @author Chunsheng Wang - * @package my - * @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', 'index', "tabID=todo"), $lang->my->todo) . "
  • "; - echo "
  • " . html::a($this->createLink('my', 'index', "tabID=task"), $lang->my->task) . "
  • "; - echo "
  • ". html::a($this->createLink('my', 'index', "tabID=project"), $lang->my->project) . "
  • "; - //echo "
  • " . html::a($this->createLink('my', 'index', "tabID=story"), $lang->my->story) . "
  • "; - echo "
  • " . html::a($this->createLink('my', 'index', "tabID=bug"), $lang->my->bug) . "
  • "; - //echo "
  • " . html::a($this->createLink('my', 'index', "tabID=team"), $lang->my->team) . "
  • "; - echo << -$("#{$tabID}tab").addClass('active'); - -EOT; - ?> -
- -
-
- -
- -
-
-
- diff --git a/module/my/view/tabbar.html.php b/module/my/view/tabbar.html.php deleted file mode 100644 index 6f0e05c6be..0000000000 --- a/module/my/view/tabbar.html.php +++ /dev/null @@ -1,18 +0,0 @@ -
-
    - {$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; - ?> -
-