-
Notifications
You must be signed in to change notification settings - Fork 0
/
rep-customerlist.html
executable file
·45 lines (39 loc) · 1.07 KB
/
rep-customerlist.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
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="api/jquery-1.11.2.min.js"></script>
<script type="text/javascript" src="api/parse-1.3.5.js"></script>
<script type="text/javascript" src="js/customerlist.js"></script>
<script type="text/javascript" src="js/crtopmenu.js"></script>
<link rel="stylesheet" type="text/css" href="css/crtopmenu.css">
</head>
<body>
<div class="jbTitle">
<h1>Telegroup Company Customer Representative Portal</h1>
</div>
<div class="jbMenu">
<p>
<span class = "menu-item">
<a href="rep-home.html">Home</a>
<a href="rep-customerlist.html">Customer List</a>
<a href="rep-customer-search.html">Search Customer</a>
<span id = "signbtn"> </span>
</span>
</p>
</div>
</br></br>
<div class="jbContent">
<span class = "body-item">
<h1>Telecom Customer List</h1>
<!--
<button onclick = "location.href = 'rep-customer-search.html';" id = "myButton" class = float-left submit-button>
Search Customer
</button>-->
</br></br>
<div id = "customerlists">
<span id = "list" > </span>
</div>
</span>
</div>
</body>
</html>