summaryrefslogtreecommitdiff
path: root/orkweb/context/WEB-INF/Home.html
diff options
context:
space:
mode:
Diffstat (limited to 'orkweb/context/WEB-INF/Home.html')
-rw-r--r--orkweb/context/WEB-INF/Home.html43
1 files changed, 43 insertions, 0 deletions
diff --git a/orkweb/context/WEB-INF/Home.html b/orkweb/context/WEB-INF/Home.html
new file mode 100644
index 0000000..e2ff6d5
--- /dev/null
+++ b/orkweb/context/WEB-INF/Home.html
@@ -0,0 +1,43 @@
+<html jwcid="@Shell" stylesheet="ognl:assets.mystyle" title="Welcome to OrkWeb" >
+<link jwcid="@If" condition="false" href="orekastyle.css" rel="stylesheet" type="text/css"/>
+
+<body>
+
+<table id="container">
+ <tr>
+ <td colspan="2"><span jwcid="@my:MainMenu" pageName="Home">Here goes the main menu</span></td>
+ </tr>
+ <tr>
+ <td class="criteria">
+ <form jwcid="@Form">
+ <table class="inputform">
+ <tr>
+ <td>
+ <big>Please login<big>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <font color="red">
+ <span jwcid="@Insert" value="ognl:errorMessage">Error Message</span>
+ </font>
+ </td>
+ </tr>
+ <tr>
+ <td>Username</td>
+ <td><input jwcid="@TextField" value="ognl:username" translator="translator:string"/></td>
+ </tr>
+ <tr>
+ <td>Password</td>
+ <td><input jwcid="@TextField" value="ognl:password" translator="translator:string" hidden="true"/></td>
+ </tr>
+ <tr>
+ <td><input type="submit" jwcid="@Submit" action="ognl:listeners.formSubmit" value="Login"/></td>
+ </tr>
+ </table>
+ </form>
+ </td>
+ </tr>
+</table>
+</body>
+</html> \ No newline at end of file