%@ 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.*" %> <%@ page import="pub.beans.*, pub.servlets.*, pub.db.*, pub.utils.*" %> <% TreeMap chromosomes = chromosomeChoices.choiceAsMap(); %> "/> <%-- Header --%> <% String pub_germplasm_id = germplasm_bean.getPub_germplasm_id(); %> Germplasm Display And Update [help] > > Name > Description <%= StringUtils.protectFormValue(germplasm_bean.getDescription()) %> > species variant <% String spe_id =germplasm_bean.getSpecies_variant_id(); boolean other = false; if (!( spe_id.equals("89") || spe_id.equals("217") ||spe_id.equals("382")|| spe_id.equals("0")) ){ other = true; } String empty=""; %> Or input id here if it isn't in list > special growth condition <%-- --%><%= germplasm_bean.getSp_growth_conditions() %><%-- --%> > ploidy > > Is Aneuploid colspan="100%" > Aneuploid Chromosome <% String alleleColor = bgColor.next(); %> > Related Alleles name(detail for view/update) Genotype Segregation_ratio is_obsolete updated by/date <% String genotype = "updateAlleleLink_"+linkingId+"_genotype"; String segragation = "updateAlleleLink_"+linkingId+"_segregation"; String obsolete = "updateAlleleLink_"+linkingId+"_obsolete"; %> <%= StringUtils.protectFormValue(link.getPub_allele_name()) %> <% String link_genotype = link.getGenotype(); if ( StringUtils.isEmpty(link_genotype) ){ link_genotype = "unknown"; } %> <% if(link.getUpdated_by() != null && link.getUpdated_by().trim().length()>0 ){ %> <%= user.getFullname() %> / <%= link.getDate_updated() %> <% } %> > Add Allele to this Germplasm name Genotype Segregation_ratio <% String color = bgColor.next(); %> > Related Phenotypes phenotype(detail for view/update) pub reference describing this phenotype is_obsolete updated by/date <% String obsolete = "updatePhenotypeLink_"+linkingId+"_obsolete"; String refid = "updatePhenotypeLink_"+linkingId+"_refid"; %> <%= StringUtils.protectFormValue(link.getPub_phenotype()) %> <% if(link.getPub_reference_id() != null && ! (link.getPub_reference_id().equals("0")) ){ %> link <% } %> > <% if(link.getUpdated_by() != null && link.getUpdated_by().trim().length()>0 ){ %> <%= user.getFullname() %> / <%= link.getDate_updated() %> <% } %> > Add Phenotype To this Germplasm phenotype id:(filled by input search criteria & click search button) pub reference: Criteria(use:KW+KW): Or Add New Phenotype > Is Obsolete > Replaced By (use pub_germplasm_id) > Aliases "/> colspan="100%" > Add New Alias name type note original_name other > Entered By/Date <%= user.getFullname() %> / <%= germplasm_bean.getDate_entered() %> > Updated By/Date <%= user.getFullname() %> / <%= germplasm_bean.getDate_updated() %> > Attributions "/> colspan=100% > Add New Attribution >
<% String pub_germplasm_id = germplasm_bean.getPub_germplasm_id(); %>