add pdf download test
[sgn.git] / mason / barcode / stock_download_result.mas
blobb2970a6b35708a477f58680fd33d1fac5a56d40c
3 <%args>
4 $error => undef
5 @found => ()
6 @not_found => ()
7 $file => ''
8 $filetype => ''
9 </%args>
11 <& /page/page_title.mas, title=>'Download Barcodes' &>
13 % if (!@not_found && !$error) {
14   All stocks in the list have been found in the database. Please click the link below to download the barcode label file.<br />
15 % }
16 % elsif ($error){
17     <b>Download Plot Phenotyping Barcode </b>is <%$error%> For general barcode printing use <b>Download Stock Barcodes section.</b>
18 % }
19 % else {
20   The following <% scalar(@not_found) %> stocks were not found in the database:<br />
21 %   foreach my $nf (@not_found) {
22       <b><% $nf %></b>
23 %   }
24     <br /><br />
25 %   if (@found > 0) {
27     The other <% scalar(@found) %> barcodes can be downloaded from the link below.
31 %   }
32 %   else {
33     No stocks were found. Please verify your input and try again.
34 %   }
37 % }
39 % if (@found > 0) {
40 <br /><br />
41 <a target="_blank" href="<% $file %>" >Download <% $filetype %> file</a>