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 #5134 from solgenomics/topic/fix_seedlot_search
[sgn.git]
/
cgi-bin
/
about
/
tomato_sequencing
/
index.pl
blob
3ed2929474e760b57f165f494822a3a77bdafd6e
1
use
strict
;
2
use
CXGN
::
Page
;
3
use
CXGN
::
Page
::
Toolbar
::
SGN
;
4
my
$page
=
CXGN
::
Page
->
new
(
"Sequencing"
,
"john"
);
5
$page
->
header
();
6
my
$tb
=
CXGN
::
Page
::
Toolbar
::
SGN
->
new
();
7
print
$tb
->
index_page
(
'sequencing'
);
8
$page
->
footer
();