an ode to jSonj

This commit is contained in:
Karen 2011-09-01 04:35:52 +05:30
parent fcc604b8d9
commit 3806baa670
2 changed files with 5 additions and 3 deletions

View File

@ -255,7 +255,7 @@ font-weight:bold;}
{float:left;}
.next
{margin-right:60px;}
{margin-left:20px;}
.first
{margin-right:60px;}
@ -270,6 +270,7 @@ font-size: 10px;
color: #999;
padding-top: 4px;}
.next:hover, .previous:hover
{color:#036;}

View File

@ -38,7 +38,8 @@
<form action="" method="get" class="searchForm" id="searchForm"><!--method is right???-->
<input type="text" placeholder="Search digital gazetteer" id="searchField" name="field" class="search" />
<input type="submit" name="searchButton" value="Search" id="searchButton">
<input type="submit" name="searchButton" value="Search" id="searchButton">
<a href="" id="jsonLink">Get Feed</a>
<input type="hidden" value="1" id="page_no" name="page_no" />
</form>
@ -62,7 +63,7 @@
<div class="firstLast">
<div class="first">First </div>
<div class="previous"> Previous </div>
<div class="previous"> Previous &nbsp; &nbsp; &nbsp;</div>
<div class="next"> Next </div>
<div class="last"> Last</div>
</div>