From 9bd662e4d23c0ab26adc5c2a8b14c57397e8aec8 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Fri, 27 Nov 2009 07:23:37 +0000 Subject: [PATCH] + split html. --- module/my/view/profile.html.php | 37 +++++++++++++++++++++++++++++++++ module/my/view/tabbar.html.php | 18 ++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 module/my/view/profile.html.php create mode 100644 module/my/view/tabbar.html.php 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 @@ +
+ +