Merge pull request #2754 from solgenomics/topic/fix_homepage_add_accessions_dialog
[sgn.git] / mason / tools / bulk / display / feature_download.mas
blob67fc8bf41e8cf6f67c5676371982e84a3201dc6b
1 <%args>
2     $content => ''
3     $sha1
4     $bulk_download_stats
5     $bulk_download_success
6 </%args>
8 <& /page/page_title.mas, title=>"Feature Download Summary" &>
10 % if($bulk_download_success) {
11     Your query was successful.<br>
12 <div id="bulk_download_stats">
13 <% $bulk_download_stats %>
14 </div>
15 Download as <a href="/bulk/feature/download/<% $sha1 %>.fasta">Fasta</a>
16 % } else {
17     Your query did not contain any valid identifiers. Please try again.
18 % }