Changeset 246
- Timestamp:
- 01/02/08 20:53:59 (1 year ago)
- Files:
-
- lex/trunk/jsp/search.jsp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lex/trunk/jsp/search.jsp
r239 r246 218 218 219 219 %> 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> 221 226 <% 222 227 … … 227 232 %> 228 233 <tr> 229 <t h class="verse"><%= result.getLocation() %></th>234 <td class="verse"><%= result.getLocation() %></td> 230 235 <td class="translit"><%= result.getDescription() %></td> 231 236 <td><a href="<%= result.getLinkUrl() %>">Open</a></td>
