Merge pull request #2754 from solgenomics/topic/fix_homepage_add_accessions_dialog
[sgn.git] / mason / tools / bulk / display / summary_page.mas
blob803821208a85817167a7af39ec3b34e12b1e6578
2 <%args>
3 $summary_data => {}
4 </%args>
6     <& /page/page_title.mas, title=>"Bulk download summary" &>
8     The query you submitted contained <% $summary_data->{numlines} %> lines.<br />
9     Your query resulted in <% $summary_data->{total} %> lines being retrieved in
10     <% $summary_data->{query_time} %> seconds.<br />
11     <% $summary_data->{missing_ids_msg} %><br /><br />
13 %    if ( $summary_data->{total} == 0 ) {
15      Please verify that you used the correct search and that you chose the right
16      unigene or bac assembly to download from. Also make sure that the submitted
17      identifiers are appropriately formatted.<br />
18      
19      Please try your search again.<br /><br />
20 %   }
21 %   else {
23     The file size is <% $summary_data->{filesize} %> kBytes.
24     <br /><br />
25     <a href="/tools/bulk/display?outputType=HTML&amp;line_count=$line_count&amp;dumpfile=<% $summary_data->{file} %>&amp;page=1&amp;idType=<% $summary_data->{idType} %>">Browse</a>
26     the results.
27     <br />
28     <br />
30     <table border="0" cellpadding="0"><tr><td width="120"><b>View</b></td><td width="120">
31     <b>Download to disk</b></td></tr>
32     <tr><td>
34     as <a href="/tools/bulk/display?outputType=text&amp;dumpfile=<% $summary_data->{file} %>&amp;idType=<% $summary_data->{idType} %>">Text</a>
35     <br />
36     as <% $summary_data->{fastalink} %><br />
38     </td><td>
40     as <a href="/tools/bulk/display?outputType=text&amp;dumpfile=<% $summary_data->{file} %>&amp;idType=<% $summary_data->{idType} %>&amp;download=1">
41     Text</a><br />
42     as <% $summary_data->{fastadownload} %><br />
44     </td></tr></table>
45     <br /><br /><% $summary_data->{fastamessage} %><br />