5 transcript_page_error.mas
6 A mason page to return the message: Wrong arguments were used for search
18 This is a mason script to return an error message when:
20 1) 'id' or 'unigene_id' are not used as CXGN::Page arguments
22 2) $args{'id'} does not exists into the database
29 Aureliano Bombarely (ab782@cornell.edu)
43 ## Parse the object name
45 my $name = lc(ref($object));
46 $name =~ s/cxgn::transcript:://;
50 <h2>ERROR PAGE REQUEST:</h2>
52 <big>Wrong arguments are been used to request the <% $name %> page.</big>