<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> <%@ taglib uri="/WEB-INF/tairtags.tld" prefix="tair" %> <% java.util.List rows = (java.util.List) request.getAttribute("rows"); %>
Results from Pub DB

Displaying <%= current_row %> - <%= rows.size() + Integer.parseInt(current_row)- 1 %> out of <%= max_rows %> hits.
<% int i = 0; %> <% String bgcolor1, bgcolor2; %> <% if (i % 2 == 0) { bgcolor1 = "#F5F9FF"; bgcolor2 = "#D5D9DD"; } else { bgcolor1 = "#F5F9FF"; bgcolor2 = "#D5D9DD"; } %> <%-- Here we display all the annotations to this gene. --%> <% i++; %>
<%= gene.getName() %> <% if (gene.isObsolete()) { %> (OBSOLETE) <% } %> <%= gene.getSummary() %>  
<%-- Conditionally display the accession link if one exists --%> <% if (! gene.getGene_tair_obj_id().equals("")) { %> Accession:<%= gene.getGene_tair_obj_id() %> (TAIR) <% } %>   <% try { %> <% } catch (Exception e) {e.printStackTrace();} %>