-
Notifications
You must be signed in to change notification settings - Fork 1
/
branchCreated.html
43 lines (42 loc) · 2.19 KB
/
branchCreated.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
<!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" title="Your Settings">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="tablightorange">Clients and Accounts</a><a href="reports.html" class="tablightorange">Reports</a><a href="admin.html" class="taborange">Admin</a></span></div>
<div class="clear"></div>
<div class="orangeline"> </div>
<!-- Left Sidebar Begins-->
<div class="sidebar ht750">
<p class="orangetab">Administrative Tasks</p>
<p class="paddingLeft fontBold">Search by client name, system ID or account number<br />
<input type="text" />
<br />
<input class="buttn" type="button" name="search" value="Search" onclick="location.href='searched.html'"/>
</p>
</div>
<!-- Left Sidebar Ends-->
<!-- Main Content Begins-->
<div class="content leftMargin180">
<p class="orangeheading">You have successfully added a new office </p>
<p><span class="fontBold">Please note :</span><span>Office1 office has been assigned the system ID number:</span><span class="fontBold"> 0005 </span></p>
<p><a href="officeDetails.html" class="fontBold">View office details now</a></p>
<div><a href="newOffice.html">Add a new office</a></div>
</div>
<!--Main Content Ends-->
<div class="footer"> </div>
</div>
<!--Container Ends-->
</body>
</html>