<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> <%@ taglib uri="/WEB-INF/tairtags.tld" prefix="tair" %> <%@ taglib uri="/WEB-INF/input.tld" prefix="input"%> <%@ page import="java.util.*" %> <%@ page import="pub.beans.*" %> <% pub.beans.TermBean term_bean = (pub.beans.TermBean) request.getAttribute("term_bean"); %> <%@ page import="pub.beans.*, pub.servlets.*, pub.db.*" %> <% Map relationShips = (Map) request.getAttribute("relationShips"); String vectorType = (String) request.getAttribute("vectorType"); String type = (String) request.getAttribute("type"); %> <% int countAnnotation = 0 ; %> <% countAnnotation++ ; %> > <%= annotation.getObjectTermBean().getExternalId() %> <%= annotation.getTermName() %> <% String relationship = "updateAnnotation_"+annotationId+"_"+"relation"; String sourceTableId = "updateAnnotation_"+annotationId+"_sourceTableId"; String evidenceType = "updateAnnotation_"+annotationId+"_"+"evidenceType"; String evidenceDesc = "updateAnnotation_"+annotationId+"_"+"evidenceDesc"; String evidenceWith = "updateAnnotation_"+annotationId+"_"+"evidenceWith"; String isTemp = "updateAnnotation_"+annotationId+"_"+"isTemp"; String isObsolete= "updateAnnotation_"+annotationId+"_"+"isObsolete"; String replacedBy = "updateAnnotation_"+annotationId+"_"+"replacedBy"; %> >
relationship <% String relation=annotation.getRelationshipTypeId(); if (relation.equals("0")){ relation=""; } %> evidence type   description   evidence with  
> evidence source: <% if (type.equalsIgnoreCase("active") ) { %> <% } else{ %> <% } %>
<% if ( annotation.getPubReferenceBean().getTableName().equalsIgnoreCase("article") ){ %> <%= annotation.getPubReferenceBean().getTableName() %> <% } else{ %> <%= annotation.getPubReferenceBean().getTableId() %> <% } %>   annotated by/ date
<%= user.getName() %> / <%= annotation.getDateAnnotated() %>
updated by/ date
<%= updated_by.getFullname() %> / <%= annotation.getDateUpdated() %>
obsolete?
Y N
  replace by (GO id)
Temporary?
Y N
obsoleted by/ date
<%= thisuser.getFullname() %> / <%= annotation.getDateUpdated() %>
  replace by (GO id)   obsolete?
Y N
<%-- Show a list of comments --%> > Comments Add Comment >