Merge pull request #5248 from solgenomics/topic/batch_update_trials
[sgn.git] / mason / qtl / qtl_load / check_organism.mas
blobbf617b18487b7c5625554b80893bc5110ed6cc41
1 <%doc>
3 =head1 NAME
5 check_organism.mas - a mason component for displaying message 
6 related to QTL parental accession submissions not supported by SGN...
7 =AUTHOR
9 Isaak Y Tecle (iyt2@cornell.edu)
11 =cut
13 </%doc>
15 <%args>
17 $species
18 $cultivar
19 $guide
21 </%args>
23 <%perl>
25 my $message = qq |<p> It appears that SGN currently does not support 
26                   this species (<b><i>$species</i>$cultivar</b>).<br/> 
27                   As a first step, please make sure you have spelled 
28                   the species correctly.</p>
29                         
30                   <p> Read also the guidline for the nomenclature format 
31                   you have to use to submit the parental lines.</p>
33                   <p> Please go <a href="javascript:history.go(-1)">back</a> 
34                   and check.</p>
35                         
36                   <p> if you keep having the same problem with it
37                   <a href=mailto:sgn-feedback\@sgn.cornell.edu> contact us.</a></p> 
38                  |;
41 </%perl>
43 <& /page/page_title.mas, title => 'Check parental accession(s)' &>
44 <&| /page/info_section.mas, title => '', subtitle => $guide &>
45   <% $message %>  
46 </&>