|
|
|
|
|
<%=h.getString("Account.Header")%>
|
 |
|
<%
h.Form("frm", "/torb");
h.RCCHidden(h.makeThemeURL("account"), h.getAppURLPrefix(), h.makeThemeURL("account"), h.CONST_User, "validate");
h.CommentTable("Body Wrapper");
h.TableStart100Percent();
h.TableRowStart(h.Center, null, null);
h.TableDataStart();
boolean bHasErrors = h.ShowErrors(false);
if(bHasErrors) {
h.TableDataEnd();
h.TableRowEnd();
h.TableRowStart(h.Center, null, null);
h.TableDataStart();
}
h.CommentTable("Login and Password");
h.TableStartCenter();
h.TableRowStart();
h.TableDataStart(h.Center, null, 2);
h.Spacer(50, 1);
h.TableDataEnd();
h.TableRowEnd();
h.TableRowStart();
h.TableData(h.DivImpl("bodyBold", h.getString("Account.Login") + h.Space + h.Space));
h.TableData(h.InputTextImpl(h.CONST_txtLogin, "", h.getTextBoxClass(), 20, 20));
h.TableRowEnd();
h.TableRowStart();
h.TableDataStart(h.Center, null, 2);
h.Spacer(5, 1);
h.TableDataEnd();
h.TableRowEnd();
h.TableRowStart();
h.TableData(h.DivImpl("bodyBold", h.getString("Account.Password") + h.Space + h.Space));
h.TableData(h.InputPasswordImpl(h.CONST_txtPassword, h.getTextBoxClass(), 20, 20));
h.TableRowEnd();
h.TableRowStart();
h.TableDataStart(h.Center, null, 2);
h.Break();
h.SubmitButtonGetString("Account.LoginButton");
h.TableDataEnd();
h.TableRowEnd();
h.TableRowStart();
h.TableDataStart(h.Center, null, 2);
h.Spacer(30, 50);
h.TableDataEnd();
h.TableRowEnd();
h.TableRowStart();
h.TableDataStart(h.Center, null, 2);
h.Break();
h.TableDataEnd();
h.TableRowEnd();
h.TableEnd("Login and Password");
h.TableDataEnd();
h.TableRowEnd();
h.TableEnd("Body Wrapper");
h.FormEnd();
%>
|
For further information, please contact:
|
t•ORB · 9647
Hamilton St., Suite 100 · Rancho Cucamonga, CA 91701
|
Tel: 909.483.3500 · Free: 877.GOT.TORB · Fax: 909.483.3678 |
|
|
|
|
 |
|
 |