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
upload fieldbook from manage phenotyping
[sgn.git]
/
cgi-bin
/
maps
/
pepper_korea
/
lg4.pl
blob
4e9935daa2fb7d18d113db1321adc232450158ac
1
use
strict
;
2
use
CXGN
::
Page
;
3
my
$page
=
CXGN
::
Page
->
new
(
'lg4.html'
,
'html2pl converter'
);
4
$page
->
header
(
'Pepper Linkage Group 4'
);
5
print
<<END_HEREDOC;
6
7
<h2>Linkage Group 4</h2>
8
<img src="/documents/maps/pepper_korea/Slide4.PNG" border="0" width="580" height="1440" alt=
9
"Linkage Group 4" />
10
END_HEREDOC
11
$page
->footer();