diff --git a/module/my/view/profile.html.php b/module/my/view/profile.html.php
new file mode 100644
index 0000000000..3c0f9e0008
--- /dev/null
+++ b/module/my/view/profile.html.php
@@ -0,0 +1,37 @@
+
+ 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', 'logout'), $lang->logout);
+?>
+
diff --git a/module/my/view/tabbar.html.php b/module/my/view/tabbar.html.php
new file mode 100644
index 0000000000..6f0e05c6be
--- /dev/null
+++ b/module/my/view/tabbar.html.php
@@ -0,0 +1,18 @@
+
+
+ {$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;
+ ?>
+
+