adding pagination

This commit is contained in:
Karen 2011-08-31 19:09:46 +05:30
parent 1b9083b056
commit dc8c6ad393
2 changed files with 5 additions and 1 deletions

View File

@ -91,6 +91,7 @@ cursor:pointer;}
#stateList
{width:10%;}
.map
{float:left;
width:60%;

View File

@ -85,7 +85,10 @@
<li><a href="">10</a></li>
<li><a href="">&raquo;</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>