%@ 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"); %>
<%= 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) <% } %> | <%-- Here we display all the annotations to this gene. --%>
<% try { %>
|