<%@ 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="pub.beans.*, java.util.*, pub.utils.*" %> <% bgColor.next(); %> <% String gene_term_id =(String)request.getAttribute("gene_term_id") ; if( StringUtils.isEmpty(gene_term_id) ){ // big red warning: %> The term_id of gene you want propagate anootation to is not valid, please go back to modify <% }else{ %>

"> "> "> > > > >
You are about to propagate the following annotation information to this gene: <%= gene_term.getName() %>. Please examine the record carefully to make sure you've selected the right gene to propagate to and click on 'confirm' if you want to proceed. If necessary, go back and modify the gene or annotation information.
Annotation   <% String id = annotation.getEvidenceTypeId(); int evi_id = Integer.parseInt(id ); %>
Object Term   <%= annotation.getObjectTermName() %>
Evidence With   <%= annotation.getEvidenceWith() %>
Evidence Type   <%= EvidenceTypeList.getEvidence_code(evi_id) %>
Evidence Description   <%= annotation.getEvidenceDescription() %>
Pub Reference   <% if( pub_ref.isEmpty().equals("y")){ %> No Reference <% }else{ %> Evidence from <%= pub_ref.getTitle() %> <% } %>
Gene  
Name   <%= gene_term. getName() %>
Summary   <%= gene_term.getGene_summary() %>
Is Obsolete   <%= gene_term.getIs_obsolete() %>
<% } %> <%-- Footer --%>