Merge branch 'master' into topic/simple_image_upload
[sgn.git] / cgi-bin / maps / tomato_arabidopsis / chr9_split.pl
blob37a8680ff0248c90781ae9a05f21d962b18aad32
1 use strict;
2 use CXGN::Page;
3 my $page=CXGN::Page->new('chr9_split.html','html2pl converter');
4 $page->header('Chromosome 9');
5 print<<END_HEREDOC;
7 <br />
8 <br />
10 <center>
12 <h1>Chromosome 9</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/chr9_split.png" border="none"
20 usemap="#chr9_map" /> <map name="chr9_map" id="chr9_map">
21 <area alt="" coords="230,5,265,195" href="chr9a.pl" />
22 <area alt="" coords="230,196,265,385" href="chr9b.pl" />
23 <area alt="" coords="230,386,265,575" href="chr9c.pl" />
24 <area alt="" coords="295,100,320,290" href="chr9d.pl" />
25 <area alt="" coords="295,291,320,475" href="chr9e.pl" />
26 </map>
27 </center>
28 END_HEREDOC
29 $page->footer();