upload fieldbook from manage phenotyping
[sgn.git] / mason / search / autohandler
blobf0b284f79c58312301faa1916eaa586e0499a144
1 <%doc>
3 =head1 NAME
5 searchtabs.mas - mason component that displays the tabs for the search page
7 =head1 DESCRIPTION
9 takes a parameter, search, specifying which search should be
10 highlighted in the tabbar. Defaults to 'loci'. Current legal values
11 are 'loci', 'phenotypes', 'trait', 'unigene', 'family', 'markers',
12 'bacs', 'est_library', 'images', 'directory', for the different
13 available searches.
15 =head1 AUTHOR
17 Lukas Mueller &st;lam87@cornell.edu&gt;. Based on Perl code by Rob Buels.
19 =cut
21 </%doc>
23 <& /page/page_title.mas, title => 'Search' &>
25 <& /page/mode_buttons.mas, buttons => [
27     ['/search/organisms', 'Organisms'],
28     ['/search/locus','Genes'],
29     ['/search/features','Genome Features'],
30     ['/search/phenotypes','QTLs &amp; Phenotypes'],
31     ['/search/transcripts','Transcripts'],
32     ['/search/family', 'Unigene Families' ],
33     ['/search/markers','Markers'],
34     ['/search/genomic/clones','Genomic Clones'],
35     ['/search/images','Images'],
36     ['/search/expression', 'Expression'],
38    ]
41 % $m->call_next;