diff options
Diffstat (limited to 'demos/controls/protected/pages/HomePage.tpl')
| -rw-r--r-- | demos/controls/protected/pages/HomePage.tpl | 8 | 
1 files changed, 1 insertions, 7 deletions
diff --git a/demos/controls/protected/pages/HomePage.tpl b/demos/controls/protected/pages/HomePage.tpl index 333439f1..eaa9179b 100644 --- a/demos/controls/protected/pages/HomePage.tpl +++ b/demos/controls/protected/pages/HomePage.tpl @@ -1,6 +1,7 @@  <%@ MasterClass="Pages.master.MasterPage" %>
  <com:TContent id="header" >
  <com:TForm>
 +<com:THiddenField Value="test" />
  <h1>Welcome! <%=$this->User->Name %></h1>
  <com:TLiteral Text="<literal>" Encode="true"/>
  <com:TTextBox Text="textbox" />
 @@ -11,12 +12,5 @@  <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>
\ No newline at end of file  | 
