don't need SGN_TEST_SERVER env directly in test scripts
[sgn.git] / mason / transcript / transcript_page_error.mas
blobddb31ec4eee01a33b2a25523caf43f2a8a45f876
1 <%doc>
3 =head1 NAME 
4  
5  transcript_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 'unigene_id' are not used as CXGN::Page arguments
22  2) $args{'id'} 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 $object
38 </%args>
41 <%perl>
43 ## Parse the object name
44     
45 my $name = lc(ref($object));
46 $name =~ s/cxgn::transcript:://;
48 </%perl>
50 <h2>ERROR PAGE REQUEST:</h2>
52 <big>Wrong arguments are been used to request the <% $name %> page.</big>