5 /search/solgs.mas - a view for solgs search form - startpage for GEBV prediction model building
9 Isaak Y Tecle (iyt2@cornell.edu)
27 <link rel="stylesheet" href="/static/css/solgs/solgs.css" type="text/css" />
31 <& /util/import_javascript.mas, classes => ["solGS.solGS", "solGS.ajaxAutocomplete"] &>
35 <& /page/page_title.mas, title => "solGS: start building a GS model by searching for a trait or selecting a training population" &>
37 <&| /page/info_section.mas,
40 title => "Search for a trait ",
45 <p style="color:red">There is no phenotype data for <b>'<% $message %>'</b>.</p>
48 <p style="text-align:center">Traits index: <b><% $gs_traits_index %> </b></p>
61 <&| /page/info_section.mas,
64 title => "Select a training population or create a new one using one or more trials",
68 <& /solgs/population/project_details_form.mas &>
70 <div id="selected_trials" style="display:none;width:100%">
72 <hr style="size:10px;color:"#5cb85c"/>
74 <p style="text-align:center"> Trials to combine </p>
76 <hr style="size:10px;color:"#5cb85c"/>
78 <table id="selected_trials_table" style="text-align:left;width:100%">
80 <th></th><th>Trial</th><th>Description</th><th>Location</th><th>Year</th><th> </th>
88 <table id="selected_trials_header" style="text-align:left;width:100%">
91 <div id="combine" style="display:none">
92 <input class="button" type="button" name="combine" value="Combine" onclick="downloadData();"/>
96 <div id="search_again" style="display:none;text-align:right">
97 <input style class="button" type="button" name="search_again" value="Search again" onclick="searchAgain();"/></td>
106 <&| /page/info_section.mas,
109 title => "Select a list-based training population or create a new one",
112 <& /solgs/population/user_reference_genotypes.mas &>