1 package SGN
::Controller
::Microtomography
;
5 BEGIN { extends
'Catalyst::Controller'; }
9 SGN::Controller::Microtomography - show Microtomography pages for CG.org. add subroutines for other pages in Microtomography menu
14 sub microtomography_index
:Path
('/microtomography/index') Args
(0) {
18 $c->stash->{template
} = '/microtomography/index.mas';
21 sub microtomography_javier_bruker_2017
:Path
('/microtomography/javier_bruker_2017') Args
(0) {
25 $c->stash->{template
} = '/microtomography/javier_bruker_2017.mas';
28 sub microtomography_cicero_stylet_2018
:Path
('/microtomography/cicero_stylet_2018') Args
(0) {
32 $c->stash->{template
} = '/microtomography/cicero_stylet_2018.mas';