separate out the home action in the breeders toolbox controller and create individual...
[sgn.git] / mason / breeders_toolbox / manage_phenotyping.mas
blobeb76f8813de2cba2999b8c7962335fce1e6a8112
2 <%args>
3 $phenotype_files => undef
4 $deleted_phenotype_files => undef
5 $locations => undef
6 </%args>
8 <br />
9 <& /page/page_title.mas, title=>"Manage phenotypic data" &>
11 <a href="/search/phenotypes/stock">Phenotype search</a><br /><br />
13   <& /breeders_toolbox/upload_phenotypes.mas &>  
16 <&| /page/info_section.mas, title=>'Uploaded Files', is_subsection=>1 &>
17   
18   <& /breeders_toolbox/file_list.mas, files=>$phenotype_files &>  
20 </&>
22 <&| /page/info_section.mas, title=>'Removed Files', is_subsection=>1 &>
24   <& /breeders_toolbox/file_list.mas, files=>$deleted_phenotype_files &>
26 </&>