Merge pull request #5205 from solgenomics/topic/generic_trial_upload
[sgn.git] / mason / search / autohandler
blob53c954f61ae375a712f09db86b074f1deede8621
2 <%doc>
4 =head1 NAME
6 searchtabs.mas - mason component that displays the tabs for the search page
8 =head1 DESCRIPTION
10 takes a parameter, search, specifying which search should be
11 highlighted in the tabbar. Defaults to 'loci'. Current legal values
12 are 'loci', 'phenotypes', 'trait', 'unigene', 'family', 'markers',
13 'bacs', 'est_library', 'images', 'directory', for the different
14 available searches.
16 =head1 AUTHOR
18 Lukas Mueller &st;lam87@cornell.edu&gt;. Based on Perl code by Rob Buels.
20 =cut
22 </%doc>
24 <& /page/page_title.mas, title => 'Search' &>
26 <& /page/mode_buttons.mas, buttons => [
28     ['/breeders/search', 'Wizard' ],
29     ['/search/phenotypes/stock','Accessions and plots'],
30     ['/search/organisms','Organisms'],
31     ['/search/cross','Progenies, Parents, Crosses'],
32     ['/search/trials', 'Field Trials' ],
33     ['/search/genotyping_trials', 'Genotyping Plates' ],
34     ['/search/genotyping_data_projects', 'Genotyping Projects' ],
35     ['/search/genotyping_protocols', 'Genotyping Protocols' ],
36     ['/search/traits', 'Traits' ],
37     #['/search/markers','Markers'],
38     ['/search/images','Images'],
39     ['/search/people', 'People' ],
41    ]
44 % $m->call_next;