Changeset 246

Show
Ignore:
Timestamp:
01/02/08 20:53:59 (1 year ago)
Author:
chris
Message:

Use search result style.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lex/trunk/jsp/search.jsp

    r239 r246  
    218218                 
    219219                %> 
    220                 <table class="grid"> 
     220                <table class="search_results"> 
     221                        <tr> 
     222                                <th>Reference</th> 
     223                                <th>Clause Text</th> 
     224                                <th>Link</th> 
     225                        </tr> 
    221226                <% 
    222227         
     
    227232                        %> 
    228233                        <tr> 
    229                                 <th class="verse"><%= result.getLocation() %></th
     234                                <td class="verse"><%= result.getLocation() %></td
    230235                                <td class="translit"><%= result.getDescription() %></td> 
    231236                                <td><a href="<%= result.getLinkUrl() %>">Open</a></td>