summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorxue <>2005-11-26 17:35:40 +0000
committerxue <>2005-11-26 17:35:40 +0000
commitf85d1a050dbacfc71c7c619df7b7eb792c89d8ee (patch)
treeed60f90732748e6f82c2f112e7dc7d156b79be87 /demos
parent33edf4e00ca2411a7849e6b479048c25c4a3ce6c (diff)
Diffstat (limited to 'demos')
-rw-r--r--demos/controls/protected/pages/HomePage.tpl8
-rw-r--r--demos/controls/protected/pages/LoginPage.tpl2
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