-
Notifications
You must be signed in to change notification settings - Fork 1
/
centerInfoReview.html
84 lines (83 loc) · 4.56 KB
/
centerInfoReview.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
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
<!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]-->
</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">Choose Branch Office</p>
<p class="span-7 completeIMG silverheading">Center Information</p>
<p class="span-3 arrowIMG orangeheading last">Review & Submit</p>
</div>
<div class="subcontent ">
<form method="" action="" name="formname">
<p class="font15"><span class="fontBold">Create New Center</span> -- <span class="orangeheading">Review & submit</span></p>
<div>Review the information below. Click Submit if you are satisfied or click Edit to make changes. Click Cancel to return to Clients & Accounts without submitting information.</div>
<p><span class="fontBold">Branch Office Selected:</span><span> our office</span></p>
<p class="orangeheading fontBold">Center Information</p>
<div class="prepend-1 span-21 last">
<div class="span-20 "><span class="fontBold">Name</span> :<span>Bank Street</span>
</div>
<div class="span-20 "><span class="fontBold">Loan officer assigned</span> :<span>somanath naidu</span>
</div>
<div class="span-20 "><span class="fontBold">Meeting schedule</span> :<span>Recur every 2 Week(s) on Monday</span>
</div>
<div class="span-20 "><span class="fontBold">Location of meeting</span> :<span>cafe</span>
</div>
<div class="span-20 "><span class="fontBold">External Id</span> :<span></span>
</div>
<div class="span-10 last"><span class="fontBold">MFI joining date</span> :<span>5/3/2010</span>
</div>
<div class="clear"> </div>
<div class="span-20 "><span class="fontBold">Address</span> :<span>Hyderabad</span>
</div>
<div class="span-20 "><span class="fontBold">City/District</span> :<span></span>
</div>
<div class="span-20 "><span class="fontBold">State</span> :<span></span>
</div>
<div class="span-20 "><span class="fontBold">Country</span> :<span></span>
</div>
<div class="span-20 "><span class="fontBold">Postal Code</span> :<span></span>
</div>
<div class="clear"> </div>
<div class="span-20 "><span class=" fontBold">Telephone</span> :<span></span>
</div>
<div class="clear"> </div>
<div class="span-20 "><span class="fontBold">Additional fees</span>
</div>
<div class="clear"> </div>
<input class="buttn2" type="button" name="cancel" value="Edit center information" onclick="location.href='centerInfo.html'"/>
</div>
<div class="clear"> </div>
<hr />
<div class="prepend-8">
<input class="buttn" type="button" name="button" value="Submit" onclick="location.href='centerCreated.html'"/>
<input class="buttn2" type="button" name="cancel" value="Cancel" onclick="location.href='clientsAcc.html'"/>
</div>
<div class="clear"> </div>
</form>
</div><!--Subcontent Ends-->
</div>
</div>
<!--Main Content Ends-->
<div class="footer"> </div>
</div>
<!--Container Ends-->
</body>
</html>