| 21090 |
kshitij.so |
1 |
<h2>Search User</h2>
|
|
|
2 |
<div style="min-height:150px;">
|
|
|
3 |
<form class="form-inline input-sm" id="search-user">
|
|
|
4 |
<div class="form-group" style="margin:5px;">
|
|
|
5 |
<label for="name">Name:</label>
|
|
|
6 |
<input class="form-control input-sm" name="name">
|
|
|
7 |
</div>
|
|
|
8 |
<div class="form-group" style="margin:5px;">
|
|
|
9 |
<label for="name">Email:</label>
|
|
|
10 |
<input class="form-control input-sm" name="associateEmail">
|
|
|
11 |
</div>
|
|
|
12 |
<div class="form-group" style="margin:5px;">
|
|
|
13 |
<label for="name">Phone:</label>
|
|
|
14 |
<input class="form-control input-sm" name="phone">
|
|
|
15 |
</div>
|
|
|
16 |
<div class="form-group" style="margin:5px;">
|
|
|
17 |
<label for="name">Code:</label>
|
|
|
18 |
<input class="form-control input-sm" name="code">
|
|
|
19 |
</div>
|
|
|
20 |
<div class="form-group" style="margin:5px;">
|
|
|
21 |
<label for="name">L2 Email:</label>
|
|
|
22 |
<input class="form-control input-sm" name="l2Email">
|
|
|
23 |
</div>
|
|
|
24 |
<br/>
|
|
|
25 |
<button type="submit" class="btn btn-default" style="margin:5px;">Submit</button>
|
|
|
26 |
<hr>
|
|
|
27 |
</form>
|
|
|
28 |
</div>
|
|
|
29 |
<div id="search-results">
|
|
|
30 |
</div>
|