summaryrefslogtreecommitdiff
path: root/demos/controls/protected/pages/private/MemberPage.tpl
blob: cf92f22cf2fa1b07977120bbc1baa7bbf8d7fc3e (plain)
1
2
3
4
5
6
7
8
<com:TForm>
Congratulations, <com:TLabel Text=<%=$this->Application->User->Name%> />!<br/>
<%=
 $this->Application->User->Name;
%>
You have reached this member-only area.
<com:TButton Text="Logout" Click="logout" />
</com:TForm>