Committing Lukas changes before site update
[sgn.git] / mason / gem / experiment_detail.mas
blobcab5cb9ce59863c45a9a3d5e3d66c60ea56b43e6
1 <%doc>
3 =head1 NAME 
4  
5  experiment_detail.mas
6  Mason code to get different sections of the experiment web_page.
8 =cut
10 =head1 VERSION 
12 0.1
14 =cut 
16 =head1 DESCRIPTION
18  This mason script coordinate different mason component to create the experiment page.
20  Its controller is: experiment.pl
22 =cut
24 =head 1 AUTHOR
26  Aureliano Bombarely (ab782@cornell.edu)
28 =cut  
30 </%doc>
33 <%args>
34 $dbh
35 $schema 
36 $experiment 
37 $target_list
38 </%args>
41 <%perl>
43  ## None code is used in experiment_detail.mas.
44  ## It compose the web page using mason components and args from the controller
46 </%perl>
49 <br>
51 <& 
52    '/gem/experiment/basic_experiment_info.mas',
53    dbh        => $dbh, 
54    experiment => $experiment 
57 <& 
58    '/gem/target/hybridization_composition.mas', 
59    target_list => $target_list