-
Notifications
You must be signed in to change notification settings - Fork 1
/
centerSavings.html
59 lines (58 loc) · 3 KB
/
centerSavings.html
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
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<!-- Framework CSS -->
<link rel="stylesheet" href="css/maincss.css" type="text/css" media="screen, projection" />
<link rel="stylesheet" href="css/screen.css" type="text/css" media="screen, projection" />
<link rel="stylesheet" href="css/print.css" type="text/css" media="print" />
<!--[if lt IE 8]><link rel="stylesheet" href="css/ie.css" type="text/css" media="screen, projection" /><![endif]-->
<script type="text/javascript" language="javascript" >
</script>
</head>
<body>
<!-- Container Begins-->
<div class="container">
<!--Header-->
<div class="topAlign append-1"><a href="yourSettings.html">Your Settings</a> | <a href="index.html">Log Out</a> </div>
<div><span class="logo"></span><span class="menu"><a href="home.html" class="tablightorange">Home</a><a href="clientsAcc.html" class="taborange">Clients and Accounts</a><a href="reports.html" class="tablightorange">Reports</a><a href="admin.html" class="tablightorange">Admin</a></span></div>
<div class="clear"></div>
<div class="orangeline"> </div>
<!-- Main Content Begins-->
<div class="content marginAuto">
<div class="borders span-22">
<div class="borderbtm span-22">
<p class="span-8 completeIMG silverheading">Select Client</p>
<p class="span-7 arrowIMG orangeheading ">Savings account information</p>
<p class="span-3 arrowIMG1 orangeheading last">Review & Submit</p>
</div>
<!--Sub Content Begins-->
<div class="subcontent ">
<form method="" action="" name="formname">
<p class="font15"><span class="fontBold">Create Savings Account</span> - <span class=" orangeheading">Enter Savings account information</span></p>
<div>Select a Savings instance. Then Click Continue. Click cancel to return to Clients & Accounts without submitting information.</div>
<div><span class="red">* </span>Fields marked with asterisk are required.</div>
<ul><li class="error">Please select the Product Instance</li></ul>
<p><span class="fontBold">Account Owner:</span> <span>Center1</span></p>
<div class="prepend-3">
<p><span class="red">* </span>Savings instance name:
<select ><option>Select</option></select>
</p>
<hr class="pull-2" />
<div class="clear"></div>
<div class="prepend-5">
<input class="buttn " type="button" name="continue" value="Continue" onclick=""/>
<input class="buttn2" type="button" name="cancel" value="Cancel" onclick="location.href='clientsAcc.html'"/>
</div>
</div>
</form>
</div><!--Sub Content Ends-->
</div>
</div>
<!--Main Content Ends-->
<div class="footer"> </div>
</div>
<!--Container Ends-->
</body>
</html>