<%@ 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.*,pub.utils.*, pub.beans.*"%> <% pub.beans.TermBean termBean = (pub.beans.TermBean) request.getAttribute("termBean"); %> <% java.util.Map termTypes = (java.util.Map) request.getAttribute("termTypes"); %> <% String[] linkOuts = (String[]) request.getAttribute("linkOuts"); %> <%-- Header --%> <%-- Add the callback hooks for clicking and sending things back to the caller. --%>

> > > > > > > > > > > > > > > > "/> <%-- Show a list of comments --%> > >>

Term Detail on <%= termBean.getName() %>

Term ID <%= termBean.getTermId() %> Reference Ids
External ID    <% for(int i = 0; i < linkOuts.length; i++) { %> Link out to GO <% } %>    <% if(termBean.getExternalId().startsWith ("NCBItaxon:")){ String taxon_id = termBean.getExternalId().substring ( "NCBItaxon:".length()); %> link to NCBI <% }else if(termBean.getExternalId().startsWith ("GO:")) { %> <%-- --%> <% }else{ %> <%-- --%> <% } %>
Name
Type
Graph "/>
[Ontology View]
Public Comment <%= termBean.getPublicComment() %>
Definition
Reference
Annotations "/>
Is Temporary <% System.out.println("is_temp has no value: "+ termBean.getIs_temp() ); %> YES NO
Entered By/Date <% if(termBean.getEntered_by().length() >0 ){ %> <%= user.getName() %> <% }else{ %> unknown <% } %> / <%= termBean.getDate_entered() %>
Updated By/Date <% if(termBean.getUpdated_by().length() >0 ){ %> <%= updateuser.getName() %> <% }else{ %> unknown <% } %> / <%= termBean.getDate_updated() %>
Is Obsolete YES NO
<% if (termBean.getReplacedBy().length() > 0) { %> Replaced By <% } else { %> Replaced By <% } %> <%-- --%>
Parentage  
Curator Comments Add Comment
 
<%-- Footer --%>