summaryrefslogtreecommitdiff
path: root/demos/controls/protected/pages/private/MemberPage.tpl
blob: 6582aec643e9891a7d23f4be3072a76142414f71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<%@ MasterClass="Pages.master.MasterPage" %>
<com:TContent id="body" >
<com:TForm>
<div>
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" />
</div>
</com:TForm>
</com:TContent>