summaryrefslogtreecommitdiff
path: root/demos/controls/protected/pages/HomePage.tpl
blob: 333439f189ab00ed37bb292b31842f0d5765ef82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<%@ MasterClass="Pages.master.MasterPage" %>
<com:TContent id="header" >
<com:TForm>
<h1>Welcome! <%=$this->User->Name %></h1>
<com:TLiteral Text="<literal>" Encode="true"/>
<com:TTextBox Text="textbox" />
<com:TLabel Text="test" AssociatedControlID="checkbox"/><br/>
<com:System.Web.UI.WebControls.TButton text="Toggle Button" ForeColor="red" Font.size="18" Click="testClick" /> (requires membership)<br/>
<com:TCheckBox Text="Checkbox" ID="checkbox"/><br/>
<com:TImage ImageUrl=<%~/fungii_logo.gif %> />
<com:TImageButton ImageUrl=<%~/fungii_logo.gif %> /><br/>
<com:THyperLink Text="Visit a 'classless' page" NavigateUrl="?sp=page.plain" /> |
<com:THyperLink Text="Visit member only page" NavigateUrl="?sp=page.private.member" />
<com:TPanel GroupingText="test" Direction="rtl" BackImageUrl=<%~/fungii_logo.gif%>>
this is my first test. this is my first test.this is my first test.this is my first test.this is my first test.this is my first test.
this is my first test. this is my first test.this is my first test.this is my first test.this is my first test.this is my first test.
this is my first test. this is my first test.this is my first test.this is my first test.this is my first test.this is my first test.
this is my first test. this is my first test.this is my first test.this is my first test.this is my first test.this is my first test.
this is my first test. this is my first test.this is my first test.this is my first test.this is my first test.this is my first test.
</com:TPanel>
</com:TForm>
</com:TContent>