3 $phenotype_files => undef
4 $deleted_phenotype_files => undef
8 <& /util/import_javascript.mas, classes => [ 'CXGN.BreedersToolbox.HTMLSelect' ] &>
10 <& /page/page_title.mas, title=>"Manage Phenotypic Data" &>
12 <div class="container-fluid">
14 <!--button class="btn btn-info" onclick=location.href="/search/stocks">Phenotype Search</button><br /><br /-->
16 <& /breeders_toolbox/upload_phenotype_spreadsheet.mas &>
17 <& /breeders_toolbox/trial/create_spreadsheet_dialog.mas &>
18 <& /fieldbook/upload_phenotype_fieldbook.mas &>
20 <&| /page/info_section.mas, title=>'Your Uploaded Files', is_subsection=>1, subtitle=>'[<a id="upload_fieldbook_phenotypes_link" >Upload Fieldbook</a>] [<a id="upload_spreadsheet_phenotypes_link" >Upload Spreadsheet</a>]' &>
22 <& /breeders_toolbox/file_list.mas, files=>$phenotype_files, allow_delete=>1 &>
26 <&| /page/info_section.mas, title=>'Your Removed Files', subtitle=>'These files will not be shown anywhere else on the website', is_subsection=>1 &>
28 <& /breeders_toolbox/file_list.mas, files=>$deleted_phenotype_files, allow_delete=>0 &>