Merge pull request #4106 from solgenomics/topic/wishlist
[sgn.git] / mason / stock / barcode / confirm_store.mas
blobab08e875557be044379607692a6add88cb3ab093
1 <%doc>
3 =head1 NAME
5 stock/barcode/confirm_store.mas - a mason component for displaying message after attempting to store stock phenotyping data.
7 =AUTHOR
9 Naama Menda <nm249@cornell.edu>
11 =cut
13 </%doc>
15 <%args>
17 $error => undef
18 $data => undef # formatted data to be printed on confirmation page
19 $feedback_email => undef
20 $message => undef
22 </%args>
24 <%perl>
26 </%perl>
28 <& /page/page_title.mas, title => "Store uploaded barcode data" &>
29 <&| /page/info_section.mas, title => "Upload status" &>
30     <h4><div> <% $error %> </div></h4>
31     <div> <% $message %></div>
32   </form>
33 </&>