fix to comments in patch
[sgn.git] / mason / breeders_toolbox / breeder_search_page.mas
blobbf63e376613038802f6d1ed1ad02948317cd2766
2 <%args>
3 $dataset_id => undef
4 </%args>
7 <& /page/page_title.mas, title=>"Search Wizard" &>
9 <&| /page/info_section.mas, title=>"Explore the database using metadata" &>
10   
11   <& /breeders_toolbox/breeder_search.mas, dataset_id => $dataset_id &>
13 </&>
15 <&| /page/info_section.mas, title=>"Download selected data" &>
17   <& /breeders_toolbox/breeder_search_download.mas &>
19 </&>
21 <&| /page/info_section.mas, title=>"Save current selection" &>
23   <& /breeders_toolbox/breeder_search_dataset.mas &>
25 </&>