<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> <%@ taglib uri="/WEB-INF/tairtags.tld" prefix="tair" %> <%@ page import="pub.utils.*, java.util.*" %> <% java.util.List annotationBeans = (java.util.List)request.getAttribute( "annotationBeans"); java.util.List annotationIds = (java.util.List) request.getAttribute("annotationIds"); %> <% for(int i=0; i< annotationIds.size(); i++){ String annotation_id = (String) (annotationIds.get(i)); %> <% } %>
<%= annotationIds.size() %> 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() %>