<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> <%@ taglib uri="/WEB-INF/tairtags.tld" prefix="tair" %> <%@ page import="pub.utils.*, java.util.*, pub.beans.*" %> <% String annotation_list_key = ""; if (request.getParameter("term_id") != null){ annotation_list_key = request.getParameter("term_id"); }else { throw new javax.servlet.jsp.JspException("Required parameter term_id is missing."); } %> <% if(annotationBeans.getSize() > 0 ){ %> <% } else { %> <% } %>
<%= annotationBeans.getSize() %> Annotations
<%= annotation.getSubjectTermName() %> <%= annotation.getRelationshipType() %> <%= annotation.getObjectTermName() %> (<%-- --%><%= object_term.getExternalId() %><%-- --%>) by <%= annotation.getEvidenceCode() %> : <%= annotation.getEvidenceDescription() %>
<% if( pub_ref.isEmpty().equals("y")){ %> No Reference <% }else{ %> Evidence from <%= pub_ref.getTitle() %> <% } %> <% if (annotation.getEvidenceWith() != null && annotation.getEvidenceWith().length() > 0 && !annotation.getEvidenceWith().equalsIgnoreCase("\\NULL")) { %> (Evidence with: <%= annotation.getEvidenceWith() %> ) <% } %>
annotated by/date: <%= user.getName() %>/<%= annotation.getDateAnnotated() %>
No Annotation