2 package SGN
::Controller
::Search
::Trial
;
6 BEGIN { extends
'Catalyst::Controller'; }
8 sub trial_search_page
: Path
('/search/trials/') Args
(0) {
12 $c->stash->{location_id
} = $c->req->param('location_id') || 'not_provided';
13 $c->stash->{template
} = '/search/trials.mas';
17 sub genotyping_trial_search_page
: Path
('/search/genotyping_trials/') Args
(0) {
21 $c->stash->{template
} = '/search/genotyping_trials.mas';
24 sub genotyping_data_project_search_page
: Path
('/search/genotyping_data_projects/') Args
(0) {
28 $c->stash->{template
} = '/search/genotyping_data_projects.mas';