-
Notifications
You must be signed in to change notification settings - Fork 32
/
login.jsp
297 lines (293 loc) · 14.2 KB
/
login.jsp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
<%@ include file="../pages/common/moduleInclude.jsp" %>
<%
response.setHeader("Cache-Control","no-store"); //HTTP 1.1
response.setHeader("Pragma","no-cache"); //HTTP 1.0
response.setDateHeader ("Expires", 0); //prevents caching at the proxy server
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>RWI - Riches Wealth International Home Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Type" content="text/html" />
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE"/>
<script language="javascript">AC_FL_RunContent = 0;</script>
<script src="<s:url value="/js/AC_RunActiveContent.js"/>" language="javascript"></script>
<link rel="stylesheet" type="text/css" href="<s:url value="/css/rwi-2.css"/>" />
<link rel="shortcut icon" href="<s:url value="/img/favicon.ico"/>" />
</head>
<body>
<br />
<table cellpadding="0" cellspacing="0" id="content" border="0" align="center">
<tr valign="mtop">
<td colspan="2">
<table cellpadding="0" cellspacing="0" border="0">
<tr valign="middle">
<td id="utilities" align="right"><a href="<s:url action="../FindLocations"/>">Find Locations</a> | <a >Contact Us</a> | <a >Site Map</a> </td>
<td id="search" align="right" ><form id="search" action="" method="get" >
<input type="text" size="28" maxlength="75" name="query" id="searchbox" title="Search" height="24" align="absmiddle" />
<input type="image" src="<s:url value="/img/btn_search_white.gif" includeParams="none"/>" alt="Search" name="searchBtn" id="searchbtn" align="absmiddle" disabled/>
</form></td>
</tr>
</table>
</td>
</tr>
<tr valign="top">
<td align="left"><img id="header" src="<s:url value="/img/header.gif" includeParams="none"/>" /></td>
</tr>
<tr valign="top" id="menubar">
<td colspan="2">
<table cellpadding="0" cellspacing="0" border="0" align="right">
<tr valign="top">
<td><a title="Personal Banking Services">Personal</a></td>
<td><a title="Small Business. Serving businesses with up to $20 million in annual revenue">Small Business</a></td>
<td><a title="Commercial. Serving businesses with over $20 million in annual revenue">Commercial</a></td>
<td><a title="Information About RWi">About RWi</a></td>
</tr>
</table>
</td>
</tr>
<tr valign="top">
<td>
<table cellpadding="0" cellspacing="0" border="0">
<tr valign="top">
<td>
<table cellpadding="0" cellspacing="0" border="0" align="left" id="left">
<tr valign="top">
<td>
<table cellpadding="0" cellspacing="0" border="0" id="onlinebanking">
<tr valign="top">
<td id="signon_title">RWi Online Banking</td>
</tr>
<tr valign="top">
<%--
<td id="accounts" width="100%" height="30"><form action="" method="post" name="signon" >
<label for="accounts">Go to</label>
:
<select id="goto" name="accounts" id="accounts" style="margin-left:4px">
<option value="AccountSummary" selected="selected">Account Summary</option>
<option value="Transfer">Transfer</option>
<option value="Messages">Messages & Alerts</option>
</select>
</form>
</td>
--%>
</tr>
<tr>
<td>
<c:choose>
<c:when test="${param.errorMsg != null}" >
<font color="red">${param.errorMsg}</font>
</c:when>
</c:choose>
</td>
</tr>
<tr valign="top">
<td id="userid">
<s:form action="j_security_check" method="GET" theme="simple">
<strong><s:label value="Username:" for="j_username" /></strong><br />
<s:textfield name="j_username" id="j_username" maxLength="50" cssStyle="width:140px"/><br />
<strong><s:label value="Password:" for="j_username" /></strong><br />
<s:password name="j_password" id="j_password" maxLength="50" cssStyle="width:140px"/>
<input type="image" align="absmiddle" alt="Go" src="<s:url value="/img/btn_go_white.gif" includeParams="none"/>" value="Submit"/>
<%-- <s:submit align="absmiddle" type="image" src="/riches/img/btn_go_white.gif"/> align doesn't work--%>
</s:form>
<p id="signup">Need to set up online access?<br/>
<a href="<s:url action="Register"/>?template=/pages/acquired/default.jsp">Sign Up Now</a> or <a >Take a Tour</a></p>
</td>
</tr>
<tr valign="top">
<td>
<img align="middle" src="<s:url value="/img/horizontall.gif" includeParams="none"/>" />
</td>
</tr>
<tr valign="top">
<td>
<h2>Account Services</h2>
<p id="services"> <a >Visit our Tax Center</a><br />
<a >Get Mobile Banking</a><br />
<a >Try Online Statements</a><br />
<a >>> More</a></p>
</td>
</tr>
<tr valign="top">
<td>
<img align="middle" src="<s:url value="/img/horizontall.gif" includeParams="none"/>" />
</td>
</tr>
<tr valign="top">
<td>
<h2>Find ATMs/Locations</h2>
<form id="locator" action="<s:url action="../ShowLocations"/>" >
<input type="text" size="28" maxlength="70" id="zip" name="zip" value="Enter Zip code or City & State" title="Find atms/locations" style="float:left;width:147px" onclick="this.select();this.style.color='#000';" onfocus="this.select();this.style.color='#000';"/>
<input type="image" src="<s:url value="/img/btn_go_white.gif" includeParams="none"/>" id="locationGo" name="locationGo" alt="Go" style="clear:right;margin:1px 0 0 5px;padding:0"/>
</form>
</td>
</tr>
<tr valign="top">
<td>
<img align="middle" src="<s:url value="/img/horizontall.gif" includeParams="none"/>" />
</td>
</tr>
<tr valign="top">
<td>
<h2>Fraud Prevention & <br/>
Online Security</h2>
<p id="services"> <a >Report Suspicious Email</a><br />
<a >Fraud & Identity Theft</a><br />
<a >RWi Security Plus™</a><br />
<a >Our Online Security Guarantee</a></p>
</td>
</tr>
</table>
</td>
</tr>
<tr valign="top">
<td>
<table cellpadding="0" cellspacing="0" border="0" id="bg_image">
<tr valign="top">
<td>
<img width="248" src="<s:url value="/img/accounts_bg_home.gif" includeParams="none"/>" />
</td>
</tr>
</table>
</td>
</tr>
<tr valign="top">
<td><br /></td>
</tr>
</table>
</td>
<td>
<table cellpadding="0" cellspacing="0" border="0" align="right" id="right">
<tr valign="top">
<td colspan="3">
<script language="javascript">
if (AC_FL_RunContent == 0) {
alert("This page requires AC_RunActiveContent.js.");
} else {
AC_FL_RunContent(
'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
'width', '731',
'height', '194',
'src', 'rwi-1',
'quality', 'high',
'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
'align', 'middle',
'play', 'true',
'loop', 'true',
'scale', 'showall',
'wmode', 'window',
'devicefont', 'false',
'id', 'rwi-1',
'bgcolor', '#ffffff',
'name', 'rwi-1',
'menu', 'true',
'allowFullScreen', 'false',
'allowScriptAccess','sameDomain',
'movie', '<s:url value="/rwi-1" includeParams="none"/>',
'salign', ''
); //end AC code
}
</script>
<noscript>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="731" height="194" id="rwi-1" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="false" />
<param name="movie" value="rwi-1.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /> <embed src="<s:url value="/rwi-1.swf" includeParams="none"/>" quality="high" bgcolor="#ffffff" width="731" height="194" name="rwi-1" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</noscript>
</td>
</tr>
<tr valign="top" class="links">
<!-- 1st row -->
<td width="33%" ><h2 class="row1title"> Banking</h2>
<a >Checking</a><br />
<a title ="Start Saving Today">Savings & CDs</a><br />
<a title ="Click here for Rewards">Credit Cards</a><br />
<a title ="Enroll for Free!">Online Banking</a><br />
<a title ="Get Started for Free">Bill Pay</a><br />
<a class="last" title="More Banking Accounts and Services"><strong>>></strong> More</a>
</td>
<td width="33%"><h2 class="row1title"> Loans</h2>
<a title ="Sign up to Get Rate Email Alerts">Home Mortgage</a><br />
<a title ="Learn about Home Equity">Home Equity Loans</a><br />
<a title ="Personal Loan Rates and Payments">Personal Loans</a><br />
<a title ="Automobile Loan Rates and Payments">Auto Loans</a><br />
<a title ="Get a Student Loan">Student Loans</a><br />
<a class="last" title="More loans and credit options" ><strong>>></strong> More</a>
</td>
<td width="33%"><h2 class="row1title" class="inv"> Investing</h2>
<a title ="Open an Account Today">Mutual Funds</a><br />
<a title ="Find Out About Commission-Free Trades">Brokerage</a><br />
<a title ="Start Saving for Your Future Now!">Retirement Planning</a><br />
<a title ="Protect Your Family">Insurance</a><br />
<a title ="Your own Private Bank">Private Banking</a><br />
<a class="last" title="More investing and insurance"><strong>>></strong> More</a>
</td>
</tr>
<tr valign="top" class="links">
<!-- 2st row -->
<td width="33%"><h2 class="row2title"> Open an Account</h2>
<a title ="Open a Checking Account Today">Checking Account</a><br />
<a title ="Open a Saving Account Today">Savings Account</a><br />
<a title ="Apply For a Credit Card">Credit Cards</a><br />
<a title ="Open a CD Account Today">CD's</a><br />
<a title ="Open Money Market Account">Money Market Account</a><br />
<a class="last" title="Other Types of Accounts"><strong>>></strong> More</a>
</td>
<td width="34%"><h2 class="row2title"> Check on Today's Rates</h2>
<a title ="">Mortgage</a><br />
<a title ="">Home Equity</a><br />
<a title ="">Credit Cards</a><br />
<a title ="">Persoal Loans</a><br />
<a title ="">Auto Loans</a><br />
<a class="last" title="Get Other Rates" ><strong>>></strong> More</a>
</td>
<td width="33%"><h2 class="row2title" class="inv"> Other Services</h2>
<a title ="">Retirement Center</a><br />
<a title ="">Buying a Home</a><br />
<a title ="">College Planning</a><br />
<a title ="">Consolidating Debt</a><br />
<a title ="">Investment Tools</a><br />
<a class="last" title=""><strong>>></strong> More</a>
</td>
</tr>
<tr valign="top" class="links">
<!-- 3rd row -->
<td><br />
<img src="<s:url value="/img/small-ad3.gif" includeParams="none"/>" />
</td>
<td><br />
<img style="margin-left:.25em;" src="<s:url value="/img/small-ad1.gif" includeParams="none"/>" />
</td>
<td><br />
<img src="<s:url value="/img/small-ad2.gif" includeParams="none"/>" />
</td>
</tr>
<tr valign="top" class="footer">
<td colspan="3">
<br />
<p id="footerNav"><a href="<s:url value="../pages/About.jsp"/>">About RWi</a> | <a href="<s:url action="../Careers"/>">Careers</a> | <a href="<s:url action="../Security"/>?privacy_statement=http://www.hp.com/country/us/en/privacy.html">Privacy, Security & Legal</a> | <a >Report Email Fraud</a> | <a >Diversity & Accessibility</a> <br /><a >Important Notice on Trading in Fast Markets</a> | <a >Online Access Agreement (3/06/2008) </a> | <a >Sitemap</a></p>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" border="0" align="center">
<tr valign="top">
<td>
<p id="copy"><img src="<s:url value="/img/al_ehl_house_gen.gif" includeParams="none"/>" alt="" width="14" height="10" style="padding:0 5px 0 15px" /><strong style="color:#000">Equal Housing Lender</strong><br />RWi, Member FDIC. © 2008 RWI. All rights reserved. </p>
</td>
</tr>
</table>
<br />
</td>
</tr>
</table>
<script>
document.getElementById("j_username").focus();
</script>
</body>
</html>