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
/
maps
/
pennellii_il
/
chr7.pl
blob
90fbb3412c2bb333014c383b396fe88374b08c58
1
use
strict
;
2
use
CXGN
::
Page
;
3
my
$page
=
CXGN
::
Page
->
new
(
'chr7.html'
,
'html2pl converter'
);
4
$page
->
header
(
'L. Pennellii Chromosome 7'
);
5
print
<<END_HEREDOC;
6
7
<img alt="" src="/documents/maps/pennellii_il/Slide7.PNG" />
8
END_HEREDOC
9
$page
->footer();