Merge branch 'master' into topic/simple_image_upload
[sgn.git] / cgi-bin / maps / tomato_arabidopsis / chr2_split.pl
bloba76903092dd6f5ded3e037bc99f0ab8b4ba737a5
1 use strict;
2 use CXGN::Page;
3 my $page=CXGN::Page->new('chr2_split.html','html2pl converter');
4 $page->header('Chromosome 2');
5 print<<END_HEREDOC;
7 <br />
8 <br />
10 <center>
12 <h1>Chromosome 2</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/chr2_split.png" border="none"
20 usemap="#chr2_map" /> <map name="chr2_map" id="chr2_map">
21 <area alt="" coords="230,30,255,220" href="chr2a.pl" />
22 <area alt="" coords="230,221,255,410" href="chr2b.pl" />
23 <area alt="" coords="230,411,255,595" href="chr2c.pl" />
24 <area alt="" coords="285,120,310,310" href="chr2d.pl" />
25 <area alt="" coords="285,311,310,500" href="chr2e.pl" />
26 </map>
27 </center>
28 END_HEREDOC
29 $page->footer();