repo.or.cz
/
sgn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #2754 from solgenomics/topic/fix_homepage_add_accessions_dialog
[sgn.git]
/
mason
/
tools
/
bulk
/
display
/
buttons
/
summary.mas
blob
6298f5465e6c468dddb4dd69fc9f44b34160c155
1
2
<%args>
3
$dumpfile
4
$idType
5
</%args>
6
7
<%perl>
8
9
=head2 summary button
10
11
Desc: summary buttons
12
Args: default
13
Ret : n/a
14
15
Determines the summary button that will display on the html display pages.
16
17
=cut
18
19
</%perl>
20
21
<a href="/tools/bulk/summary/<% $dumpfile %>">Summary Page</a>
22
23