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.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/orkweb/context/WEB-INF/Home.html b/orkweb/context/WEB-INF/Home.html
index e2ff6d5..4256a96 100644
--- a/orkweb/context/WEB-INF/Home.html
+++ b/orkweb/context/WEB-INF/Home.html
@@ -3,7 +3,7 @@
<body>
-<table id="container">
+<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2"><span jwcid="@my:MainMenu" pageName="Home">Here goes the main menu</span></td>
</tr>
@@ -12,6 +12,9 @@
<form jwcid="@Form">
<table class="inputform">
<tr>
+ <td>&nbsp;</td>
+ </tr>
+ <tr>
<td>
<big>Please login<big>
</td>
@@ -32,7 +35,7 @@
<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>
+ <td><input type="submit" id="submitbutton" jwcid="@Submit" action="ognl:listeners.formSubmit" value="Login"/></td>
</tr>
</table>
</form>