summaryrefslogtreecommitdiff
path: root/demos/controls/protected/pages/LoginPage.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'demos/controls/protected/pages/LoginPage.tpl')
-rw-r--r--demos/controls/protected/pages/LoginPage.tpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/demos/controls/protected/pages/LoginPage.tpl b/demos/controls/protected/pages/LoginPage.tpl
new file mode 100644
index 00000000..cbbd683b
--- /dev/null
+++ b/demos/controls/protected/pages/LoginPage.tpl
@@ -0,0 +1,6 @@
+<com:TForm>
+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:TForm> \ No newline at end of file