diff options
Diffstat (limited to 'framework/Wsat/pages/TWsatLogin.page')
-rw-r--r-- | framework/Wsat/pages/TWsatLogin.page | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/framework/Wsat/pages/TWsatLogin.page b/framework/Wsat/pages/TWsatLogin.page new file mode 100644 index 00000000..dada4248 --- /dev/null +++ b/framework/Wsat/pages/TWsatLogin.page @@ -0,0 +1,9 @@ +<com:TContent ID="Content"> + <div> + <com:TLabel Text="Password:" ForControl="password"/> + <com:TTextBox ID="password" /> + </div> + + <br/> + <com:TButton Text="Login" OnClick="login" /> +</com:TContent> |