adding pagination
This commit is contained in:
parent
1b9083b056
commit
dc8c6ad393
2 changed files with 5 additions and 1 deletions
|
@ -91,6 +91,7 @@ cursor:pointer;}
|
|||
|
||||
#stateList
|
||||
{width:10%;}
|
||||
|
||||
.map
|
||||
{float:left;
|
||||
width:60%;
|
||||
|
|
|
@ -86,6 +86,9 @@
|
|||
<li><a href="">»</a></li>
|
||||
</ol>-->
|
||||
|
||||
<p>Total Results: <span id="noOfResults"></span></p>
|
||||
<p>Showing page <span id="currPageNo"></span> of <span id="totalPages"></span></p>
|
||||
|
||||
<div class="firstLast">
|
||||
<span class="first">First</span>
|
||||
<span class="last">Last</span>
|
||||
|
|
Loading…
Add table
Reference in a new issue