Merge branch 'master' into topic/simple_image_upload
[sgn.git] / cgi-bin / maps / tomato_arabidopsis / chr3_split.pl
blobf383b36ff7b3216b050269f46ba0e1e7f437ab9b
1 use strict;
2 use CXGN::Page;
3 my $page=CXGN::Page->new('chr3_split.html','html2pl converter');
4 $page->header('Chromosome 3');
5 print<<END_HEREDOC;
7 <br />
8 <br />
10 <center>
12 <h1>Chromosome 3</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/chr3_split.png" border="none"
20 usemap="#chr3_map" /> <map name="chr3_map" id="chr3_map">
21 <area alt="" coords="280,10,310,200" href="chr3a.pl" />
22 <area alt="" coords="280,201,310,385" href="chr3b.pl" />
23 <area alt="" coords="280,386,310,570" href="chr3c.pl" />
24 <area alt="" coords="335,105,365,290" href="chr3d.pl" />
25 <area alt="" coords="335,291,365,475" href="chr3e.pl" />
26 </map>
27 </center>
28 END_HEREDOC
29 $page->footer();