Lines 8-14
Link Here
|
8 |
<span class="filteraction" id="filteraction_off"> <a href="#" onclick="$('#filters').toggle();$('.filteraction').toggle();">[-]</a></span> |
8 |
<span class="filteraction" id="filteraction_off"> <a href="#" onclick="$('#filters').toggle();$('.filteraction').toggle();">[-]</a></span> |
9 |
<span class="filteraction" id="filteraction_on"> <a href="#" onclick="$('#filters').toggle();$('.filteraction').toggle();">[+]</a></span> |
9 |
<span class="filteraction" id="filteraction_on"> <a href="#" onclick="$('#filters').toggle();$('.filteraction').toggle();">[+]</a></span> |
10 |
|
10 |
|
11 |
|
|
|
12 |
<input value="Search" class="submit" type="submit" /> |
11 |
<input value="Search" class="submit" type="submit" /> |
13 |
|
12 |
|
14 |
<div id="filters"> |
13 |
<div id="filters"> |
Lines 19-24
Link Here
|
19 |
<option value='borrowernumber'>Borrower number</option> |
18 |
<option value='borrowernumber'>Borrower number</option> |
20 |
<option value='phone,phonepro,B_phone,altcontactphone,mobile'>Phone number</option> |
19 |
<option value='phone,phonepro,B_phone,altcontactphone,mobile'>Phone number</option> |
21 |
<option value='streettype,address,address2,city,state,zipcode,country'>Street Address</option> |
20 |
<option value='streettype,address,address2,city,state,zipcode,country'>Street Address</option> |
|
|
21 |
<option value='dateofbirth'>Date of birth</option> |
22 |
</select></p> |
22 |
</select></p> |
23 |
<p><label for="searchtype">Search type:</label> |
23 |
<p><label for="searchtype">Search type:</label> |
24 |
<select name="searchtype" id="searchtype"> |
24 |
<select name="searchtype" id="searchtype"> |
25 |
- |
|
|