Merge branch 'master' into topic/simple_image_upload
[sgn.git] / cgi-bin / maps / tomato_arabidopsis / chr4_split.pl
blob68040f67d2ab4b0d908fb7c68aef8a45cb8ade03
1 use strict;
2 use CXGN::Page;
3 my $page=CXGN::Page->new('chr4_split.html','html2pl converter');
4 $page->header('Chromosome 4');
5 print<<END_HEREDOC;
7 <br />
8 <br />
10 <center>
12 <h1>Chromosome 4</h1>
14 <br />
15 <p>(Click on one of the sidebars to view that region in detail)</p>
17 <br />
19 <img alt="" src="/documents/maps/tomato_arabidopsis/map_images/chr4_split.png" border="none"
20 usemap="#chr4_map" /> <map name="chr4_map" id="chr4_map">
21 <area alt="" coords="220,5,250,170" href="chr4a.pl" />
22 <area alt="" coords="220,171,250,330" href="chr4b.pl" />
23 <area alt="" coords="220,331,250,495" href="chr4c.pl" />
24 <area alt="" coords="275,85,305,250" href="chr4d.pl" />
25 <area alt="" coords="275,251,305,415" href="chr4e.pl" />
26 </map>
27 </center>
28 END_HEREDOC
29 $page->footer();