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