display page numbers

This commit is contained in:
Sanj 2011-09-28 22:36:20 +05:30
commit 2f7b78ed5d
3 changed files with 24 additions and 6 deletions

View File

@ -32,6 +32,10 @@ height:114px;
box-shadow:2px 2px 2px 1px #999; box-shadow:2px 2px 2px 1px #999;
margin:10px;} margin:10px;}
.searchHighlight
{background-color:#f7d76c;
padding:0px 2px 1px 1px;}
.orange .orange
{color:#f7bd00; {color:#f7bd00;
font-weight:bold; font-weight:bold;

View File

@ -46,10 +46,13 @@ cursor:pointer;}
color:#FFF; color:#FFF;
cursor:pointer;} cursor:pointer;}
#searchInner #searchInnerDiv
{position:absolute; {position:absolute;
right:16px; right:16px;
top:11px; top:11px;}
.searchInner
{
cursor:pointer;} cursor:pointer;}
.searchInnerField .searchInnerField
@ -185,7 +188,8 @@ outline:none;} /*placeholder input text supported by html5 for FF3.7 and webkit
{border:1px solid #999; } {border:1px solid #999; }
#searchListIcon #searchListIcon
{cursor:pointer;} {cursor:pointer;
margin-right:18px;}
#searchListIcon:hover #searchListIcon:hover
{box-shadow:1px 1px 1px 3px #e3e3e3;} {box-shadow:1px 1px 1px 3px #e3e3e3;}
@ -330,7 +334,8 @@ clear:both;}
.iconImages .iconImages
{float:left; {float:left;
margin-right:4px;} margin-right:4px;
cursor:pointer;}
/*cursor:pointer; /*cursor:pointer;
position:absolute; position:absolute;

View File

@ -22,7 +22,15 @@
<h3 id="topText">{{ title }}</h3> <h3 id="topText">{{ title }}</h3>
<img src="/static/images/noel/search-inner.png" width="22" height="18" alt="search" id="searchInner"> <div id="searchInnerDiv">
<img src="/static/images/noel/search-inner.png" width="22" height="18" alt="search" class="searchInner">
<!--
<img src="/static/images/noel/search-inner.png" width="22" height="18" alt="search" class="searchInner">
<img src="/static/images/noel/search-inner.png" width="22" height="18" alt="search" class="searchInner">
<img src="/static/images/noel/search-inner.png" width="22" height="18" alt="search" class="searchInner">
-->
</div>
<form action="" method="get"> <form action="" method="get">
<input type="text" placeholder="search" name="field" class="searchInnerField"/> <input type="text" placeholder="search" name="field" class="searchInnerField"/>
</form> </form>
@ -66,8 +74,9 @@
<input type="text" placeholder="search list" name="field" class="searchListField"/> <input type="text" placeholder="search list" name="field" class="searchListField"/>
<img src="/static/images/noel/search-icon.png" width="18" height="14" alt="search-icon" id="searchListIcon"> <img src="/static/images/noel/search-icon.png" width="18" height="14" alt="search-icon" id="searchListIcon">
<span id="pageDisplay">Page <span id="currPageNo">1</span> of <span id="totalPages">10</span></span>
</form> </form>
</div> </div>
</div> </div>