Merge pull request #5205 from solgenomics/topic/generic_trial_upload
[sgn.git] / mason / breeders_toolbox / manage_genotyping.mas
blob80f7045db14767bb288a7821657951104fa50365
2 <%args>
3 $genotyping_trials_by_breeding_project
4 $locations
5 $breeding_programs
6 $facilities => ();
7 </%args>
9 <& /page/page_title.mas, title=>"Manage Genotyping Plates" &>
11 <div class="container-fluid">
12     <&| /page/explanation.mas, title=>'Important Notice', collapsible=>1, collapsed=>0, &>
13         <p>
14             <b>Important notice:</b> Manage Genotyping Plates page will soon be removed and replaced by Manage Genotyping Projects page. Genotyping project can be used to organize both genotyping plates and associated genotyping data.
15             <br/><br/>
16             <b>For previously created genotyping plates:</b>Please move your genotyping plates to a desired genotyping project. On each genotyping project details page, you will find <b>Genotyping Plates</b> section which displays all of the plates included in the project, as well as a link for <b>Move Genotyping Plates to this Project</b> dialog.
17             <br/><br/>
18             <b>For new genotyping plates:</b>You can specify genotyping project during creating or uploading new genotyping plates.
19             <br/><br/>
20             Folders for genotyping plates are now obsoleted.
21             <br/><br/>
22             Links for adding/uploading genotyping plates and related data have been moved to Manage Genotyping Projects page.
23             <a href="/breeders/genotyping_projects"><p>Go To Manage Genotyping Projects</p></a>
24         </p>
25     </&>
27     <&| /page/info_section.mas, title=>'Genotyping Plates', collapsible=>1, collapsed=>0, subtitle => ' ' &>
28         <& /breeders_toolbox/genotyping_trials/trials.mas, trials_by_breeding_project=>$genotyping_trials_by_breeding_project, locations=>$locations,  breeding_programs=>$breeding_programs, facilities=>$facilities &>
29     </&>
31 </div>