upload fieldbook from manage phenotyping
[sgn.git] / mason / gem / gem_page_error.mas
blobf319312f27bc6ad4d6949b004abb1eb0b1664848
1 <%doc>
3 =head1 NAME 
4  
5  gem_page_error.mas
6  A mason page to return the message: Wrong arguments were used for search 
8 =cut
10 =head1 VERSION 
12 0.1
14 =cut 
16 =head1 DESCRIPTION
18  This is a mason script to return an error message when:
20  1) 'id' or 'name' are not used as CXGN::Page arguments
22  2) $args{'id'} or $args{'name'} does not exists into the database
25 =cut
27 =head 1 AUTHOR
29  Aureliano Bombarely (ab782@cornell.edu)
31 =cut 
33 </%doc>
36 <%args>
37 $schema
38 $object
39 </%args>
42 <%perl>
44 ## Parse the object name
45     
46 my $name = lc(ref($object));
47 $name =~ s/cxgn::gem:://;
49 </%perl>
51 <h2>ERROR PAGE REQUEST:</h2>
53 <big>Wrong arguments are been used to request the <% $name %> page.</big>