| Line 1... |
Line 1... |
| 1 |
<div id="subView" class="offers clearfix">
|
1 |
<div id="subView" class="offers clearfix">
|
| 2 |
<form method="POST" id="searchcounterform" name="searchcounterform" onsubmit="return searchTerm();">
|
2 |
<form method="POST" id="searchcounterform" name="searchcounterform" onsubmit="return searchCounter();">
|
| 3 |
<div class="search-box">
|
3 |
<div class="search-box">
|
| 4 |
<div id="search" class="search-hldr clearfix">
|
4 |
<div id="search" class="search-hldr clearfix">
|
| 5 |
<select name="type">
|
5 |
<select name="type">
|
| 6 |
<option value="counter_code">Counter Code</option>
|
6 |
<option value="counter_code">Counter Code</option>
|
| 7 |
<option value="counter_name">Counter Name</option>
|
7 |
<option value="counter_name">Counter Name</option>
|
| Line 39... |
Line 39... |
| 39 |
.searchresult{-moz-box-sizing: border-box;border-bottom: 1px solid #E5E6E0;display: block;padding: 10px 5px;position: relative;width: 100%;}
|
39 |
.searchresult{-moz-box-sizing: border-box;border-bottom: 1px solid #E5E6E0;display: block;padding: 10px 5px;position: relative;width: 100%;}
|
| 40 |
.searchresult span{width: 25%;display: inline-block;}
|
40 |
.searchresult span{width: 25%;display: inline-block;}
|
| 41 |
#search select{display: inline-block;width:25%;float:left;}
|
41 |
#search select{display: inline-block;width:25%;float:left;}
|
| 42 |
#search input{display: inline-block;;width: 50%;float: left;border:1px solid #E5E6E0;margin:2px 0 0 5px;padding: 11px;}
|
42 |
#search input{display: inline-block;;width: 50%;float: left;border:1px solid #E5E6E0;margin:2px 0 0 5px;padding: 11px;}
|
| 43 |
</style>
|
43 |
</style>
|
| - |
|
44 |
<script>
|
| - |
|
45 |
function searchCounter(){
|
| - |
|
46 |
document.getElementById('searchcounterform').submit();
|
| - |
|
47 |
};
|
| - |
|
48 |
</script>
|