diff options
Diffstat (limited to 'demos/controls/protected/pages')
-rw-r--r-- | demos/controls/protected/pages/HomePage.tpl | 8 | ||||
-rw-r--r-- | demos/controls/protected/pages/LoginPage.tpl | 2 |
2 files changed, 3 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 diff --git a/demos/controls/protected/pages/LoginPage.tpl b/demos/controls/protected/pages/LoginPage.tpl index cbbd683b..5f2c9b2b 100644 --- a/demos/controls/protected/pages/LoginPage.tpl +++ b/demos/controls/protected/pages/LoginPage.tpl @@ -1,6 +1,8 @@ <com:TForm>
+<com:TPanel GroupingText="Login" Width="300px">
Username: <com:TTextBox ID="username" /><br/>
Password: <com:TTextBox ID="password" TextMode="Password" /><br/>
<com:TButton Text="Login" Click="login" />
<com:TLabel ID="error" />
+</com:TPanel>
</com:TForm>
\ No newline at end of file |